512 lines
20 KiB
C#
512 lines
20 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02001969 RID: 6505
|
|
[Token(Token = "0x2001969")]
|
|
[DefaultMember("Item")]
|
|
public class MJHGNNCJNBI<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, CCLAIALNFHG, INotifyPropertyChanged
|
|
{
|
|
// Token: 0x170017C6 RID: 6086
|
|
// (get) Token: 0x0600968E RID: 38542 RVA: 0x001EA28C File Offset: 0x001E848C
|
|
[Token(Token = "0x170017C6")]
|
|
protected IDictionary<TKey, TValue> AJGJJLCAPKO
|
|
{
|
|
[Token(Token = "0x600968E")]
|
|
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
|
get
|
|
{
|
|
return this.LEHKDLBOOGM;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600968F RID: 38543 RVA: 0x001EA2A0 File Offset: 0x001E84A0
|
|
[Token(Token = "0x600968F")]
|
|
[Address(RVA = "0x29F85C0", Offset = "0x29F75C0", VA = "0x1829F85C0")]
|
|
public MJHGNNCJNBI()
|
|
{
|
|
Dictionary dictionary = new Dictionary();
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x06009690 RID: 38544 RVA: 0x001EA2C8 File Offset: 0x001E84C8
|
|
[Token(Token = "0x6009690")]
|
|
[Address(RVA = "0x29F86D0", Offset = "0x29F76D0", VA = "0x1829F86D0")]
|
|
public MJHGNNCJNBI(IDictionary<TKey, TValue> IOHBEHECBGL)
|
|
{
|
|
Dictionary dictionary = new Dictionary(IOHBEHECBGL);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x06009691 RID: 38545 RVA: 0x001EA2F0 File Offset: 0x001E84F0
|
|
[Token(Token = "0x6009691")]
|
|
[Address(RVA = "0x29F8760", Offset = "0x29F7760", VA = "0x1829F8760")]
|
|
public MJHGNNCJNBI(IEqualityComparer<TKey> MDELBBNMHCO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(MDELBBNMHCO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x06009692 RID: 38546 RVA: 0x001EA318 File Offset: 0x001E8518
|
|
[Token(Token = "0x6009692")]
|
|
[Address(RVA = "0x29F8640", Offset = "0x29F7640", VA = "0x1829F8640")]
|
|
public MJHGNNCJNBI(int NPKCAEOBEMO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(NPKCAEOBEMO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x06009693 RID: 38547 RVA: 0x001EA340 File Offset: 0x001E8540
|
|
[Token(Token = "0x6009693")]
|
|
[Address(RVA = "0x29F8890", Offset = "0x29F7890", VA = "0x1829F8890")]
|
|
public MJHGNNCJNBI(IDictionary<TKey, TValue> IOHBEHECBGL, IEqualityComparer<TKey> MDELBBNMHCO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(IOHBEHECBGL, MDELBBNMHCO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x06009694 RID: 38548 RVA: 0x001EA368 File Offset: 0x001E8568
|
|
[Token(Token = "0x6009694")]
|
|
[Address(RVA = "0x29F87F0", Offset = "0x29F77F0", VA = "0x1829F87F0")]
|
|
public MJHGNNCJNBI(int NPKCAEOBEMO, IEqualityComparer<TKey> MDELBBNMHCO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(NPKCAEOBEMO, MDELBBNMHCO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x06009695 RID: 38549 RVA: 0x001EA390 File Offset: 0x001E8590
|
|
[Token(Token = "0x6009695")]
|
|
[Address(RVA = "0x29F7080", Offset = "0x29F6080", VA = "0x1829F7080", Slot = "9")]
|
|
public void Add(TKey DNGKIAJLLHG, TValue ONGBFDACHHG)
|
|
{
|
|
this.FLJBJJLIFHM(DNGKIAJLLHG, ONGBFDACHHG, true);
|
|
}
|
|
|
|
// Token: 0x06009696 RID: 38550 RVA: 0x001EA3AC File Offset: 0x001E85AC
|
|
[Token(Token = "0x6009696")]
|
|
[Address(RVA = "0x29F75D0", Offset = "0x29F65D0", VA = "0x1829F75D0", Slot = "8")]
|
|
public bool ContainsKey(TKey DNGKIAJLLHG)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x170017C7 RID: 6087
|
|
// (get) Token: 0x06009697 RID: 38551 RVA: 0x001EA3C8 File Offset: 0x001E85C8
|
|
[Token(Token = "0x170017C7")]
|
|
public ICollection<TKey> MNHJJLIEMBB
|
|
{
|
|
[Token(Token = "0x6009697")]
|
|
[Address(RVA = "0x29F8BA0", Offset = "0x29F7BA0", VA = "0x1829F8BA0", Slot = "6")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06009698 RID: 38552 RVA: 0x001EA3E4 File Offset: 0x001E85E4
|
|
[Token(Token = "0x6009698")]
|
|
[Address(RVA = "0x29F82E0", Offset = "0x29F72E0", VA = "0x1829F82E0", Slot = "10")]
|
|
public bool Remove(TKey DNGKIAJLLHG)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06009698)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean MJHGNNCJNBI::Remove(TKey)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_2E:
|
|
stloc:ArgumentNullException(var_4_38, newobj:ArgumentNullException(ArgumentNullException::.ctor, ldstr:string("key")))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x06009699 RID: 38553 RVA: 0x001EA42C File Offset: 0x001E862C
|
|
[Token(Token = "0x6009699")]
|
|
[Address(RVA = "0x29F8520", Offset = "0x29F7520", VA = "0x1829F8520", Slot = "11")]
|
|
public bool TryGetValue(TKey DNGKIAJLLHG, out TValue ONGBFDACHHG)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x170017C8 RID: 6088
|
|
// (get) Token: 0x0600969A RID: 38554 RVA: 0x001EA448 File Offset: 0x001E8648
|
|
[Token(Token = "0x170017C8")]
|
|
public ICollection<TValue> NEOEJPKPGEC
|
|
{
|
|
[Token(Token = "0x600969A")]
|
|
[Address(RVA = "0x29F8C10", Offset = "0x29F7C10", VA = "0x1829F8C10", Slot = "7")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x170017C9 RID: 6089
|
|
// (get) Token: 0x0600969B RID: 38555 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x0600969C RID: 38556 RVA: 0x001EA464 File Offset: 0x001E8664
|
|
[Token(Token = "0x170017C9")]
|
|
public TValue ACOEGFLBMEH
|
|
{
|
|
[Token(Token = "0x600969B")]
|
|
[Address(RVA = "0x29F8AC0", Offset = "0x29F7AC0", VA = "0x1829F8AC0", Slot = "4")]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x600969C")]
|
|
[Address(RVA = "0x29F8D30", Offset = "0x29F7D30", VA = "0x1829F8D30", Slot = "5")]
|
|
set
|
|
{
|
|
int num = 0;
|
|
this.FLJBJJLIFHM(DNGKIAJLLHG, value, num != 0);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600969D RID: 38557 RVA: 0x001EA484 File Offset: 0x001E8684
|
|
[Token(Token = "0x600969D")]
|
|
[Address(RVA = "0x29F70B0", Offset = "0x29F60B0", VA = "0x1829F70B0", Slot = "14")]
|
|
public void Add(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600969E RID: 38558 RVA: 0x001EA498 File Offset: 0x001E8698
|
|
[Token(Token = "0x600969E")]
|
|
[Address(RVA = "0x29F74D0", Offset = "0x29F64D0", VA = "0x1829F74D0", Slot = "15")]
|
|
public void Clear()
|
|
{
|
|
if (this.BLEDFMEKMPM() > 0)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
this.BMMKLIAAAGF();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600969F RID: 38559 RVA: 0x001EA4C4 File Offset: 0x001E86C4
|
|
[Token(Token = "0x600969F")]
|
|
[Address(RVA = "0x29F7650", Offset = "0x29F6650", VA = "0x1829F7650", Slot = "16")]
|
|
public bool Contains(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
int num = 0;
|
|
num += num;
|
|
num++;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060096A0 RID: 38560 RVA: 0x001EA4E8 File Offset: 0x001E86E8
|
|
[Token(Token = "0x60096A0")]
|
|
[Address(RVA = "0x29F7740", Offset = "0x29F6740", VA = "0x1829F7740", Slot = "17")]
|
|
public void CopyTo(KeyValuePair<TKey, TValue>[] OPEBNMBKJJA, int JJBEHBJNJED)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
int num = 0;
|
|
if (num < JJBEHBJNJED)
|
|
{
|
|
num += num;
|
|
if (num == JJBEHBJNJED)
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
num++;
|
|
}
|
|
ICollection keys = dictionary.Keys;
|
|
}
|
|
|
|
// Token: 0x170017CA RID: 6090
|
|
// (get) Token: 0x060096A1 RID: 38561 RVA: 0x001EA51C File Offset: 0x001E871C
|
|
[Token(Token = "0x170017CA")]
|
|
public int MEPGPGKFENE
|
|
{
|
|
[Token(Token = "0x60096A1")]
|
|
[Address(RVA = "0x29F89E0", Offset = "0x29F79E0", VA = "0x1829F89E0", Slot = "12")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x170017CB RID: 6091
|
|
// (get) Token: 0x060096A2 RID: 38562 RVA: 0x001EA538 File Offset: 0x001E8738
|
|
[Token(Token = "0x170017CB")]
|
|
public bool PCENHAOIBDD
|
|
{
|
|
[Token(Token = "0x60096A2")]
|
|
[Address(RVA = "0x29F8A50", Offset = "0x29F7A50", VA = "0x1829F8A50", Slot = "13")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060096A3 RID: 38563 RVA: 0x001EA554 File Offset: 0x001E8754
|
|
[Token(Token = "0x60096A3")]
|
|
[Address(RVA = "0x29F82B0", Offset = "0x29F72B0", VA = "0x1829F82B0", Slot = "18")]
|
|
public bool Remove(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060096A4 RID: 38564 RVA: 0x001EA570 File Offset: 0x001E8770
|
|
[Token(Token = "0x60096A4")]
|
|
[Address(RVA = "0x29F7C90", Offset = "0x29F6C90", VA = "0x1829F7C90", Slot = "19")]
|
|
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060096A5 RID: 38565 RVA: 0x001EA58C File Offset: 0x001E878C
|
|
[Token(Token = "0x60096A5")]
|
|
[Address(RVA = "0x29F84B0", Offset = "0x29F74B0", VA = "0x1829F84B0", Slot = "20")]
|
|
IEnumerator IEnumerable.GetEnumerator()
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x140000B9 RID: 185
|
|
// (add) Token: 0x060096A6 RID: 38566 RVA: 0x001EA5A8 File Offset: 0x001E87A8
|
|
// (remove) Token: 0x060096A7 RID: 38567 RVA: 0x001EA5D0 File Offset: 0x001E87D0
|
|
[Token(Token = "0x140000B9")]
|
|
public event PMDANAFBFPK GNBINLLDMIC
|
|
{
|
|
[Token(Token = "0x60096A6")]
|
|
[Address(RVA = "0x29F8200", Offset = "0x29F7200", VA = "0x1829F8200", Slot = "21")]
|
|
[CompilerGenerated]
|
|
add
|
|
{
|
|
PMDANAFBFPK gnbinlldmic;
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
gnbinlldmic = this.GNBINLLDMIC;
|
|
@delegate = Delegate.Combine(gnbinlldmic, value);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
while (@delegate != gnbinlldmic)
|
|
{
|
|
}
|
|
}
|
|
[Token(Token = "0x60096A7")]
|
|
[Address(RVA = "0x29F7BE0", Offset = "0x29F6BE0", VA = "0x1829F7BE0", Slot = "22")]
|
|
[CompilerGenerated]
|
|
remove
|
|
{
|
|
PMDANAFBFPK gnbinlldmic;
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
gnbinlldmic = this.GNBINLLDMIC;
|
|
@delegate = Delegate.Remove(gnbinlldmic, value);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
while (@delegate != gnbinlldmic)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x140000BA RID: 186
|
|
// (add) Token: 0x060096A8 RID: 38568 RVA: 0x001EA5F8 File Offset: 0x001E87F8
|
|
// (remove) Token: 0x060096A9 RID: 38569 RVA: 0x001EA620 File Offset: 0x001E8820
|
|
[Token(Token = "0x140000BA")]
|
|
public event PropertyChangedEventHandler IGECMBMPGNE
|
|
{
|
|
[Token(Token = "0x60096A8")]
|
|
[Address(RVA = "0x29F8930", Offset = "0x29F7930", VA = "0x1829F8930", Slot = "23")]
|
|
[CompilerGenerated]
|
|
add
|
|
{
|
|
PropertyChangedEventHandler igecmbmpgne;
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
igecmbmpgne = this.IGECMBMPGNE;
|
|
@delegate = Delegate.Combine(igecmbmpgne, value);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
while (@delegate != igecmbmpgne)
|
|
{
|
|
}
|
|
}
|
|
[Token(Token = "0x60096A9")]
|
|
[Address(RVA = "0x29F8C80", Offset = "0x29F7C80", VA = "0x1829F8C80", Slot = "24")]
|
|
[CompilerGenerated]
|
|
remove
|
|
{
|
|
PropertyChangedEventHandler igecmbmpgne;
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
igecmbmpgne = this.IGECMBMPGNE;
|
|
@delegate = Delegate.Remove(igecmbmpgne, value);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
while (@delegate != igecmbmpgne)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060096AA RID: 38570 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x60096AA")]
|
|
[Address(RVA = "0x29F7D00", Offset = "0x29F6D00", VA = "0x1829F7D00")]
|
|
public void OEHPCPBJPCL(IDictionary<TKey, TValue> BOOHBJEEGKH)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060096AB RID: 38571 RVA: 0x001EA648 File Offset: 0x001E8848
|
|
[Token(Token = "0x60096AB")]
|
|
[Address(RVA = "0x29F7830", Offset = "0x29F6830", VA = "0x1829F7830")]
|
|
private void FLJBJJLIFHM(TKey DNGKIAJLLHG, TValue ONGBFDACHHG, bool ELFACBFGGPE)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060096AB)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void MJHGNNCJNBI::FLJBJJLIFHM(TKey,TValue,System.Boolean)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_3F:
|
|
stloc:ArgumentException(var_6_49, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("An item with the same key has already been added.")))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x060096AC RID: 38572 RVA: 0x001EA6A0 File Offset: 0x001E88A0
|
|
[Token(Token = "0x60096AC")]
|
|
[Address(RVA = "0x29F6FE0", Offset = "0x29F5FE0", VA = "0x1829F6FE0")]
|
|
private void AJMBBDFHLIN()
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
}
|
|
|
|
// Token: 0x060096AD RID: 38573 RVA: 0x001EA6BC File Offset: 0x001E88BC
|
|
[Token(Token = "0x60096AD")]
|
|
[Address(RVA = "0x29F6F50", Offset = "0x29F5F50", VA = "0x1829F6F50", Slot = "25")]
|
|
protected virtual void AJMBBDFHLIN(string CIGCAIGPMBE)
|
|
{
|
|
PropertyChangedEventHandler igecmbmpgne = this.IGECMBMPGNE;
|
|
if (igecmbmpgne != 0)
|
|
{
|
|
PropertyChangedEventArgs propertyChangedEventArgs = new PropertyChangedEventArgs(CIGCAIGPMBE);
|
|
igecmbmpgne(this, propertyChangedEventArgs);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060096AE RID: 38574 RVA: 0x001EA6E4 File Offset: 0x001E88E4
|
|
[Token(Token = "0x60096AE")]
|
|
[Address(RVA = "0x29F7320", Offset = "0x29F6320", VA = "0x1829F7320")]
|
|
private void BMMKLIAAAGF()
|
|
{
|
|
this.AJMBBDFHLIN();
|
|
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
|
|
if (gnbinlldmic != 0)
|
|
{
|
|
JIIBHOMEMIG jiibhomemig = new JIIBHOMEMIG(EOOCAJDCGHN.Reset);
|
|
gnbinlldmic(this, jiibhomemig);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060096AF RID: 38575 RVA: 0x001EA718 File Offset: 0x001E8918
|
|
[Token(Token = "0x60096AF")]
|
|
[Address(RVA = "0x29F73C0", Offset = "0x29F63C0", VA = "0x1829F73C0")]
|
|
private void BMMKLIAAAGF(EOOCAJDCGHN JJGHIEJCCDA, KeyValuePair<TKey, TValue> HBCKMAOJAML)
|
|
{
|
|
this.AJMBBDFHLIN();
|
|
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
|
|
if (gnbinlldmic != 0)
|
|
{
|
|
JIIBHOMEMIG jiibhomemig;
|
|
gnbinlldmic(this, jiibhomemig);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060096B0 RID: 38576 RVA: 0x001EA744 File Offset: 0x001E8944
|
|
[Token(Token = "0x60096B0")]
|
|
[Address(RVA = "0x29F70F0", Offset = "0x29F60F0", VA = "0x1829F70F0")]
|
|
private void BMMKLIAAAGF(EOOCAJDCGHN JJGHIEJCCDA, KeyValuePair<TKey, TValue> FMDLBNOKCBG, KeyValuePair<TKey, TValue> OHFNOHEFLHD)
|
|
{
|
|
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
|
|
if (gnbinlldmic != 0)
|
|
{
|
|
JIIBHOMEMIG jiibhomemig;
|
|
gnbinlldmic(this, jiibhomemig);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060096B1 RID: 38577 RVA: 0x001EA76C File Offset: 0x001E896C
|
|
[Token(Token = "0x60096B1")]
|
|
[Address(RVA = "0x29F7260", Offset = "0x29F6260", VA = "0x1829F7260")]
|
|
private void BMMKLIAAAGF(EOOCAJDCGHN JJGHIEJCCDA, IList MGEFPEJPKKE)
|
|
{
|
|
this.AJMBBDFHLIN();
|
|
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
|
|
if (gnbinlldmic != 0)
|
|
{
|
|
JIIBHOMEMIG jiibhomemig;
|
|
gnbinlldmic(this, jiibhomemig);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060096B2 RID: 38578 RVA: 0x001EA798 File Offset: 0x001E8998
|
|
[Token(Token = "0x60096B2")]
|
|
[Address(RVA = "0x29F75D0", Offset = "0x29F65D0", VA = "0x1829F75D0")]
|
|
[CompilerGenerated]
|
|
private bool PMDJMHHEOEP(TKey AADEJCMADGA)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x04006620 RID: 26144
|
|
[Token(Token = "0x4006620")]
|
|
private const string LAOOMGGGLIN = "Count";
|
|
|
|
// Token: 0x04006621 RID: 26145
|
|
[Token(Token = "0x4006621")]
|
|
private const string EGAEFMJEDAH = "Item[]";
|
|
|
|
// Token: 0x04006622 RID: 26146
|
|
[Token(Token = "0x4006622")]
|
|
private const string PDLBMMAAHFJ = "Keys";
|
|
|
|
// Token: 0x04006623 RID: 26147
|
|
[Token(Token = "0x4006623")]
|
|
private const string AOGAPOMFNFA = "Values";
|
|
|
|
// Token: 0x04006624 RID: 26148
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4006624")]
|
|
private IDictionary<TKey, TValue> LEHKDLBOOGM;
|
|
}
|