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: 0x0200167C RID: 5756
|
|
[Token(Token = "0x200167C")]
|
|
[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: 0x060082EC RID: 33516 RVA: 0x001BF1FC File Offset: 0x001BD3FC
|
|
[Token(Token = "0x60082EC")]
|
|
[Address(RVA = "0x2BE8DD0", Offset = "0x2BE7DD0", VA = "0x182BE8DD0")]
|
|
public JEEAHOAIKMH(TimeSpan POOHOAHCDCN, [Optional] IEqualityComparer<TKey> KFBHPCHEJBO)
|
|
{
|
|
this.NHPPGOBDDPF = POOHOAHCDCN;
|
|
Dictionary dictionary = new Dictionary(KFBHPCHEJBO);
|
|
this.MEDKMHIGKMK = dictionary;
|
|
}
|
|
|
|
// Token: 0x17001611 RID: 5649
|
|
// (get) Token: 0x060082ED RID: 33517 RVA: 0x001BF22C File Offset: 0x001BD42C
|
|
// (set) Token: 0x060082EE RID: 33518 RVA: 0x001BF240 File Offset: 0x001BD440
|
|
[Token(Token = "0x17001611")]
|
|
public TValue ACOEGFLBMEH
|
|
{
|
|
[Token(Token = "0x60082ED")]
|
|
[Address(RVA = "0x2D44C40", Offset = "0x2D43C40", VA = "0x182D44C40", Slot = "23")]
|
|
get
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
[Token(Token = "0x60082EE")]
|
|
[Address(RVA = "0x2D44CA0", Offset = "0x2D43CA0", VA = "0x182D44CA0", Slot = "5")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001612 RID: 5650
|
|
// (get) Token: 0x060082EF RID: 33519 RVA: 0x001BF258 File Offset: 0x001BD458
|
|
[Token(Token = "0x17001612")]
|
|
public int MEPGPGKFENE
|
|
{
|
|
[Token(Token = "0x60082EF")]
|
|
[Address(RVA = "0x2BE8E70", Offset = "0x2BE7E70", VA = "0x182BE8E70", Slot = "26")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060082EF)
|
|
|
|
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: 0x17001613 RID: 5651
|
|
// (get) Token: 0x060082F0 RID: 33520 RVA: 0x001BF27C File Offset: 0x001BD47C
|
|
[Token(Token = "0x17001613")]
|
|
public ICollection<TKey> MNHJJLIEMBB
|
|
{
|
|
[Token(Token = "0x60082F0")]
|
|
[Address(RVA = "0x2BE91B0", Offset = "0x2BE81B0", VA = "0x182BE91B0", Slot = "6")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060082F0)
|
|
|
|
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: 0x17001614 RID: 5652
|
|
// (get) Token: 0x060082F1 RID: 33521 RVA: 0x001BF2A8 File Offset: 0x001BD4A8
|
|
[Token(Token = "0x17001614")]
|
|
public ICollection<TValue> NEOEJPKPGEC
|
|
{
|
|
[Token(Token = "0x60082F1")]
|
|
[Address(RVA = "0x2BE95C0", Offset = "0x2BE85C0", VA = "0x182BE95C0", Slot = "7")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060082F1)
|
|
|
|
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: 0x060082F2 RID: 33522 RVA: 0x001BF2D4 File Offset: 0x001BD4D4
|
|
[Token(Token = "0x60082F2")]
|
|
[Address(RVA = "0x2D41870", Offset = "0x2D40870", VA = "0x182D41870", Slot = "9")]
|
|
public void Add(TKey DNGKIAJLLHG, TValue ONGBFDACHHG)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060082F3 RID: 33523 RVA: 0x001BF2EC File Offset: 0x001BD4EC
|
|
[Token(Token = "0x60082F3")]
|
|
[Address(RVA = "0x2D41C10", Offset = "0x2D40C10", VA = "0x182D41C10")]
|
|
public void DEJGNGLNNKO(TKey DNGKIAJLLHG, TValue ONGBFDACHHG, TimeSpan JCNMKOMGMKG)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060082F4 RID: 33524 RVA: 0x001BF304 File Offset: 0x001BD504
|
|
[Token(Token = "0x60082F4")]
|
|
[Address(RVA = "0x2D418E0", Offset = "0x2D408E0", VA = "0x182D418E0", Slot = "21")]
|
|
public bool ContainsKey(TKey DNGKIAJLLHG)
|
|
{
|
|
Dictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
return true;
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060082F5 RID: 33525 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x60082F5")]
|
|
[Address(RVA = "0x2D44890", Offset = "0x2D43890", VA = "0x182D44890", Slot = "22")]
|
|
public bool TryGetValue(TKey DNGKIAJLLHG, out TValue ONGBFDACHHG)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060082F6 RID: 33526 RVA: 0x001BF330 File Offset: 0x001BD530
|
|
[Token(Token = "0x60082F6")]
|
|
[Address(RVA = "0x2D43440", Offset = "0x2D42440", VA = "0x182D43440", Slot = "10")]
|
|
public bool Remove(TKey DNGKIAJLLHG)
|
|
{
|
|
Dictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x060082F7 RID: 33527 RVA: 0x001BF34C File Offset: 0x001BD54C
|
|
[Token(Token = "0x60082F7")]
|
|
[Address(RVA = "0x2BE5460", Offset = "0x2BE4460", VA = "0x182BE5460", Slot = "15")]
|
|
public void Clear()
|
|
{
|
|
bool isReadOnly = ((ICollection)this.MEDKMHIGKMK).IsReadOnly;
|
|
}
|
|
|
|
// Token: 0x060082F8 RID: 33528 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x60082F8")]
|
|
[Address(RVA = "0x2D42230", Offset = "0x2D41230", VA = "0x182D42230")]
|
|
public void IGFHPDJEOOD()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060082F9 RID: 33529 RVA: 0x001BF36C File Offset: 0x001BD56C
|
|
[Token(Token = "0x60082F9")]
|
|
[Address(RVA = "0x2D426D0", Offset = "0x2D416D0", VA = "0x182D426D0")]
|
|
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: 0x17001615 RID: 5653
|
|
// (get) Token: 0x060082FA RID: 33530 RVA: 0x001BF3C8 File Offset: 0x001BD5C8
|
|
[Token(Token = "0x17001615")]
|
|
IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.GKPCIPJEJID
|
|
{
|
|
[Token(Token = "0x60082FA")]
|
|
[Address(RVA = "0x2BE8930", Offset = "0x2BE7930", VA = "0x182BE8930", Slot = "24")]
|
|
get
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001616 RID: 5654
|
|
// (get) Token: 0x060082FB RID: 33531 RVA: 0x001BF3E4 File Offset: 0x001BD5E4
|
|
[Token(Token = "0x17001616")]
|
|
IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.PGKEOEHHDCD
|
|
{
|
|
[Token(Token = "0x60082FB")]
|
|
[Address(RVA = "0x2BE8960", Offset = "0x2BE7960", VA = "0x182BE8960", Slot = "25")]
|
|
get
|
|
{
|
|
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001617 RID: 5655
|
|
// (get) Token: 0x060082FC RID: 33532 RVA: 0x001BF400 File Offset: 0x001BD600
|
|
[Token(Token = "0x17001617")]
|
|
bool ICollection<KeyValuePair<TKey, TValue>>.JKOAPMGAFIG
|
|
{
|
|
[Token(Token = "0x60082FC")]
|
|
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690", Slot = "13")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x060082FD RID: 33533 RVA: 0x001BF410 File Offset: 0x001BD610
|
|
[Token(Token = "0x60082FD")]
|
|
[Address(RVA = "0x2D43510", Offset = "0x2D42510", VA = "0x182D43510", Slot = "14")]
|
|
void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060082FE RID: 33534 RVA: 0x001BF424 File Offset: 0x001BD624
|
|
[Token(Token = "0x60082FE")]
|
|
[Address(RVA = "0x2D435A0", Offset = "0x2D425A0", VA = "0x182D435A0", 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: 0x060082FF RID: 33535 RVA: 0x001BF444 File Offset: 0x001BD644
|
|
[Token(Token = "0x60082FF")]
|
|
[Address(RVA = "0x2D44580", Offset = "0x2D43580", VA = "0x182D44580", 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: 0x06008300 RID: 33536 RVA: 0x001BF46C File Offset: 0x001BD66C
|
|
[Token(Token = "0x6008300")]
|
|
[Address(RVA = "0x2D43AD0", Offset = "0x2D42AD0", VA = "0x182D43AD0", 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: 0x06008301 RID: 33537 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6008301")]
|
|
[Address(RVA = "0x2D44710", Offset = "0x2D43710", VA = "0x182D44710", 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: 0x06008302 RID: 33538 RVA: 0x001BF4A8 File Offset: 0x001BD6A8
|
|
[Token(Token = "0x6008302")]
|
|
[Address(RVA = "0x2BE8990", Offset = "0x2BE7990", VA = "0x182BE8990", Slot = "20")]
|
|
IEnumerator IEnumerable.GetEnumerator()
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x04005717 RID: 22295
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005717")]
|
|
private readonly Dictionary<TKey, JEEAHOAIKMH<TKey, TValue>.HBIALFMCELA<TValue>> MEDKMHIGKMK;
|
|
|
|
// Token: 0x04005718 RID: 22296
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005718")]
|
|
private readonly TimeSpan NHPPGOBDDPF;
|
|
|
|
// Token: 0x0200167D RID: 5757
|
|
[Token(Token = "0x200167D")]
|
|
private class HBIALFMCELA<T>
|
|
{
|
|
// Token: 0x17001618 RID: 5656
|
|
// (get) Token: 0x06008303 RID: 33539 RVA: 0x001BF4BC File Offset: 0x001BD6BC
|
|
// (set) Token: 0x06008304 RID: 33540 RVA: 0x001BF4D0 File Offset: 0x001BD6D0
|
|
[Token(Token = "0x17001618")]
|
|
public T DMLIOOCLKKP
|
|
{
|
|
[Token(Token = "0x6008303")]
|
|
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
|
get;
|
|
[Token(Token = "0x6008304")]
|
|
[Address(RVA = "0x415800", Offset = "0x414800", VA = "0x180415800")]
|
|
set;
|
|
}
|
|
|
|
// Token: 0x17001619 RID: 5657
|
|
// (get) Token: 0x06008305 RID: 33541 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x06008306 RID: 33542 RVA: 0x001BF4E4 File Offset: 0x001BD6E4
|
|
[Token(Token = "0x17001619")]
|
|
public DateTimeOffset NLEGMBPCMIA
|
|
{
|
|
[Token(Token = "0x6008305")]
|
|
[Address(RVA = "0x470E20", Offset = "0x46FE20", VA = "0x180470E20")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x6008306")]
|
|
[Address(RVA = "0x5AB420", Offset = "0x5AA420", VA = "0x1805AB420")]
|
|
[CompilerGenerated]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700161A RID: 5658
|
|
// (get) Token: 0x06008307 RID: 33543 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x06008308 RID: 33544 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x1700161A")]
|
|
public TimeSpan OMBDHJICBGF
|
|
{
|
|
[Token(Token = "0x6008307")]
|
|
[Address(RVA = "0x4157D0", Offset = "0x4147D0", VA = "0x1804157D0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x6008308")]
|
|
[Address(RVA = "0x415820", Offset = "0x414820", VA = "0x180415820")]
|
|
[CompilerGenerated]
|
|
set
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700161B RID: 5659
|
|
// (get) Token: 0x06008309 RID: 33545 RVA: 0x001BF4F4 File Offset: 0x001BD6F4
|
|
[Token(Token = "0x1700161B")]
|
|
public bool HDFFKFOGFDB
|
|
{
|
|
[Token(Token = "0x6008309")]
|
|
[Address(RVA = "0x2D39BB0", Offset = "0x2D38BB0", VA = "0x182D39BB0")]
|
|
get
|
|
{
|
|
DateTimeOffset utcNow = DateTimeOffset.UtcNow;
|
|
TimeSpan timeSpan = this.OMBDHJICBGF;
|
|
TimeSpan timeSpan2;
|
|
return timeSpan2 >= timeSpan;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600830A RID: 33546 RVA: 0x001BF51C File Offset: 0x001BD71C
|
|
[Token(Token = "0x600830A")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public HBIALFMCELA()
|
|
{
|
|
}
|
|
}
|
|
}
|