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: 0x02001889 RID: 6281
|
|
[Token(Token = "0x2001889")]
|
|
[DefaultMember("Item")]
|
|
public class MJHGNNCJNBI<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, CCLAIALNFHG, INotifyPropertyChanged
|
|
{
|
|
// Token: 0x17001729 RID: 5929
|
|
// (get) Token: 0x060092C0 RID: 37568 RVA: 0x001E11C8 File Offset: 0x001DF3C8
|
|
[Token(Token = "0x17001729")]
|
|
protected IDictionary<TKey, TValue> AJGJJLCAPKO
|
|
{
|
|
[Token(Token = "0x60092C0")]
|
|
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
|
|
get
|
|
{
|
|
return this.LEHKDLBOOGM;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092C1 RID: 37569 RVA: 0x001E11DC File Offset: 0x001DF3DC
|
|
[Token(Token = "0x60092C1")]
|
|
[Address(RVA = "0x2207B00", Offset = "0x2206900", VA = "0x182207B00")]
|
|
public MJHGNNCJNBI()
|
|
{
|
|
Dictionary dictionary = new Dictionary();
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x060092C2 RID: 37570 RVA: 0x001E1204 File Offset: 0x001DF404
|
|
[Token(Token = "0x60092C2")]
|
|
[Address(RVA = "0x2207C10", Offset = "0x2206A10", VA = "0x182207C10")]
|
|
public MJHGNNCJNBI(IDictionary<TKey, TValue> IOHBEHECBGL)
|
|
{
|
|
Dictionary dictionary = new Dictionary(IOHBEHECBGL);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x060092C3 RID: 37571 RVA: 0x001E122C File Offset: 0x001DF42C
|
|
[Token(Token = "0x60092C3")]
|
|
[Address(RVA = "0x2207CA0", Offset = "0x2206AA0", VA = "0x182207CA0")]
|
|
public MJHGNNCJNBI(IEqualityComparer<TKey> MDELBBNMHCO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(MDELBBNMHCO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x060092C4 RID: 37572 RVA: 0x001E1254 File Offset: 0x001DF454
|
|
[Token(Token = "0x60092C4")]
|
|
[Address(RVA = "0x2207B80", Offset = "0x2206980", VA = "0x182207B80")]
|
|
public MJHGNNCJNBI(int NPKCAEOBEMO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(NPKCAEOBEMO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x060092C5 RID: 37573 RVA: 0x001E127C File Offset: 0x001DF47C
|
|
[Token(Token = "0x60092C5")]
|
|
[Address(RVA = "0x2207DD0", Offset = "0x2206BD0", VA = "0x182207DD0")]
|
|
public MJHGNNCJNBI(IDictionary<TKey, TValue> IOHBEHECBGL, IEqualityComparer<TKey> MDELBBNMHCO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(IOHBEHECBGL, MDELBBNMHCO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x060092C6 RID: 37574 RVA: 0x001E12A4 File Offset: 0x001DF4A4
|
|
[Token(Token = "0x60092C6")]
|
|
[Address(RVA = "0x2207D30", Offset = "0x2206B30", VA = "0x182207D30")]
|
|
public MJHGNNCJNBI(int NPKCAEOBEMO, IEqualityComparer<TKey> MDELBBNMHCO)
|
|
{
|
|
Dictionary dictionary = new Dictionary(NPKCAEOBEMO, MDELBBNMHCO);
|
|
this.LEHKDLBOOGM = dictionary;
|
|
}
|
|
|
|
// Token: 0x060092C7 RID: 37575 RVA: 0x001E12CC File Offset: 0x001DF4CC
|
|
[Token(Token = "0x60092C7")]
|
|
[Address(RVA = "0x22065C0", Offset = "0x22053C0", VA = "0x1822065C0", Slot = "9")]
|
|
public void Add(TKey DNGKIAJLLHG, TValue ONGBFDACHHG)
|
|
{
|
|
this.FLJBJJLIFHM(DNGKIAJLLHG, ONGBFDACHHG, true);
|
|
}
|
|
|
|
// Token: 0x060092C8 RID: 37576 RVA: 0x001E12E8 File Offset: 0x001DF4E8
|
|
[Token(Token = "0x60092C8")]
|
|
[Address(RVA = "0x2206B10", Offset = "0x2205910", VA = "0x182206B10", Slot = "8")]
|
|
public bool ContainsKey(TKey DNGKIAJLLHG)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x1700172A RID: 5930
|
|
// (get) Token: 0x060092C9 RID: 37577 RVA: 0x001E1304 File Offset: 0x001DF504
|
|
[Token(Token = "0x1700172A")]
|
|
public ICollection<TKey> MNHJJLIEMBB
|
|
{
|
|
[Token(Token = "0x60092C9")]
|
|
[Address(RVA = "0x22080E0", Offset = "0x2206EE0", VA = "0x1822080E0", Slot = "6")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092CA RID: 37578 RVA: 0x001E1320 File Offset: 0x001DF520
|
|
[Token(Token = "0x60092CA")]
|
|
[Address(RVA = "0x2207820", Offset = "0x2206620", VA = "0x182207820", Slot = "10")]
|
|
public bool Remove(TKey DNGKIAJLLHG)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060092CA)
|
|
|
|
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: 0x060092CB RID: 37579 RVA: 0x001E1368 File Offset: 0x001DF568
|
|
[Token(Token = "0x60092CB")]
|
|
[Address(RVA = "0x2207A60", Offset = "0x2206860", VA = "0x182207A60", Slot = "11")]
|
|
public bool TryGetValue(TKey DNGKIAJLLHG, out TValue ONGBFDACHHG)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x1700172B RID: 5931
|
|
// (get) Token: 0x060092CC RID: 37580 RVA: 0x001E1384 File Offset: 0x001DF584
|
|
[Token(Token = "0x1700172B")]
|
|
public ICollection<TValue> NEOEJPKPGEC
|
|
{
|
|
[Token(Token = "0x60092CC")]
|
|
[Address(RVA = "0x2208150", Offset = "0x2206F50", VA = "0x182208150", Slot = "7")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700172C RID: 5932
|
|
// (get) Token: 0x060092CD RID: 37581 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x060092CE RID: 37582 RVA: 0x001E13A0 File Offset: 0x001DF5A0
|
|
[Token(Token = "0x1700172C")]
|
|
public TValue ACOEGFLBMEH
|
|
{
|
|
[Token(Token = "0x60092CD")]
|
|
[Address(RVA = "0x2208000", Offset = "0x2206E00", VA = "0x182208000", Slot = "4")]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x60092CE")]
|
|
[Address(RVA = "0x2208270", Offset = "0x2207070", VA = "0x182208270", Slot = "5")]
|
|
set
|
|
{
|
|
int num = 0;
|
|
this.FLJBJJLIFHM(DNGKIAJLLHG, value, num != 0);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092CF RID: 37583 RVA: 0x001E13C0 File Offset: 0x001DF5C0
|
|
[Token(Token = "0x60092CF")]
|
|
[Address(RVA = "0x22065F0", Offset = "0x22053F0", VA = "0x1822065F0", Slot = "14")]
|
|
public void Add(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060092D0 RID: 37584 RVA: 0x001E13D4 File Offset: 0x001DF5D4
|
|
[Token(Token = "0x60092D0")]
|
|
[Address(RVA = "0x2206A10", Offset = "0x2205810", VA = "0x182206A10", Slot = "15")]
|
|
public void Clear()
|
|
{
|
|
if (this.BLEDFMEKMPM() > 0)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
this.BMMKLIAAAGF();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092D1 RID: 37585 RVA: 0x001E1400 File Offset: 0x001DF600
|
|
[Token(Token = "0x60092D1")]
|
|
[Address(RVA = "0x2206B90", Offset = "0x2205990", VA = "0x182206B90", Slot = "16")]
|
|
public bool Contains(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
int num = 0;
|
|
num += num;
|
|
num++;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060092D2 RID: 37586 RVA: 0x001E1424 File Offset: 0x001DF624
|
|
[Token(Token = "0x60092D2")]
|
|
[Address(RVA = "0x2206C80", Offset = "0x2205A80", VA = "0x182206C80", 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: 0x1700172D RID: 5933
|
|
// (get) Token: 0x060092D3 RID: 37587 RVA: 0x001E1458 File Offset: 0x001DF658
|
|
[Token(Token = "0x1700172D")]
|
|
public int MEPGPGKFENE
|
|
{
|
|
[Token(Token = "0x60092D3")]
|
|
[Address(RVA = "0x2207F20", Offset = "0x2206D20", VA = "0x182207F20", Slot = "12")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700172E RID: 5934
|
|
// (get) Token: 0x060092D4 RID: 37588 RVA: 0x001E1474 File Offset: 0x001DF674
|
|
[Token(Token = "0x1700172E")]
|
|
public bool PCENHAOIBDD
|
|
{
|
|
[Token(Token = "0x60092D4")]
|
|
[Address(RVA = "0x2207F90", Offset = "0x2206D90", VA = "0x182207F90", Slot = "13")]
|
|
get
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092D5 RID: 37589 RVA: 0x001E1490 File Offset: 0x001DF690
|
|
[Token(Token = "0x60092D5")]
|
|
[Address(RVA = "0x22077F0", Offset = "0x22065F0", VA = "0x1822077F0", Slot = "18")]
|
|
public bool Remove(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060092D6 RID: 37590 RVA: 0x001E14AC File Offset: 0x001DF6AC
|
|
[Token(Token = "0x60092D6")]
|
|
[Address(RVA = "0x22071D0", Offset = "0x2205FD0", VA = "0x1822071D0", Slot = "19")]
|
|
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060092D7 RID: 37591 RVA: 0x001E14C8 File Offset: 0x001DF6C8
|
|
[Token(Token = "0x60092D7")]
|
|
[Address(RVA = "0x22079F0", Offset = "0x22067F0", VA = "0x1822079F0", Slot = "20")]
|
|
IEnumerator IEnumerable.GetEnumerator()
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x140000B9 RID: 185
|
|
// (add) Token: 0x060092D8 RID: 37592 RVA: 0x001E14E4 File Offset: 0x001DF6E4
|
|
// (remove) Token: 0x060092D9 RID: 37593 RVA: 0x001E150C File Offset: 0x001DF70C
|
|
[Token(Token = "0x140000B9")]
|
|
public event PMDANAFBFPK GNBINLLDMIC
|
|
{
|
|
[Token(Token = "0x60092D8")]
|
|
[Address(RVA = "0x2207740", Offset = "0x2206540", VA = "0x182207740", 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 = "0x60092D9")]
|
|
[Address(RVA = "0x2207120", Offset = "0x2205F20", VA = "0x182207120", 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: 0x060092DA RID: 37594 RVA: 0x001E1534 File Offset: 0x001DF734
|
|
// (remove) Token: 0x060092DB RID: 37595 RVA: 0x001E155C File Offset: 0x001DF75C
|
|
[Token(Token = "0x140000BA")]
|
|
public event PropertyChangedEventHandler IGECMBMPGNE
|
|
{
|
|
[Token(Token = "0x60092DA")]
|
|
[Address(RVA = "0x2207E70", Offset = "0x2206C70", VA = "0x182207E70", 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 = "0x60092DB")]
|
|
[Address(RVA = "0x22081C0", Offset = "0x2206FC0", VA = "0x1822081C0", 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: 0x060092DC RID: 37596 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x60092DC")]
|
|
[Address(RVA = "0x2207240", Offset = "0x2206040", VA = "0x182207240")]
|
|
public void OEHPCPBJPCL(IDictionary<TKey, TValue> BOOHBJEEGKH)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060092DD RID: 37597 RVA: 0x001E1584 File Offset: 0x001DF784
|
|
[Token(Token = "0x60092DD")]
|
|
[Address(RVA = "0x2206D70", Offset = "0x2205B70", VA = "0x182206D70")]
|
|
private void FLJBJJLIFHM(TKey DNGKIAJLLHG, TValue ONGBFDACHHG, bool ELFACBFGGPE)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060092DD)
|
|
|
|
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: 0x060092DE RID: 37598 RVA: 0x001E15DC File Offset: 0x001DF7DC
|
|
[Token(Token = "0x60092DE")]
|
|
[Address(RVA = "0x2206520", Offset = "0x2205320", VA = "0x182206520")]
|
|
private void AJMBBDFHLIN()
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
}
|
|
|
|
// Token: 0x060092DF RID: 37599 RVA: 0x001E15F8 File Offset: 0x001DF7F8
|
|
[Token(Token = "0x60092DF")]
|
|
[Address(RVA = "0x2206490", Offset = "0x2205290", VA = "0x182206490", Slot = "25")]
|
|
protected virtual void AJMBBDFHLIN(string CIGCAIGPMBE)
|
|
{
|
|
PropertyChangedEventHandler igecmbmpgne = this.IGECMBMPGNE;
|
|
if (igecmbmpgne != 0)
|
|
{
|
|
PropertyChangedEventArgs propertyChangedEventArgs = new PropertyChangedEventArgs(CIGCAIGPMBE);
|
|
igecmbmpgne(this, propertyChangedEventArgs);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092E0 RID: 37600 RVA: 0x001E1620 File Offset: 0x001DF820
|
|
[Token(Token = "0x60092E0")]
|
|
[Address(RVA = "0x2206860", Offset = "0x2205660", VA = "0x182206860")]
|
|
private void BMMKLIAAAGF()
|
|
{
|
|
this.AJMBBDFHLIN();
|
|
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
|
|
if (gnbinlldmic != 0)
|
|
{
|
|
JIIBHOMEMIG jiibhomemig = new JIIBHOMEMIG(EOOCAJDCGHN.Reset);
|
|
gnbinlldmic(this, jiibhomemig);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092E1 RID: 37601 RVA: 0x001E1654 File Offset: 0x001DF854
|
|
[Token(Token = "0x60092E1")]
|
|
[Address(RVA = "0x2206900", Offset = "0x2205700", VA = "0x182206900")]
|
|
private void BMMKLIAAAGF(EOOCAJDCGHN JJGHIEJCCDA, KeyValuePair<TKey, TValue> HBCKMAOJAML)
|
|
{
|
|
this.AJMBBDFHLIN();
|
|
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
|
|
if (gnbinlldmic != 0)
|
|
{
|
|
JIIBHOMEMIG jiibhomemig;
|
|
gnbinlldmic(this, jiibhomemig);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092E2 RID: 37602 RVA: 0x001E1680 File Offset: 0x001DF880
|
|
[Token(Token = "0x60092E2")]
|
|
[Address(RVA = "0x2206630", Offset = "0x2205430", VA = "0x182206630")]
|
|
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: 0x060092E3 RID: 37603 RVA: 0x001E16A8 File Offset: 0x001DF8A8
|
|
[Token(Token = "0x60092E3")]
|
|
[Address(RVA = "0x22067A0", Offset = "0x22055A0", VA = "0x1822067A0")]
|
|
private void BMMKLIAAAGF(EOOCAJDCGHN JJGHIEJCCDA, IList MGEFPEJPKKE)
|
|
{
|
|
this.AJMBBDFHLIN();
|
|
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
|
|
if (gnbinlldmic != 0)
|
|
{
|
|
JIIBHOMEMIG jiibhomemig;
|
|
gnbinlldmic(this, jiibhomemig);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060092E4 RID: 37604 RVA: 0x001E16D4 File Offset: 0x001DF8D4
|
|
[Token(Token = "0x60092E4")]
|
|
[Address(RVA = "0x2206B10", Offset = "0x2205910", VA = "0x182206B10")]
|
|
[CompilerGenerated]
|
|
private bool PMDJMHHEOEP(TKey AADEJCMADGA)
|
|
{
|
|
IDictionary dictionary = this.BLEDFMEKMPM();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x04006467 RID: 25703
|
|
[Token(Token = "0x4006467")]
|
|
private const string LAOOMGGGLIN = "Count";
|
|
|
|
// Token: 0x04006468 RID: 25704
|
|
[Token(Token = "0x4006468")]
|
|
private const string EGAEFMJEDAH = "Item[]";
|
|
|
|
// Token: 0x04006469 RID: 25705
|
|
[Token(Token = "0x4006469")]
|
|
private const string PDLBMMAAHFJ = "Keys";
|
|
|
|
// Token: 0x0400646A RID: 25706
|
|
[Token(Token = "0x400646A")]
|
|
private const string AOGAPOMFNFA = "Values";
|
|
|
|
// Token: 0x0400646B RID: 25707
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400646B")]
|
|
private IDictionary<TKey, TValue> LEHKDLBOOGM;
|
|
}
|