1033 lines
43 KiB
C#
1033 lines
43 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using CSCore;
|
|
|
|
// Token: 0x020015DC RID: 5596
|
|
[Token(Token = "0x20015DC")]
|
|
public class AEMPKCBKHII<TId, TResult> where TResult : class
|
|
{
|
|
// Token: 0x06007F2E RID: 32558 RVA: 0x001B5A98 File Offset: 0x001B3C98
|
|
[Token(Token = "0x6007F2E")]
|
|
[Address(RVA = "0x2634730", Offset = "0x2633730", VA = "0x182634730")]
|
|
public AEMPKCBKHII(AEMPKCBKHII<TId, TResult>.APFDBPOPECA CBNIOEKPEIF, Func<TResult, TId> FIKIECGAOBB, [Optional] Action<TId, TResult> HJKCCPCPEDL, [Optional] IEqualityComparer<TId> PHGHBIEKBKA)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F2E)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AEMPKCBKHII::.ctor(AEMPKCBKHII/APFDBPOPECA<TId,TResult>,System.Func`2<TResult,TId>,System.Action`2<TId,TResult>,System.Collections.Generic.IEqualityComparer`1<TId>)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_15:
|
|
stloc:ArgumentNullException(var_0_1F, newobj:ArgumentNullException(ArgumentNullException::.ctor, ldstr:string("serviceCall")))
|
|
}
|
|
|
|
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
|
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: 0x06007F2F RID: 32559 RVA: 0x001B5AC4 File Offset: 0x001B3CC4
|
|
[Token(Token = "0x6007F2F")]
|
|
[Address(RVA = "0x26348F0", Offset = "0x26338F0", VA = "0x1826348F0")]
|
|
public AEMPKCBKHII(AEMPKCBKHII<TId, TResult>.APFDBPOPECA CBNIOEKPEIF, Func<TResult, TId> FIKIECGAOBB, TimeSpan PELFKCAHDFH, [Optional] Action<TId, TResult> HJKCCPCPEDL, [Optional] IEqualityComparer<TId> PHGHBIEKBKA)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F2F)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AEMPKCBKHII::.ctor(AEMPKCBKHII/APFDBPOPECA<TId,TResult>,System.Func`2<TResult,TId>,System.TimeSpan,System.Action`2<TId,TResult>,System.Collections.Generic.IEqualityComparer`1<TId>)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_2D:
|
|
stloc:ArgumentNullException(var_3_37, newobj:ArgumentNullException(ArgumentNullException::.ctor, ldstr:string("getResultId")))
|
|
}
|
|
|
|
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: 0x06007F30 RID: 32560 RVA: 0x001B5B08 File Offset: 0x001B3D08
|
|
[Token(Token = "0x6007F30")]
|
|
[Address(RVA = "0x2635000", Offset = "0x2634000", VA = "0x182635000")]
|
|
public AEMPKCBKHII(AEMPKCBKHII<TId, TResult>.APFDBPOPECA CBNIOEKPEIF, Func<TResult, TId> FIKIECGAOBB, IDictionary<TId, TResult> ONOBMHNFCHB, [Optional] Action<TId, TResult> LCAGEGLBAPO, [Optional] Action<TId, TResult> HJKCCPCPEDL, [Optional] IEqualityComparer<TId> PHGHBIEKBKA)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F30)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AEMPKCBKHII::.ctor(AEMPKCBKHII/APFDBPOPECA<TId,TResult>,System.Func`2<TResult,TId>,System.Collections.Generic.IDictionary`2<TId,TResult>,System.Action`2<TId,TResult>,System.Action`2<TId,TResult>,System.Collections.Generic.IEqualityComparer`1<TId>)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_2E:
|
|
stloc:ArgumentNullException(var_2_38, newobj:ArgumentNullException(ArgumentNullException::.ctor, ldstr:string("serviceCall")))
|
|
}
|
|
|
|
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
|
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: 0x06007F31 RID: 32561 RVA: 0x001B5B50 File Offset: 0x001B3D50
|
|
[Token(Token = "0x6007F31")]
|
|
[Address(RVA = "0x2633030", Offset = "0x2632030", VA = "0x182633030")]
|
|
public void JBBLIBHHEBC()
|
|
{
|
|
int num;
|
|
int num3;
|
|
do
|
|
{
|
|
num = 0;
|
|
IDictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
int num2 = 0;
|
|
num2 += num2;
|
|
num2++;
|
|
if (num != 0)
|
|
{
|
|
goto IL_5B;
|
|
}
|
|
num2 += 19;
|
|
num2 += typeof(Dictionary<TId, CBLLFJEDOII<TResult>>.Enumerator).TypeHandle;
|
|
if (num != -1)
|
|
{
|
|
}
|
|
num3 = 0;
|
|
num3 += num3;
|
|
num3++;
|
|
}
|
|
while (num != 0);
|
|
num3 += num3;
|
|
num3 += 19;
|
|
num3 += typeof(Dictionary<TId, CBLLFJEDOII<TResult>>.Enumerator).TypeHandle;
|
|
return;
|
|
IL_5B:
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F32 RID: 32562 RVA: 0x001B5BC0 File Offset: 0x001B3DC0
|
|
[Token(Token = "0x6007F32")]
|
|
[Address(RVA = "0x2631DF0", Offset = "0x2630DF0", VA = "0x182631DF0")]
|
|
public PMGCJEPKFOF<TResult> IAHDANBDAAM(TId ENJEOLBEALP)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F32)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling PMGCJEPKFOF<TResult> AEMPKCBKHII::IAHDANBDAAM(TId)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_3:
|
|
callvirt:void(AEMPKCBKHII::GLLCDEDIFEN, ldloc:AEMPKCBKHII(this))
|
|
}
|
|
|
|
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: 0x06007F33 RID: 32563 RVA: 0x001B5C00 File Offset: 0x001B3E00
|
|
[Token(Token = "0x6007F33")]
|
|
[Address(RVA = "0x26327F0", Offset = "0x26317F0", VA = "0x1826327F0")]
|
|
public PMGCJEPKFOF<List<TResult>> IAHDANBDAAM(IReadOnlyList<TId> CLKHCBGAOHF)
|
|
{
|
|
for (;;)
|
|
{
|
|
int num = 0;
|
|
AEMPKCBKHII.JFDBJJDMOAH jfdbjjdmoah = new AEMPKCBKHII.JFDBJJDMOAH();
|
|
if (jfdbjjdmoah != 0)
|
|
{
|
|
List list = Enumerable.ToList(Enumerable.Distinct(CLKHCBGAOHF));
|
|
int num2 = 0;
|
|
jfdbjjdmoah.cachedResults = num2;
|
|
int num3 = 0;
|
|
num3 += num3;
|
|
num3++;
|
|
int num4 = 0;
|
|
int num5 = 0;
|
|
if (num5 >= num4)
|
|
{
|
|
goto IL_53;
|
|
}
|
|
num5 += num5;
|
|
if (num5 != num4)
|
|
{
|
|
num5++;
|
|
goto IL_53;
|
|
}
|
|
goto IL_8C;
|
|
IL_9A:
|
|
if (num != 0)
|
|
{
|
|
List list2;
|
|
if (jfdbjjdmoah.cachedResults == 0)
|
|
{
|
|
jfdbjjdmoah.cachedResults = list2;
|
|
}
|
|
list2.Add(num);
|
|
}
|
|
num2++;
|
|
List list3;
|
|
ValueTuple valueTuple;
|
|
if (list3 != 0 && valueTuple != 0)
|
|
{
|
|
this.GLLCDEDIFEN();
|
|
}
|
|
if (jfdbjjdmoah.cachedResults == 0)
|
|
{
|
|
break;
|
|
}
|
|
continue;
|
|
IL_53:
|
|
IDictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
int num6 = 0;
|
|
if (num6 < num2)
|
|
{
|
|
num6 += num6;
|
|
if (num6 == num2)
|
|
{
|
|
goto IL_93;
|
|
}
|
|
num6++;
|
|
}
|
|
int num7;
|
|
if (num6 == 0)
|
|
{
|
|
if (num2 == 0)
|
|
{
|
|
}
|
|
num2++;
|
|
num7 = 0;
|
|
num7 += num7;
|
|
goto IL_8C;
|
|
}
|
|
goto IL_9A;
|
|
IL_93:
|
|
num7 += num7;
|
|
goto IL_9A;
|
|
IL_8C:
|
|
num7 += num7;
|
|
goto IL_93;
|
|
}
|
|
goto IL_E2;
|
|
}
|
|
return JJEKJGALHKO.MKLIDFOGIGO(new List());
|
|
IL_E2:
|
|
List list4 = new List();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F34 RID: 32564 RVA: 0x001B5CFC File Offset: 0x001B3EFC
|
|
[Token(Token = "0x6007F34")]
|
|
[Address(RVA = "0x2569730", Offset = "0x2568730", VA = "0x182569730")]
|
|
public PMGCJEPKFOF<List<TResult>> GICEGCFEOOM(AKLAFDGACEM<string> NIJKCPMCEBC, string LFHKOFIPIEK, Func<PMGCJEPKFOF<IReadOnlyList<TResult>>> CBNIOEKPEIF, [Optional] TimeSpan? PELFKCAHDFH, [Optional] Comparison<TResult> DKLJMLFNEEN)
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F35 RID: 32565 RVA: 0x001B5D10 File Offset: 0x001B3F10
|
|
[Token(Token = "0x6007F35")]
|
|
[Address(RVA = "0x26303C0", Offset = "0x262F3C0", VA = "0x1826303C0")]
|
|
public PMGCJEPKFOF<List<TResult>> GICEGCFEOOM(AKLAFDGACEM<string> NIJKCPMCEBC, string LFHKOFIPIEK, Func<PMGCJEPKFOF<IReadOnlyList<TId>>> CBNIOEKPEIF, [Optional] TimeSpan? PELFKCAHDFH, [Optional] Comparison<TResult> DKLJMLFNEEN)
|
|
{
|
|
TimeSpan maxValue = TimeSpan.MaxValue;
|
|
int num = 0;
|
|
if (num < maxValue)
|
|
{
|
|
num += num;
|
|
if (num != maxValue)
|
|
{
|
|
num++;
|
|
}
|
|
}
|
|
num += 19;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F36 RID: 32566 RVA: 0x001B5D40 File Offset: 0x001B3F40
|
|
[Token(Token = "0x6007F36")]
|
|
[Address(RVA = "0x262FCF0", Offset = "0x262ECF0", VA = "0x18262FCF0")]
|
|
public void FPBFFBIABCG(AKLAFDGACEM<string> NIJKCPMCEBC, string LFHKOFIPIEK, TId ENJEOLBEALP)
|
|
{
|
|
WaveFormat waveFormat = ((IAudioSource)NIJKCPMCEBC).WaveFormat;
|
|
}
|
|
|
|
// Token: 0x06007F37 RID: 32567 RVA: 0x001B5D5C File Offset: 0x001B3F5C
|
|
[Token(Token = "0x6007F37")]
|
|
[Address(RVA = "0x2633EC0", Offset = "0x2632EC0", VA = "0x182633EC0")]
|
|
public void JMOBNFNGPHF(AKLAFDGACEM<string> NIJKCPMCEBC, string LFHKOFIPIEK, TId ENJEOLBEALP)
|
|
{
|
|
WaveFormat waveFormat = ((IAudioSource)NIJKCPMCEBC).WaveFormat;
|
|
}
|
|
|
|
// Token: 0x06007F38 RID: 32568 RVA: 0x001B5D78 File Offset: 0x001B3F78
|
|
[Token(Token = "0x6007F38")]
|
|
[Address(RVA = "0x2630930", Offset = "0x262F930", VA = "0x182630930")]
|
|
public void HEMIBGKMCID(AKLAFDGACEM<string> NIJKCPMCEBC, string LFHKOFIPIEK, TId ENJEOLBEALP)
|
|
{
|
|
WaveFormat waveFormat = ((IAudioSource)NIJKCPMCEBC).WaveFormat;
|
|
}
|
|
|
|
// Token: 0x06007F39 RID: 32569 RVA: 0x001B5D94 File Offset: 0x001B3F94
|
|
[Token(Token = "0x6007F39")]
|
|
[Address(RVA = "0x262E650", Offset = "0x262D650", VA = "0x18262E650")]
|
|
private ValueTuple<PMGCJEPKFOF<TResult>, bool> EGKOPJHNGFN(TId ENJEOLBEALP)
|
|
{
|
|
if ("{il2cpp array field il2cppMethodInfo->}" == (ulong)1L)
|
|
{
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F3A RID: 32570 RVA: 0x001B5DB4 File Offset: 0x001B3FB4
|
|
[Token(Token = "0x6007F3A")]
|
|
[Address(RVA = "0x262F820", Offset = "0x262E820", VA = "0x18262F820")]
|
|
private ValueTuple<PMGCJEPKFOF<List<TResult>>, bool> FLDKJGFDKCG(IReadOnlyList<TId> CLKHCBGAOHF)
|
|
{
|
|
int num = 0;
|
|
int num2 = 0;
|
|
int num3 = 0;
|
|
num3 += num3;
|
|
num3++;
|
|
int num4 = 0;
|
|
if (num2 < num3)
|
|
{
|
|
int num5 = 0;
|
|
if (num5 < num4)
|
|
{
|
|
num5 += num5;
|
|
if (num5 == num4)
|
|
{
|
|
goto IL_58;
|
|
}
|
|
num5++;
|
|
}
|
|
if (num == 0)
|
|
{
|
|
}
|
|
if ("{il2cpp array field local11->}" == (ulong)1L)
|
|
{
|
|
}
|
|
num2++;
|
|
int num6 = 0;
|
|
num6 += num6;
|
|
IL_58:
|
|
num6 += num6;
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F3B RID: 32571 RVA: 0x001B5E28 File Offset: 0x001B4028
|
|
[Token(Token = "0x6007F3B")]
|
|
[Address(RVA = "0x2630710", Offset = "0x262F710", VA = "0x182630710")]
|
|
private void GLLCDEDIFEN()
|
|
{
|
|
if (!SingletonMonoBehaviour.FFNIFALJLDD)
|
|
{
|
|
return;
|
|
}
|
|
IEnumerator<KENFJGFMIPM> enumerator = this.OHPJJDGBNPH();
|
|
}
|
|
|
|
// Token: 0x06007F3C RID: 32572 RVA: 0x001B5E50 File Offset: 0x001B4050
|
|
[Token(Token = "0x6007F3C")]
|
|
[Address(RVA = "0x256AFC0", Offset = "0x2569FC0", VA = "0x18256AFC0")]
|
|
private IEnumerator<KENFJGFMIPM> OHPJJDGBNPH()
|
|
{
|
|
int num;
|
|
AEMPKCBKHII.BKIKAOKPNNG bkikaokpnng = new AEMPKCBKHII.BKIKAOKPNNG(num);
|
|
num = 0;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F3D RID: 32573 RVA: 0x001B5E6C File Offset: 0x001B406C
|
|
[Token(Token = "0x6007F3D")]
|
|
[Address(RVA = "0x2631210", Offset = "0x2630210", VA = "0x182631210")]
|
|
private void HGBPIFOLOOJ()
|
|
{
|
|
int num;
|
|
List list;
|
|
int num4;
|
|
do
|
|
{
|
|
num = 0;
|
|
int num2;
|
|
if (num2 == 0)
|
|
{
|
|
return;
|
|
}
|
|
int num3;
|
|
list = new List(num3);
|
|
num4 = 0;
|
|
num4 += num4;
|
|
num4++;
|
|
}
|
|
while (num != 0);
|
|
num4 += num4;
|
|
num4 += 19;
|
|
num4 += typeof(Dictionary<TId, CBLLFJEDOII<TResult>>.Enumerator).TypeHandle;
|
|
this.EMHFKPMEHIO(list);
|
|
}
|
|
|
|
// Token: 0x06007F3E RID: 32574 RVA: 0x001B5ECC File Offset: 0x001B40CC
|
|
[Token(Token = "0x6007F3E")]
|
|
[Address(RVA = "0x262ECC0", Offset = "0x262DCC0", VA = "0x18262ECC0")]
|
|
private void EMHFKPMEHIO(IReadOnlyList<TId> CLKHCBGAOHF)
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F3F RID: 32575 RVA: 0x001B5EF4 File Offset: 0x001B40F4
|
|
[Token(Token = "0x6007F3F")]
|
|
[Address(RVA = "0x26340C0", Offset = "0x26330C0", VA = "0x1826340C0")]
|
|
private void OJHKDGDEHII(TId ENJEOLBEALP, TResult GIAOBLMEMMI)
|
|
{
|
|
IDictionary medkmhigkmk = this.MEDKMHIGKMK;
|
|
int num = 0;
|
|
if (num < GIAOBLMEMMI)
|
|
{
|
|
num += num;
|
|
if (num == GIAOBLMEMMI)
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
num++;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007F40 RID: 32576 RVA: 0x001B5F20 File Offset: 0x001B4120
|
|
[Token(Token = "0x6007F40")]
|
|
[Address(RVA = "0x2632EE0", Offset = "0x2631EE0", VA = "0x182632EE0")]
|
|
private static void IMNPEOFFCBM(AKLAFDGACEM<string> NIJKCPMCEBC, string LFHKOFIPIEK, Action<List<TId>> JJGHIEJCCDA)
|
|
{
|
|
if (NIJKCPMCEBC.PFFCBOBBLPC(LFHKOFIPIEK) != 0)
|
|
{
|
|
int num = 0;
|
|
num += num;
|
|
num++;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04005433 RID: 21555
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005433")]
|
|
private readonly IDictionary<TId, TResult> MEDKMHIGKMK;
|
|
|
|
// Token: 0x04005434 RID: 21556
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005434")]
|
|
private readonly bool MMEMLNHBGOP;
|
|
|
|
// Token: 0x04005435 RID: 21557
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005435")]
|
|
private readonly Dictionary<TId, CBLLFJEDOII<TResult>> JBBNFBPDLAJ;
|
|
|
|
// Token: 0x04005436 RID: 21558
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005436")]
|
|
private readonly Dictionary<TId, CBLLFJEDOII<TResult>> NLKHNEMGMLO;
|
|
|
|
// Token: 0x04005437 RID: 21559
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005437")]
|
|
private readonly AEMPKCBKHII<TId, TResult>.APFDBPOPECA NCLOKCMKLCB;
|
|
|
|
// Token: 0x04005438 RID: 21560
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005438")]
|
|
private readonly Func<TResult, TId> GDIDMEKNFIK;
|
|
|
|
// Token: 0x04005439 RID: 21561
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005439")]
|
|
private readonly Action<TId, TResult> IFGGCBJHFHH;
|
|
|
|
// Token: 0x0400543A RID: 21562
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400543A")]
|
|
private readonly IEqualityComparer<TId> MHLCDJABNHH;
|
|
|
|
// Token: 0x0400543B RID: 21563
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400543B")]
|
|
private bool PLJKGFCLKCE;
|
|
|
|
// Token: 0x020015DD RID: 5597
|
|
[Token(Token = "0x20015DD")]
|
|
public sealed class APFDBPOPECA : MulticastDelegate
|
|
{
|
|
// Token: 0x06007F41 RID: 32577 RVA: 0x001B5F48 File Offset: 0x001B4148
|
|
[Token(Token = "0x6007F41")]
|
|
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
|
|
public APFDBPOPECA(object FEDFKKMABOG, IntPtr APAICGIHAGJ)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F42 RID: 32578 RVA: 0x001B5F58 File Offset: 0x001B4158
|
|
[Token(Token = "0x6007F42")]
|
|
[Address(RVA = "0x18057D0", Offset = "0x18047D0", VA = "0x1818057D0", Slot = "13")]
|
|
public PMGCJEPKFOF<List<TResult>> Invoke(IReadOnlyList<TId> CLKHCBGAOHF)
|
|
{
|
|
uint num;
|
|
while (num == (uint)0)
|
|
{
|
|
}
|
|
throw new ExecutionEngineException();
|
|
}
|
|
|
|
// Token: 0x06007F43 RID: 32579 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F43")]
|
|
[Address(RVA = "0x5FA200", Offset = "0x5F9200", VA = "0x1805FA200", Slot = "14")]
|
|
public IAsyncResult BeginInvoke(IReadOnlyList<TId> CLKHCBGAOHF, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007F44 RID: 32580 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F44")]
|
|
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
|
|
public PMGCJEPKFOF<List<TResult>> EndInvoke(IAsyncResult GIAOBLMEMMI)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x020015DE RID: 5598
|
|
[Token(Token = "0x20015DE")]
|
|
[CompilerGenerated]
|
|
private sealed class JFDBJJDMOAH
|
|
{
|
|
// Token: 0x06007F45 RID: 32581 RVA: 0x001B5FC4 File Offset: 0x001B41C4
|
|
[Token(Token = "0x6007F45")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public JFDBJJDMOAH()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F46 RID: 32582 RVA: 0x001B5FE0 File Offset: 0x001B41E0
|
|
[Token(Token = "0x6007F46")]
|
|
[Address(RVA = "0x2637430", Offset = "0x2636430", VA = "0x182637430")]
|
|
internal List<TResult> <Get>b__0(List<TResult> results)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F46)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.List`1<TResult> AEMPKCBKHII/JFDBJJDMOAH::<Get>b__0(System.Collections.Generic.List`1<TResult>)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:IEnumerator`1(var_0_11, call:IEnumerator`1(IEnumerable`1::GetEnumerator, callvirt:IEnumerable`1(Enumerable::Concat, ldfld:class [mscorlib]System.Collections.Generic.List`1<!TResult>[exp:IEnumerable`1](JFDBJJDMOAH::cachedResults, ldloc:JFDBJJDMOAH(this)), ldloc:class [mscorlib]System.Collections.Generic.List`1<!TResult>[exp:IEnumerable`1](results))))
|
|
}
|
|
|
|
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: 0x0400543C RID: 21564
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400543C")]
|
|
public List<TResult> cachedResults;
|
|
}
|
|
|
|
// Token: 0x020015DF RID: 5599
|
|
[Token(Token = "0x20015DF")]
|
|
[CompilerGenerated]
|
|
private sealed class KOIJKDPHMMD
|
|
{
|
|
// Token: 0x06007F47 RID: 32583 RVA: 0x001B6000 File Offset: 0x001B4200
|
|
[Token(Token = "0x6007F47")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public KOIJKDPHMMD()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F48 RID: 32584 RVA: 0x001B601C File Offset: 0x001B421C
|
|
[Token(Token = "0x6007F48")]
|
|
[Address(RVA = "0x26390A0", Offset = "0x26380A0", VA = "0x1826390A0")]
|
|
internal PMGCJEPKFOF<IReadOnlyList<TId>> <GetWithCachedIdList>b__0()
|
|
{
|
|
PMGCJEPKFOF pmgcjepkfof = this.serviceCall();
|
|
Func func = this.<>9__1;
|
|
if (func == 0)
|
|
{
|
|
Func func2;
|
|
this.<>9__1 = func2;
|
|
}
|
|
int num = 0;
|
|
num += num;
|
|
num++;
|
|
func += func;
|
|
num += 19;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06007F49 RID: 32585 RVA: 0x001B6060 File Offset: 0x001B4260
|
|
[Token(Token = "0x6007F49")]
|
|
[Address(RVA = "0x26391F0", Offset = "0x26381F0", VA = "0x1826391F0")]
|
|
internal List<TId> <GetWithCachedIdList>b__1(IReadOnlyList<TResult> results)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06007F49)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.List`1<TId> AEMPKCBKHII/KOIJKDPHMMD::<GetWithCachedIdList>b__1(System.Collections.Generic.IReadOnlyList`1<TResult>)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_12:
|
|
stloc:IEnumerator`1(var_2_1E, call:IEnumerator`1(IEnumerable`1::GetEnumerator, callvirt:IEnumerable`1(Enumerable::Select, ldloc:class [mscorlib]System.Collections.Generic.IReadOnlyList`1<!TResult>[exp:IEnumerable`1](results), ldloc:Func`2(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: 0x06007F4A RID: 32586 RVA: 0x001B608C File Offset: 0x001B428C
|
|
[Token(Token = "0x6007F4A")]
|
|
[Address(RVA = "0x2639350", Offset = "0x2638350", VA = "0x182639350")]
|
|
internal TId <GetWithCachedIdList>b__2(TResult result)
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0400543D RID: 21565
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400543D")]
|
|
public Func<PMGCJEPKFOF<IReadOnlyList<TResult>>> serviceCall;
|
|
|
|
// Token: 0x0400543E RID: 21566
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400543E")]
|
|
public AEMPKCBKHII<TId, TResult> <>4__this;
|
|
|
|
// Token: 0x0400543F RID: 21567
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400543F")]
|
|
public Func<TResult, TId> <>9__2;
|
|
|
|
// Token: 0x04005440 RID: 21568
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005440")]
|
|
public Func<IReadOnlyList<TResult>, List<TId>> <>9__1;
|
|
}
|
|
|
|
// Token: 0x020015E0 RID: 5600
|
|
[Token(Token = "0x20015E0")]
|
|
[CompilerGenerated]
|
|
private sealed class EFLMMPAHKML
|
|
{
|
|
// Token: 0x06007F4B RID: 32587 RVA: 0x001B60A0 File Offset: 0x001B42A0
|
|
[Token(Token = "0x6007F4B")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public EFLMMPAHKML()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F4C RID: 32588 RVA: 0x001B60BC File Offset: 0x001B42BC
|
|
[Token(Token = "0x6007F4C")]
|
|
[Address(RVA = "0x2636810", Offset = "0x2635810", VA = "0x182636810")]
|
|
internal PMGCJEPKFOF<List<TResult>> <GetWithCachedIdList>b__0(IReadOnlyList<TId> ids)
|
|
{
|
|
AEMPKCBKHII.ELCDGNDCOBO elcdgndcobo = new AEMPKCBKHII.ELCDGNDCOBO();
|
|
elcdgndcobo.CS$<>8__locals1 = this;
|
|
elcdgndcobo.ids = ids;
|
|
PMGCJEPKFOF pmgcjepkfof = this.<>4__this.IAHDANBDAAM(ids);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x04005441 RID: 21569
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005441")]
|
|
public AEMPKCBKHII<TId, TResult> <>4__this;
|
|
|
|
// Token: 0x04005442 RID: 21570
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005442")]
|
|
public Comparison<TResult> sort;
|
|
}
|
|
|
|
// Token: 0x020015E1 RID: 5601
|
|
[Token(Token = "0x20015E1")]
|
|
[CompilerGenerated]
|
|
private sealed class ELCDGNDCOBO
|
|
{
|
|
// Token: 0x06007F4D RID: 32589 RVA: 0x001B60F0 File Offset: 0x001B42F0
|
|
[Token(Token = "0x6007F4D")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public ELCDGNDCOBO()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F4E RID: 32590 RVA: 0x001B610C File Offset: 0x001B430C
|
|
[Token(Token = "0x6007F4E")]
|
|
[Address(RVA = "0x2636940", Offset = "0x2635940", VA = "0x182636940")]
|
|
internal void <GetWithCachedIdList>b__1(List<TResult> results)
|
|
{
|
|
Comparison sort = this.CS$<>8__locals1.sort;
|
|
if (sort == 0)
|
|
{
|
|
AEMPKCBKHII.ANJIOBFKIGL anjiobfkigl = new AEMPKCBKHII.ANJIOBFKIGL();
|
|
anjiobfkigl.CS$<>8__locals2 = this;
|
|
IEnumerable enumerable = Enumerable.Distinct(this.ids);
|
|
if (typeof(AEMPKCBKHII<TId, TResult>.<>c).TypeHandle == 0)
|
|
{
|
|
}
|
|
if (enumerable == 0)
|
|
{
|
|
}
|
|
if (typeof(AEMPKCBKHII<TId, TResult>.<>c).TypeHandle == 0)
|
|
{
|
|
}
|
|
IEnumerable enumerable2;
|
|
Func func;
|
|
Func func2;
|
|
Dictionary dictionary = Enumerable.ToDictionary(enumerable2, func, func2);
|
|
anjiobfkigl.sortOrder = dictionary;
|
|
Comparison comparison;
|
|
results.Sort(comparison);
|
|
return;
|
|
}
|
|
results.Sort(sort);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x04005443 RID: 21571
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005443")]
|
|
public IReadOnlyList<TId> ids;
|
|
|
|
// Token: 0x04005444 RID: 21572
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005444")]
|
|
public AEMPKCBKHII<TId, TResult>.EFLMMPAHKML CS$<>8__locals1;
|
|
}
|
|
|
|
// Token: 0x020015E2 RID: 5602
|
|
[Token(Token = "0x20015E2")]
|
|
[CompilerGenerated]
|
|
private sealed class ANJIOBFKIGL
|
|
{
|
|
// Token: 0x06007F4F RID: 32591 RVA: 0x001B6180 File Offset: 0x001B4380
|
|
[Token(Token = "0x6007F4F")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public ANJIOBFKIGL()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F50 RID: 32592 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F50")]
|
|
[Address(RVA = "0x26359F0", Offset = "0x26349F0", VA = "0x1826359F0")]
|
|
internal int <GetWithCachedIdList>b__5(TResult a, TResult b)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x04005445 RID: 21573
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005445")]
|
|
public Dictionary<TId, int> sortOrder;
|
|
|
|
// Token: 0x04005446 RID: 21574
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005446")]
|
|
public AEMPKCBKHII<TId, TResult>.ELCDGNDCOBO CS$<>8__locals2;
|
|
}
|
|
|
|
// Token: 0x020015E4 RID: 5604
|
|
[Token(Token = "0x20015E4")]
|
|
[CompilerGenerated]
|
|
private sealed class GDJLAJDNOBK
|
|
{
|
|
// Token: 0x06007F56 RID: 32598 RVA: 0x001B61DC File Offset: 0x001B43DC
|
|
[Token(Token = "0x6007F56")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public GDJLAJDNOBK()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F57 RID: 32599 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F57")]
|
|
[Address(RVA = "0x2637160", Offset = "0x2636160", VA = "0x182637160")]
|
|
internal void <AddToFrontOfCachedIdList>b__0(List<TId> ids)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0400544B RID: 21579
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400544B")]
|
|
public AEMPKCBKHII<TId, TResult> <>4__this;
|
|
|
|
// Token: 0x0400544C RID: 21580
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400544C")]
|
|
public TId id;
|
|
}
|
|
|
|
// Token: 0x020015E5 RID: 5605
|
|
[Token(Token = "0x20015E5")]
|
|
[CompilerGenerated]
|
|
private sealed class ONNOKKNFCNM
|
|
{
|
|
// Token: 0x06007F58 RID: 32600 RVA: 0x001B61F8 File Offset: 0x001B43F8
|
|
[Token(Token = "0x6007F58")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public ONNOKKNFCNM()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F59 RID: 32601 RVA: 0x001B6214 File Offset: 0x001B4414
|
|
[Token(Token = "0x6007F59")]
|
|
[Address(RVA = "0x2639510", Offset = "0x2638510", VA = "0x182639510")]
|
|
internal void <AddToCachedIdList>b__0(List<TId> ids)
|
|
{
|
|
TId tid = this.id;
|
|
bool flag;
|
|
if (!flag)
|
|
{
|
|
TId tid2 = this.id;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0400544D RID: 21581
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400544D")]
|
|
public TId id;
|
|
}
|
|
|
|
// Token: 0x020015E6 RID: 5606
|
|
[Token(Token = "0x20015E6")]
|
|
[CompilerGenerated]
|
|
private sealed class AFFEGCDJGPH
|
|
{
|
|
// Token: 0x06007F5A RID: 32602 RVA: 0x001B623C File Offset: 0x001B443C
|
|
[Token(Token = "0x6007F5A")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public AFFEGCDJGPH()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F5B RID: 32603 RVA: 0x001B6258 File Offset: 0x001B4458
|
|
[Token(Token = "0x6007F5B")]
|
|
[Address(RVA = "0x26356E0", Offset = "0x26346E0", VA = "0x1826356E0")]
|
|
internal void <RemoveFromCachedIdList>b__0(List<TId> ids)
|
|
{
|
|
TId tid = this.id;
|
|
}
|
|
|
|
// Token: 0x0400544E RID: 21582
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400544E")]
|
|
public TId id;
|
|
}
|
|
|
|
// Token: 0x020015E7 RID: 5607
|
|
[Token(Token = "0x20015E7")]
|
|
[CompilerGenerated]
|
|
private sealed class CHDOILBGGNC
|
|
{
|
|
// Token: 0x06007F5C RID: 32604 RVA: 0x001B6274 File Offset: 0x001B4474
|
|
[Token(Token = "0x6007F5C")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public CHDOILBGGNC()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F5D RID: 32605 RVA: 0x001B6290 File Offset: 0x001B4490
|
|
[Token(Token = "0x6007F5D")]
|
|
[Address(RVA = "0x2635F80", Offset = "0x2634F80", VA = "0x182635F80")]
|
|
internal void <GetOrCreatePromise>b__0(TResult result)
|
|
{
|
|
AEMPKCBKHII aempkcbkhii = this.<>4__this;
|
|
if (this != 0)
|
|
{
|
|
TId tid = this.id;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0400544F RID: 21583
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400544F")]
|
|
public AEMPKCBKHII<TId, TResult> <>4__this;
|
|
|
|
// Token: 0x04005450 RID: 21584
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005450")]
|
|
public TId id;
|
|
}
|
|
|
|
// Token: 0x020015E8 RID: 5608
|
|
[Token(Token = "0x20015E8")]
|
|
[CompilerGenerated]
|
|
private sealed class PGFCALKKPEC
|
|
{
|
|
// Token: 0x06007F5E RID: 32606 RVA: 0x001B62B8 File Offset: 0x001B44B8
|
|
[Token(Token = "0x6007F5E")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public PGFCALKKPEC()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F5F RID: 32607 RVA: 0x001B62D4 File Offset: 0x001B44D4
|
|
[Token(Token = "0x6007F5F")]
|
|
[Address(RVA = "0x2639600", Offset = "0x2638600", VA = "0x182639600")]
|
|
internal void <CreateBulkPromise>b__0(TResult result)
|
|
{
|
|
if (!this.promise.OAPDALMAPME)
|
|
{
|
|
List list;
|
|
if (result != 0)
|
|
{
|
|
list = this.values;
|
|
list.Add(result);
|
|
}
|
|
if (list == 0)
|
|
{
|
|
CBLLFJEDOII cbllfjedoii = this.promise;
|
|
List list2 = this.values;
|
|
cbllfjedoii.OOOIENHGNCA(list2);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007F60 RID: 32608 RVA: 0x001B6320 File Offset: 0x001B4520
|
|
[Token(Token = "0x6007F60")]
|
|
[Address(RVA = "0x26396A0", Offset = "0x26386A0", VA = "0x1826396A0")]
|
|
internal void <CreateBulkPromise>b__1(string error)
|
|
{
|
|
if (!this.promise.OAPDALMAPME)
|
|
{
|
|
this.promise.HMFPPBJFHKD(error);
|
|
}
|
|
}
|
|
|
|
// Token: 0x04005451 RID: 21585
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005451")]
|
|
public CBLLFJEDOII<List<TResult>> promise;
|
|
|
|
// Token: 0x04005452 RID: 21586
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005452")]
|
|
public List<TResult> values;
|
|
|
|
// Token: 0x04005453 RID: 21587
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005453")]
|
|
public int pending;
|
|
|
|
// Token: 0x04005454 RID: 21588
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005454")]
|
|
public Action<TResult> <>9__0;
|
|
|
|
// Token: 0x04005455 RID: 21589
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005455")]
|
|
public Action<string> <>9__1;
|
|
}
|
|
|
|
// Token: 0x020015EA RID: 5610
|
|
[Token(Token = "0x20015EA")]
|
|
[CompilerGenerated]
|
|
private sealed class JLLKMCAEJDD
|
|
{
|
|
// Token: 0x06007F67 RID: 32615 RVA: 0x001B63D8 File Offset: 0x001B45D8
|
|
[Token(Token = "0x6007F67")]
|
|
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
|
public JLLKMCAEJDD()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007F68 RID: 32616 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007F68")]
|
|
[Address(RVA = "0x2637470", Offset = "0x2636470", VA = "0x182637470")]
|
|
internal void <InvokeServiceCall>b__0(List<TResult> results)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007F69 RID: 32617 RVA: 0x001B63F4 File Offset: 0x001B45F4
|
|
[Token(Token = "0x6007F69")]
|
|
[Address(RVA = "0x2638E10", Offset = "0x2637E10", VA = "0x182638E10")]
|
|
internal void <InvokeServiceCall>b__1(string error)
|
|
{
|
|
int num = 0;
|
|
IReadOnlyList readOnlyList = this.ids;
|
|
IReadOnlyList readOnlyList2 = this.ids;
|
|
if (num < readOnlyList)
|
|
{
|
|
num += num;
|
|
if (num == readOnlyList)
|
|
{
|
|
goto IL_2C;
|
|
}
|
|
num++;
|
|
}
|
|
AEMPKCBKHII aempkcbkhii = this.<>4__this;
|
|
bool flag;
|
|
if (!flag)
|
|
{
|
|
goto IL_34;
|
|
}
|
|
IL_2C:
|
|
AEMPKCBKHII aempkcbkhii2 = this.<>4__this;
|
|
IL_34:
|
|
num++;
|
|
}
|
|
|
|
// Token: 0x04005459 RID: 21593
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4005459")]
|
|
public IReadOnlyList<TId> ids;
|
|
|
|
// Token: 0x0400545A RID: 21594
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400545A")]
|
|
public AEMPKCBKHII<TId, TResult> <>4__this;
|
|
}
|
|
}
|