419 lines
19 KiB
C#
419 lines
19 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x0200159C RID: 5532
|
|
[Token(Token = "0x200159C")]
|
|
[DefaultMember("Item")]
|
|
internal class JEEAHOAIKMH<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>
|
|
{
|
|
// Token: 0x06007F21 RID: 32545 RVA: 0x001B5F90 File Offset: 0x001B4190
|
|
[Token(Token = "0x6007F21")]
|
|
[Address(RVA = "0x2A81780", Offset = "0x2A80580", VA = "0x182A81780")]
|
|
public JEEAHOAIKMH(TimeSpan POOHOAHCDCN, [Optional] IEqualityComparer<TKey> KFBHPCHEJBO)
|
|
{
|
|
this.NHPPGOBDDPF = POOHOAHCDCN;
|
|
Dictionary dictionary = new Dictionary(KFBHPCHEJBO);
|
|
this.MEDKMHIGKMK = dictionary;
|
|
}
|
|
|
|
// Token: 0x17001573 RID: 5491
|
|
// (get) Token: 0x06007F22 RID: 32546 RVA: 0x001B5FC0 File Offset: 0x001B41C0
|
|
// (set) Token: 0x06007F23 RID: 32547 RVA: 0x001B5FD4 File Offset: 0x001B41D4
|
|
[Token(Token = "0x17001573")]
|
|
public TValue ACOEGFLBMEH
|
|
{
|
|
[Token(Token = "0x6007F22")]
|
|
[Address(RVA = "0x2A81B10", Offset = "0x2A80910", VA = "0x182A81B10", Slot = "23")]
|
|
get
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
[Token(Token = "0x6007F23")]
|
|
[Address(RVA = "0x2A82480", Offset = "0x2A81280", VA = "0x182A82480", Slot = "5")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001574 RID: 5492
|
|
// (get) Token: 0x06007F24 RID: 32548 RVA: 0x001B5FEC File Offset: 0x001B41EC
|
|
[Token(Token = "0x17001574")]
|
|
public int MEPGPGKFENE
|
|
{
|
|
[Token(Token = "0x6007F24")]
|
|
[Address(RVA = "0x2A81820", Offset = "0x2A80620", VA = "0x182A81820", Slot = "26")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F24)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 JEEAHOAIKMH::get_Count()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_0F:
|
|
stloc:bool(var_2_15, callgetter:bool(ICollection`1::get_IsReadOnly, ldloc:Dictionary`2[exp:ICollection`1](var_0_06)))
|
|
}
|
|
|
|
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: 0x17001575 RID: 5493
|
|
// (get) Token: 0x06007F25 RID: 32549 RVA: 0x001B6010 File Offset: 0x001B4210
|
|
[Token(Token = "0x17001575")]
|
|
public ICollection<TKey> MNHJJLIEMBB
|
|
{
|
|
[Token(Token = "0x6007F25")]
|
|
[Address(RVA = "0x2A81C50", Offset = "0x2A80A50", VA = "0x182A81C50", Slot = "6")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F25)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.ICollection`1<TKey> JEEAHOAIKMH::get_Keys()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_10:
|
|
stloc:IEnumerator`1(var_3_1C, call:IEnumerator`1(IEnumerable`1::GetEnumerator, callvirt:IEnumerable`1(Enumerable::Select, ldloc:IEnumerable`1(var_1), ldloc:Func`2(var_2))))
|
|
}
|
|
|
|
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: 0x17001576 RID: 5494
|
|
// (get) Token: 0x06007F26 RID: 32550 RVA: 0x001B603C File Offset: 0x001B423C
|
|
[Token(Token = "0x17001576")]
|
|
public ICollection<TValue> NEOEJPKPGEC
|
|
{
|
|
[Token(Token = "0x6007F26")]
|
|
[Address(RVA = "0x2A82060", Offset = "0x2A80E60", VA = "0x182A82060", Slot = "7")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F26)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.ICollection`1<TValue> JEEAHOAIKMH::get_Values()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_10:
|
|
stloc:IEnumerator`1(var_3_1C, call:IEnumerator`1(IEnumerable`1::GetEnumerator, callvirt:IEnumerable`1(Enumerable::Select, ldloc:IEnumerable`1(var_1), ldloc:Func`2(var_2))))
|
|
}
|
|
|
|
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: 0x06007F27 RID: 32551 RVA: 0x001B6068 File Offset: 0x001B4268
|
|
[Token(Token = "0x6007F27")]
|
|
[Address(RVA = "0x2A7AAD0", Offset = "0x2A798D0", VA = "0x182A7AAD0", Slot = "9")]
|
|
public void Add(TKey DNGKIAJLLHG, TValue ONGBFDACHHG)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F28 RID: 32552 RVA: 0x001B6080 File Offset: 0x001B4280
|
|
[Token(Token = "0x6007F28")]
|
|
[Address(RVA = "0x2A7B410", Offset = "0x2A7A210", VA = "0x182A7B410")]
|
|
public void DEJGNGLNNKO(TKey DNGKIAJLLHG, TValue ONGBFDACHHG, TimeSpan JCNMKOMGMKG)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F29 RID: 32553 RVA: 0x001B6098 File Offset: 0x001B4298
|
|
[Token(Token = "0x6007F29")]
|
|
[Address(RVA = "0x2A7AC50", Offset = "0x2A79A50", VA = "0x182A7AC50", Slot = "21")]
|
|
public bool ContainsKey(TKey DNGKIAJLLHG)
|
|
{
|
|
Dictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
return true;
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F2A RID: 32554 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F2A")]
|
|
[Address(RVA = "0x2A81370", Offset = "0x2A80170", VA = "0x182A81370", Slot = "22")]
|
|
public bool TryGetValue(TKey DNGKIAJLLHG, out TValue ONGBFDACHHG)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007F2B RID: 32555 RVA: 0x001B60C4 File Offset: 0x001B42C4
|
|
[Token(Token = "0x6007F2B")]
|
|
[Address(RVA = "0x2A7E610", Offset = "0x2A7D410", VA = "0x182A7E610", Slot = "10")]
|
|
public bool Remove(TKey DNGKIAJLLHG)
|
|
{
|
|
Dictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x06007F2C RID: 32556 RVA: 0x001B60E0 File Offset: 0x001B42E0
|
|
[Token(Token = "0x6007F2C")]
|
|
[Address(RVA = "0x2A7AB40", Offset = "0x2A79940", VA = "0x182A7AB40", Slot = "15")]
|
|
public void Clear()
|
|
{
|
|
bool isReadOnly = ((ICollection)this.MEDKMHIGKMK).IsReadOnly;
|
|
}
|
|
|
|
// Token: 0x06007F2D RID: 32557 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F2D")]
|
|
[Address(RVA = "0x2A7BEB0", Offset = "0x2A7ACB0", VA = "0x182A7BEB0")]
|
|
public void IGFHPDJEOOD()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007F2E RID: 32558 RVA: 0x001B6100 File Offset: 0x001B4300
|
|
[Token(Token = "0x6007F2E")]
|
|
[Address(RVA = "0x2A7C7E0", Offset = "0x2A7B5E0", VA = "0x182A7C7E0")]
|
|
private void OBOENOAHJOM(TKey DNGKIAJLLHG, TValue ONGBFDACHHG, TimeSpan? CGMODLDFFDJ, bool CKABGBFELMM)
|
|
{
|
|
Dictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
Dictionary medkmhigkmk2 = this.MEDKMHIGKMK;
|
|
if (DateTimeOffset.UtcNow == 0)
|
|
{
|
|
TimeSpan nhppgobddpf = this.NHPPGOBDDPF;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001577 RID: 5495
|
|
// (get) Token: 0x06007F2F RID: 32559 RVA: 0x001B615C File Offset: 0x001B435C
|
|
[Token(Token = "0x17001577")]
|
|
IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.GKPCIPJEJID
|
|
{
|
|
[Token(Token = "0x6007F2F")]
|
|
[Address(RVA = "0x2A80ED0", Offset = "0x2A7FCD0", VA = "0x182A80ED0", Slot = "24")]
|
|
get
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001578 RID: 5496
|
|
// (get) Token: 0x06007F30 RID: 32560 RVA: 0x001B6178 File Offset: 0x001B4378
|
|
[Token(Token = "0x17001578")]
|
|
IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.PGKEOEHHDCD
|
|
{
|
|
[Token(Token = "0x6007F30")]
|
|
[Address(RVA = "0x2A80F00", Offset = "0x2A7FD00", VA = "0x182A80F00", Slot = "25")]
|
|
get
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001579 RID: 5497
|
|
// (get) Token: 0x06007F31 RID: 32561 RVA: 0x001B6194 File Offset: 0x001B4394
|
|
[Token(Token = "0x17001579")]
|
|
bool ICollection<KeyValuePair<TKey, TValue>>.JKOAPMGAFIG
|
|
{
|
|
[Token(Token = "0x6007F31")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930", Slot = "13")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007F32 RID: 32562 RVA: 0x001B61A4 File Offset: 0x001B43A4
|
|
[Token(Token = "0x6007F32")]
|
|
[Address(RVA = "0x2A7E7E0", Offset = "0x2A7D5E0", VA = "0x182A7E7E0", Slot = "14")]
|
|
void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F33 RID: 32563 RVA: 0x001B61B8 File Offset: 0x001B43B8
|
|
[Token(Token = "0x6007F33")]
|
|
[Address(RVA = "0x2A7E9A0", Offset = "0x2A7D7A0", VA = "0x182A7E9A0", Slot = "16")]
|
|
bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
bool flag;
|
|
if (!flag)
|
|
{
|
|
return flag;
|
|
}
|
|
EqualityComparer @default = EqualityComparer.Default;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F34 RID: 32564 RVA: 0x001B61D8 File Offset: 0x001B43D8
|
|
[Token(Token = "0x6007F34")]
|
|
[Address(RVA = "0x2A80B90", Offset = "0x2A7F990", VA = "0x182A80B90", Slot = "18")]
|
|
bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
EqualityComparer @default = EqualityComparer.Default;
|
|
int num;
|
|
if (num != 0)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F35 RID: 32565 RVA: 0x001B6200 File Offset: 0x001B4400
|
|
[Token(Token = "0x6007F35")]
|
|
[Address(RVA = "0x2A7FAE0", Offset = "0x2A7E8E0", VA = "0x182A7FAE0", Slot = "17")]
|
|
void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] OPEBNMBKJJA, int JJBEHBJNJED)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
int count = this.MEPGPGKFENE;
|
|
int num2 = OPEBNMBKJJA.Length;
|
|
num2 -= JJBEHBJNJED;
|
|
num += num;
|
|
num++;
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x06007F36 RID: 32566 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F36")]
|
|
[Address(RVA = "0x2A80DB0", Offset = "0x2A7FBB0", VA = "0x182A80DB0", Slot = "19")]
|
|
IEnumerator<KeyValuePair<TKey, TValue>> IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007F37 RID: 32567 RVA: 0x001B623C File Offset: 0x001B443C
|
|
[Token(Token = "0x6007F37")]
|
|
[Address(RVA = "0x2A80F30", Offset = "0x2A7FD30", VA = "0x182A80F30", Slot = "20")]
|
|
IEnumerator IEnumerable.GetEnumerator()
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x04005562 RID: 21858
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005562")]
|
|
private readonly Dictionary<TKey, JEEAHOAIKMH<TKey, TValue>.HBIALFMCELA<TValue>> MEDKMHIGKMK;
|
|
|
|
// Token: 0x04005563 RID: 21859
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005563")]
|
|
private readonly TimeSpan NHPPGOBDDPF;
|
|
|
|
// Token: 0x0200159D RID: 5533
|
|
[Token(Token = "0x200159D")]
|
|
private class HBIALFMCELA<T>
|
|
{
|
|
// Token: 0x1700157A RID: 5498
|
|
// (get) Token: 0x06007F38 RID: 32568 RVA: 0x001B6250 File Offset: 0x001B4450
|
|
// (set) Token: 0x06007F39 RID: 32569 RVA: 0x001B6264 File Offset: 0x001B4464
|
|
[Token(Token = "0x1700157A")]
|
|
public T DMLIOOCLKKP
|
|
{
|
|
[Token(Token = "0x6007F38")]
|
|
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
|
|
get;
|
|
[Token(Token = "0x6007F39")]
|
|
[Address(RVA = "0x3F7200", Offset = "0x3F6000", VA = "0x1803F7200")]
|
|
set;
|
|
}
|
|
|
|
// Token: 0x1700157B RID: 5499
|
|
// (get) Token: 0x06007F3A RID: 32570 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x06007F3B RID: 32571 RVA: 0x001B6278 File Offset: 0x001B4478
|
|
[Token(Token = "0x1700157B")]
|
|
public DateTimeOffset NLEGMBPCMIA
|
|
{
|
|
[Token(Token = "0x6007F3A")]
|
|
[Address(RVA = "0x48FDA0", Offset = "0x48EBA0", VA = "0x18048FDA0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x6007F3B")]
|
|
[Address(RVA = "0x763930", Offset = "0x762730", VA = "0x180763930")]
|
|
[CompilerGenerated]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700157C RID: 5500
|
|
// (get) Token: 0x06007F3C RID: 32572 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x06007F3D RID: 32573 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x1700157C")]
|
|
public TimeSpan OMBDHJICBGF
|
|
{
|
|
[Token(Token = "0x6007F3C")]
|
|
[Address(RVA = "0x3F63E0", Offset = "0x3F51E0", VA = "0x1803F63E0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x6007F3D")]
|
|
[Address(RVA = "0x409C60", Offset = "0x408A60", VA = "0x180409C60")]
|
|
[CompilerGenerated]
|
|
set
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700157D RID: 5501
|
|
// (get) Token: 0x06007F3E RID: 32574 RVA: 0x001B6288 File Offset: 0x001B4488
|
|
[Token(Token = "0x1700157D")]
|
|
public bool HDFFKFOGFDB
|
|
{
|
|
[Token(Token = "0x6007F3E")]
|
|
[Address(RVA = "0x2A786A0", Offset = "0x2A774A0", VA = "0x182A786A0")]
|
|
get
|
|
{
|
|
DateTimeOffset utcNow = DateTimeOffset.UtcNow;
|
|
TimeSpan timeSpan = this.OMBDHJICBGF;
|
|
TimeSpan timeSpan2;
|
|
return timeSpan2 >= timeSpan;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007F3F RID: 32575 RVA: 0x001B62B0 File Offset: 0x001B44B0
|
|
[Token(Token = "0x6007F3F")]
|
|
[Address(RVA = "0x118F5A0", Offset = "0x118E3A0", VA = "0x18118F5A0")]
|
|
public HBIALFMCELA()
|
|
{
|
|
}
|
|
}
|
|
}
|