Files
2026-04-08 23:40:05 +02:00

515 lines
20 KiB
C#

using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x02001298 RID: 4760
[Token(Token = "0x2001298")]
[DefaultMember("Item")]
[StructLayout(3)]
public class MJHGNNCJNBI<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, CCLAIALNFHG, INotifyPropertyChanged
{
// Token: 0x17001310 RID: 4880
// (get) Token: 0x0600763F RID: 30271 RVA: 0x00186D88 File Offset: 0x00184F88
[Token(Token = "0x17001310")]
protected IDictionary<TKey, TValue> AJGJJLCAPKO
{
[Token(Token = "0x600763F")]
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
get
{
return this.LEHKDLBOOGM;
}
}
// Token: 0x06007640 RID: 30272 RVA: 0x00186D9C File Offset: 0x00184F9C
[Token(Token = "0x6007640")]
[Address(RVA = "0x23FFF60", Offset = "0x23FE960", VA = "0x1823FFF60")]
public MJHGNNCJNBI()
{
Dictionary dictionary = new Dictionary();
this.LEHKDLBOOGM = dictionary;
}
// Token: 0x06007641 RID: 30273 RVA: 0x00186DC4 File Offset: 0x00184FC4
[Token(Token = "0x6007641")]
[Address(RVA = "0x2400070", Offset = "0x23FEA70", VA = "0x182400070")]
public MJHGNNCJNBI(IDictionary<TKey, TValue> dictionary)
{
Dictionary dictionary2 = new Dictionary(dictionary);
this.LEHKDLBOOGM = dictionary2;
}
// Token: 0x06007642 RID: 30274 RVA: 0x00186DEC File Offset: 0x00184FEC
[Token(Token = "0x6007642")]
[Address(RVA = "0x2400100", Offset = "0x23FEB00", VA = "0x182400100")]
public MJHGNNCJNBI(IEqualityComparer<TKey> comparer)
{
Dictionary dictionary = new Dictionary(comparer);
this.LEHKDLBOOGM = dictionary;
}
// Token: 0x06007643 RID: 30275 RVA: 0x00186E14 File Offset: 0x00185014
[Token(Token = "0x6007643")]
[Address(RVA = "0x23FFFE0", Offset = "0x23FE9E0", VA = "0x1823FFFE0")]
public MJHGNNCJNBI(int capacity)
{
Dictionary dictionary = new Dictionary(capacity);
this.LEHKDLBOOGM = dictionary;
}
// Token: 0x06007644 RID: 30276 RVA: 0x00186E3C File Offset: 0x0018503C
[Token(Token = "0x6007644")]
[Address(RVA = "0x2400230", Offset = "0x23FEC30", VA = "0x182400230")]
public MJHGNNCJNBI(IDictionary<TKey, TValue> dictionary, IEqualityComparer<TKey> comparer)
{
Dictionary dictionary2 = new Dictionary(dictionary, comparer);
this.LEHKDLBOOGM = dictionary2;
}
// Token: 0x06007645 RID: 30277 RVA: 0x00186E64 File Offset: 0x00185064
[Token(Token = "0x6007645")]
[Address(RVA = "0x2400190", Offset = "0x23FEB90", VA = "0x182400190")]
public MJHGNNCJNBI(int capacity, IEqualityComparer<TKey> comparer)
{
Dictionary dictionary = new Dictionary(capacity, comparer);
this.LEHKDLBOOGM = dictionary;
}
// Token: 0x06007646 RID: 30278 RVA: 0x00186E8C File Offset: 0x0018508C
[Token(Token = "0x6007646")]
[Address(RVA = "0x23FE990", Offset = "0x23FD390", VA = "0x1823FE990", Slot = "9")]
public void Add(TKey DNGKIAJLLHG, TValue ONGBFDACHHG)
{
this.FLJBJJLIFHM(DNGKIAJLLHG, ONGBFDACHHG, true);
}
// Token: 0x06007647 RID: 30279 RVA: 0x00186EA8 File Offset: 0x001850A8
[Token(Token = "0x6007647")]
[Address(RVA = "0x23FEEE0", Offset = "0x23FD8E0", VA = "0x1823FEEE0", Slot = "8")]
public bool ContainsKey(TKey DNGKIAJLLHG)
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
// Token: 0x17001311 RID: 4881
// (get) Token: 0x06007648 RID: 30280 RVA: 0x00186EC4 File Offset: 0x001850C4
[Token(Token = "0x17001311")]
public ICollection<TKey> MNHJJLIEMBB
{
[Token(Token = "0x6007648")]
[Address(RVA = "0x24004E0", Offset = "0x23FEEE0", VA = "0x1824004E0", Slot = "6")]
get
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
}
// Token: 0x06007649 RID: 30281 RVA: 0x00186EE0 File Offset: 0x001850E0
[Token(Token = "0x6007649")]
[Address(RVA = "0x23FFBF0", Offset = "0x23FE5F0", VA = "0x1823FFBF0", Slot = "10")]
public bool Remove(TKey DNGKIAJLLHG)
{
/*
An exception occurred when decompiling this method (06007649)
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: 0x0600764A RID: 30282 RVA: 0x00186F28 File Offset: 0x00185128
[Token(Token = "0x600764A")]
[Address(RVA = "0x23FFE30", Offset = "0x23FE830", VA = "0x1823FFE30", Slot = "11")]
public bool TryGetValue(TKey DNGKIAJLLHG, out TValue ONGBFDACHHG)
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
// Token: 0x17001312 RID: 4882
// (get) Token: 0x0600764B RID: 30283 RVA: 0x00186F44 File Offset: 0x00185144
[Token(Token = "0x17001312")]
public ICollection<TValue> NEOEJPKPGEC
{
[Token(Token = "0x600764B")]
[Address(RVA = "0x2400550", Offset = "0x23FEF50", VA = "0x182400550", Slot = "7")]
get
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
}
// Token: 0x17001313 RID: 4883
// (get) Token: 0x0600764C RID: 30284 RVA: 0x00186F60 File Offset: 0x00185160
// (set) Token: 0x0600764D RID: 30285 RVA: 0x00186F7C File Offset: 0x0018517C
[Token(Token = "0x17001313")]
public TValue ACOEGFLBMEH
{
[Token(Token = "0x600764C")]
[Address(RVA = "0x2400460", Offset = "0x23FEE60", VA = "0x182400460", Slot = "4")]
get
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
[Token(Token = "0x600764D")]
[Address(RVA = "0x2400670", Offset = "0x23FF070", VA = "0x182400670", Slot = "5")]
set
{
int num = 0;
this.FLJBJJLIFHM(DNGKIAJLLHG, value, num != 0);
}
}
// Token: 0x0600764E RID: 30286 RVA: 0x00186F9C File Offset: 0x0018519C
[Token(Token = "0x600764E")]
[Address(RVA = "0x23FE9C0", Offset = "0x23FD3C0", VA = "0x1823FE9C0", Slot = "14")]
public void Add(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
}
// Token: 0x0600764F RID: 30287 RVA: 0x00186FB0 File Offset: 0x001851B0
[Token(Token = "0x600764F")]
[Address(RVA = "0x23FEDE0", Offset = "0x23FD7E0", VA = "0x1823FEDE0", Slot = "15")]
public void Clear()
{
if (this.BLEDFMEKMPM() > 0)
{
IDictionary dictionary = this.BLEDFMEKMPM();
this.BMMKLIAAAGF();
}
}
// Token: 0x06007650 RID: 30288 RVA: 0x00186FDC File Offset: 0x001851DC
[Token(Token = "0x6007650")]
[Address(RVA = "0x23FEF60", Offset = "0x23FD960", VA = "0x1823FEF60", Slot = "16")]
public bool Contains(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
IDictionary dictionary = this.BLEDFMEKMPM();
int num = 0;
num += num;
num++;
throw new NullReferenceException();
}
// Token: 0x06007651 RID: 30289 RVA: 0x00187000 File Offset: 0x00185200
[Token(Token = "0x6007651")]
[Address(RVA = "0x23FF050", Offset = "0x23FDA50", VA = "0x1823FF050", 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: 0x17001314 RID: 4884
// (get) Token: 0x06007652 RID: 30290 RVA: 0x00187034 File Offset: 0x00185234
[Token(Token = "0x17001314")]
public int MEPGPGKFENE
{
[Token(Token = "0x6007652")]
[Address(RVA = "0x2400380", Offset = "0x23FED80", VA = "0x182400380", Slot = "12")]
get
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
}
// Token: 0x17001315 RID: 4885
// (get) Token: 0x06007653 RID: 30291 RVA: 0x00187050 File Offset: 0x00185250
[Token(Token = "0x17001315")]
public bool PCENHAOIBDD
{
[Token(Token = "0x6007653")]
[Address(RVA = "0x24003F0", Offset = "0x23FEDF0", VA = "0x1824003F0", Slot = "13")]
get
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
}
// Token: 0x06007654 RID: 30292 RVA: 0x0018706C File Offset: 0x0018526C
[Token(Token = "0x6007654")]
[Address(RVA = "0x23FFBC0", Offset = "0x23FE5C0", VA = "0x1823FFBC0", Slot = "18")]
public bool Remove(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
throw new NullReferenceException();
}
// Token: 0x06007655 RID: 30293 RVA: 0x00187088 File Offset: 0x00185288
[Token(Token = "0x6007655")]
[Address(RVA = "0x23FF5A0", Offset = "0x23FDFA0", VA = "0x1823FF5A0", Slot = "19")]
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
// Token: 0x06007656 RID: 30294 RVA: 0x001870A4 File Offset: 0x001852A4
[Token(Token = "0x6007656")]
[Address(RVA = "0x23FFDC0", Offset = "0x23FE7C0", VA = "0x1823FFDC0", Slot = "20")]
IEnumerator IEnumerable.GetEnumerator()
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
// Token: 0x140000A5 RID: 165
// (add) Token: 0x06007657 RID: 30295 RVA: 0x001870C0 File Offset: 0x001852C0
// (remove) Token: 0x06007658 RID: 30296 RVA: 0x001870E8 File Offset: 0x001852E8
[Token(Token = "0x140000A5")]
public event PMDANAFBFPK GNBINLLDMIC
{
[Token(Token = "0x6007657")]
[Address(RVA = "0x23FFB10", Offset = "0x23FE510", VA = "0x1823FFB10", 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 = "0x6007658")]
[Address(RVA = "0x23FF4F0", Offset = "0x23FDEF0", VA = "0x1823FF4F0", 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: 0x140000A6 RID: 166
// (add) Token: 0x06007659 RID: 30297 RVA: 0x00187110 File Offset: 0x00185310
// (remove) Token: 0x0600765A RID: 30298 RVA: 0x00187138 File Offset: 0x00185338
[Token(Token = "0x140000A6")]
public event PropertyChangedEventHandler IGECMBMPGNE
{
[Token(Token = "0x6007659")]
[Address(RVA = "0x24002D0", Offset = "0x23FECD0", VA = "0x1824002D0", 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 = "0x600765A")]
[Address(RVA = "0x24005C0", Offset = "0x23FEFC0", VA = "0x1824005C0", 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: 0x0600765B RID: 30299 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600765B")]
[Address(RVA = "0x23FF610", Offset = "0x23FE010", VA = "0x1823FF610")]
public void OEHPCPBJPCL(IDictionary<TKey, TValue> BOOHBJEEGKH)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600765C RID: 30300 RVA: 0x00187160 File Offset: 0x00185360
[Token(Token = "0x600765C")]
[Address(RVA = "0x23FF140", Offset = "0x23FDB40", VA = "0x1823FF140")]
private void FLJBJJLIFHM(TKey DNGKIAJLLHG, TValue ONGBFDACHHG, bool ELFACBFGGPE)
{
/*
An exception occurred when decompiling this method (0600765C)
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: 0x0600765D RID: 30301 RVA: 0x001871B8 File Offset: 0x001853B8
[Token(Token = "0x600765D")]
[Address(RVA = "0x23FE8F0", Offset = "0x23FD2F0", VA = "0x1823FE8F0")]
private void AJMBBDFHLIN()
{
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
}
// Token: 0x0600765E RID: 30302 RVA: 0x001871D4 File Offset: 0x001853D4
[Token(Token = "0x600765E")]
[Address(RVA = "0x23FE860", Offset = "0x23FD260", VA = "0x1823FE860", Slot = "25")]
protected virtual void AJMBBDFHLIN(string CIGCAIGPMBE)
{
PropertyChangedEventHandler igecmbmpgne = this.IGECMBMPGNE;
if (igecmbmpgne != 0)
{
PropertyChangedEventArgs propertyChangedEventArgs = new PropertyChangedEventArgs(CIGCAIGPMBE);
igecmbmpgne(this, propertyChangedEventArgs);
}
}
// Token: 0x0600765F RID: 30303 RVA: 0x001871FC File Offset: 0x001853FC
[Token(Token = "0x600765F")]
[Address(RVA = "0x23FEC30", Offset = "0x23FD630", VA = "0x1823FEC30")]
private void BMMKLIAAAGF()
{
this.AJMBBDFHLIN();
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
if (gnbinlldmic != 0)
{
JIIBHOMEMIG jiibhomemig = new JIIBHOMEMIG(EOOCAJDCGHN.Reset);
gnbinlldmic(this, jiibhomemig);
}
}
// Token: 0x06007660 RID: 30304 RVA: 0x00187230 File Offset: 0x00185430
[Token(Token = "0x6007660")]
[Address(RVA = "0x23FECD0", Offset = "0x23FD6D0", VA = "0x1823FECD0")]
private void BMMKLIAAAGF(EOOCAJDCGHN JJGHIEJCCDA, KeyValuePair<TKey, TValue> HBCKMAOJAML)
{
this.AJMBBDFHLIN();
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
if (gnbinlldmic != 0)
{
JIIBHOMEMIG jiibhomemig;
gnbinlldmic(this, jiibhomemig);
}
}
// Token: 0x06007661 RID: 30305 RVA: 0x0018725C File Offset: 0x0018545C
[Token(Token = "0x6007661")]
[Address(RVA = "0x23FEA00", Offset = "0x23FD400", VA = "0x1823FEA00")]
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: 0x06007662 RID: 30306 RVA: 0x00187284 File Offset: 0x00185484
[Token(Token = "0x6007662")]
[Address(RVA = "0x23FEB70", Offset = "0x23FD570", VA = "0x1823FEB70")]
private void BMMKLIAAAGF(EOOCAJDCGHN JJGHIEJCCDA, IList MGEFPEJPKKE)
{
this.AJMBBDFHLIN();
PMDANAFBFPK gnbinlldmic = this.GNBINLLDMIC;
if (gnbinlldmic != 0)
{
JIIBHOMEMIG jiibhomemig;
gnbinlldmic(this, jiibhomemig);
}
}
// Token: 0x06007663 RID: 30307 RVA: 0x001872B0 File Offset: 0x001854B0
[Token(Token = "0x6007663")]
[Address(RVA = "0x23FEEE0", Offset = "0x23FD8E0", VA = "0x1823FEEE0")]
[CompilerGenerated]
private bool PMDJMHHEOEP(TKey AADEJCMADGA)
{
IDictionary dictionary = this.BLEDFMEKMPM();
throw new NullReferenceException();
}
// Token: 0x040055CD RID: 21965
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40055CD")]
private IDictionary<TKey, TValue> LEHKDLBOOGM;
// Token: 0x040055D0 RID: 21968
[Token(Token = "0x40055D0")]
private static string LAOOMGGGLIN = null;
// Token: 0x040055D1 RID: 21969
[Token(Token = "0x40055D1")]
private static string EGAEFMJEDAH = null;
// Token: 0x040055D2 RID: 21970
[Token(Token = "0x40055D2")]
private static string PDLBMMAAHFJ = null;
// Token: 0x040055D3 RID: 21971
[Token(Token = "0x40055D3")]
private static string AOGAPOMFNFA = null;
}