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

1243 lines
56 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.Runtime.InteropServices;
using System.Threading;
using Cpp2IlInjected;
// Token: 0x02001073 RID: 4211
[Token(Token = "0x2001073")]
[GeneratedCode("reflection-utils", "1.0.0")]
[StructLayout(3)]
internal class ADNKIPCEPLK
{
// Token: 0x06006697 RID: 26263 RVA: 0x001681FC File Offset: 0x001663FC
[Token(Token = "0x6006697")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static Type OJIGCBBHMII(Type GEDCEIDOKJL)
{
return GEDCEIDOKJL;
}
// Token: 0x06006698 RID: 26264 RVA: 0x0016820C File Offset: 0x0016640C
[Token(Token = "0x6006698")]
[Address(RVA = "0x1274B90", Offset = "0x1273590", VA = "0x181274B90")]
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: 0x06006699 RID: 26265 RVA: 0x00168244 File Offset: 0x00166444
[Token(Token = "0x6006699")]
[Address(RVA = "0x12758E0", Offset = "0x12742E0", VA = "0x1812758E0")]
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)
{
}
if (num != -1)
{
if (typeof(IDisposable).TypeHandle == (ulong)92L)
{
}
if (typeof(IDisposable).TypeHandle == (ulong)83L)
{
break;
}
}
}
while (num != 0);
Type elementType = GEDCEIDOKJL.GetElementType();
throw new NullReferenceException();
}
// Token: 0x0600669A RID: 26266 RVA: 0x001682C8 File Offset: 0x001664C8
[Token(Token = "0x600669A")]
[Address(RVA = "0x1274C40", Offset = "0x1273640", VA = "0x181274C40")]
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: 0x0600669B RID: 26267 RVA: 0x00168300 File Offset: 0x00166500
[Token(Token = "0x600669B")]
[Address(RVA = "0x524370", Offset = "0x522D70", VA = "0x180524370")]
public static Type[] MMJDPANPCIM(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x0600669C RID: 26268 RVA: 0x0016831C File Offset: 0x0016651C
[Token(Token = "0x600669C")]
[Address(RVA = "0x1275F30", Offset = "0x1274930", VA = "0x181275F30")]
public static bool PBAHMFMBPJG(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x0600669D RID: 26269 RVA: 0x00168338 File Offset: 0x00166538
[Token(Token = "0x600669D")]
[Address(RVA = "0x1275C40", Offset = "0x1274640", VA = "0x181275C40")]
public static bool NIPAEFPGBIH(Type GEDCEIDOKJL)
{
if (GEDCEIDOKJL.IsSzArray)
{
Type[] genericArguments = GEDCEIDOKJL.GetGenericArguments();
Type typeFromHandle = typeof(IList<>);
if (!genericArguments.Equals(typeFromHandle))
{
Type typeFromHandle2 = typeof(ICollection<>);
if (!genericArguments.Equals(typeFromHandle2))
{
Type typeFromHandle3 = typeof(IEnumerable<>);
return genericArguments.Equals(typeFromHandle3);
}
}
return true;
}
throw new NullReferenceException();
}
// Token: 0x0600669E RID: 26270 RVA: 0x0016839C File Offset: 0x0016659C
[Token(Token = "0x600669E")]
[Address(RVA = "0x1274B10", Offset = "0x1273510", VA = "0x181274B10")]
public static bool BKENCLOGLIC(Type DFNOOMCIDLB, Type BLNIPPOPLLL)
{
Guid guid = DFNOOMCIDLB.GUID;
throw new NullReferenceException();
}
// Token: 0x0600669F RID: 26271 RVA: 0x001683B8 File Offset: 0x001665B8
[Token(Token = "0x600669F")]
[Address(RVA = "0x12751A0", Offset = "0x1273BA0", VA = "0x1812751A0")]
public static bool ENEIDPLODPL(Type GEDCEIDOKJL)
{
if (!typeof(IDictionary).IsInstanceOfType(GEDCEIDOKJL))
{
if (GEDCEIDOKJL.IsSzArray)
{
Type[] genericArguments = GEDCEIDOKJL.GetGenericArguments();
Type typeFromHandle = typeof(IDictionary<, >);
return genericArguments.Equals(typeFromHandle);
}
}
return true;
}
// Token: 0x060066A0 RID: 26272 RVA: 0x00168404 File Offset: 0x00166604
[Token(Token = "0x60066A0")]
[Address(RVA = "0x1275810", Offset = "0x1274210", VA = "0x181275810")]
public static bool LLMLOHBHODO(Type GEDCEIDOKJL)
{
bool isSzArray = GEDCEIDOKJL.IsSzArray;
if (!isSzArray)
{
return isSzArray;
}
Type[] genericArguments = GEDCEIDOKJL.GetGenericArguments();
Type typeFromHandle = typeof(Nullable<>);
return genericArguments.Equals(typeFromHandle);
}
// Token: 0x060066A1 RID: 26273 RVA: 0x00168440 File Offset: 0x00166640
[Token(Token = "0x60066A1")]
[Address(RVA = "0x1275FA0", Offset = "0x12749A0", VA = "0x181275FA0")]
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: 0x060066A2 RID: 26274 RVA: 0x0016846C File Offset: 0x0016666C
[Token(Token = "0x60066A2")]
[Address(RVA = "0x1275310", Offset = "0x1273D10", VA = "0x181275310")]
public static bool GLCEBMIHNJI(Type GEDCEIDOKJL)
{
return GEDCEIDOKJL.IsValueType;
}
// Token: 0x060066A3 RID: 26275 RVA: 0x00168488 File Offset: 0x00166688
[Token(Token = "0x60066A3")]
[Address(RVA = "0x1274D00", Offset = "0x1273700", VA = "0x181274D00")]
public static IEnumerable<ConstructorInfo> EDJFMFOOFFN(Type GEDCEIDOKJL)
{
ConstructorInfo[] constructors = GEDCEIDOKJL.GetConstructors();
throw new NullReferenceException();
}
// Token: 0x060066A4 RID: 26276 RVA: 0x001684A4 File Offset: 0x001666A4
[Token(Token = "0x60066A4")]
[Address(RVA = "0x1274E60", Offset = "0x1273860", VA = "0x181274E60")]
public static ConstructorInfo EHJAFMLMMAL(Type GEDCEIDOKJL, params Type[] PBHDPLLGONC)
{
ConstructorInfo[] constructors;
for (;;)
{
int num = 0;
constructors = GEDCEIDOKJL.GetConstructors();
int num2;
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)
{
}
if (num2 != -1)
{
if (typeof(IDisposable).TypeHandle == (ulong)123L)
{
break;
}
if (typeof(IDisposable).TypeHandle == (ulong)121L)
{
goto IL_7D;
}
}
if (num2 == 0)
{
goto IL_7D;
}
}
return constructors;
IL_7D:
throw new NullReferenceException();
}
// Token: 0x060066A5 RID: 26277 RVA: 0x00168564 File Offset: 0x00166764
[Token(Token = "0x60066A5")]
[Address(RVA = "0x1275670", Offset = "0x1274070", VA = "0x181275670")]
public static IEnumerable<PropertyInfo> KPPJLNKGACA(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x060066A6 RID: 26278 RVA: 0x00168580 File Offset: 0x00166780
[Token(Token = "0x60066A6")]
[Address(RVA = "0x1274AE0", Offset = "0x12734E0", VA = "0x181274AE0")]
public static IEnumerable<FieldInfo> BFKJFHIHANH(Type GEDCEIDOKJL)
{
Guid guid = GEDCEIDOKJL.GUID;
throw new NullReferenceException();
}
// Token: 0x060066A7 RID: 26279 RVA: 0x0016859C File Offset: 0x0016679C
[Token(Token = "0x60066A7")]
[Address(RVA = "0x12752E0", Offset = "0x1273CE0", VA = "0x1812752E0")]
public static MethodInfo FKDPGIPBOKG(PropertyInfo IFOGFINDBCF)
{
PropertyAttributes attributes = IFOGFINDBCF.Attributes;
throw new NullReferenceException();
}
// Token: 0x060066A8 RID: 26280 RVA: 0x001685B8 File Offset: 0x001667B8
[Token(Token = "0x60066A8")]
[Address(RVA = "0x1276210", Offset = "0x1274C10", VA = "0x181276210")]
public static MethodInfo PPEBFEFFEBP(PropertyInfo IFOGFINDBCF)
{
PropertyAttributes attributes = IFOGFINDBCF.Attributes;
throw new NullReferenceException();
}
// Token: 0x060066A9 RID: 26281 RVA: 0x001685D4 File Offset: 0x001667D4
[Token(Token = "0x60066A9")]
[Address(RVA = "0x12756A0", Offset = "0x12740A0", VA = "0x1812756A0")]
public static ADNKIPCEPLK.FJDGHEMKEEB LBFCOPJAAEN(ConstructorInfo HINAEKGKLMH)
{
return ADNKIPCEPLK.HFNHDHFJGNF(HINAEKGKLMH);
}
// Token: 0x060066AA RID: 26282 RVA: 0x001685E8 File Offset: 0x001667E8
[Token(Token = "0x60066AA")]
[Address(RVA = "0x1275700", Offset = "0x1274100", VA = "0x181275700")]
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: 0x060066AB RID: 26283 RVA: 0x00168614 File Offset: 0x00166814
[Token(Token = "0x60066AB")]
[Address(RVA = "0x12755F0", Offset = "0x1273FF0", VA = "0x1812755F0")]
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: 0x060066AC RID: 26284 RVA: 0x00168654 File Offset: 0x00166854
[Token(Token = "0x60066AC")]
[Address(RVA = "0x1275520", Offset = "0x1273F20", VA = "0x181275520")]
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: 0x060066AD RID: 26285 RVA: 0x00168680 File Offset: 0x00166880
[Token(Token = "0x60066AD")]
[Address(RVA = "0x1275370", Offset = "0x1273D70", VA = "0x181275370")]
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: 0x060066AE RID: 26286 RVA: 0x001686C0 File Offset: 0x001668C0
[Token(Token = "0x60066AE")]
[Address(RVA = "0x1275460", Offset = "0x1273E60", VA = "0x181275460")]
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: 0x060066AF RID: 26287 RVA: 0x00168700 File Offset: 0x00166900
[Token(Token = "0x60066AF")]
[Address(RVA = "0x1274D20", Offset = "0x1273720", VA = "0x181274D20")]
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: 0x060066B0 RID: 26288 RVA: 0x00168740 File Offset: 0x00166940
[Token(Token = "0x60066B0")]
[Address(RVA = "0x1274DE0", Offset = "0x12737E0", VA = "0x181274DE0")]
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: 0x060066B1 RID: 26289 RVA: 0x00168780 File Offset: 0x00166980
[Token(Token = "0x60066B1")]
[Address(RVA = "0x1276120", Offset = "0x1274B20", VA = "0x181276120")]
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: 0x060066B2 RID: 26290 RVA: 0x001687C0 File Offset: 0x001669C0
[Token(Token = "0x60066B2")]
[Address(RVA = "0x1276060", Offset = "0x1274A60", VA = "0x181276060")]
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: 0x060066B3 RID: 26291 RVA: 0x00168800 File Offset: 0x00166A00
[Token(Token = "0x60066B3")]
[Address(RVA = "0x1275DF0", Offset = "0x12747F0", VA = "0x181275DF0")]
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: 0x060066B4 RID: 26292 RVA: 0x00168840 File Offset: 0x00166A40
[Token(Token = "0x60066B4")]
[Address(RVA = "0x1275EB0", Offset = "0x12748B0", VA = "0x181275EB0")]
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: 0x060066B5 RID: 26293 RVA: 0x00168880 File Offset: 0x00166A80
[Token(Token = "0x60066B5")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public ADNKIPCEPLK()
{
}
// Token: 0x060066B6 RID: 26294 RVA: 0x00168894 File Offset: 0x00166A94
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x60066B6")]
[Address(RVA = "0x1276240", Offset = "0x1274C40", VA = "0x181276240")]
static ADNKIPCEPLK()
{
object[] array = new object[0];
}
// Token: 0x0400492F RID: 18735
[Token(Token = "0x400492F")]
private static readonly object[] LFFMGHJHOKA;
// Token: 0x02001074 RID: 4212
[Token(Token = "0x2001074")]
public sealed class LGJAKIMHINO : MulticastDelegate
{
// Token: 0x060066B7 RID: 26295 RVA: 0x001688A8 File Offset: 0x00166AA8
[Token(Token = "0x60066B7")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public LGJAKIMHINO(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060066B8 RID: 26296 RVA: 0x001688C4 File Offset: 0x00166AC4
[Token(Token = "0x60066B8")]
[Address(RVA = "0x1269160", Offset = "0x1267B60", VA = "0x181269160", 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: 0x060066B9 RID: 26297 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066B9")]
[Address(RVA = "0x42BD30", Offset = "0x42A730", VA = "0x18042BD30", 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: 0x060066BA RID: 26298 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066BA")]
[Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")]
public object EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001075 RID: 4213
[Token(Token = "0x2001075")]
public sealed class BCKJIKOOPPM : MulticastDelegate
{
// Token: 0x060066BB RID: 26299 RVA: 0x0016892C File Offset: 0x00166B2C
[Token(Token = "0x60066BB")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public BCKJIKOOPPM(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060066BC RID: 26300 RVA: 0x00168948 File Offset: 0x00166B48
[Token(Token = "0x60066BC")]
[Address(RVA = "0x519DF0", Offset = "0x5187F0", VA = "0x180519DF0", Slot = "13")]
public void Invoke(object DIEPOPNJNCO, object ONGBFDACHHG)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060066BD RID: 26301 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066BD")]
[Address(RVA = "0x4330B0", Offset = "0x431AB0", VA = "0x1804330B0", 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: 0x060066BE RID: 26302 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066BE")]
[Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")]
public void EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001076 RID: 4214
[Token(Token = "0x2001076")]
public sealed class FJDGHEMKEEB : MulticastDelegate
{
// Token: 0x060066BF RID: 26303 RVA: 0x00168A40 File Offset: 0x00166C40
[Token(Token = "0x60066BF")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public FJDGHEMKEEB(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060066C0 RID: 26304 RVA: 0x00168A5C File Offset: 0x00166C5C
[Token(Token = "0x60066C0")]
[Address(RVA = "0xDA12E0", Offset = "0xD9FCE0", VA = "0x180DA12E0", 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: 0x060066C1 RID: 26305 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066C1")]
[Address(RVA = "0x42BD30", Offset = "0x42A730", VA = "0x18042BD30", 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: 0x060066C2 RID: 26306 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066C2")]
[Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")]
public object EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001077 RID: 4215
[Token(Token = "0x2001077")]
public sealed class OIKFCEDCBBL<TKey, TValue> : MulticastDelegate
{
// Token: 0x060066C3 RID: 26307 RVA: 0x00168B0C File Offset: 0x00166D0C
[Token(Token = "0x60066C3")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public OIKFCEDCBBL(object @object, IntPtr method)
{
}
// Token: 0x060066C4 RID: 26308 RVA: 0x00168B1C File Offset: 0x00166D1C
[Token(Token = "0x60066C4")]
[Address(RVA = "0x1269160", Offset = "0x1267B60", VA = "0x181269160", Slot = "13")]
public TValue Invoke(TKey DNGKIAJLLHG)
{
uint num;
while (num == (uint)0)
{
}
throw new ExecutionEngineException();
}
// Token: 0x060066C5 RID: 26309 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066C5")]
[Address(RVA = "0x42BD30", Offset = "0x42A730", VA = "0x18042BD30", 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: 0x060066C6 RID: 26310 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066C6")]
[Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")]
public TValue EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x02001078 RID: 4216
[Token(Token = "0x2001078")]
[DefaultMember("Item")]
public sealed class DMKDNGAHEKL<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
{
// Token: 0x060066C7 RID: 26311 RVA: 0x00168B70 File Offset: 0x00166D70
[Token(Token = "0x60066C7")]
[Address(RVA = "0x1EA4F70", Offset = "0x1EA3970", VA = "0x181EA4F70")]
public DMKDNGAHEKL(ADNKIPCEPLK.OIKFCEDCBBL<TKey, TValue> valueFactory)
{
object obj = new object();
this.JJFFPIIMILP = obj;
base..ctor();
this.CKCDFPGPNIC = valueFactory;
}
// Token: 0x17001272 RID: 4722
// (get) Token: 0x060066C8 RID: 26312 RVA: 0x00168B98 File Offset: 0x00166D98
[Token(Token = "0x17001272")]
public int MEPGPGKFENE
{
[Token(Token = "0x60066C8")]
[Address(RVA = "0x1C021B0", Offset = "0x1C00BB0", VA = "0x181C021B0", Slot = "12")]
get
{
bool isReadOnly = ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
throw new NullReferenceException();
}
}
// Token: 0x17001273 RID: 4723
// (get) Token: 0x060066C9 RID: 26313 RVA: 0x00168BB8 File Offset: 0x00166DB8
[Token(Token = "0x17001273")]
public bool PCENHAOIBDD
{
[Token(Token = "0x60066C9")]
[Address(RVA = "0x1EA4FE0", Offset = "0x1EA39E0", VA = "0x181EA4FE0", Slot = "13")]
get
{
/*
An exception occurred when decompiling this method (060066C9)
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: 0x17001274 RID: 4724
// (get) Token: 0x060066CA RID: 26314 RVA: 0x00168BCC File Offset: 0x00166DCC
// (set) Token: 0x060066CB RID: 26315 RVA: 0x00168BE8 File Offset: 0x00166DE8
[Token(Token = "0x17001274")]
public TValue ACOEGFLBMEH
{
[Token(Token = "0x60066CA")]
[Address(RVA = "0x1EA5030", Offset = "0x1EA3A30", VA = "0x181EA5030", Slot = "4")]
get
{
IEnumerator enumerator = ((IEnumerable)this).GetEnumerator();
throw new NullReferenceException();
}
[Token(Token = "0x60066CB")]
[Address(RVA = "0x1EA5090", Offset = "0x1EA3A90", VA = "0x181EA5090", Slot = "5")]
set
{
/*
An exception occurred when decompiling this method (060066CB)
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: 0x17001275 RID: 4725
// (get) Token: 0x060066CC RID: 26316 RVA: 0x00168BFC File Offset: 0x00166DFC
[Token(Token = "0x17001275")]
public ICollection<TKey> MNHJJLIEMBB
{
[Token(Token = "0x60066CC")]
[Address(RVA = "0x1EA5060", Offset = "0x1EA3A60", VA = "0x181EA5060", Slot = "6")]
get
{
bool isReadOnly = ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
throw new NullReferenceException();
}
}
// Token: 0x17001276 RID: 4726
// (get) Token: 0x060066CD RID: 26317 RVA: 0x00168C1C File Offset: 0x00166E1C
[Token(Token = "0x17001276")]
public ICollection<TValue> NEOEJPKPGEC
{
[Token(Token = "0x60066CD")]
[Address(RVA = "0x1D27D00", Offset = "0x1D26700", VA = "0x181D27D00", Slot = "7")]
get
{
bool isReadOnly = ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
throw new NullReferenceException();
}
}
// Token: 0x060066CE RID: 26318 RVA: 0x00168C3C File Offset: 0x00166E3C
[Token(Token = "0x60066CE")]
[Address(RVA = "0x1EA4950", Offset = "0x1EA3350", VA = "0x181EA4950", Slot = "9")]
public void Add(TKey DNGKIAJLLHG, TValue ONGBFDACHHG)
{
/*
An exception occurred when decompiling this method (060066CE)
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: 0x060066CF RID: 26319 RVA: 0x00168C50 File Offset: 0x00166E50
[Token(Token = "0x60066CF")]
[Address(RVA = "0x1EA4900", Offset = "0x1EA3300", VA = "0x181EA4900", Slot = "14")]
public void Add(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
/*
An exception occurred when decompiling this method (060066CF)
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: 0x060066D0 RID: 26320 RVA: 0x00168C64 File Offset: 0x00166E64
[Token(Token = "0x60066D0")]
[Address(RVA = "0x1EA4AC0", Offset = "0x1EA34C0", VA = "0x181EA4AC0")]
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;
int num2 = 0;
Monitor.Exit(dictionary2);
if (num != -1)
{
if (num2 == 127)
{
break;
}
if (num2 == 129)
{
}
}
}
while (num != 0);
throw new NullReferenceException();
}
// Token: 0x060066D1 RID: 26321 RVA: 0x00168CE0 File Offset: 0x00166EE0
[Token(Token = "0x60066D1")]
[Address(RVA = "0x1EA49A0", Offset = "0x1EA33A0", VA = "0x181EA49A0", Slot = "15")]
public void Clear()
{
/*
An exception occurred when decompiling this method (060066D1)
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: 0x060066D2 RID: 26322 RVA: 0x00168CF4 File Offset: 0x00166EF4
[Token(Token = "0x60066D2")]
[Address(RVA = "0x1EA4A20", Offset = "0x1EA3420", VA = "0x181EA4A20", Slot = "16")]
public bool Contains(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
/*
An exception occurred when decompiling this method (060066D2)
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: 0x060066D3 RID: 26323 RVA: 0x00168D08 File Offset: 0x00166F08
[Token(Token = "0x60066D3")]
[Address(RVA = "0x1EA49F0", Offset = "0x1EA33F0", VA = "0x181EA49F0", Slot = "8")]
public bool ContainsKey(TKey DNGKIAJLLHG)
{
return ((ICollection)this.IKDDFLMGOOI).IsReadOnly;
}
// Token: 0x060066D4 RID: 26324 RVA: 0x00168D28 File Offset: 0x00166F28
[Token(Token = "0x60066D4")]
[Address(RVA = "0x1EA4A70", Offset = "0x1EA3470", VA = "0x181EA4A70", Slot = "17")]
public void CopyTo(KeyValuePair<TKey, TValue>[] OPEBNMBKJJA, int JJBEHBJNJED)
{
/*
An exception occurred when decompiling this method (060066D4)
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: 0x060066D5 RID: 26325 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066D5")]
[Address(RVA = "0x1EA4DE0", Offset = "0x1EA37E0", VA = "0x181EA4DE0")]
private TValue IAHDANBDAAM(TKey DNGKIAJLLHG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060066D6 RID: 26326 RVA: 0x00168D3C File Offset: 0x00166F3C
[Token(Token = "0x60066D6")]
[Address(RVA = "0x1EA4D60", Offset = "0x1EA3760", VA = "0x181EA4D60", Slot = "19")]
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
{
Dictionary ikddflmgooi = this.IKDDFLMGOOI;
Dictionary.Enumerator enumerator;
KeyValuePair current = enumerator.current;
throw new NullReferenceException();
}
// Token: 0x060066D7 RID: 26327 RVA: 0x00168D5C File Offset: 0x00166F5C
[Token(Token = "0x60066D7")]
[Address(RVA = "0x1EA4D60", Offset = "0x1EA3760", VA = "0x181EA4D60", Slot = "20")]
IEnumerator IEnumerable.GetEnumerator()
{
Dictionary ikddflmgooi = this.IKDDFLMGOOI;
Dictionary.Enumerator enumerator;
KeyValuePair current = enumerator.current;
throw new NullReferenceException();
}
// Token: 0x060066D8 RID: 26328 RVA: 0x00168D7C File Offset: 0x00166F7C
[Token(Token = "0x60066D8")]
[Address(RVA = "0x1EA4EE0", Offset = "0x1EA38E0", VA = "0x181EA4EE0", Slot = "10")]
public bool Remove(TKey DNGKIAJLLHG)
{
/*
An exception occurred when decompiling this method (060066D8)
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: 0x060066D9 RID: 26329 RVA: 0x00168D90 File Offset: 0x00166F90
[Token(Token = "0x60066D9")]
[Address(RVA = "0x1EA4E90", Offset = "0x1EA3890", VA = "0x181EA4E90", Slot = "18")]
public bool Remove(KeyValuePair<TKey, TValue> IOBEPGLJNIP)
{
/*
An exception occurred when decompiling this method (060066D9)
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: 0x060066DA RID: 26330 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60066DA")]
[Address(RVA = "0x1EA4F30", Offset = "0x1EA3930", VA = "0x181EA4F30", Slot = "11")]
public bool TryGetValue(TKey DNGKIAJLLHG, out TValue ONGBFDACHHG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x04004930 RID: 18736
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4004930")]
private Dictionary<TKey, TValue> IKDDFLMGOOI;
// Token: 0x04004931 RID: 18737
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4004931")]
private readonly object JJFFPIIMILP;
// Token: 0x04004932 RID: 18738
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4004932")]
private readonly ADNKIPCEPLK.OIKFCEDCBBL<TKey, TValue> CKCDFPGPNIC;
}
// Token: 0x02001079 RID: 4217
[Token(Token = "0x2001079")]
[CompilerGenerated]
private sealed class PKDEADMLCLM
{
// Token: 0x060066DB RID: 26331 RVA: 0x00168DA4 File Offset: 0x00166FA4
[Token(Token = "0x60066DB")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public PKDEADMLCLM()
{
}
// Token: 0x060066DC RID: 26332 RVA: 0x00168DB8 File Offset: 0x00166FB8
[Token(Token = "0x60066DC")]
[Address(RVA = "0xDD3650", Offset = "0xDD2050", VA = "0x180DD3650")]
internal object <GetConstructorByReflection>b__0(object[] args)
{
return this.constructorInfo.Invoke(args);
}
// Token: 0x04004933 RID: 18739
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4004933")]
public ConstructorInfo constructorInfo;
}
// Token: 0x0200107A RID: 4218
[Token(Token = "0x200107A")]
[CompilerGenerated]
private sealed class LFOIFHBBLLP
{
// Token: 0x060066DD RID: 26333 RVA: 0x00168DD8 File Offset: 0x00166FD8
[Token(Token = "0x60066DD")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public LFOIFHBBLLP()
{
}
// Token: 0x060066DE RID: 26334 RVA: 0x00168DEC File Offset: 0x00166FEC
[Token(Token = "0x60066DE")]
[Address(RVA = "0x1280630", Offset = "0x127F030", VA = "0x181280630")]
internal object <GetGetMethodByReflection>b__0(object source)
{
MethodInfo methodInfo = this.methodInfo;
object obj;
return obj;
}
// Token: 0x04004934 RID: 18740
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4004934")]
public MethodInfo methodInfo;
}
// Token: 0x0200107B RID: 4219
[Token(Token = "0x200107B")]
[CompilerGenerated]
private sealed class ODOFGMJAMJE
{
// Token: 0x060066DF RID: 26335 RVA: 0x00168E08 File Offset: 0x00167008
[Token(Token = "0x60066DF")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public ODOFGMJAMJE()
{
}
// Token: 0x060066E0 RID: 26336 RVA: 0x00168E1C File Offset: 0x0016701C
[Token(Token = "0x60066E0")]
[Address(RVA = "0x78F9A0", Offset = "0x78E3A0", VA = "0x18078F9A0")]
internal object <GetGetMethodByReflection>b__0(object source)
{
FieldAttributes attributes = this.fieldInfo.Attributes;
throw new NullReferenceException();
}
// Token: 0x04004935 RID: 18741
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4004935")]
public FieldInfo fieldInfo;
}
// Token: 0x0200107C RID: 4220
[Token(Token = "0x200107C")]
[CompilerGenerated]
private sealed class AEOGOLLPCFB
{
// Token: 0x060066E1 RID: 26337 RVA: 0x00168E3C File Offset: 0x0016703C
[Token(Token = "0x60066E1")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public AEOGOLLPCFB()
{
}
// Token: 0x060066E2 RID: 26338 RVA: 0x00168E50 File Offset: 0x00167050
[Token(Token = "0x60066E2")]
[Address(RVA = "0x12776D0", Offset = "0x12760D0", VA = "0x1812776D0")]
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: 0x04004936 RID: 18742
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4004936")]
public MethodInfo methodInfo;
}
// Token: 0x0200107D RID: 4221
[Token(Token = "0x200107D")]
[CompilerGenerated]
private sealed class EGKDIBCLNBE
{
// Token: 0x060066E3 RID: 26339 RVA: 0x00168E88 File Offset: 0x00167088
[Token(Token = "0x60066E3")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public EGKDIBCLNBE()
{
}
// Token: 0x060066E4 RID: 26340 RVA: 0x00168E9C File Offset: 0x0016709C
[Token(Token = "0x60066E4")]
[Address(RVA = "0x127E390", Offset = "0x127CD90", VA = "0x18127E390")]
internal void <GetSetMethodByReflection>b__0(object source, object value)
{
this.fieldInfo.SetValue(source, value);
}
// Token: 0x04004937 RID: 18743
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4004937")]
public FieldInfo fieldInfo;
}
}