Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

1214 lines
55 KiB
C#

using System;
using System.CodeDom.Compiler;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading;
using Cpp2IlInjected;
// Token: 0x02001772 RID: 6002
[Token(Token = "0x2001772")]
[GeneratedCode("reflection-utils", "1.0.0")]
internal class ADNKIPCEPLK
{
// Token: 0x060089DE RID: 35294 RVA: 0x001D2BA8 File Offset: 0x001D0DA8
[Token(Token = "0x60089DE")]
[Address(RVA = "0x4A65C0", Offset = "0x4A55C0", VA = "0x1804A65C0")]
public static Type OJIGCBBHMII(Type GEDCEIDOKJL)
{
return GEDCEIDOKJL;
}
// Token: 0x060089DF RID: 35295 RVA: 0x001D2BB8 File Offset: 0x001D0DB8
[Token(Token = "0x60089DF")]
[Address(RVA = "0x1812380", Offset = "0x1811380", VA = "0x181812380")]
public static Attribute EBCHPNNMPHP(MemberInfo DBDDKLHPNNA, Type GEDCEIDOKJL)
{
int num = 0;
if (DBDDKLHPNNA == num)
{
return;
}
int num2 = 0;
if (!GEDCEIDOKJL.Equals(num2) && Attribute.IsDefined(DBDDKLHPNNA, GEDCEIDOKJL))
{
return Attribute.GetCustomAttribute(DBDDKLHPNNA, GEDCEIDOKJL);
}
}
// Token: 0x060089E0 RID: 35296 RVA: 0x001D2BF0 File Offset: 0x001D0DF0
[Token(Token = "0x60089E0")]
[Address(RVA = "0x18130C0", Offset = "0x18120C0", VA = "0x1818130C0")]
public static Type NGFAKNGDKCL(Type GEDCEIDOKJL)
{
int num;
do
{
num = 0;
FieldInfo[] array;
if (array != 0)
{
if (num < array)
{
num += num;
if (num == array)
{
goto IL_29;
}
num++;
}
bool flag;
while (!flag)
{
}
Type type = typeof(IList<>);
while (type == 0)
{
}
IL_29:
type += type;
}
if (array != 0)
{
}
}
while (num != 0);
if (num != -1)
{
}
Type elementType = GEDCEIDOKJL.GetElementType();
throw new NullReferenceException();
}
// Token: 0x060089E1 RID: 35297 RVA: 0x001D2C5C File Offset: 0x001D0E5C
[Token(Token = "0x60089E1")]
[Address(RVA = "0x1812430", Offset = "0x1811430", VA = "0x181812430")]
public static Attribute EBCHPNNMPHP(Type LLFGHMAFOCI, Type AFAOEAIEPKO)
{
int num = 0;
if (LLFGHMAFOCI.Equals(num))
{
return;
}
int num2 = 0;
if (!AFAOEAIEPKO.Equals(num2) && Attribute.IsDefined(LLFGHMAFOCI, AFAOEAIEPKO))
{
return Attribute.GetCustomAttribute(LLFGHMAFOCI, AFAOEAIEPKO);
}
}
// Token: 0x060089E2 RID: 35298 RVA: 0x001D2C94 File Offset: 0x001D0E94
[Token(Token = "0x60089E2")]
[Address(RVA = "0x72CA80", Offset = "0x72BA80", VA = "0x18072CA80")]
public static Type[] MMJDPANPCIM(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x060089E3 RID: 35299 RVA: 0x001D2CB0 File Offset: 0x001D0EB0
[Token(Token = "0x60089E3")]
[Address(RVA = "0x1813710", Offset = "0x1812710", VA = "0x181813710")]
public static bool PBAHMFMBPJG(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x060089E4 RID: 35300 RVA: 0x001D2CCC File Offset: 0x001D0ECC
[Token(Token = "0x60089E4")]
[Address(RVA = "0x1813420", Offset = "0x1812420", VA = "0x181813420")]
public static bool NIPAEFPGBIH(Type GEDCEIDOKJL)
{
if (GEDCEIDOKJL.IsSzArray)
{
Type[] genericTypeArguments = GEDCEIDOKJL.GenericTypeArguments;
Type typeFromHandle = typeof(IList<>);
if (!genericTypeArguments.Equals(typeFromHandle))
{
Type typeFromHandle2 = typeof(ICollection<>);
if (!genericTypeArguments.Equals(typeFromHandle2))
{
Type typeFromHandle3 = typeof(IEnumerable<>);
return genericTypeArguments.Equals(typeFromHandle3);
}
}
return true;
}
throw new NullReferenceException();
}
// Token: 0x060089E5 RID: 35301 RVA: 0x001D2D30 File Offset: 0x001D0F30
[Token(Token = "0x60089E5")]
[Address(RVA = "0x1812300", Offset = "0x1811300", VA = "0x181812300")]
public static bool BKENCLOGLIC(Type DFNOOMCIDLB, Type BLNIPPOPLLL)
{
Guid guid = DFNOOMCIDLB.GUID;
throw new NullReferenceException();
}
// Token: 0x060089E6 RID: 35302 RVA: 0x001D2D4C File Offset: 0x001D0F4C
[Token(Token = "0x60089E6")]
[Address(RVA = "0x1812980", Offset = "0x1811980", VA = "0x181812980")]
public static bool ENEIDPLODPL(Type GEDCEIDOKJL)
{
if (!typeof(IDictionary).IsInstanceOfType(GEDCEIDOKJL))
{
if (GEDCEIDOKJL.IsSzArray)
{
Type[] genericTypeArguments = GEDCEIDOKJL.GenericTypeArguments;
Type typeFromHandle = typeof(IDictionary<, >);
return genericTypeArguments.Equals(typeFromHandle);
}
}
return true;
}
// Token: 0x060089E7 RID: 35303 RVA: 0x001D2D98 File Offset: 0x001D0F98
[Token(Token = "0x60089E7")]
[Address(RVA = "0x1812FF0", Offset = "0x1811FF0", VA = "0x181812FF0")]
public static bool LLMLOHBHODO(Type GEDCEIDOKJL)
{
bool isSzArray = GEDCEIDOKJL.IsSzArray;
if (!isSzArray)
{
return isSzArray;
}
Type[] genericTypeArguments = GEDCEIDOKJL.GenericTypeArguments;
Type typeFromHandle = typeof(Nullable<>);
return genericTypeArguments.Equals(typeFromHandle);
}
// Token: 0x060089E8 RID: 35304 RVA: 0x001D2DD4 File Offset: 0x001D0FD4
[Token(Token = "0x60089E8")]
[Address(RVA = "0x1813780", Offset = "0x1812780", VA = "0x181813780")]
public static object PHLGOIOKMPB(object NLNHFEEMFBN, Type GFHPNAOJOHB)
{
if (NLNHFEEMFBN == 0)
{
}
Type underlyingType = Nullable.GetUnderlyingType(GFHPNAOJOHB);
CultureInfo invariantCulture = CultureInfo.InvariantCulture;
return Convert.ChangeType(NLNHFEEMFBN, underlyingType, invariantCulture);
}
// Token: 0x060089E9 RID: 35305 RVA: 0x001D2E00 File Offset: 0x001D1000
[Token(Token = "0x60089E9")]
[Address(RVA = "0x1812AF0", Offset = "0x1811AF0", VA = "0x181812AF0")]
public static bool GLCEBMIHNJI(Type GEDCEIDOKJL)
{
return GEDCEIDOKJL.IsValueType;
}
// Token: 0x060089EA RID: 35306 RVA: 0x001D2E1C File Offset: 0x001D101C
[Token(Token = "0x60089EA")]
[Address(RVA = "0x18124F0", Offset = "0x18114F0", VA = "0x1818124F0")]
public static IEnumerable<ConstructorInfo> EDJFMFOOFFN(Type GEDCEIDOKJL)
{
ConstructorInfo[] constructors = GEDCEIDOKJL.GetConstructors();
throw new NullReferenceException();
}
// Token: 0x060089EB RID: 35307 RVA: 0x001D2E38 File Offset: 0x001D1038
[Token(Token = "0x60089EB")]
[Address(RVA = "0x1812650", Offset = "0x1811650", VA = "0x181812650")]
public static ConstructorInfo EHJAFMLMMAL(Type GEDCEIDOKJL, params Type[] PBHDPLLGONC)
{
ConstructorInfo[] constructors;
int num2;
do
{
int num = 0;
constructors = GEDCEIDOKJL.GetConstructors();
if (constructors != 0)
{
if (num >= constructors)
{
goto IL_1D;
}
num += num;
if (num != constructors)
{
num++;
goto IL_1D;
}
goto IL_42;
IL_54:
num2 = 0;
goto IL_57;
IL_42:
ParameterInfo[] parametersNoCopy;
ParameterInfo parameterInfo = parametersNoCopy[num];
object obj;
if (obj == 0)
{
num++;
goto IL_54;
}
goto IL_54;
IL_1D:
int length = constructors.GetParametersNoCopy().Length;
while (PBHDPLLGONC.Length != length)
{
}
parametersNoCopy = constructors.GetParametersNoCopy();
if (num < parametersNoCopy.Length)
{
goto IL_42;
}
goto IL_54;
}
IL_57:
if (constructors != 0)
{
}
}
while (num2 != 0);
if (num2 != -1)
{
return constructors;
}
throw new NullReferenceException();
}
// Token: 0x060089EC RID: 35308 RVA: 0x001D2EE4 File Offset: 0x001D10E4
[Token(Token = "0x60089EC")]
[Address(RVA = "0x1812E50", Offset = "0x1811E50", VA = "0x181812E50")]
public static IEnumerable<PropertyInfo> KPPJLNKGACA(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x060089ED RID: 35309 RVA: 0x001D2F00 File Offset: 0x001D1100
[Token(Token = "0x60089ED")]
[Address(RVA = "0x18122D0", Offset = "0x18112D0", VA = "0x1818122D0")]
public static IEnumerable<FieldInfo> BFKJFHIHANH(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x060089EE RID: 35310 RVA: 0x001D2F1C File Offset: 0x001D111C
[Token(Token = "0x60089EE")]
[Address(RVA = "0x1812AC0", Offset = "0x1811AC0", VA = "0x181812AC0")]
public static MethodInfo FKDPGIPBOKG(PropertyInfo IFOGFINDBCF)
{
PropertyAttributes attributes = IFOGFINDBCF.Attributes;
throw new NullReferenceException();
}
// Token: 0x060089EF RID: 35311 RVA: 0x001D2F38 File Offset: 0x001D1138
[Token(Token = "0x60089EF")]
[Address(RVA = "0x18139F0", Offset = "0x18129F0", VA = "0x1818139F0")]
public static MethodInfo PPEBFEFFEBP(PropertyInfo IFOGFINDBCF)
{
PropertyAttributes attributes = IFOGFINDBCF.Attributes;
throw new NullReferenceException();
}
// Token: 0x060089F0 RID: 35312 RVA: 0x001D2F54 File Offset: 0x001D1154
[Token(Token = "0x60089F0")]
[Address(RVA = "0x1812E80", Offset = "0x1811E80", VA = "0x181812E80")]
public static ADNKIPCEPLK.FJDGHEMKEEB LBFCOPJAAEN(ConstructorInfo HINAEKGKLMH)
{
return ADNKIPCEPLK.HFNHDHFJGNF(HINAEKGKLMH);
}
// Token: 0x060089F1 RID: 35313 RVA: 0x001D2F68 File Offset: 0x001D1168
[Token(Token = "0x60089F1")]
[Address(RVA = "0x1812EE0", Offset = "0x1811EE0", VA = "0x181812EE0")]
public static ADNKIPCEPLK.FJDGHEMKEEB LBFCOPJAAEN(Type GEDCEIDOKJL, params Type[] PBHDPLLGONC)
{
ConstructorInfo constructorInfo = ADNKIPCEPLK.EHJAFMLMMAL(GEDCEIDOKJL, PBHDPLLGONC);
int num = 0;
if (constructorInfo == num)
{
}
return ADNKIPCEPLK.HFNHDHFJGNF(constructorInfo);
}
// Token: 0x060089F2 RID: 35314 RVA: 0x001D2F94 File Offset: 0x001D1194
[Token(Token = "0x60089F2")]
[Address(RVA = "0x1812DD0", Offset = "0x1811DD0", VA = "0x181812DD0")]
public static ADNKIPCEPLK.FJDGHEMKEEB HFNHDHFJGNF(ConstructorInfo HINAEKGKLMH)
{
ADNKIPCEPLK.PKDEADMLCLM pkdeadmlclm = new ADNKIPCEPLK.PKDEADMLCLM();
pkdeadmlclm.constructorInfo = HINAEKGKLMH;
ADNKIPCEPLK.FJDGHEMKEEB fjdghemkeeb;
fjdghemkeeb.m_target = pkdeadmlclm;
fjdghemkeeb.method_ptr = ldftn(<GetConstructorByReflection>b__0);
fjdghemkeeb.method = ldftn(<GetConstructorByReflection>b__0);
return fjdghemkeeb;
}
// Token: 0x060089F3 RID: 35315 RVA: 0x001D2FD4 File Offset: 0x001D11D4
[Token(Token = "0x60089F3")]
[Address(RVA = "0x1812D00", Offset = "0x1811D00", VA = "0x181812D00")]
public static ADNKIPCEPLK.FJDGHEMKEEB HFNHDHFJGNF(Type GEDCEIDOKJL, params Type[] PBHDPLLGONC)
{
ConstructorInfo constructorInfo = ADNKIPCEPLK.EHJAFMLMMAL(GEDCEIDOKJL, PBHDPLLGONC);
int num = 0;
if (constructorInfo == num)
{
}
return ADNKIPCEPLK.HFNHDHFJGNF(constructorInfo);
}
// Token: 0x060089F4 RID: 35316 RVA: 0x001D3000 File Offset: 0x001D1200
[Token(Token = "0x60089F4")]
[Address(RVA = "0x1812B50", Offset = "0x1811B50", VA = "0x181812B50")]
public static ADNKIPCEPLK.LGJAKIMHINO HCGNGICLOPH(PropertyInfo IFOGFINDBCF)
{
ADNKIPCEPLK.LFOIFHBBLLP lfoifhbbllp = new ADNKIPCEPLK.LFOIFHBBLLP();
MethodInfo methodInfo;
lfoifhbbllp.methodInfo = methodInfo;
ADNKIPCEPLK.LGJAKIMHINO lgjakimhino;
lgjakimhino.method_ptr = ldftn(<GetGetMethodByReflection>b__0);
lgjakimhino.method = ldftn(<GetGetMethodByReflection>b__0);
lgjakimhino.m_target = lfoifhbbllp;
return lgjakimhino;
}
// Token: 0x060089F5 RID: 35317 RVA: 0x001D3040 File Offset: 0x001D1240
[Token(Token = "0x60089F5")]
[Address(RVA = "0x1812C40", Offset = "0x1811C40", VA = "0x181812C40")]
public static ADNKIPCEPLK.LGJAKIMHINO HCGNGICLOPH(FieldInfo DAJFFIMALNB)
{
ADNKIPCEPLK.ODOFGMJAMJE odofgmjamje = new ADNKIPCEPLK.ODOFGMJAMJE();
odofgmjamje.fieldInfo = DAJFFIMALNB;
ADNKIPCEPLK.LGJAKIMHINO lgjakimhino;
lgjakimhino.m_target = odofgmjamje;
lgjakimhino.method_ptr = ldftn(<GetGetMethodByReflection>b__0);
lgjakimhino.method = ldftn(<GetGetMethodByReflection>b__0);
return lgjakimhino;
}
// Token: 0x060089F6 RID: 35318 RVA: 0x001D3080 File Offset: 0x001D1280
[Token(Token = "0x60089F6")]
[Address(RVA = "0x1812510", Offset = "0x1811510", VA = "0x181812510")]
public static ADNKIPCEPLK.LGJAKIMHINO EDLLBBNEPMJ(PropertyInfo IFOGFINDBCF)
{
ADNKIPCEPLK.LFOIFHBBLLP lfoifhbbllp = new ADNKIPCEPLK.LFOIFHBBLLP();
MethodInfo methodInfo;
lfoifhbbllp.methodInfo = methodInfo;
ADNKIPCEPLK.LGJAKIMHINO lgjakimhino;
lgjakimhino.method_ptr = ldftn(<GetGetMethodByReflection>b__0);
lgjakimhino.method = ldftn(<GetGetMethodByReflection>b__0);
lgjakimhino.m_target = lfoifhbbllp;
return lgjakimhino;
}
// Token: 0x060089F7 RID: 35319 RVA: 0x001D30C0 File Offset: 0x001D12C0
[Token(Token = "0x60089F7")]
[Address(RVA = "0x18125D0", Offset = "0x18115D0", VA = "0x1818125D0")]
public static ADNKIPCEPLK.LGJAKIMHINO EDLLBBNEPMJ(FieldInfo DAJFFIMALNB)
{
ADNKIPCEPLK.ODOFGMJAMJE odofgmjamje = new ADNKIPCEPLK.ODOFGMJAMJE();
odofgmjamje.fieldInfo = DAJFFIMALNB;
ADNKIPCEPLK.LGJAKIMHINO lgjakimhino;
lgjakimhino.m_target = odofgmjamje;
lgjakimhino.method_ptr = ldftn(<GetGetMethodByReflection>b__0);
lgjakimhino.method = ldftn(<GetGetMethodByReflection>b__0);
return lgjakimhino;
}
// Token: 0x060089F8 RID: 35320 RVA: 0x001D3100 File Offset: 0x001D1300
[Token(Token = "0x60089F8")]
[Address(RVA = "0x1813900", Offset = "0x1812900", VA = "0x181813900")]
public static ADNKIPCEPLK.BCKJIKOOPPM PNEFBPKKELF(PropertyInfo IFOGFINDBCF)
{
ADNKIPCEPLK.AEOGOLLPCFB aeogollpcfb = new ADNKIPCEPLK.AEOGOLLPCFB();
MethodInfo methodInfo;
aeogollpcfb.methodInfo = methodInfo;
ADNKIPCEPLK.BCKJIKOOPPM bckjikooppm;
bckjikooppm.method_ptr = ldftn(<GetSetMethodByReflection>b__0);
bckjikooppm.method = ldftn(<GetSetMethodByReflection>b__0);
bckjikooppm.m_target = aeogollpcfb;
return bckjikooppm;
}
// Token: 0x060089F9 RID: 35321 RVA: 0x001D3140 File Offset: 0x001D1340
[Token(Token = "0x60089F9")]
[Address(RVA = "0x1813840", Offset = "0x1812840", VA = "0x181813840")]
public static ADNKIPCEPLK.BCKJIKOOPPM PNEFBPKKELF(FieldInfo DAJFFIMALNB)
{
ADNKIPCEPLK.EGKDIBCLNBE egkdibclnbe = new ADNKIPCEPLK.EGKDIBCLNBE();
egkdibclnbe.fieldInfo = DAJFFIMALNB;
ADNKIPCEPLK.BCKJIKOOPPM bckjikooppm;
bckjikooppm.m_target = egkdibclnbe;
bckjikooppm.method_ptr = ldftn(<GetSetMethodByReflection>b__0);
bckjikooppm.method = ldftn(<GetSetMethodByReflection>b__0);
return bckjikooppm;
}
// Token: 0x060089FA RID: 35322 RVA: 0x001D3180 File Offset: 0x001D1380
[Token(Token = "0x60089FA")]
[Address(RVA = "0x18135D0", Offset = "0x18125D0", VA = "0x1818135D0")]
public static ADNKIPCEPLK.BCKJIKOOPPM OADJLBPENBG(PropertyInfo IFOGFINDBCF)
{
ADNKIPCEPLK.AEOGOLLPCFB aeogollpcfb = new ADNKIPCEPLK.AEOGOLLPCFB();
MethodInfo methodInfo;
aeogollpcfb.methodInfo = methodInfo;
ADNKIPCEPLK.BCKJIKOOPPM bckjikooppm;
bckjikooppm.method_ptr = ldftn(<GetSetMethodByReflection>b__0);
bckjikooppm.method = ldftn(<GetSetMethodByReflection>b__0);
bckjikooppm.m_target = aeogollpcfb;
return bckjikooppm;
}
// Token: 0x060089FB RID: 35323 RVA: 0x001D31C0 File Offset: 0x001D13C0
[Token(Token = "0x60089FB")]
[Address(RVA = "0x1813690", Offset = "0x1812690", VA = "0x181813690")]
public static ADNKIPCEPLK.BCKJIKOOPPM OADJLBPENBG(FieldInfo DAJFFIMALNB)
{
ADNKIPCEPLK.EGKDIBCLNBE egkdibclnbe = new ADNKIPCEPLK.EGKDIBCLNBE();
egkdibclnbe.fieldInfo = DAJFFIMALNB;
ADNKIPCEPLK.BCKJIKOOPPM bckjikooppm;
bckjikooppm.m_target = egkdibclnbe;
bckjikooppm.method_ptr = ldftn(<GetSetMethodByReflection>b__0);
bckjikooppm.method = ldftn(<GetSetMethodByReflection>b__0);
return bckjikooppm;
}
// Token: 0x060089FC RID: 35324 RVA: 0x001D3200 File Offset: 0x001D1400
[Token(Token = "0x60089FC")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public ADNKIPCEPLK()
{
}
// Token: 0x060089FD RID: 35325 RVA: 0x001D3214 File Offset: 0x001D1414
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x60089FD")]
[Address(RVA = "0x1813A20", Offset = "0x1812A20", VA = "0x181813A20")]
static ADNKIPCEPLK()
{
object[] array = new object[0];
}
// Token: 0x04005AC3 RID: 23235
[Token(Token = "0x4005AC3")]
private static readonly object[] LFFMGHJHOKA;
// Token: 0x02001773 RID: 6003
[Token(Token = "0x2001773")]
public sealed class LGJAKIMHINO : MulticastDelegate
{
// Token: 0x060089FE RID: 35326 RVA: 0x001D3228 File Offset: 0x001D1428
[Token(Token = "0x60089FE")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public LGJAKIMHINO(object FEDFKKMABOG, IntPtr APAICGIHAGJ)
{
this.method = APAICGIHAGJ;
this.m_target = FEDFKKMABOG;
}
// Token: 0x060089FF RID: 35327 RVA: 0x001D3244 File Offset: 0x001D1444
[Token(Token = "0x60089FF")]
[Address(RVA = "0x18057D0", Offset = "0x18047D0", VA = "0x1818057D0", Slot = "13")]
public object Invoke(object DIEPOPNJNCO)
{
uint num;
do
{
Delegate[] delegates = this.delegates;
if (delegates != 0)
{
}
}
while (num == (uint)0);
throw new ExecutionEngineException();
}
// Token: 0x06008A00 RID: 35328 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A00")]
[Address(RVA = "0x5FA200", Offset = "0x5F9200", VA = "0x1805FA200", Slot = "14")]
public IAsyncResult BeginInvoke(object DIEPOPNJNCO, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06008A01 RID: 35329 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A01")]
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
public object EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001774 RID: 6004
[Token(Token = "0x2001774")]
public sealed class BCKJIKOOPPM : MulticastDelegate
{
// Token: 0x06008A02 RID: 35330 RVA: 0x001D32BC File Offset: 0x001D14BC
[Token(Token = "0x6008A02")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public BCKJIKOOPPM(object FEDFKKMABOG, IntPtr APAICGIHAGJ)
{
this.method = APAICGIHAGJ;
this.m_target = FEDFKKMABOG;
}
// Token: 0x06008A03 RID: 35331 RVA: 0x001D32D8 File Offset: 0x001D14D8
[Token(Token = "0x6008A03")]
[Address(RVA = "0x1817CC0", Offset = "0x1816CC0", VA = "0x181817CC0", Slot = "13")]
public void Invoke(object DIEPOPNJNCO, object ONGBFDACHHG)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x06008A04 RID: 35332 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A04")]
[Address(RVA = "0x52CC60", Offset = "0x52BC60", VA = "0x18052CC60", Slot = "14")]
public IAsyncResult BeginInvoke(object DIEPOPNJNCO, object ONGBFDACHHG, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06008A05 RID: 35333 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A05")]
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
public void EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001775 RID: 6005
[Token(Token = "0x2001775")]
public sealed class FJDGHEMKEEB : MulticastDelegate
{
// Token: 0x06008A06 RID: 35334 RVA: 0x001D33B4 File Offset: 0x001D15B4
[Token(Token = "0x6008A06")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public FJDGHEMKEEB(object FEDFKKMABOG, IntPtr APAICGIHAGJ)
{
this.method = APAICGIHAGJ;
this.m_target = FEDFKKMABOG;
}
// Token: 0x06008A07 RID: 35335 RVA: 0x001D33D0 File Offset: 0x001D15D0
[Token(Token = "0x6008A07")]
[Address(RVA = "0x181A850", Offset = "0x1819850", VA = "0x18181A850", Slot = "13")]
public object Invoke(params object[] IIFJDCEPNMJ)
{
uint num;
do
{
Delegate[] delegates = this.delegates;
if (delegates != 0)
{
}
}
while (num == (uint)0);
throw new ExecutionEngineException();
}
// Token: 0x06008A08 RID: 35336 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A08")]
[Address(RVA = "0x5FA200", Offset = "0x5F9200", VA = "0x1805FA200", Slot = "14")]
public IAsyncResult BeginInvoke(object[] IIFJDCEPNMJ, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06008A09 RID: 35337 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A09")]
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
public object EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001776 RID: 6006
[Token(Token = "0x2001776")]
public sealed class OIKFCEDCBBL<TKey, TValue> : MulticastDelegate
{
// Token: 0x06008A0A RID: 35338 RVA: 0x001D3474 File Offset: 0x001D1674
[Token(Token = "0x6008A0A")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OIKFCEDCBBL(object FEDFKKMABOG, IntPtr APAICGIHAGJ)
{
}
// Token: 0x06008A0B RID: 35339 RVA: 0x001D3484 File Offset: 0x001D1684
[Token(Token = "0x6008A0B")]
[Address(RVA = "0x18057D0", Offset = "0x18047D0", VA = "0x1818057D0", Slot = "13")]
public TValue Invoke(TKey DNGKIAJLLHG)
{
uint num;
while (num == (uint)0)
{
}
throw new ExecutionEngineException();
}
// Token: 0x06008A0C RID: 35340 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A0C")]
[Address(RVA = "0x5FA200", Offset = "0x5F9200", VA = "0x1805FA200", Slot = "14")]
public IAsyncResult BeginInvoke(TKey DNGKIAJLLHG, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06008A0D RID: 35341 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A0D")]
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
public TValue EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001777 RID: 6007
[Token(Token = "0x2001777")]
[DefaultMember("Item")]
public sealed class DMKDNGAHEKL<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
{
// Token: 0x06008A0E RID: 35342 RVA: 0x001D34F0 File Offset: 0x001D16F0
[Token(Token = "0x6008A0E")]
[Address(RVA = "0x26366D0", Offset = "0x26356D0", VA = "0x1826366D0")]
public DMKDNGAHEKL(ADNKIPCEPLK.OIKFCEDCBBL<TKey, TValue> BEENCKPCGAE)
{
object obj = new object();
this.JJFFPIIMILP = obj;
base..ctor();
this.CKCDFPGPNIC = BEENCKPCGAE;
}
// Token: 0x17001752 RID: 5970
// (get) Token: 0x06008A0F RID: 35343 RVA: 0x001D3518 File Offset: 0x001D1718
[Token(Token = "0x17001752")]
public int MEPGPGKFENE
{
[Token(Token = "0x6008A0F")]
[Address(RVA = "0x1FC4A00", Offset = "0x1FC3A00", VA = "0x181FC4A00", Slot = "12")]
get
{
bool isReadOnly = ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
throw new NullReferenceException();
}
}
// Token: 0x17001753 RID: 5971
// (get) Token: 0x06008A10 RID: 35344 RVA: 0x001D3538 File Offset: 0x001D1738
[Token(Token = "0x17001753")]
public bool PCENHAOIBDD
{
[Token(Token = "0x6008A10")]
[Address(RVA = "0x2636740", Offset = "0x2635740", VA = "0x182636740", Slot = "13")]
get
{
/*
An exception occurred when decompiling this method (06008A10)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean ADNKIPCEPLK/DMKDNGAHEKL::get_IsReadOnly()
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x17001754 RID: 5972
// (get) Token: 0x06008A11 RID: 35345 RVA: 0x001D354C File Offset: 0x001D174C
// (set) Token: 0x06008A12 RID: 35346 RVA: 0x001D3568 File Offset: 0x001D1768
[Token(Token = "0x17001754")]
public TValue ACOEGFLBMEH
{
[Token(Token = "0x6008A11")]
[Address(RVA = "0x2636790", Offset = "0x2635790", VA = "0x182636790", Slot = "4")]
get
{
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
throw new NullReferenceException();
}
[Token(Token = "0x6008A12")]
[Address(RVA = "0x26367C0", Offset = "0x26357C0", VA = "0x1826367C0", Slot = "5")]
set
{
/*
An exception occurred when decompiling this method (06008A12)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void ADNKIPCEPLK/DMKDNGAHEKL::set_Item(TKey,TValue)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x17001755 RID: 5973
// (get) Token: 0x06008A13 RID: 35347 RVA: 0x001D357C File Offset: 0x001D177C
[Token(Token = "0x17001755")]
public ICollection<TKey> MNHJJLIEMBB
{
[Token(Token = "0x6008A13")]
[Address(RVA = "0x20F6120", Offset = "0x20F5120", VA = "0x1820F6120", Slot = "6")]
get
{
bool isReadOnly = ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
throw new NullReferenceException();
}
}
// Token: 0x17001756 RID: 5974
// (get) Token: 0x06008A14 RID: 35348 RVA: 0x001D359C File Offset: 0x001D179C
[Token(Token = "0x17001756")]
public ICollection<TValue> NEOEJPKPGEC
{
[Token(Token = "0x6008A14")]
[Address(RVA = "0x1FC4A30", Offset = "0x1FC3A30", VA = "0x181FC4A30", Slot = "7")]
get
{
bool isReadOnly = ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
throw new NullReferenceException();
}
}
// Token: 0x06008A15 RID: 35349 RVA: 0x001D35BC File Offset: 0x001D17BC
[Token(Token = "0x6008A15")]
[Address(RVA = "0x26360C0", Offset = "0x26350C0", VA = "0x1826360C0", Slot = "9")]
public void Add(TKey DNGKIAJLLHG, TValue ONGBFDACHHG)
{
/*
An exception occurred when decompiling this method (06008A15)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void ADNKIPCEPLK/DMKDNGAHEKL::Add(TKey,TValue)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x06008A16 RID: 35350 RVA: 0x001D35D0 File Offset: 0x001D17D0
[Token(Token = "0x6008A16")]
[Address(RVA = "0x2636070", Offset = "0x2635070", VA = "0x182636070", Slot = "14")]
public void Add(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
/*
An exception occurred when decompiling this method (06008A16)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void ADNKIPCEPLK/DMKDNGAHEKL::Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x06008A17 RID: 35351 RVA: 0x001D35E4 File Offset: 0x001D17E4
[Token(Token = "0x6008A17")]
[Address(RVA = "0x2636230", Offset = "0x2635230", VA = "0x182636230")]
private TValue DOEHAPOJMON(TKey DNGKIAJLLHG)
{
int num;
do
{
num = 0;
TValue tvalue = this.CKCDFPGPNIC(DNGKIAJLLHG);
object jjffpiimilp = this.JJFFPIIMILP;
bool flag;
if (this.IKDDFLMGOOI != 0 && !flag)
{
Dictionary dictionary;
this.IKDDFLMGOOI = dictionary;
}
Dictionary dictionary2 = new Dictionary();
this.IKDDFLMGOOI = dictionary2;
Monitor.Exit(dictionary2);
}
while (num != 0);
if (num != -1)
{
}
throw new NullReferenceException();
}
// Token: 0x06008A18 RID: 35352 RVA: 0x001D364C File Offset: 0x001D184C
[Token(Token = "0x6008A18")]
[Address(RVA = "0x2636110", Offset = "0x2635110", VA = "0x182636110", Slot = "15")]
public void Clear()
{
/*
An exception occurred when decompiling this method (06008A18)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void ADNKIPCEPLK/DMKDNGAHEKL::Clear()
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x06008A19 RID: 35353 RVA: 0x001D3660 File Offset: 0x001D1860
[Token(Token = "0x6008A19")]
[Address(RVA = "0x2636190", Offset = "0x2635190", VA = "0x182636190", Slot = "16")]
public bool Contains(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
/*
An exception occurred when decompiling this method (06008A19)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean ADNKIPCEPLK/DMKDNGAHEKL::Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x06008A1A RID: 35354 RVA: 0x001D3674 File Offset: 0x001D1874
[Token(Token = "0x6008A1A")]
[Address(RVA = "0x2636160", Offset = "0x2635160", VA = "0x182636160", Slot = "8")]
public bool ContainsKey(TKey DNGKIAJLLHG)
{
return ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
}
// Token: 0x06008A1B RID: 35355 RVA: 0x001D3694 File Offset: 0x001D1894
[Token(Token = "0x6008A1B")]
[Address(RVA = "0x26361E0", Offset = "0x26351E0", VA = "0x1826361E0", Slot = "17")]
public void CopyTo(KeyValuePair<TKey, TValue>[] OPEBNMBKJJA, int JJBEHBJNJED)
{
/*
An exception occurred when decompiling this method (06008A1B)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void ADNKIPCEPLK/DMKDNGAHEKL::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x06008A1C RID: 35356 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A1C")]
[Address(RVA = "0x2636540", Offset = "0x2635540", VA = "0x182636540")]
private TValue IAHDANBDAAM(TKey DNGKIAJLLHG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06008A1D RID: 35357 RVA: 0x001D36A8 File Offset: 0x001D18A8
[Token(Token = "0x6008A1D")]
[Address(RVA = "0x26364C0", Offset = "0x26354C0", VA = "0x1826364C0", Slot = "19")]
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
{
Dictionary ikddflmgooi = this.IKDDFLMGOOI;
Dictionary.Enumerator enumerator;
KeyValuePair current = enumerator.current;
throw new NullReferenceException();
}
// Token: 0x06008A1E RID: 35358 RVA: 0x001D36C8 File Offset: 0x001D18C8
[Token(Token = "0x6008A1E")]
[Address(RVA = "0x26364C0", Offset = "0x26354C0", VA = "0x1826364C0", Slot = "20")]
IEnumerator IEnumerable.GetEnumerator()
{
Dictionary ikddflmgooi = this.IKDDFLMGOOI;
Dictionary.Enumerator enumerator;
KeyValuePair current = enumerator.current;
throw new NullReferenceException();
}
// Token: 0x06008A1F RID: 35359 RVA: 0x001D36E8 File Offset: 0x001D18E8
[Token(Token = "0x6008A1F")]
[Address(RVA = "0x2636640", Offset = "0x2635640", VA = "0x182636640", Slot = "10")]
public bool Remove(TKey DNGKIAJLLHG)
{
/*
An exception occurred when decompiling this method (06008A1F)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean ADNKIPCEPLK/DMKDNGAHEKL::Remove(TKey)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x06008A20 RID: 35360 RVA: 0x001D36FC File Offset: 0x001D18FC
[Token(Token = "0x6008A20")]
[Address(RVA = "0x26365F0", Offset = "0x26355F0", VA = "0x1826365F0", Slot = "18")]
public bool Remove(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
/*
An exception occurred when decompiling this method (06008A20)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean ADNKIPCEPLK/DMKDNGAHEKL::Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.ctor))
}
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: 0x06008A21 RID: 35361 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6008A21")]
[Address(RVA = "0x2636690", Offset = "0x2635690", VA = "0x182636690", Slot = "11")]
public bool TryGetValue(TKey DNGKIAJLLHG, out TValue ONGBFDACHHG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x04005AC4 RID: 23236
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4005AC4")]
private Dictionary<TKey, TValue> IKDDFLMGOOI;
// Token: 0x04005AC5 RID: 23237
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4005AC5")]
private readonly object JJFFPIIMILP;
// Token: 0x04005AC6 RID: 23238
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4005AC6")]
private readonly ADNKIPCEPLK.OIKFCEDCBBL<TKey, TValue> CKCDFPGPNIC;
}
// Token: 0x02001778 RID: 6008
[Token(Token = "0x2001778")]
[CompilerGenerated]
private sealed class PKDEADMLCLM
{
// Token: 0x06008A22 RID: 35362 RVA: 0x001D3710 File Offset: 0x001D1910
[Token(Token = "0x6008A22")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public PKDEADMLCLM()
{
}
// Token: 0x06008A23 RID: 35363 RVA: 0x001D3724 File Offset: 0x001D1924
[Token(Token = "0x6008A23")]
[Address(RVA = "0x1178E90", Offset = "0x1177E90", VA = "0x181178E90")]
internal object <GetConstructorByReflection>b__0(object[] args)
{
return this.constructorInfo.Invoke(args);
}
// Token: 0x04005AC7 RID: 23239
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4005AC7")]
public ConstructorInfo constructorInfo;
}
// Token: 0x02001779 RID: 6009
[Token(Token = "0x2001779")]
[CompilerGenerated]
private sealed class LFOIFHBBLLP
{
// Token: 0x06008A24 RID: 35364 RVA: 0x001D3744 File Offset: 0x001D1944
[Token(Token = "0x6008A24")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public LFOIFHBBLLP()
{
}
// Token: 0x06008A25 RID: 35365 RVA: 0x001D3758 File Offset: 0x001D1958
[Token(Token = "0x6008A25")]
[Address(RVA = "0x181D850", Offset = "0x181C850", VA = "0x18181D850")]
internal object <GetGetMethodByReflection>b__0(object source)
{
MethodInfo methodInfo = this.methodInfo;
object obj;
return obj;
}
// Token: 0x04005AC8 RID: 23240
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4005AC8")]
public MethodInfo methodInfo;
}
// Token: 0x0200177A RID: 6010
[Token(Token = "0x200177A")]
[CompilerGenerated]
private sealed class ODOFGMJAMJE
{
// Token: 0x06008A26 RID: 35366 RVA: 0x001D3774 File Offset: 0x001D1974
[Token(Token = "0x6008A26")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public ODOFGMJAMJE()
{
}
// Token: 0x06008A27 RID: 35367 RVA: 0x001D3788 File Offset: 0x001D1988
[Token(Token = "0x6008A27")]
[Address(RVA = "0x181E890", Offset = "0x181D890", VA = "0x18181E890")]
internal object <GetGetMethodByReflection>b__0(object source)
{
FieldAttributes attributes = this.fieldInfo.Attributes;
throw new NullReferenceException();
}
// Token: 0x04005AC9 RID: 23241
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4005AC9")]
public FieldInfo fieldInfo;
}
// Token: 0x0200177B RID: 6011
[Token(Token = "0x200177B")]
[CompilerGenerated]
private sealed class AEOGOLLPCFB
{
// Token: 0x06008A28 RID: 35368 RVA: 0x001D37A8 File Offset: 0x001D19A8
[Token(Token = "0x6008A28")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public AEOGOLLPCFB()
{
}
// Token: 0x06008A29 RID: 35369 RVA: 0x001D37BC File Offset: 0x001D19BC
[Token(Token = "0x6008A29")]
[Address(RVA = "0x1813FA0", Offset = "0x1812FA0", VA = "0x181813FA0")]
internal void <GetSetMethodByReflection>b__0(object source, object value)
{
MethodInfo methodInfo = this.methodInfo;
object[] array = new object[1];
if (value != 0)
{
}
array[0] = value;
object obj = methodInfo.Invoke(source, array);
}
// Token: 0x04005ACA RID: 23242
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4005ACA")]
public MethodInfo methodInfo;
}
// Token: 0x0200177C RID: 6012
[Token(Token = "0x200177C")]
[CompilerGenerated]
private sealed class EGKDIBCLNBE
{
// Token: 0x06008A2A RID: 35370 RVA: 0x001D37F4 File Offset: 0x001D19F4
[Token(Token = "0x6008A2A")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public EGKDIBCLNBE()
{
}
// Token: 0x06008A2B RID: 35371 RVA: 0x001D3808 File Offset: 0x001D1A08
[Token(Token = "0x6008A2B")]
[Address(RVA = "0x181A7C0", Offset = "0x18197C0", VA = "0x18181A7C0")]
internal void <GetSetMethodByReflection>b__0(object source, object value)
{
this.fieldInfo.SetValue(source, value);
}
// Token: 0x04005ACB RID: 23243
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4005ACB")]
public FieldInfo fieldInfo;
}
}