优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

32979 行
1.4 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericInterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// System.Action`1<System.Exception>
struct Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04;
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD;
// System.Comparison`1<NUnit.Framework.ITestAction>
struct Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC;
// System.Comparison`1<System.Object>
struct Comparison_1_t62E531E7B8260E2C6C2718C3BDB8CF8655139645;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding>
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
// System.Collections.Generic.Dictionary`2<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>
struct Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>
struct Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry>
struct Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7;
// System.Func`1<NUnit.Framework.Internal.OSPlatform>
struct Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4;
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
// System.Func`1<NUnit.Framework.Internal.RuntimeFramework>
struct Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261;
// System.Func`2<System.Func`1<System.Object>,System.Object>
struct Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6;
// System.Func`2<System.Reflection.ConstructorInfo,System.Boolean>
struct Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
// System.Func`2<System.String,System.Boolean>
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D;
// System.Func`3<System.Object,System.Object,System.Object>
struct Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566;
// System.Func`3<System.Type,System.Object[],System.Object>
struct Func_3_tE3297F9B22AC96103F28230F95C054493DE09335;
// System.Collections.Generic.ICollection`1<System.String>
struct ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7;
// System.Collections.Generic.IComparer`1<System.Reflection.MethodInfo>
struct IComparer_1_t6B05C873A1881A0DBAF928D10B0432F0911F3CD9;
// System.Collections.Generic.IComparer`1<System.Object>
struct IComparer_1_tC0A12A847AF97F369A5CE9A0CCE71CE18EE1440E;
// System.Collections.Generic.IEnumerable`1<System.Reflection.ConstructorInfo>
struct IEnumerable_1_t62CCC8C17677893BE99939DD1210D67697098FFC;
// System.Collections.Generic.IEnumerable`1<System.Exception>
struct IEnumerable_1_t0AFD6CF8DF742647C96B2C7BB9E9FAE42538D551;
// System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>
struct IEnumerable_1_t2394A694767E3BCC106E3BBBA21231B5461F9FB4;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<System.String>
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
// System.Collections.Generic.IEnumerable`1<System.Type>
struct IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B;
// System.Collections.Generic.IEqualityComparer`1<System.Reflection.MemberInfo>
struct IEqualityComparer_1_tD019A21C2343E44617E88A22ABC4915C6E868A20;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
// System.Collections.Generic.IList`1<NUnit.Framework.Interfaces.ITestFilter>
struct IList_1_t6AA754E9C27D2F5ED58D5600558B44F23D8921EB;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>
struct KeyCollection_t21F87EFFF580AC910A57720BD3DE1ED32617A217;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>
struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Collections.IList>
struct KeyCollection_t5BAF0C9B489855B153EF4C22EF467ACFF1EFF1F1;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342;
// System.Lazy`1<NUnit.Framework.Internal.OSPlatform>
struct Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C;
// System.Lazy`1<System.Object>
struct Lazy_1_t904FA5CA043D1868CDD4220B007FAA2894327C93;
// System.Lazy`1<NUnit.Framework.Internal.RuntimeFramework>
struct Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34;
// System.Lazy`1<System.String>
struct Lazy_1_t293A7A145893FB5E1FB4759AD6E5C942CFB346D4;
// System.Collections.Generic.List`1<System.Exception>
struct List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B;
// System.Collections.Generic.List`1<NUnit.Framework.Interfaces.ITest>
struct List_1_t8B024670A5B1498150D2B2D6FF553DE77A47465B;
// System.Collections.Generic.List`1<NUnit.Framework.ITestAction>
struct List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo>
struct List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<NUnit.Framework.Interfaces.TNode>
struct List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5;
// System.Collections.Generic.List`1<System.Type>
struct List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72;
// System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment>
struct List_1_t436A996D5893AD38255B71ED732145A419E1666F;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>
struct ValueCollection_tB9CCC8BD647A94554B648ADA6EED76D9991F2970;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Collections.IList>
struct ValueCollection_tAFD73EFFD79078F16D23B3B28E362E9500A42FDE;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76;
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement>
struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257;
// System.Collections.Generic.Dictionary`2/Entry<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>[]
struct EntryU5BU5D_tE9FA393552D774A44CB6CD29BE71D562ED9829CE;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Collections.IList>[]
struct EntryU5BU5D_t096DFF37EAD426AC30C1B75438315C6EA8A92A6B;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Reflection.ConstructorInfo[]
struct ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Exception[]
struct ExceptionU5BU5D_t99DA4B29FFBFD40F2C926A32586692D433EF291C;
// NUnit.Framework.Interfaces.IMethodInfo[]
struct IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E;
// NUnit.Framework.Interfaces.IParameterInfo[]
struct IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B;
// NUnit.Framework.ITestAction[]
struct ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Reflection.MethodInfo[]
struct MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// NUnit.Framework.Interfaces.TNode[]
struct TNodeU5BU5D_t0E56C80BB8168586C9D31D37DF28EF75B2552E6A;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// NUnit.Framework.Internal.TestNameGenerator/NameFragment[]
struct NameFragmentU5BU5D_t92FB7B3FB40FD342E33969D338BB5F7A6376E8C6;
// NUnit.Framework.Internal.ActionsHelper
struct ActionsHelper_t8D1CC7CF96763ECBEF5C8CAA514EBC3D9ED8EDC5;
// NUnit.Framework.Internal.Filters.AndFilter
struct AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.AssemblyName
struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// NUnit.Framework.Interfaces.AttributeDictionary
struct AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// NUnit.Framework.Internal.Filters.CategoryFilter
struct CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC;
// NUnit.Framework.Internal.Filters.ClassNameFilter
struct ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// NUnit.Framework.Internal.Filters.CompositeFilter
struct CompositeFilter_t2AAEBF5AC46C906871C668DA253EB0752DAE4B85;
// NUnit.Framework.Constraints.ConstraintBuilder
struct ConstraintBuilder_t0C1E1C0BDEF7BBDA3CE98DE9358686EE8D3CDFA8;
// NUnit.Framework.Constraints.ConstraintExpression
struct ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C;
// NUnit.Framework.Constraints.ConstraintResult
struct ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D;
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB;
// NUnit.Framework.CultureAttribute
struct CultureAttribute_t4BD8ADD5343A1D52414A7221F455F4FCB8E47E74;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// NUnit.Framework.Internal.CultureDetector
struct CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.Text.DecoderFallback
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.Text.Encoder
struct Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA;
// System.Text.EncoderFallback
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// NUnit.Framework.Constraints.ExactTypeConstraint
struct ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D;
// System.Exception
struct Exception_t;
// NUnit.Framework.Internal.ExceptionHelper
struct ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837;
// System.Threading.ExecutionContext
struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710;
// System.IO.FileStream
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8;
// NUnit.Framework.Internal.Filters.FullNameFilter
struct FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D;
// NUnit.Framework.Internal.GenericMethodHelper
struct GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385;
// System.Collections.Hashtable
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
// System.IAsyncResult
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
// System.Web.UI.ICallbackEventHandler
struct ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B;
// NUnit.Framework.Constraints.IConstraint
struct IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3;
// System.Reflection.ICustomAttributeProvider
struct ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEnumerable
struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
// System.Collections.IList
struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D;
// NUnit.Framework.Interfaces.IMethodInfo
struct IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119;
// NUnit.Framework.Interfaces.IParameterInfo
struct IParameterInfo_t2C85F88F1E67FFED31228729A09B5A7AA21F66B5;
// System.Security.Principal.IPrincipal
struct IPrincipal_tE7AF5096287F6C3472585E124CB38FF2A51EAB5F;
// NUnit.Framework.Interfaces.IPropertyBag
struct IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B;
// NUnit.Framework.Interfaces.ITest
struct ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04;
// NUnit.Framework.ITestAction
struct ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2;
// NUnit.Framework.Interfaces.ITestCaseData
struct ITestCaseData_tA87A93DD48AEA2F0C9F166360584865E159BC13D;
// NUnit.Framework.Interfaces.ITestData
struct ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB;
// NUnit.Framework.Internal.ITestExecutionContext
struct ITestExecutionContext_t8CD71AA58964215CD511C979417A68F345BE8112;
// NUnit.Framework.Interfaces.ITestFilter
struct ITestFilter_t94000B8410FBE3E3DFBF8313202799281609EDAC;
// NUnit.Framework.Interfaces.ITestFixtureData
struct ITestFixtureData_t15F7814406D30AB400CA79808E7F94F50C754C9B;
// NUnit.Framework.Interfaces.ITestListener
struct ITestListener_t684E2B83C6C1C91CAEAED9A61E3AA80E4443B798;
// NUnit.Framework.Interfaces.ITestResult
struct ITestResult_t55732795122D8B4D2E522A31B382F87754B8FA69;
// NUnit.Framework.Interfaces.ITypeInfo
struct ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2;
// NUnit.Framework.Internal.Execution.IWorkItemDispatcher
struct IWorkItemDispatcher_t3686606E0299CE4AC82670068D2956A61EAC25CF;
// NUnit.Framework.Internal.Filters.IdFilter
struct IdFilter_t6A643D865715B96EB97B38398A935638B293D037;
// NUnit.Framework.IncludeExcludeAttribute
struct IncludeExcludeAttribute_t3450D80F38BE1ECB0DD90134F8185B436BF6C3D9;
// NUnit.Framework.Constraints.InstanceOfTypeConstraint
struct InstanceOfTypeConstraint_tEFA6950D0AF65BBAEA5C90B0B21EA8F3F7E0866F;
// System.Threading.InternalThread
struct InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687;
// NUnit.Framework.Internal.InternalTraceWriter
struct InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860;
// NUnit.Framework.Internal.InvalidDataSourceException
struct InvalidDataSourceException_tFF986D72956FD0C1072581DD47C38A54BF80D0DE;
// NUnit.Framework.Internal.InvalidTestFixtureException
struct InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E;
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E;
// NUnit.Framework.Internal.Logger
struct Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931;
// NUnit.Compatibility.LongLivedMarshalByRefObject
struct LongLivedMarshalByRefObject_tDE6F7C2A62F87B42F85F5B57A31E2B7D4A647889;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// NUnit.Framework.Constraints.MessageWriter
struct MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// NUnit.Framework.Internal.Filters.MethodNameFilter
struct MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A;
// NUnit.Framework.Internal.MethodWrapper
struct MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622;
// System.MulticastDelegate
struct MulticastDelegate_t;
// NUnit.Framework.Internal.NUnitException
struct NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B;
// NUnit.Framework.Interfaces.NodeList
struct NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F;
// NUnit.Framework.Internal.Filters.NotFilter
struct NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// NUnit.Framework.Internal.OSPlatform
struct OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF;
// System.OperatingSystem
struct OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557;
// NUnit.Framework.Internal.Filters.OrFilter
struct OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F;
// System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F;
// NUnit.Framework.Internal.ParameterWrapper
struct ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440;
// NUnit.Framework.Internal.ParameterizedFixtureSuite
struct ParameterizedFixtureSuite_t4B71AB8D3740BD0B1704DA3A842BE0C76E901724;
// NUnit.Framework.Internal.ParameterizedMethodSuite
struct ParameterizedMethodSuite_t8DA1649BA369CDE02C3DCEB666DB196B2A3DBBA7;
// NUnit.Framework.PlatformAttribute
struct PlatformAttribute_t44A6780D77D3944A1A705DD3E1C8644E9852FFF9;
// NUnit.Framework.Internal.PlatformHelper
struct PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11;
// NUnit.Framework.Internal.PropertyBag
struct PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B;
// NUnit.Framework.Internal.Filters.PropertyFilter
struct PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411;
// NUnit.Framework.Internal.PropertyNames
struct PropertyNames_t6B64613097C71EE951283B87F1F783EC56F14E0D;
// System.Random
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8;
// NUnit.Framework.Internal.Randomizer
struct Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2;
// System.Text.RegularExpressions.Regex
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7;
// Microsoft.Win32.RegistryKey
struct RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757;
// NUnit.Framework.Constraints.ResolvableConstraintExpression
struct ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09;
// NUnit.Framework.Interfaces.ResultState
struct ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A;
// NUnit.Framework.Internal.RuntimeFramework
struct RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644;
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// NUnit.Framework.Constraints.SelfResolvingOperator
struct SelfResolvingOperator_t22226963C67814036CB6BACE7B2CE0F823F62D88;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// NUnit.Framework.Internal.SetUpFixture
struct SetUpFixture_tDB6F9B97DBC9394713E1D5147588A8D80E6BDC97;
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
// System.IO.StreamWriter
struct StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8;
// NUnit.Framework.Internal.StringUtil
struct StringUtil_t286E0A40912B7E367FB48691DA22AA1BD086B624;
// System.IO.StringWriter
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D;
// System.Reflection.StrongNameKeyPair
struct StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2;
// NUnit.Framework.Interfaces.TNode
struct TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244;
// System.Threading.Tasks.Task
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572;
// NUnit.Framework.Internal.Test
struct Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD;
// NUnit.Framework.Internal.TestAssembly
struct TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE;
// NUnit.Framework.TestCaseAttribute
struct TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06;
// NUnit.Framework.Internal.TestCaseParameters
struct TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C;
// NUnit.Framework.Internal.TestExecutionContext
struct TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471;
// NUnit.Framework.Internal.TestFilter
struct TestFilter_tE08579357F5A65289990112BAB9528B87B51201D;
// NUnit.Framework.Internal.TestFixtureParameters
struct TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5;
// NUnit.Framework.Internal.TestListener
struct TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C;
// NUnit.Framework.Internal.TestMethod
struct TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7;
// NUnit.Framework.Internal.Filters.TestNameFilter
struct TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1;
// NUnit.Framework.Internal.TestNameGenerator
struct TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2;
// NUnit.Framework.Interfaces.TestOutput
struct TestOutput_tFA4A15756E100310110FB01B8FE84C57435CA62D;
// NUnit.Framework.TestParameters
struct TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1;
// NUnit.Framework.Internal.TestParameters
struct TestParameters_t30F360C95F7176D219F914B7074407F81980BA01;
// NUnit.Framework.Internal.TestProgressReporter
struct TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7;
// NUnit.Framework.Internal.TestResult
struct TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851;
// NUnit.Framework.Internal.TestSuite
struct TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// NUnit.Framework.Internal.TextMessageWriter
struct TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82;
// System.IO.TextWriter
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3;
// System.Threading.Thread
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F;
// NUnit.Framework.Throws
struct Throws_t435DBC40C273B0FD98B98330977697DFC89CA008;
// NUnit.Framework.Constraints.ThrowsNothingConstraint
struct ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727;
// NUnit.Framework.Constraints.ThrowsOperator
struct ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0;
// NUnit.Framework.Constraints.Tolerance
struct Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C;
// System.Type
struct Type_t;
// NUnit.Framework.Internal.TypeWrapper
struct TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353;
// System.Text.UnicodeEncoding
struct UnicodeEncoding_t2C90D9E1E55C16081FACA57B229053C1EF05DAF0;
// System.UriParser
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
// NUnit.Framework.Constraints.ValueFormatter
struct ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6;
// NUnit.Framework.Constraints.ValueFormatterFactory
struct ValueFormatterFactory_t51FAB223E83477D09F2413C26FFBB6A3FA17B6AF;
// NUnit.Framework.Internal.Filters.ValueMatchFilter
struct ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1;
// System.Version
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// NUnit.Framework.Internal.ExceptionHelper/<>c
struct U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4;
// NUnit.Framework.Internal.OSPlatform/<>c
struct U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543;
// NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
struct OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985;
// NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB;
// NUnit.Framework.Internal.Reflect/BaseTypesFirstComparer
struct BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D;
// System.Text.RegularExpressions.Regex/CachedCodeEntry
struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39;
// NUnit.Framework.Internal.RuntimeFramework/<>c
struct U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539;
// NUnit.Framework.Internal.RuntimeFramework/<>c__DisplayClass29_0
struct U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05;
// NUnit.Framework.TestContext/ResultAdapter
struct ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89;
// NUnit.Framework.TestContext/TestAdapter
struct TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB;
// NUnit.Framework.Internal.TestExecutionContext/<>c
struct U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C;
// NUnit.Framework.Internal.TestFilter/EmptyFilter
struct EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112;
// NUnit.Framework.Internal.TestNameGenerator/ArgListFragment
struct ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1;
// NUnit.Framework.Internal.TestNameGenerator/ArgumentFragment
struct ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761;
// NUnit.Framework.Internal.TestNameGenerator/ClassFullNameFragment
struct ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C;
// NUnit.Framework.Internal.TestNameGenerator/ClassNameFragment
struct ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0;
// NUnit.Framework.Internal.TestNameGenerator/FixedTextFragment
struct FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B;
// NUnit.Framework.Internal.TestNameGenerator/MethodFullNameFragment
struct MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3;
// NUnit.Framework.Internal.TestNameGenerator/MethodNameFragment
struct MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0;
// NUnit.Framework.Internal.TestNameGenerator/NameFragment
struct NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B;
// NUnit.Framework.Internal.TestNameGenerator/NamespaceFragment
struct NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832;
// NUnit.Framework.Internal.TestNameGenerator/TestIDFragment
struct TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546;
// NUnit.Framework.Internal.TypeWrapper/<>c__DisplayClass36_0
struct U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837;
// System.Uri/UriInfo
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
IL2CPP_EXTERN_C RuntimeClass* ActionTargets_t1D5F903765C2945D2BFA96DB93A9AA788CFF9930_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AdditionalTypeExtensions_t971A043B9A8B00E61945662E750BEB7818699866_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FailureSite_tF2B86426DB86DD1324F9A4F0C7E047C1558F19C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IApplyToTest_t10F55FCF112D6E96614CA05AE9A0D5F9160424D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t2394A694767E3BCC106E3BBBA21231B5461F9FB4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tAE7B448D771CB994F4B163BB4A1AD7488DC51A19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tEB140812D4790494FD051347FC47EAC0CC892647_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t04E9392986EA655774E17BC036A051956B776999_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t54C8A8E7F9E40485D60C773683E8D327A9BBD7C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t645A8FE7D6C0BBC0A1B876A6C5887C85460D72AE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestCaseData_tA87A93DD48AEA2F0C9F166360584865E159BC13D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestFixtureData_t15F7814406D30AB400CA79808E7F94F50C754C9B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestResult_t55732795122D8B4D2E522A31B382F87754B8FA69_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IdFilter_t6A643D865715B96EB97B38398A935638B293D037_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t436A996D5893AD38255B71ED732145A419E1666F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RunState_tFE3ED71D73ED9616940B64E6C106F2DC3BF07A3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestStatus_t5DDD085A209DE81EA90AA8595C48E5B292BBAF38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ToleranceMode_tFFCC8EB41DDF1C55B7EAA081CF30BCEF3F63780D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral012A18907B249DF0954BFA806717C2FD7DDB76F9;
IL2CPP_EXTERN_C String_t* _stringLiteral02D5BBF545F4BE801E9862313B57F6895BF44834;
IL2CPP_EXTERN_C String_t* _stringLiteral044B1D1E5425447CCC2E68E32F3E6DCC65730FAC;
IL2CPP_EXTERN_C String_t* _stringLiteral0451DCA931854EE2A09E001A49A52817F1CE5886;
IL2CPP_EXTERN_C String_t* _stringLiteral05BE11CA8745D9E40F7E780C852B45025FB15804;
IL2CPP_EXTERN_C String_t* _stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63;
IL2CPP_EXTERN_C String_t* _stringLiteral0742E6BD16A2CB27B9248DB2BDAB59F463F68D6D;
IL2CPP_EXTERN_C String_t* _stringLiteral07EB9CA026169C4985E68AF5CD163969460A81CB;
IL2CPP_EXTERN_C String_t* _stringLiteral0A104D015A90F9AC5C50E8ABB0FEEDEC8E32B0A4;
IL2CPP_EXTERN_C String_t* _stringLiteral0AB75310C58342E0AE52052C95EBB6924E0317B2;
IL2CPP_EXTERN_C String_t* _stringLiteral0BCB75B18104B18B64B0874E6214C5FEC09662D2;
IL2CPP_EXTERN_C String_t* _stringLiteral0C07C54E700D9B7F4C97947918F759380799B35B;
IL2CPP_EXTERN_C String_t* _stringLiteral0CA697C6C47DA67F31CAEC30D1F67ADDB6E955EF;
IL2CPP_EXTERN_C String_t* _stringLiteral0E9A65DC92555534646FBC09F63A46BC2DAE6633;
IL2CPP_EXTERN_C String_t* _stringLiteral10893DC6FCD1C5FCFCDEAF49D525F5C253442FFE;
IL2CPP_EXTERN_C String_t* _stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6;
IL2CPP_EXTERN_C String_t* _stringLiteral152F83EA5EA86BA156C444107AC5760B88008E3B;
IL2CPP_EXTERN_C String_t* _stringLiteral161193D4BA823221D0E0951703537C3305039FFD;
IL2CPP_EXTERN_C String_t* _stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2;
IL2CPP_EXTERN_C String_t* _stringLiteral199C0D0EF7088E9490EDDFFDBA6A9C664FC436F3;
IL2CPP_EXTERN_C String_t* _stringLiteral1A93881F0E30A932321B06766E4718D4D13306A7;
IL2CPP_EXTERN_C String_t* _stringLiteral1E3DB61522C4E7AA1D5A216FFA2CA92BAFA2EBF1;
IL2CPP_EXTERN_C String_t* _stringLiteral1E6DBEFB654139460DE43FF2E7AE64CB366D96C3;
IL2CPP_EXTERN_C String_t* _stringLiteral1F44E979278381587AD1B1317A030D9996EBC322;
IL2CPP_EXTERN_C String_t* _stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387;
IL2CPP_EXTERN_C String_t* _stringLiteral203D6FD43D60A25E90BEF5D03A0D2849B11A7557;
IL2CPP_EXTERN_C String_t* _stringLiteral20FF6F18F4A9660158AC453654C7531B7A39BA44;
IL2CPP_EXTERN_C String_t* _stringLiteral2148495B4B99645B10CA73574B311D2B533C7D00;
IL2CPP_EXTERN_C String_t* _stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B;
IL2CPP_EXTERN_C String_t* _stringLiteral22A071E447D71F61081695630C82BD5020D8D5BB;
IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral244806EF60F37ECF297FFBA1DBC8EAB406EB1E61;
IL2CPP_EXTERN_C String_t* _stringLiteral2479DBDA030EA5AF6A502F1D7B42A1D59D34EF22;
IL2CPP_EXTERN_C String_t* _stringLiteral25212832FFA9076AC0BE2F0816D8F3BF5ADBDC89;
IL2CPP_EXTERN_C String_t* _stringLiteral25429449C15BE0143CF99744A7BE905C45E9F6F7;
IL2CPP_EXTERN_C String_t* _stringLiteral27A906C71A5B376C1FFD6FFD5EC924FA0F89DC71;
IL2CPP_EXTERN_C String_t* _stringLiteral29E415B82AA4296A0387864F3ADF1C8158795ED0;
IL2CPP_EXTERN_C String_t* _stringLiteral2C945D246C2B7897F000E1C591A686EB9EF010F0;
IL2CPP_EXTERN_C String_t* _stringLiteral2D4C24A1ACA0CB6E213D41CDD46C0BC7420D226D;
IL2CPP_EXTERN_C String_t* _stringLiteral2D9B7EE8394912BA2F5D61CF3155C4BB3CD37F28;
IL2CPP_EXTERN_C String_t* _stringLiteral2F2542736F1479EF41B71699A646A167C6BBF5ED;
IL2CPP_EXTERN_C String_t* _stringLiteral2F9095E85AC4C22DE3E1CE9F951375C490AB08C7;
IL2CPP_EXTERN_C String_t* _stringLiteral2FB16ADC66DC3256DFAE2E8B676A3977A1DA71B5;
IL2CPP_EXTERN_C String_t* _stringLiteral30295B38690DA3446E15D737804E12E95288105C;
IL2CPP_EXTERN_C String_t* _stringLiteral308A209926B434CA8BB2BE967E342BFB67E11743;
IL2CPP_EXTERN_C String_t* _stringLiteral30B24419A788645A0043FECF0EB245571D2A75CD;
IL2CPP_EXTERN_C String_t* _stringLiteral32250904578F7F3EA4AA51D74259B832AA14F1DA;
IL2CPP_EXTERN_C String_t* _stringLiteral33A61CC102E31B9F0FB17B7C0D09CADD27C0D677;
IL2CPP_EXTERN_C String_t* _stringLiteral34DC7586DC2460266228AF5D43E954794FBFD387;
IL2CPP_EXTERN_C String_t* _stringLiteral358EBDB8EDA534A975666D8E79C6E3D5BC55D9F1;
IL2CPP_EXTERN_C String_t* _stringLiteral37ADC0FEC78025879D2F179F28F67FD6B1B8334B;
IL2CPP_EXTERN_C String_t* _stringLiteral3831B267F78EE987E49501BA652F3EC8F6AB53B2;
IL2CPP_EXTERN_C String_t* _stringLiteral38728CDE8FFE045D7057BF079AF6096991F507BE;
IL2CPP_EXTERN_C String_t* _stringLiteral38F1F26AE87BFEEDAEB514515C89D439E3AC8AC1;
IL2CPP_EXTERN_C String_t* _stringLiteral39762277A9DA0FEFC53D787B3EB7B426A8E292A9;
IL2CPP_EXTERN_C String_t* _stringLiteral3AE1BC202A087D57F2EAF9581B2FD9F6B317581C;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
IL2CPP_EXTERN_C String_t* _stringLiteral3D42C43173414298C8AF4E01E762B4A874773E3E;
IL2CPP_EXTERN_C String_t* _stringLiteral3E7359C38460C9DFDC2A1E1E7A803B928C22F149;
IL2CPP_EXTERN_C String_t* _stringLiteral3F35DC8B750CB9C31B0F7EC1D63B7C58E3D0B711;
IL2CPP_EXTERN_C String_t* _stringLiteral3FB808C8E43B94C0A11546ECE98F11274B3B0293;
IL2CPP_EXTERN_C String_t* _stringLiteral3FD5CE9220AAFB28EF16A08A9214C1B7F496FE7F;
IL2CPP_EXTERN_C String_t* _stringLiteral40D5AEA1D190FD26AEC587B28E14F82104528F8F;
IL2CPP_EXTERN_C String_t* _stringLiteral41151AD4A02DFEBDDFEEEB7B87E284E329A26A1C;
IL2CPP_EXTERN_C String_t* _stringLiteral41ADE9961CD48400701F3EDD2F0852836F5A2CE4;
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
IL2CPP_EXTERN_C String_t* _stringLiteral4363E8B5ED44FA07BDCE6A680D2DD9D308348962;
IL2CPP_EXTERN_C String_t* _stringLiteral44EFA28268B97FDB459FB434F4F9A7CC2966658B;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral47CD5CE372C5AE99A354717C56D51AB1A83073A4;
IL2CPP_EXTERN_C String_t* _stringLiteral484BFB202A8E85E8C7295D586F355C0F2A03B4BC;
IL2CPP_EXTERN_C String_t* _stringLiteral496267B60750DC0B02091993620B249D88DDE4D2;
IL2CPP_EXTERN_C String_t* _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018;
IL2CPP_EXTERN_C String_t* _stringLiteral4CEFA0EB0495A1B1427818CBB28876202F333707;
IL2CPP_EXTERN_C String_t* _stringLiteral4D48616B47CCDA26B80C9AE9A57D40609D7980AA;
IL2CPP_EXTERN_C String_t* _stringLiteral4E55D76B7E0430E76D66737410F4E8436EA48140;
IL2CPP_EXTERN_C String_t* _stringLiteral4F9C00A58A9AB678AFC20E7257C2BF3AB45496A7;
IL2CPP_EXTERN_C String_t* _stringLiteral50050E36E3D06D1C2C209372DBAEF3D47C3172A4;
IL2CPP_EXTERN_C String_t* _stringLiteral5107C4CB852C80C4845056004EA4FFE3225C8F50;
IL2CPP_EXTERN_C String_t* _stringLiteral516DB4167F778F9C19B560C4AC8BC8D3FB51D662;
IL2CPP_EXTERN_C String_t* _stringLiteral51A7015B3E634B5A44BCE24D0DE3A94B3D7E3A0F;
IL2CPP_EXTERN_C String_t* _stringLiteral520625740DAAAA312839FA6347FCA8DD2FA9A82C;
IL2CPP_EXTERN_C String_t* _stringLiteral523FB04BE96D927349E54B828CED4309FE3292CD;
IL2CPP_EXTERN_C String_t* _stringLiteral5287242371AE3A2923E9FD2C6366A59A8152AD67;
IL2CPP_EXTERN_C String_t* _stringLiteral52FDF7CF1B1E8668E67E21F7B44F8A511926D359;
IL2CPP_EXTERN_C String_t* _stringLiteral5398F2AD68ABF01123FE764DD418AB3A56262554;
IL2CPP_EXTERN_C String_t* _stringLiteral5587F26CA9FEA538F287128FDE3CE089DEB03FF9;
IL2CPP_EXTERN_C String_t* _stringLiteral55B2629BFA9965CD8D2967DACBD4914DF89C880A;
IL2CPP_EXTERN_C String_t* _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118;
IL2CPP_EXTERN_C String_t* _stringLiteral56D09A92D64AB5C423FA86F0A740595C8842A58A;
IL2CPP_EXTERN_C String_t* _stringLiteral580899C25801DB937F3767278FC09FE71EBDE394;
IL2CPP_EXTERN_C String_t* _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
IL2CPP_EXTERN_C String_t* _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680;
IL2CPP_EXTERN_C String_t* _stringLiteral632EC4F33C917034F1E37E03907BFCDEE3FD2F37;
IL2CPP_EXTERN_C String_t* _stringLiteral63FEAE5081ABFB719642D387AE43B7D4DFB3CFEB;
IL2CPP_EXTERN_C String_t* _stringLiteral66C2038E9D15E2D08FE2C4E1D4325F7A1168EF56;
IL2CPP_EXTERN_C String_t* _stringLiteral694D423FB09273B1871A95EBAD0D59B49BEAAAF5;
IL2CPP_EXTERN_C String_t* _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA;
IL2CPP_EXTERN_C String_t* _stringLiteral69BB305D17CF7A4F991749795B2A7806F81650CB;
IL2CPP_EXTERN_C String_t* _stringLiteral6C379854BE64F495042DF2C26D73DBF30568882D;
IL2CPP_EXTERN_C String_t* _stringLiteral71443AC7CF5CC108984A138188DE915E32441BB2;
IL2CPP_EXTERN_C String_t* _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11;
IL2CPP_EXTERN_C String_t* _stringLiteral7532F68FD082069B74A2506A269C2034F87D664D;
IL2CPP_EXTERN_C String_t* _stringLiteral76C19B4D5FC4950234157CB099AE324698EA624D;
IL2CPP_EXTERN_C String_t* _stringLiteral7726F0654493D52C416166830098A47DAF6F4111;
IL2CPP_EXTERN_C String_t* _stringLiteral775C9F0067EA1FA2236FAF5FD3FA43468C1B4CD5;
IL2CPP_EXTERN_C String_t* _stringLiteral77700C452589B8941667BFF209E02F7AD807E8BA;
IL2CPP_EXTERN_C String_t* _stringLiteral77E79C40D510CA6B0EEBA2C34A2537E43F561433;
IL2CPP_EXTERN_C String_t* _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51;
IL2CPP_EXTERN_C String_t* _stringLiteral78E0EB8CE240AD8239D26F174DBEFF00C4529892;
IL2CPP_EXTERN_C String_t* _stringLiteral798FAC67D5DC53274073E9C288410C66E525D239;
IL2CPP_EXTERN_C String_t* _stringLiteral79B92BB090AA6B3E80F7D9ADCC432B2036A244AA;
IL2CPP_EXTERN_C String_t* _stringLiteral7AA3403230AF873615E7AD6E9F53719CE31E0176;
IL2CPP_EXTERN_C String_t* _stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837;
IL2CPP_EXTERN_C String_t* _stringLiteral7B649CF1B9228AA747CFAA8A58D7CC441CA53047;
IL2CPP_EXTERN_C String_t* _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D;
IL2CPP_EXTERN_C String_t* _stringLiteral7D49DEA6095DAF1F7A1319584CFB612CB29896D0;
IL2CPP_EXTERN_C String_t* _stringLiteral7D4E892DF299B62E86C93F4B8F6FB863422A279E;
IL2CPP_EXTERN_C String_t* _stringLiteral7DD9A0439B2A205A7955DD1594C70889E96AAA2C;
IL2CPP_EXTERN_C String_t* _stringLiteral7E247D8A4CCC440BF6C678C3218AFFA431D908AA;
IL2CPP_EXTERN_C String_t* _stringLiteral7E623C97320198093F74B27607EFB2B8684E22FC;
IL2CPP_EXTERN_C String_t* _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A;
IL2CPP_EXTERN_C String_t* _stringLiteral7EB6D804EEC188461272722F0D3706A3BDD37B68;
IL2CPP_EXTERN_C String_t* _stringLiteral7F219B992E9CD68BC23F100D9A9C43087655B9E8;
IL2CPP_EXTERN_C String_t* _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462;
IL2CPP_EXTERN_C String_t* _stringLiteral8067BE9FCEE64E680948E42DDCAB9D7E3331AEC2;
IL2CPP_EXTERN_C String_t* _stringLiteral81254ED7364FDD4E6864E27C8FFD077CE666C786;
IL2CPP_EXTERN_C String_t* _stringLiteral8174CA9CD84F86539853890382CF5C587FB8B9BE;
IL2CPP_EXTERN_C String_t* _stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E;
IL2CPP_EXTERN_C String_t* _stringLiteral827D75DB3B568D2A49A5ECB100B94223419CEB2E;
IL2CPP_EXTERN_C String_t* _stringLiteral82BF1B239F0BF2728D67B6C20C9081ED5768BE10;
IL2CPP_EXTERN_C String_t* _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF;
IL2CPP_EXTERN_C String_t* _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD;
IL2CPP_EXTERN_C String_t* _stringLiteral85F6A066C8B6E252CF803E46B565956AFFDF556B;
IL2CPP_EXTERN_C String_t* _stringLiteral8640B5B3EA5D79BF55FFD3D0D0AADA17A24415C1;
IL2CPP_EXTERN_C String_t* _stringLiteral87F8ED9157125FFC4DA9E06A7B8011AD80A53FE1;
IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
IL2CPP_EXTERN_C String_t* _stringLiteral8B4F9C4EA6E414F08413B1FA75512040A9AFAD28;
IL2CPP_EXTERN_C String_t* _stringLiteral8C7F2B3D3E62077E7EF3F03BB193DA9784BB0905;
IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E;
IL2CPP_EXTERN_C String_t* _stringLiteral8D494708CB13DD4C8B2816F6999F9D517A106A04;
IL2CPP_EXTERN_C String_t* _stringLiteral8E652084A8B69FA1057707F03EFBCC3766444574;
IL2CPP_EXTERN_C String_t* _stringLiteral8EED79D6767C3933229E4009AF886C29A8F1573F;
IL2CPP_EXTERN_C String_t* _stringLiteral9143C850DA53717576D218516012B6C88BDB335E;
IL2CPP_EXTERN_C String_t* _stringLiteral93B98C3040BF26B2D68E7DD514A4EE37837430F3;
IL2CPP_EXTERN_C String_t* _stringLiteral942D9041278EEE9DD8895B61704DB6FC3BCEF2F5;
IL2CPP_EXTERN_C String_t* _stringLiteral950F8F5084AE77DC73E9232EB8311BA579AF55D3;
IL2CPP_EXTERN_C String_t* _stringLiteral9955EBAB6EB45138EA978CE13B2B740424A20EC9;
IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694;
IL2CPP_EXTERN_C String_t* _stringLiteral99C20EE4D0D069B054293176C56BBCD7E8BDA6D9;
IL2CPP_EXTERN_C String_t* _stringLiteral9A7809E93FA97301BB5F326D7201B46D67300883;
IL2CPP_EXTERN_C String_t* _stringLiteral9B0D3984148F561050EE58718CF1542AF0A400FF;
IL2CPP_EXTERN_C String_t* _stringLiteral9CD83594461EC8DB9DD2EEC02C717BE3C3160BCD;
IL2CPP_EXTERN_C String_t* _stringLiteral9DC8BAAEF547F2AAC566018365B95BEDA4AD05A2;
IL2CPP_EXTERN_C String_t* _stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA;
IL2CPP_EXTERN_C String_t* _stringLiteral9E30B1F10F4FDFBA4C15E100617C6723FF1F95EE;
IL2CPP_EXTERN_C String_t* _stringLiteral9E695638B941BF03F229B5E8D2C2ECDFFB9F4A5D;
IL2CPP_EXTERN_C String_t* _stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6;
IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03;
IL2CPP_EXTERN_C String_t* _stringLiteralA0CC299EB24A2FA80B435C29E78AEBA3188FF506;
IL2CPP_EXTERN_C String_t* _stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634;
IL2CPP_EXTERN_C String_t* _stringLiteralA17E3DD03E964E282185F70A9101251B97C2E526;
IL2CPP_EXTERN_C String_t* _stringLiteralA18A4AE569C5BE88A9C406093C040EFEBFF78C5E;
IL2CPP_EXTERN_C String_t* _stringLiteralA1C1F351A820C5D1DFFB02C233BA399D737603D6;
IL2CPP_EXTERN_C String_t* _stringLiteralA4B5FE8F270C98BC8376C7DA76289342BACF8F2F;
IL2CPP_EXTERN_C String_t* _stringLiteralA52A6E3439CFEC1FED7FC9867676A798A9FCF441;
IL2CPP_EXTERN_C String_t* _stringLiteralA68AF1A978833710BDBD5C02A530B1CCADA51D78;
IL2CPP_EXTERN_C String_t* _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122;
IL2CPP_EXTERN_C String_t* _stringLiteralABC204F72030440CA9F2F5352FBE204C9F95F7D4;
IL2CPP_EXTERN_C String_t* _stringLiteralABD884F7688123CE5EAB301152D58085806E28FD;
IL2CPP_EXTERN_C String_t* _stringLiteralAC02149646451F67F7B59C4DC1C2EDA8BF8EC49D;
IL2CPP_EXTERN_C String_t* _stringLiteralACB8818E130CD6D2CF62B52E466769119854F189;
IL2CPP_EXTERN_C String_t* _stringLiteralACEE411ABD2F7F90CF5EF568EA956CF470BC2687;
IL2CPP_EXTERN_C String_t* _stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E;
IL2CPP_EXTERN_C String_t* _stringLiteralB0FF9F38BE2581F30D5DCC3083BF8C61B860F9A4;
IL2CPP_EXTERN_C String_t* _stringLiteralB1A492CC8A029C98C957720C753423E22CBC8149;
IL2CPP_EXTERN_C String_t* _stringLiteralB2230E71BB2A4058F4E1979D5887615085B84A60;
IL2CPP_EXTERN_C String_t* _stringLiteralB5113537CA5F5582B7754FE880A401CE8E2BD835;
IL2CPP_EXTERN_C String_t* _stringLiteralB5211867C56F983545565B9207B49E349A9395F2;
IL2CPP_EXTERN_C String_t* _stringLiteralB541F9450542474F70AB06E53955AA667B65B5B5;
IL2CPP_EXTERN_C String_t* _stringLiteralB57525869052E441B60D8A4CF7FB0662FB3971FA;
IL2CPP_EXTERN_C String_t* _stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC;
IL2CPP_EXTERN_C String_t* _stringLiteralB6E1C35407C2C2276609982ABAA7CBF7F971B7A3;
IL2CPP_EXTERN_C String_t* _stringLiteralB749D646D3FD0CAE2A9E0F86E4518E247954BCFF;
IL2CPP_EXTERN_C String_t* _stringLiteralB7539A06B19171D7A9875D68698E6E35B315617B;
IL2CPP_EXTERN_C String_t* _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F;
IL2CPP_EXTERN_C String_t* _stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA;
IL2CPP_EXTERN_C String_t* _stringLiteralB8776F32B4855992EE2370209D2A129395996E67;
IL2CPP_EXTERN_C String_t* _stringLiteralBC4CF8C3582484557E58916411466E046404CE49;
IL2CPP_EXTERN_C String_t* _stringLiteralBC86BB2655BCE80BB0DE3BDB5E9154D2FCC934D7;
IL2CPP_EXTERN_C String_t* _stringLiteralBD1B475D08BA37135322C220C49DAC90F644DEC0;
IL2CPP_EXTERN_C String_t* _stringLiteralBDCEA7ABC854976A139ABC9E078B75EDB86C7D22;
IL2CPP_EXTERN_C String_t* _stringLiteralBDDB56DAAEA235CE47F3D758B0C524AE5817C130;
IL2CPP_EXTERN_C String_t* _stringLiteralBF0EB6A1A534C6B85D4BC8018444B03316E66C97;
IL2CPP_EXTERN_C String_t* _stringLiteralC1771FD048FA0C5283A6D1085A6C3493F05C1302;
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
IL2CPP_EXTERN_C String_t* _stringLiteralC30A1963B6F2470B452FB7E6EE1904F81F1D16DC;
IL2CPP_EXTERN_C String_t* _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA;
IL2CPP_EXTERN_C String_t* _stringLiteralC385CFFADE038AC539B7A9EEEFF90271E7BFF503;
IL2CPP_EXTERN_C String_t* _stringLiteralC39E8276B5F5455D5B6EE710E512B44722D53025;
IL2CPP_EXTERN_C String_t* _stringLiteralC6140F3EC51FBB28F7B74E6F4B77DEF09D2E6478;
IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677;
IL2CPP_EXTERN_C String_t* _stringLiteralC6CEE10810A66F67F39CF39748CB9B0B409F9ADE;
IL2CPP_EXTERN_C String_t* _stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642;
IL2CPP_EXTERN_C String_t* _stringLiteralC7E65C52535CDD59777EEAAF7EFDE885FD987F3D;
IL2CPP_EXTERN_C String_t* _stringLiteralC9EBD1CF1B78D40248219321E8E24420455119BD;
IL2CPP_EXTERN_C String_t* _stringLiteralC9FEB66469AF77D0FC01FAD43B0EAF8146BAF20E;
IL2CPP_EXTERN_C String_t* _stringLiteralCBF470B1EB68766924B473C475D16B72A6817367;
IL2CPP_EXTERN_C String_t* _stringLiteralCC66DE41781EFEDA9094C658C1062148D4320DF0;
IL2CPP_EXTERN_C String_t* _stringLiteralCC66FBD082E04D02D686455A96C0C6A54BFB40F1;
IL2CPP_EXTERN_C String_t* _stringLiteralCDA67E248A035B28E06099D5362E02822AA9A914;
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
IL2CPP_EXTERN_C String_t* _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B;
IL2CPP_EXTERN_C String_t* _stringLiteralD200760654EBDB4817F34A61CF7BFA408AFA004C;
IL2CPP_EXTERN_C String_t* _stringLiteralD281329DFDEC2FD32152FEE94FF8C137B18019FD;
IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052;
IL2CPP_EXTERN_C String_t* _stringLiteralD37DEA162B5925AA039D60BA3A596B0B16818294;
IL2CPP_EXTERN_C String_t* _stringLiteralD397C6CA484A9C705C8638889E93DB0F5575C194;
IL2CPP_EXTERN_C String_t* _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964;
IL2CPP_EXTERN_C String_t* _stringLiteralD6628E0E6920F5509C4B844F688C48CBC9C7CEBE;
IL2CPP_EXTERN_C String_t* _stringLiteralD6664827DC27C06530D4349D406286FE4CDABE44;
IL2CPP_EXTERN_C String_t* _stringLiteralD704D0C61FC66ED4899352E0268EFCA60445ED6A;
IL2CPP_EXTERN_C String_t* _stringLiteralD77E60CAF7EAB2E17AAD1FAC2212E74EE65C2A2C;
IL2CPP_EXTERN_C String_t* _stringLiteralD9FE47F21B4F037BC8CA170F0A4E17101D3B1475;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDBC4BF15E9CB96375F55C35A7FD939FC6C8D26AF;
IL2CPP_EXTERN_C String_t* _stringLiteralDBEAF3F296944E6036332922B7F7B8A8BC41EF4D;
IL2CPP_EXTERN_C String_t* _stringLiteralDC4805BB907CC228209DEE71DB7EA8C39CE580A2;
IL2CPP_EXTERN_C String_t* _stringLiteralDC8B0D37321974B5DFDEE8981BFFE86DF0601A13;
IL2CPP_EXTERN_C String_t* _stringLiteralDCA8AB19BF2E18D3A61423D6250AD221009CC7C9;
IL2CPP_EXTERN_C String_t* _stringLiteralDDD5382D1FC591659EFEE6EA76B305ED99A09918;
IL2CPP_EXTERN_C String_t* _stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8;
IL2CPP_EXTERN_C String_t* _stringLiteralDEC37F2E8E9298F5F91404F91D1A04D27756733F;
IL2CPP_EXTERN_C String_t* _stringLiteralDED255C47F85805DAF5133785B7266A63ABAACC8;
IL2CPP_EXTERN_C String_t* _stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7;
IL2CPP_EXTERN_C String_t* _stringLiteralDEF11F09D1B103B2F740307C9AB0EE58CC13532B;
IL2CPP_EXTERN_C String_t* _stringLiteralE4EDC79DE77362C499289C5A4C0BD3D91BEE8873;
IL2CPP_EXTERN_C String_t* _stringLiteralE5090601C1FA231267786280DAFE2BAF9941DF5C;
IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6;
IL2CPP_EXTERN_C String_t* _stringLiteralE806C25CC90020D5B6BF507B1C6440328166D6E9;
IL2CPP_EXTERN_C String_t* _stringLiteralE8F3D2953AD6B8851EB918A60E42D229222C13E6;
IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3;
IL2CPP_EXTERN_C String_t* _stringLiteralE933A4536B2840744CE2E93A5DE6419ADC6838BB;
IL2CPP_EXTERN_C String_t* _stringLiteralEE20595A7743C0867AD4CA74E5DC593528786492;
IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5;
IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE;
IL2CPP_EXTERN_C String_t* _stringLiteralF25204B3E15691D979E7BFB2D8914CA375F07BB8;
IL2CPP_EXTERN_C String_t* _stringLiteralF26934CE7436DD5E3DAF435DF2FCF59154E6D31E;
IL2CPP_EXTERN_C String_t* _stringLiteralF336926F41B46C0C26BCA588FDCDF1676B0DD713;
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
IL2CPP_EXTERN_C String_t* _stringLiteralFD6E2D8A4439C485B2CBBCD8C15EDB496D799A9E;
IL2CPP_EXTERN_C String_t* _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A;
IL2CPP_EXTERN_C const RuntimeMethod* ActionsHelper_SortByTargetDescending_m3E551D7C71107B8A539DF35CD7BEE519B4702D5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m432F9A585A8C22B24E44E866E6A7DB5547DE6EC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5204DD37DAD1FE2D13DA1358C95E50E40EA7D6D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m572BFE04699490C6EE9FA269BDEEF23AD7E26B76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBA760178D2BEA77BAB13E9206771B92B46F63662_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m0F7BFC9FF057ADA514FE3D0353900FC038C7E701_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m0A6A7C4A7F5AF2FD3AC691C19216EFBF119423A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m88985D2BC93709F3E763BB33D6985151CBD076A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m230C82BDBE70244DB15979345A2F0B3DD6F8C3EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mA92267FEAC40B79608C61AF90B4B48F5B101A666_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0769CA1831AB34F607E5E932DDAD697488677B4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4C4EBF9BCD518BC67693C7ED09B2D43E1CE31C0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2405836F443FC6B2DACCBD1FEC340AB2AD54AE20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3BD6F46BD47B53DAD56756C88D9EDC055D782F51_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m485E8508CECAF02DE833E141F7C7B52B06FCBC50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF58DE0D989A74EC55230B298EB466609CC4B94E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExceptionHelper_Rethrow_mF9AF053D68C9F918E961CF19613578B954253356_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IReflectionInfo_IsDefined_TisTheoryAttribute_tDDD9735353E32874145F508530D97E904FDB446A_mFA6AAD9B109AB8C40096EACE7A7A5E4F0A2FFA65_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1__ctor_mB5C8AF11557A74C9394D87BDDFADAC3BD7CD755D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1__ctor_mD933F1FADC69D0A5BDF12476DCFFF3C751DE510A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1_get_Value_m219524ED5DC97781E8CE97614707D844A0331538_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1_get_Value_mA06497456E245ECEDE2834708416005A67704514_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m8338E210501007C3BFAC9729E40F6260D0D68E96_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m37D7255123A8E7BF264F4E3256D8A5614A454EC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8E3C27DE02A5C8D1AE01D55D6B325BFB693CF385_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF8C65449AF6B15906CE1E82754FA5D89CADEB217_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mB94D2424C8ABCA2646F15B16758A0F97651961F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mF575CBDE461D2C6A182C0371279C31E5D038D5F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCCB9EE74EDA7CAA8E45F1EC1F3BF4037C8E7E08D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mDB8A8DCA75013DE2DF42F1F3DDBDCBD455EFA8E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_m989A26771810322CBEE1C9A051F7C97A2C8093A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m8A9FF817F7CB7EDC4CF9F995E62BEF8D58B651A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mC927030548967988A7D9F06EA48C64F8C2E23092_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m798F27C64A36987B8433EB6BDDDCC88C45B83F4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mAF39173491C493DC9C643F76BC50C311070BEE56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m728C7C9149C2344E3A1E76D51A558B4226E04E4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m77A797E121255F214E782ADF78DFA7E03614C11F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAA9D763D98991B7216038B5F0B61EC3E42014B89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD910536376B8EBB5BDB30088BE4FE395391592F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3EA31ACDA6495EDFA14AABBC81136AD8751B0F2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PlatformHelper_IsPlatformSupported_m3AA1AA227AA2DB5922B342324B3C92CAF4413D81_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PlatformHelper_IsRuntimeSupported_m08BC3FBB3CB9CDD75E9B7E92C86CA64CCDF732EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Reflect_Construct_m50792E63FF1CB8A7E09C0AE92607B7F02A403D2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Reflect_Construct_m76A0270446D21C0111055B0289DC6A92681AEB7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Reflect_InvokeMethod_mEC33738E0BA6C77E038589F303B5B005BAC2DEAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeFramework_ThrowInvalidFrameworkVersion_m5F45AF8D73CA3A2CC7A5B8C7860D3EF927D5A19B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m9CB153D66D389B8AE265D05E666E2B7E4EB0EF74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__1_0_mD4B6D2A4D021CBB24932ED5F4368C1EC2E186B21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__92_0_mDD4908AFB150C3DDEF41BEAA149B875A1E089CDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__9_0_m8718714E1B846D40BA1BAC7CF0C9D265F2099532_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CIsRuntimeTypeNameU3Eb__0_m6A2BB753911C5FB844A68F049538A67C565B5C65_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CGetConstructorU3Eb__0_mC84F8540AA0FBD0485C77E45A30176C086C74993_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3CInvokeMethodU3Eb__0_m8616ACAA01B214CA52900816579D6F7F83614625_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Exception_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IApplyToTest_t10F55FCF112D6E96614CA05AE9A0D5F9160424D5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* NUnitNullType_t28F4E492F2211FC635C4A71542A0B3BDBFD2B77D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OneTimeSetUpAttribute_tA2A8316FB3CB2BA509CB5146D2917A7A34F3D8FD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OneTimeTearDownAttribute_t5D8AA7C718449409C74EEBD39164905F0DE13394_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_0_0_0_var;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985;;
struct OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke;
struct OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke;;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A;
struct IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E;
struct IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B;
struct ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A;
struct MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265;
struct MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>
struct Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tE9FA393552D774A44CB6CD29BE71D562ED9829CE* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t21F87EFFF580AC910A57720BD3DE1ED32617A217* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tB9CCC8BD647A94554B648ADA6EED76D9991F2970* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>
struct Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t096DFF37EAD426AC30C1B75438315C6EA8A92A6B* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t5BAF0C9B489855B153EF4C22EF467ACFF1EFF1F1* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tAFD73EFFD79078F16D23B3B28E362E9500A42FDE* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Collections.IList>
struct KeyCollection_t5BAF0C9B489855B153EF4C22EF467ACFF1EFF1F1 : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* ____dictionary_0;
};
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342 : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary_0;
};
// System.Collections.Generic.List`1<System.Exception>
struct List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ExceptionU5BU5D_t99DA4B29FFBFD40F2C926A32586692D433EF291C* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ExceptionU5BU5D_t99DA4B29FFBFD40F2C926A32586692D433EF291C* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NUnit.Framework.ITestAction>
struct List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Reflection.MethodInfo>
struct List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NUnit.Framework.Interfaces.TNode>
struct List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TNodeU5BU5D_t0E56C80BB8168586C9D31D37DF28EF75B2552E6A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TNodeU5BU5D_t0E56C80BB8168586C9D31D37DF28EF75B2552E6A* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Type>
struct List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment>
struct List_1_t436A996D5893AD38255B71ED732145A419E1666F : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
NameFragmentU5BU5D_t92FB7B3FB40FD342E33969D338BB5F7A6376E8C6* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t436A996D5893AD38255B71ED732145A419E1666F_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
NameFragmentU5BU5D_t92FB7B3FB40FD342E33969D338BB5F7A6376E8C6* ___s_emptyArray_5;
};
// NUnit.Framework.Internal.ActionsHelper
struct ActionsHelper_t8D1CC7CF96763ECBEF5C8CAA514EBC3D9ED8EDC5 : public RuntimeObject
{
};
struct Il2CppArrayBounds;
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
};
// NUnit.Framework.Internal.AssemblyHelper
struct AssemblyHelper_t8F777C19B17105BC67D4A16A570E970F29175CC9 : public RuntimeObject
{
};
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// NUnit.Framework.Constraints.Constraint
struct Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09 : public RuntimeObject
{
// System.Lazy`1<System.String> NUnit.Framework.Constraints.Constraint::_displayName
Lazy_1_t293A7A145893FB5E1FB4759AD6E5C942CFB346D4* ____displayName_0;
// System.String NUnit.Framework.Constraints.Constraint::<Description>k__BackingField
String_t* ___U3CDescriptionU3Ek__BackingField_1;
// System.Object[] NUnit.Framework.Constraints.Constraint::<Arguments>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CArgumentsU3Ek__BackingField_2;
// NUnit.Framework.Constraints.ConstraintBuilder NUnit.Framework.Constraints.Constraint::<Builder>k__BackingField
ConstraintBuilder_t0C1E1C0BDEF7BBDA3CE98DE9358686EE8D3CDFA8* ___U3CBuilderU3Ek__BackingField_3;
};
// NUnit.Framework.Constraints.ConstraintExpression
struct ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C : public RuntimeObject
{
// NUnit.Framework.Constraints.ConstraintBuilder NUnit.Framework.Constraints.ConstraintExpression::builder
ConstraintBuilder_t0C1E1C0BDEF7BBDA3CE98DE9358686EE8D3CDFA8* ___builder_0;
};
// NUnit.Framework.Constraints.ConstraintOperator
struct ConstraintOperator_t0D1218804741E02D36C00C31F1E6B733224A6C02 : public RuntimeObject
{
// System.Object NUnit.Framework.Constraints.ConstraintOperator::leftContext
RuntimeObject* ___leftContext_0;
// System.Object NUnit.Framework.Constraints.ConstraintOperator::rightContext
RuntimeObject* ___rightContext_1;
// System.Int32 NUnit.Framework.Constraints.ConstraintOperator::left_precedence
int32_t ___left_precedence_2;
// System.Int32 NUnit.Framework.Constraints.ConstraintOperator::right_precedence
int32_t ___right_precedence_3;
};
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject
{
};
// NUnit.Framework.Internal.CultureDetector
struct CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150 : public RuntimeObject
{
// System.Globalization.CultureInfo NUnit.Framework.Internal.CultureDetector::currentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___currentCulture_0;
// System.String NUnit.Framework.Internal.CultureDetector::reason
String_t* ___reason_1;
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject* ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
{
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14;
};
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
{
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding> modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject* ___s_InternalSyncObject_15;
};
// NUnit.Env
struct Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB : public RuntimeObject
{
};
struct Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields
{
// System.String NUnit.Env::NewLine
String_t* ___NewLine_0;
// System.String NUnit.Env::DocumentFolder
String_t* ___DocumentFolder_1;
// System.String NUnit.Env::DefaultWorkDirectory
String_t* ___DefaultWorkDirectory_2;
};
// NUnit.Framework.Internal.ExceptionHelper
struct ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D : public RuntimeObject
{
};
struct ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_StaticFields
{
// System.Action`1<System.Exception> NUnit.Framework.Internal.ExceptionHelper::PreserveStackTrace
Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04* ___PreserveStackTrace_0;
};
// NUnit.Framework.Internal.GenericMethodHelper
struct GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385 : public RuntimeObject
{
// System.Reflection.MethodInfo NUnit.Framework.Internal.GenericMethodHelper::<Method>k__BackingField
MethodInfo_t* ___U3CMethodU3Ek__BackingField_0;
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::<TypeParms>k__BackingField
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___U3CTypeParmsU3Ek__BackingField_1;
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::<TypeArgs>k__BackingField
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___U3CTypeArgsU3Ek__BackingField_2;
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::<ParmTypes>k__BackingField
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___U3CParmTypesU3Ek__BackingField_3;
};
// System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
{
// System.Object System.MarshalByRefObject::_identity
RuntimeObject* ____identity_0;
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// NUnit.Framework.Internal.MethodWrapper
struct MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622 : public RuntimeObject
{
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.MethodWrapper::<TypeInfo>k__BackingField
RuntimeObject* ___U3CTypeInfoU3Ek__BackingField_0;
// System.Reflection.MethodInfo NUnit.Framework.Internal.MethodWrapper::<MethodInfo>k__BackingField
MethodInfo_t* ___U3CMethodInfoU3Ek__BackingField_1;
};
// NUnit.Framework.Constraints.MsgUtils
struct MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C : public RuntimeObject
{
};
struct MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_StaticFields
{
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_Null
String_t* ___Fmt_Null_1;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_EmptyString
String_t* ___Fmt_EmptyString_2;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_EmptyCollection
String_t* ___Fmt_EmptyCollection_3;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_String
String_t* ___Fmt_String_4;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_Char
String_t* ___Fmt_Char_5;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_DateTime
String_t* ___Fmt_DateTime_6;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_DateTimeOffset
String_t* ___Fmt_DateTimeOffset_7;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_ValueType
String_t* ___Fmt_ValueType_8;
// System.String NUnit.Framework.Constraints.MsgUtils::Fmt_Default
String_t* ___Fmt_Default_9;
// NUnit.Framework.Constraints.ValueFormatter NUnit.Framework.Constraints.MsgUtils::<DefaultValueFormatter>k__BackingField
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___U3CDefaultValueFormatterU3Ek__BackingField_10;
};
// NUnit.Framework.Internal.ParameterWrapper
struct ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440 : public RuntimeObject
{
// NUnit.Framework.Interfaces.IMethodInfo NUnit.Framework.Internal.ParameterWrapper::<Method>k__BackingField
RuntimeObject* ___U3CMethodU3Ek__BackingField_0;
// System.Reflection.ParameterInfo NUnit.Framework.Internal.ParameterWrapper::<ParameterInfo>k__BackingField
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___U3CParameterInfoU3Ek__BackingField_1;
};
// NUnit.Framework.Internal.PlatformHelper
struct PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11 : public RuntimeObject
{
// NUnit.Framework.Internal.OSPlatform NUnit.Framework.Internal.PlatformHelper::_os
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* ____os_0;
// NUnit.Framework.Internal.RuntimeFramework NUnit.Framework.Internal.PlatformHelper::_rt
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* ____rt_1;
// System.String NUnit.Framework.Internal.PlatformHelper::_reason
String_t* ____reason_2;
};
struct PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11_StaticFields
{
// System.String NUnit.Framework.Internal.PlatformHelper::RuntimePlatforms
String_t* ___RuntimePlatforms_5;
};
// NUnit.Framework.Internal.PropertyBag
struct PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList> NUnit.Framework.Internal.PropertyBag::inner
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* ___inner_0;
};
// NUnit.Framework.Internal.PropertyNames
struct PropertyNames_t6B64613097C71EE951283B87F1F783EC56F14E0D : public RuntimeObject
{
};
// System.Random
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8 : public RuntimeObject
{
// System.Int32 System.Random::_inext
int32_t ____inext_3;
// System.Int32 System.Random::_inextp
int32_t ____inextp_4;
// System.Int32[] System.Random::_seedArray
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____seedArray_5;
};
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields
{
// System.Random System.Random::s_globalRandom
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___s_globalRandom_7;
};
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_ThreadStaticFields
{
// System.Random System.Random::t_threadRandom
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___t_threadRandom_6;
};
// Microsoft.Win32.Registry
struct Registry_t918154596010E3158C192D5EE45B1FCE738454B2 : public RuntimeObject
{
};
struct Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields
{
// Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::ClassesRoot
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___ClassesRoot_0;
// Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentConfig
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___CurrentConfig_1;
// Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentUser
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___CurrentUser_2;
// Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::DynData
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___DynData_3;
// Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::LocalMachine
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___LocalMachine_4;
// Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::PerformanceData
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___PerformanceData_5;
// Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::Users
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___Users_6;
};
// Microsoft.Win32.RegistryKey
struct RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757 : public RuntimeObject
{
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
{
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t* ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
};
// NUnit.Framework.Internal.StackFilter
struct StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145 : public RuntimeObject
{
};
struct StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_StaticFields
{
// System.Text.RegularExpressions.Regex NUnit.Framework.Internal.StackFilter::assertOrAssumeRegex
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___assertOrAssumeRegex_0;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// NUnit.Framework.Internal.StringUtil
struct StringUtil_t286E0A40912B7E367FB48691DA22AA1BD086B624 : public RuntimeObject
{
};
// NUnit.Framework.Interfaces.TNode
struct TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244 : public RuntimeObject
{
// System.String NUnit.Framework.Interfaces.TNode::<Name>k__BackingField
String_t* ___U3CNameU3Ek__BackingField_0;
// System.String NUnit.Framework.Interfaces.TNode::<Value>k__BackingField
String_t* ___U3CValueU3Ek__BackingField_1;
// System.Boolean NUnit.Framework.Interfaces.TNode::<ValueIsCDATA>k__BackingField
bool ___U3CValueIsCDATAU3Ek__BackingField_2;
// NUnit.Framework.Interfaces.AttributeDictionary NUnit.Framework.Interfaces.TNode::<Attributes>k__BackingField
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* ___U3CAttributesU3Ek__BackingField_3;
// NUnit.Framework.Interfaces.NodeList NUnit.Framework.Interfaces.TNode::<ChildNodes>k__BackingField
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* ___U3CChildNodesU3Ek__BackingField_4;
};
struct TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_StaticFields
{
// System.Text.RegularExpressions.Regex NUnit.Framework.Interfaces.TNode::InvalidXmlCharactersRegex
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___InvalidXmlCharactersRegex_5;
};
// NUnit.Framework.Internal.TestFilter
struct TestFilter_tE08579357F5A65289990112BAB9528B87B51201D : public RuntimeObject
{
// System.Boolean NUnit.Framework.Internal.TestFilter::<TopLevel>k__BackingField
bool ___U3CTopLevelU3Ek__BackingField_1;
};
struct TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_StaticFields
{
// NUnit.Framework.Internal.TestFilter NUnit.Framework.Internal.TestFilter::Empty
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* ___Empty_0;
};
// NUnit.Framework.Internal.TestListener
struct TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C : public RuntimeObject
{
};
// NUnit.Framework.Internal.TestNameGenerator
struct TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2 : public RuntimeObject
{
// System.String NUnit.Framework.Internal.TestNameGenerator::_pattern
String_t* ____pattern_1;
// System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment> NUnit.Framework.Internal.TestNameGenerator::_fragments
List_1_t436A996D5893AD38255B71ED732145A419E1666F* ____fragments_2;
};
struct TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_StaticFields
{
// System.String NUnit.Framework.Internal.TestNameGenerator::DefaultTestNamePattern
String_t* ___DefaultTestNamePattern_0;
};
// NUnit.Framework.Interfaces.TestOutput
struct TestOutput_tFA4A15756E100310110FB01B8FE84C57435CA62D : public RuntimeObject
{
// System.String NUnit.Framework.Interfaces.TestOutput::<Text>k__BackingField
String_t* ___U3CTextU3Ek__BackingField_0;
// System.String NUnit.Framework.Interfaces.TestOutput::<Stream>k__BackingField
String_t* ___U3CStreamU3Ek__BackingField_1;
// System.String NUnit.Framework.Interfaces.TestOutput::<TestName>k__BackingField
String_t* ___U3CTestNameU3Ek__BackingField_2;
};
// NUnit.Framework.TestParameters
struct TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1 : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<System.String,System.String> NUnit.Framework.TestParameters::_parameters
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____parameters_1;
};
struct TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1_StaticFields
{
// System.IFormatProvider NUnit.Framework.TestParameters::MODIFIED_INVARIANT_CULTURE
RuntimeObject* ___MODIFIED_INVARIANT_CULTURE_0;
};
// NUnit.Framework.Internal.TestProgressReporter
struct TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7 : public RuntimeObject
{
// System.Web.UI.ICallbackEventHandler NUnit.Framework.Internal.TestProgressReporter::handler
RuntimeObject* ___handler_1;
};
struct TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_StaticFields
{
// NUnit.Framework.Internal.Logger NUnit.Framework.Internal.TestProgressReporter::log
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* ___log_0;
};
// NUnit.Framework.Throws
struct Throws_t435DBC40C273B0FD98B98330977697DFC89CA008 : public RuntimeObject
{
};
// NUnit.Framework.Internal.TypeWrapper
struct TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353 : public RuntimeObject
{
// System.Type NUnit.Framework.Internal.TypeWrapper::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_0;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// System.Version
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7 : public RuntimeObject
{
// System.Int32 System.Version::_Major
int32_t ____Major_0;
// System.Int32 System.Version::_Minor
int32_t ____Minor_1;
// System.Int32 System.Version::_Build
int32_t ____Build_2;
// System.Int32 System.Version::_Revision
int32_t ____Revision_3;
};
// NUnit.Framework.Internal.ExceptionHelper/<>c
struct U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4 : public RuntimeObject
{
};
struct U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_StaticFields
{
// NUnit.Framework.Internal.ExceptionHelper/<>c NUnit.Framework.Internal.ExceptionHelper/<>c::<>9
U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4* ___U3CU3E9_0;
};
// NUnit.Framework.Internal.OSPlatform/<>c
struct U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543 : public RuntimeObject
{
};
struct U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_StaticFields
{
// NUnit.Framework.Internal.OSPlatform/<>c NUnit.Framework.Internal.OSPlatform/<>c::<>9
U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543* ___U3CU3E9_0;
};
// NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB : public RuntimeObject
{
// System.Reflection.MethodInfo NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0::method
MethodInfo_t* ___method_0;
// System.Object NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0::fixture
RuntimeObject* ___fixture_1;
// System.Object[] NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0::args
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args_2;
};
// NUnit.Framework.Internal.Reflect/BaseTypesFirstComparer
struct BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D : public RuntimeObject
{
};
// NUnit.Framework.Internal.RuntimeFramework/<>c
struct U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539 : public RuntimeObject
{
};
struct U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_StaticFields
{
// NUnit.Framework.Internal.RuntimeFramework/<>c NUnit.Framework.Internal.RuntimeFramework/<>c::<>9
U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539* ___U3CU3E9_0;
};
// NUnit.Framework.Internal.RuntimeFramework/<>c__DisplayClass29_0
struct U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6 : public RuntimeObject
{
// System.String NUnit.Framework.Internal.RuntimeFramework/<>c__DisplayClass29_0::name
String_t* ___name_0;
};
// NUnit.Framework.TestContext/ResultAdapter
struct ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89 : public RuntimeObject
{
// NUnit.Framework.Internal.TestResult NUnit.Framework.TestContext/ResultAdapter::_result
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* ____result_0;
};
// NUnit.Framework.TestContext/TestAdapter
struct TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB : public RuntimeObject
{
// NUnit.Framework.Internal.Test NUnit.Framework.TestContext/TestAdapter::_test
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ____test_0;
};
// NUnit.Framework.Internal.TestExecutionContext/<>c
struct U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C : public RuntimeObject
{
};
struct U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_StaticFields
{
// NUnit.Framework.Internal.TestExecutionContext/<>c NUnit.Framework.Internal.TestExecutionContext/<>c::<>9
U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C* ___U3CU3E9_0;
// NUnit.Framework.Constraints.ValueFormatter NUnit.Framework.Internal.TestExecutionContext/<>c::<>9__9_0
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___U3CU3E9__9_0_1;
};
// NUnit.Framework.Internal.TestNameGenerator/NameFragment
struct NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B : public RuntimeObject
{
};
// NUnit.Framework.Internal.TypeWrapper/<>c__DisplayClass36_0
struct U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837 : public RuntimeObject
{
// System.Type[] NUnit.Framework.Internal.TypeWrapper/<>c__DisplayClass36_0::argTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argTypes_0;
};
// System.Collections.Generic.List`1/Enumerator<System.Exception>
struct Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
Exception_t* ____current_3;
};
// System.Collections.Generic.List`1/Enumerator<System.Object>
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
RuntimeObject* ____current_3;
};
// System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Interfaces.TNode>
struct Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ____current_3;
};
// System.Collections.Generic.List`1/Enumerator<System.Type>
struct Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
Type_t* ____current_3;
};
// System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Internal.TestNameGenerator/NameFragment>
struct Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t436A996D5893AD38255B71ED732145A419E1666F* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* ____current_3;
};
// System.Nullable`1<System.Int32>
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// NUnit.Framework.Interfaces.AttributeDictionary
struct AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770 : public Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83
{
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// NUnit.Framework.Internal.Filters.CompositeFilter
struct CompositeFilter_t2AAEBF5AC46C906871C668DA253EB0752DAE4B85 : public TestFilter_tE08579357F5A65289990112BAB9528B87B51201D
{
// System.Collections.Generic.IList`1<NUnit.Framework.Interfaces.ITestFilter> NUnit.Framework.Internal.Filters.CompositeFilter::<Filters>k__BackingField
RuntimeObject* ___U3CFiltersU3Ek__BackingField_2;
};
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
{
// System.UInt64 System.DateTime::_dateData
uint64_t ____dateData_46;
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
// System.Int32[] System.DateTime::s_daysToMonth365
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
// System.Int32[] System.DateTime::s_daysToMonth366
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
// System.DateTime System.DateTime::MinValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
// System.DateTime System.DateTime::MaxValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
// System.DateTime System.DateTime::UnixEpoch
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// NUnit.Compatibility.LongLivedMarshalByRefObject
struct LongLivedMarshalByRefObject_tDE6F7C2A62F87B42F85F5B57A31E2B7D4A647889 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
};
// NUnit.Framework.NUnitAttribute
struct NUnitAttribute_t2344B1DB5A4640780DA72A61E161A2E29BEEA178 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// NUnit.Framework.Interfaces.NodeList
struct NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F : public List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5
{
};
// NUnit.Framework.Internal.Filters.NotFilter
struct NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09 : public TestFilter_tE08579357F5A65289990112BAB9528B87B51201D
{
// NUnit.Framework.Internal.TestFilter NUnit.Framework.Internal.Filters.NotFilter::<BaseFilter>k__BackingField
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* ___U3CBaseFilterU3Ek__BackingField_2;
};
// NUnit.Framework.Internal.Randomizer
struct Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2 : public Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8
{
};
struct Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields
{
// System.Random NUnit.Framework.Internal.Randomizer::_seedGenerator
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ____seedGenerator_8;
// System.Int32 NUnit.Framework.Internal.Randomizer::_initialSeed
int32_t ____initialSeed_9;
// System.Collections.Generic.Dictionary`2<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer> NUnit.Framework.Internal.Randomizer::Randomizers
Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* ___Randomizers_10;
};
// NUnit.Framework.Constraints.ResolvableConstraintExpression
struct ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09 : public ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C
{
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// NUnit.Framework.Constraints.SelfResolvingOperator
struct SelfResolvingOperator_t22226963C67814036CB6BACE7B2CE0F823F62D88 : public ConstraintOperator_t0D1218804741E02D36C00C31F1E6B733224A6C02
{
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3;
};
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields
{
// System.IO.Stream System.IO.Stream::Null
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1;
};
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
};
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
{
// System.IO.TextReader System.IO.TextReader::Null
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
};
// System.IO.TextWriter
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.Char[] System.IO.TextWriter::CoreNewLine
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___CoreNewLine_3;
// System.String System.IO.TextWriter::CoreNewLineStr
String_t* ___CoreNewLineStr_4;
// System.IFormatProvider System.IO.TextWriter::_internalFormatProvider
RuntimeObject* ____internalFormatProvider_5;
};
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_StaticFields
{
// System.IO.TextWriter System.IO.TextWriter::Null
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Null_1;
// System.Char[] System.IO.TextWriter::s_coreNewLine
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_coreNewLine_2;
};
// System.Threading.Thread
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9
{
// System.Threading.InternalThread System.Threading.Thread::internal_thread
InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687* ___internal_thread_6;
// System.Object System.Threading.Thread::m_ThreadStartArg
RuntimeObject* ___m_ThreadStartArg_7;
// System.Object System.Threading.Thread::pending_exception
RuntimeObject* ___pending_exception_8;
// System.MulticastDelegate System.Threading.Thread::m_Delegate
MulticastDelegate_t* ___m_Delegate_10;
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___m_ExecutionContext_11;
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
bool ___m_ExecutionContextBelongsToOuterScope_12;
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
RuntimeObject* ___principal_13;
// System.Int32 System.Threading.Thread::principal_version
int32_t ___principal_version_14;
};
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_StaticFields
{
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E* ___s_LocalDataStoreMgr_0;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentCulture_4;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentUICulture_5;
};
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_ThreadStaticFields
{
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F* ___s_LocalDataStore_1;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentCulture_2;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentUICulture_3;
// System.Threading.Thread System.Threading.Thread::current_thread
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___current_thread_9;
};
// NUnit.Framework.Constraints.ThrowsNothingConstraint
struct ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727 : public Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09
{
// System.Exception NUnit.Framework.Constraints.ThrowsNothingConstraint::caughtException
Exception_t* ___caughtException_4;
};
// System.TimeSpan
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
{
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_22;
};
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
{
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
};
// NUnit.Framework.Constraints.TypeConstraint
struct TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0 : public Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09
{
// System.Type NUnit.Framework.Constraints.TypeConstraint::expectedType
Type_t* ___expectedType_4;
// System.Type NUnit.Framework.Constraints.TypeConstraint::actualType
Type_t* ___actualType_5;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// NUnit.Framework.Internal.Filters.ValueMatchFilter
struct ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1 : public TestFilter_tE08579357F5A65289990112BAB9528B87B51201D
{
// System.String NUnit.Framework.Internal.Filters.ValueMatchFilter::<ExpectedValue>k__BackingField
String_t* ___U3CExpectedValueU3Ek__BackingField_2;
// System.Boolean NUnit.Framework.Internal.Filters.ValueMatchFilter::<IsRegex>k__BackingField
bool ___U3CIsRegexU3Ek__BackingField_3;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
struct OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985
{
// System.UInt32 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::dwOSVersionInfoSize
uint32_t ___dwOSVersionInfoSize_0;
// System.UInt32 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::dwMajorVersion
uint32_t ___dwMajorVersion_1;
// System.UInt32 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::dwMinorVersion
uint32_t ___dwMinorVersion_2;
// System.UInt32 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::dwBuildNumber
uint32_t ___dwBuildNumber_3;
// System.UInt32 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::dwPlatformId
uint32_t ___dwPlatformId_4;
// System.String NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::szCSDVersion
String_t* ___szCSDVersion_5;
// System.Int16 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::wServicePackMajor
int16_t ___wServicePackMajor_6;
// System.Int16 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::wServicePackMinor
int16_t ___wServicePackMinor_7;
// System.Int16 NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::wSuiteMask
int16_t ___wSuiteMask_8;
// System.Byte NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::ProductType
uint8_t ___ProductType_9;
// System.Byte NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX::Reserved
uint8_t ___Reserved_10;
};
// Native definition for P/Invoke marshalling of NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
struct OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke
{
uint32_t ___dwOSVersionInfoSize_0;
uint32_t ___dwMajorVersion_1;
uint32_t ___dwMinorVersion_2;
uint32_t ___dwBuildNumber_3;
uint32_t ___dwPlatformId_4;
char ___szCSDVersion_5[128];
int16_t ___wServicePackMajor_6;
int16_t ___wServicePackMinor_7;
int16_t ___wSuiteMask_8;
uint8_t ___ProductType_9;
uint8_t ___Reserved_10;
};
// Native definition for COM marshalling of NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
struct OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_com
{
uint32_t ___dwOSVersionInfoSize_0;
uint32_t ___dwMajorVersion_1;
uint32_t ___dwMinorVersion_2;
uint32_t ___dwBuildNumber_3;
uint32_t ___dwPlatformId_4;
char ___szCSDVersion_5[128];
int16_t ___wServicePackMajor_6;
int16_t ___wServicePackMinor_7;
int16_t ___wSuiteMask_8;
uint8_t ___ProductType_9;
uint8_t ___Reserved_10;
};
// NUnit.Framework.Internal.TestFilter/EmptyFilter
struct EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112 : public TestFilter_tE08579357F5A65289990112BAB9528B87B51201D
{
};
// NUnit.Framework.Internal.TestNameGenerator/ArgListFragment
struct ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1 : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
// System.Int32 NUnit.Framework.Internal.TestNameGenerator/ArgListFragment::_maxStringLength
int32_t ____maxStringLength_1;
};
// NUnit.Framework.Internal.TestNameGenerator/ArgumentFragment
struct ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761 : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
// System.Int32 NUnit.Framework.Internal.TestNameGenerator/ArgumentFragment::_index
int32_t ____index_1;
// System.Int32 NUnit.Framework.Internal.TestNameGenerator/ArgumentFragment::_maxStringLength
int32_t ____maxStringLength_2;
};
// NUnit.Framework.Internal.TestNameGenerator/ClassFullNameFragment
struct ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
};
// NUnit.Framework.Internal.TestNameGenerator/ClassNameFragment
struct ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0 : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
};
// NUnit.Framework.Internal.TestNameGenerator/FixedTextFragment
struct FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
// System.String NUnit.Framework.Internal.TestNameGenerator/FixedTextFragment::_text
String_t* ____text_1;
};
// NUnit.Framework.Internal.TestNameGenerator/MethodFullNameFragment
struct MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3 : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
};
// NUnit.Framework.Internal.TestNameGenerator/MethodNameFragment
struct MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0 : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
};
// NUnit.Framework.Internal.TestNameGenerator/NamespaceFragment
struct NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832 : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
};
// NUnit.Framework.Internal.TestNameGenerator/TestIDFragment
struct TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546 : public NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B
{
};
// NUnit.Framework.ActionTargets
struct ActionTargets_t1D5F903765C2945D2BFA96DB93A9AA788CFF9930
{
// System.Int32 NUnit.Framework.ActionTargets::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.Filters.AndFilter
struct AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D : public CompositeFilter_t2AAEBF5AC46C906871C668DA253EB0752DAE4B85
{
};
// System.Reflection.AssemblyContentType
struct AssemblyContentType_tE0A2224D247DD97616065CB0ECB16912B756D745
{
// System.Int32 System.Reflection.AssemblyContentType::value__
int32_t ___value___2;
};
// System.Configuration.Assemblies.AssemblyHashAlgorithm
struct AssemblyHashAlgorithm_t6202395EA0C9A01D6342348A9535DF4CA47010D1
{
// System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__
int32_t ___value___2;
};
// System.Reflection.AssemblyNameFlags
struct AssemblyNameFlags_t48EB44AFB7A3310746DD78ACC3DC5AE6D3D91122
{
// System.Int32 System.Reflection.AssemblyNameFlags::value__
int32_t ___value___2;
};
// System.Configuration.Assemblies.AssemblyVersionCompatibility
struct AssemblyVersionCompatibility_t1E27EE4AB4137C64EE164A25A184E844AC722159
{
// System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__
int32_t ___value___2;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.Filters.CategoryFilter
struct CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC : public ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1
{
};
// NUnit.Framework.Internal.Filters.ClassNameFilter
struct ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A : public ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1
{
};
// NUnit.Framework.Constraints.ConstraintStatus
struct ConstraintStatus_t893C929B7C59DC403C2DACF91383B02B56966887
{
// System.Int32 NUnit.Framework.Constraints.ConstraintStatus::value__
int32_t ___value___2;
};
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t
{
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields
{
// System.String System.Reflection.ConstructorInfo::ConstructorName
String_t* ___ConstructorName_0;
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
String_t* ___TypeConstructorName_1;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// NUnit.Framework.Constraints.ExactTypeConstraint
struct ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D : public TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0
{
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// NUnit.Framework.Interfaces.FailureSite
struct FailureSite_tF2B86426DB86DD1324F9A4F0C7E047C1558F19C3
{
// System.Int32 NUnit.Framework.Interfaces.FailureSite::value__
int32_t ___value___2;
};
// System.IO.FileAccess
struct FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30
{
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
};
// System.IO.FileMode
struct FileMode_t111B48D5347628AEFCBF9A0EC2833827A302ECBA
{
// System.Int32 System.IO.FileMode::value__
int32_t ___value___2;
};
// System.IO.FileShare
struct FileShare_t0A0E9739F5AB44D6B8026C9D2A2F1CEEE442733A
{
// System.Int32 System.IO.FileShare::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.Filters.FullNameFilter
struct FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D : public ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1
{
};
// NUnit.Framework.Internal.Filters.IdFilter
struct IdFilter_t6A643D865715B96EB97B38398A935638B293D037 : public ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1
{
};
// NUnit.Framework.IncludeExcludeAttribute
struct IncludeExcludeAttribute_t3450D80F38BE1ECB0DD90134F8185B436BF6C3D9 : public NUnitAttribute_t2344B1DB5A4640780DA72A61E161A2E29BEEA178
{
// System.String NUnit.Framework.IncludeExcludeAttribute::include
String_t* ___include_0;
// System.String NUnit.Framework.IncludeExcludeAttribute::exclude
String_t* ___exclude_1;
// System.String NUnit.Framework.IncludeExcludeAttribute::reason
String_t* ___reason_2;
};
// NUnit.Framework.Constraints.InstanceOfTypeConstraint
struct InstanceOfTypeConstraint_tEFA6950D0AF65BBAEA5C90B0B21EA8F3F7E0866F : public TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0
{
};
// NUnit.Framework.Internal.InternalTraceLevel
struct InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312
{
// System.Int32 NUnit.Framework.Internal.InternalTraceLevel::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.InternalTraceWriter
struct InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860 : public TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3
{
// System.IO.TextWriter NUnit.Framework.Internal.InternalTraceWriter::writer
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer_6;
// System.Object NUnit.Framework.Internal.InternalTraceWriter::myLock
RuntimeObject* ___myLock_7;
};
// System.Threading.LazyThreadSafetyMode
struct LazyThreadSafetyMode_tE448900A097FC7C34E7D3A88B9DD3F04E3FB946D
{
// System.Int32 System.Threading.LazyThreadSafetyMode::value__
int32_t ___value___2;
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
};
// NUnit.Framework.Internal.Filters.MethodNameFilter
struct MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A : public ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1
{
};
// System.Globalization.NumberStyles
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
{
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.Filters.OrFilter
struct OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F : public CompositeFilter_t2AAEBF5AC46C906871C668DA253EB0752DAE4B85
{
};
// NUnit.Framework.ParallelScope
struct ParallelScope_t9D07981B90B361FAB8797F94E024974BEE96B1CA
{
// System.Int32 NUnit.Framework.ParallelScope::value__
int32_t ___value___2;
};
// System.Reflection.ParameterAttributes
struct ParameterAttributes_tDAEC8B3C5986B042F8F9B0845505D0FC15F92E68
{
// System.Int32 System.Reflection.ParameterAttributes::value__
int32_t ___value___2;
};
// System.PlatformID
struct PlatformID_t9C84323A65D2A39DBEB7A922286A9E9836B8BECA
{
// System.Int32 System.PlatformID::value__
int32_t ___value___2;
};
// System.Reflection.ProcessorArchitecture
struct ProcessorArchitecture_t549C86643DDABC4E0C6DC968F0C74A707ADCAD9B
{
// System.Int32 System.Reflection.ProcessorArchitecture::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.Filters.PropertyFilter
struct PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411 : public ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1
{
// System.String NUnit.Framework.Internal.Filters.PropertyFilter::_propertyName
String_t* ____propertyName_4;
};
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_tE9DA9C4DF8FB26DD1C7E0F8AA022C1164A423F6B
{
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2;
};
// NUnit.Framework.Interfaces.RunState
struct RunState_tFE3ED71D73ED9616940B64E6C106F2DC3BF07A3E
{
// System.Int32 NUnit.Framework.Interfaces.RunState::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.RuntimeType
struct RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871
{
// System.Int32 NUnit.Framework.Internal.RuntimeType::value__
int32_t ___value___2;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.IO.StreamWriter
struct StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4 : public TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3
{
// System.IO.Stream System.IO.StreamWriter::_stream
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ____stream_7;
// System.Text.Encoding System.IO.StreamWriter::_encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_8;
// System.Text.Encoder System.IO.StreamWriter::_encoder
Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* ____encoder_9;
// System.Byte[] System.IO.StreamWriter::_byteBuffer
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____byteBuffer_10;
// System.Char[] System.IO.StreamWriter::_charBuffer
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____charBuffer_11;
// System.Int32 System.IO.StreamWriter::_charPos
int32_t ____charPos_12;
// System.Int32 System.IO.StreamWriter::_charLen
int32_t ____charLen_13;
// System.Boolean System.IO.StreamWriter::_autoFlush
bool ____autoFlush_14;
// System.Boolean System.IO.StreamWriter::_haveWrittenPreamble
bool ____haveWrittenPreamble_15;
// System.Boolean System.IO.StreamWriter::_closable
bool ____closable_16;
// System.Threading.Tasks.Task System.IO.StreamWriter::_asyncWriteTask
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ____asyncWriteTask_17;
};
struct StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_StaticFields
{
// System.IO.StreamWriter System.IO.StreamWriter::Null
StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* ___Null_6;
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1
{
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
};
// System.StringComparison
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
{
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
};
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8 : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7
{
// System.String System.IO.StringReader::_s
String_t* ____s_2;
// System.Int32 System.IO.StringReader::_pos
int32_t ____pos_3;
// System.Int32 System.IO.StringReader::_length
int32_t ____length_4;
};
// System.IO.StringWriter
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D : public TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3
{
// System.Text.StringBuilder System.IO.StringWriter::_sb
StringBuilder_t* ____sb_7;
// System.Boolean System.IO.StringWriter::_isOpen
bool ____isOpen_8;
};
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_StaticFields
{
// System.Text.UnicodeEncoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StringWriter::m_encoding
UnicodeEncoding_t2C90D9E1E55C16081FACA57B229053C1EF05DAF0* ___m_encoding_6;
};
// NUnit.Framework.Internal.TestExecutionStatus
struct TestExecutionStatus_t3970FC13B8B51D6FFDB7693E13FBB39C979D0AF8
{
// System.Int32 NUnit.Framework.Internal.TestExecutionStatus::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.Filters.TestNameFilter
struct TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1 : public ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1
{
};
// NUnit.Framework.Internal.TestResult
struct TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851 : public RuntimeObject
{
// System.Text.StringBuilder NUnit.Framework.Internal.TestResult::_output
StringBuilder_t* ____output_3;
// System.Double NUnit.Framework.Internal.TestResult::_duration
double ____duration_4;
// System.Int32 NUnit.Framework.Internal.TestResult::InternalAssertCount
int32_t ___InternalAssertCount_5;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Internal.TestResult::_resultState
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ____resultState_6;
// System.String NUnit.Framework.Internal.TestResult::_message
String_t* ____message_7;
// System.String NUnit.Framework.Internal.TestResult::_stackTrace
String_t* ____stackTrace_8;
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Internal.TestResult::<Test>k__BackingField
RuntimeObject* ___U3CTestU3Ek__BackingField_9;
// System.DateTime NUnit.Framework.Internal.TestResult::<StartTime>k__BackingField
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CStartTimeU3Ek__BackingField_10;
// System.DateTime NUnit.Framework.Internal.TestResult::<EndTime>k__BackingField
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CEndTimeU3Ek__BackingField_11;
// System.IO.TextWriter NUnit.Framework.Internal.TestResult::<OutWriter>k__BackingField
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___U3COutWriterU3Ek__BackingField_12;
};
struct TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_StaticFields
{
// System.String NUnit.Framework.Internal.TestResult::CHILD_ERRORS_MESSAGE
String_t* ___CHILD_ERRORS_MESSAGE_0;
// System.String NUnit.Framework.Internal.TestResult::CHILD_IGNORE_MESSAGE
String_t* ___CHILD_IGNORE_MESSAGE_1;
};
// NUnit.Framework.Interfaces.TestStatus
struct TestStatus_t5DDD085A209DE81EA90AA8595C48E5B292BBAF38
{
// System.Int32 NUnit.Framework.Interfaces.TestStatus::value__
int32_t ___value___2;
};
// NUnit.Framework.Constraints.ThrowsOperator
struct ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0 : public SelfResolvingOperator_t22226963C67814036CB6BACE7B2CE0F823F62D88
{
};
// NUnit.Framework.Constraints.ToleranceMode
struct ToleranceMode_tFFCC8EB41DDF1C55B7EAA081CF30BCEF3F63780D
{
// System.Int32 NUnit.Framework.Constraints.ToleranceMode::value__
int32_t ___value___2;
};
// System.UriIdnScope
struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F
{
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.ActionsHelper/ActionPhase
struct ActionPhase_tE8D70FB01CED40C8BD5D75432528C6D44D8DC149
{
// System.Int32 NUnit.Framework.Internal.ActionsHelper/ActionPhase::value__
int32_t ___value___2;
};
// NUnit.Framework.Internal.OSPlatform/ProductType
struct ProductType_tED5827B8A8F388C88A1BC5D74F89A6B624BA7139
{
// System.Int32 NUnit.Framework.Internal.OSPlatform/ProductType::value__
int32_t ___value___2;
};
// System.Uri/Flags
struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897
{
// System.UInt64 System.Uri/Flags::value__
uint64_t ___value___2;
};
// System.Lazy`1<NUnit.Framework.Internal.OSPlatform>
struct Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C : public RuntimeObject
{
// T System.Lazy`1::value
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* ___value_0;
// System.Func`1<T> System.Lazy`1::factory
Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4* ___factory_1;
// System.Object System.Lazy`1::monitor
RuntimeObject* ___monitor_2;
// System.Exception System.Lazy`1::exception
Exception_t* ___exception_3;
// System.Threading.LazyThreadSafetyMode System.Lazy`1::mode
int32_t ___mode_4;
// System.Boolean System.Lazy`1::inited
bool ___inited_5;
};
// System.Lazy`1<NUnit.Framework.Internal.RuntimeFramework>
struct Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34 : public RuntimeObject
{
// T System.Lazy`1::value
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* ___value_0;
// System.Func`1<T> System.Lazy`1::factory
Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261* ___factory_1;
// System.Object System.Lazy`1::monitor
RuntimeObject* ___monitor_2;
// System.Exception System.Lazy`1::exception
Exception_t* ___exception_3;
// System.Threading.LazyThreadSafetyMode System.Lazy`1::mode
int32_t ___mode_4;
// System.Boolean System.Lazy`1::inited
bool ___inited_5;
};
// System.ApplicationException
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t
{
};
// System.Reflection.AssemblyName
struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2 : public RuntimeObject
{
// System.String System.Reflection.AssemblyName::name
String_t* ___name_0;
// System.String System.Reflection.AssemblyName::codebase
String_t* ___codebase_1;
// System.Int32 System.Reflection.AssemblyName::major
int32_t ___major_2;
// System.Int32 System.Reflection.AssemblyName::minor
int32_t ___minor_3;
// System.Int32 System.Reflection.AssemblyName::build
int32_t ___build_4;
// System.Int32 System.Reflection.AssemblyName::revision
int32_t ___revision_5;
// System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___cultureinfo_6;
// System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags
int32_t ___flags_7;
// System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg
int32_t ___hashalg_8;
// System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair
StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2* ___keypair_9;
// System.Byte[] System.Reflection.AssemblyName::publicKey
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___publicKey_10;
// System.Byte[] System.Reflection.AssemblyName::keyToken
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___keyToken_11;
// System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat
int32_t ___versioncompat_12;
// System.Version System.Reflection.AssemblyName::version
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version_13;
// System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture
int32_t ___processor_architecture_14;
// System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType
int32_t ___contentType_15;
};
// Native definition for P/Invoke marshalling of System.Reflection.AssemblyName
struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2_marshaled_pinvoke
{
char* ___name_0;
char* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2* ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// Native definition for COM marshalling of System.Reflection.AssemblyName
struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2* ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// NUnit.Framework.Constraints.ConstraintResult
struct ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D : public RuntimeObject
{
// NUnit.Framework.Constraints.IConstraint NUnit.Framework.Constraints.ConstraintResult::_constraint
RuntimeObject* ____constraint_0;
// System.Object NUnit.Framework.Constraints.ConstraintResult::<ActualValue>k__BackingField
RuntimeObject* ___U3CActualValueU3Ek__BackingField_1;
// NUnit.Framework.Constraints.ConstraintStatus NUnit.Framework.Constraints.ConstraintResult::<Status>k__BackingField
int32_t ___U3CStatusU3Ek__BackingField_2;
};
// NUnit.Framework.CultureAttribute
struct CultureAttribute_t4BD8ADD5343A1D52414A7221F455F4FCB8E47E74 : public IncludeExcludeAttribute_t3450D80F38BE1ECB0DD90134F8185B436BF6C3D9
{
// NUnit.Framework.Internal.CultureDetector NUnit.Framework.CultureAttribute::cultureDetector
CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* ___cultureDetector_3;
// System.Globalization.CultureInfo NUnit.Framework.CultureAttribute::currentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___currentCulture_4;
};
// System.IO.FileStream
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
{
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
};
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_StaticFields
{
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject* ___buf_recycle_lock_5;
};
// NUnit.Framework.Internal.InternalTrace
struct InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72 : public RuntimeObject
{
};
struct InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields
{
// NUnit.Framework.Internal.InternalTraceLevel NUnit.Framework.Internal.InternalTrace::traceLevel
int32_t ___traceLevel_0;
// NUnit.Framework.Internal.InternalTraceWriter NUnit.Framework.Internal.InternalTrace::traceWriter
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* ___traceWriter_1;
// System.Boolean NUnit.Framework.Internal.InternalTrace::<Initialized>k__BackingField
bool ___U3CInitializedU3Ek__BackingField_2;
};
// NUnit.Framework.Internal.InvalidDataSourceException
struct InvalidDataSourceException_tFF986D72956FD0C1072581DD47C38A54BF80D0DE : public Exception_t
{
};
// NUnit.Framework.Internal.InvalidTestFixtureException
struct InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E : public Exception_t
{
};
// NUnit.Framework.Internal.Logger
struct Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931 : public RuntimeObject
{
// System.String NUnit.Framework.Internal.Logger::name
String_t* ___name_2;
// System.String NUnit.Framework.Internal.Logger::fullname
String_t* ___fullname_3;
// NUnit.Framework.Internal.InternalTraceLevel NUnit.Framework.Internal.Logger::maxLevel
int32_t ___maxLevel_4;
// System.IO.TextWriter NUnit.Framework.Internal.Logger::writer
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer_5;
};
struct Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_StaticFields
{
// System.String NUnit.Framework.Internal.Logger::TIME_FMT
String_t* ___TIME_FMT_0;
// System.String NUnit.Framework.Internal.Logger::TRACE_FMT
String_t* ___TRACE_FMT_1;
};
// NUnit.Framework.Constraints.MessageWriter
struct MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E : public StringWriter_tF48052BE4F980E5C85403221E835768E4156267D
{
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// NUnit.Framework.Internal.NUnitException
struct NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B : public Exception_t
{
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
{
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
};
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
{
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
};
// NUnit.Framework.Internal.OSPlatform
struct OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF : public RuntimeObject
{
// System.PlatformID NUnit.Framework.Internal.OSPlatform::_platform
int32_t ____platform_0;
// System.Version NUnit.Framework.Internal.OSPlatform::_version
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ____version_1;
// NUnit.Framework.Internal.OSPlatform/ProductType NUnit.Framework.Internal.OSPlatform::_product
int32_t ____product_2;
};
struct OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields
{
// System.Lazy`1<NUnit.Framework.Internal.OSPlatform> NUnit.Framework.Internal.OSPlatform::currentPlatform
Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C* ___currentPlatform_3;
// System.PlatformID NUnit.Framework.Internal.OSPlatform::UnixPlatformID_Microsoft
int32_t ___UnixPlatformID_Microsoft_4;
// System.PlatformID NUnit.Framework.Internal.OSPlatform::UnixPlatformID_Mono
int32_t ___UnixPlatformID_Mono_5;
// System.PlatformID NUnit.Framework.Internal.OSPlatform::XBoxPlatformID
int32_t ___XBoxPlatformID_6;
// System.PlatformID NUnit.Framework.Internal.OSPlatform::MacOSXPlatformID
int32_t ___MacOSXPlatformID_7;
};
// System.OperatingSystem
struct OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557 : public RuntimeObject
{
// System.Version System.OperatingSystem::_version
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ____version_0;
// System.PlatformID System.OperatingSystem::_platform
int32_t ____platform_1;
// System.String System.OperatingSystem::_servicePack
String_t* ____servicePack_2;
// System.String System.OperatingSystem::_versionString
String_t* ____versionString_3;
};
// System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F : public RuntimeObject
{
// System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
int32_t ___AttrsImpl_0;
// System.Type System.Reflection.ParameterInfo::ClassImpl
Type_t* ___ClassImpl_1;
// System.Object System.Reflection.ParameterInfo::DefaultValueImpl
RuntimeObject* ___DefaultValueImpl_2;
// System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
MemberInfo_t* ___MemberImpl_3;
// System.String System.Reflection.ParameterInfo::NameImpl
String_t* ___NameImpl_4;
// System.Int32 System.Reflection.ParameterInfo::PositionImpl
int32_t ___PositionImpl_5;
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke
{
int32_t ___AttrsImpl_0;
Type_t* ___ClassImpl_1;
Il2CppIUnknown* ___DefaultValueImpl_2;
MemberInfo_t* ___MemberImpl_3;
char* ___NameImpl_4;
int32_t ___PositionImpl_5;
};
// Native definition for COM marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com
{
int32_t ___AttrsImpl_0;
Type_t* ___ClassImpl_1;
Il2CppIUnknown* ___DefaultValueImpl_2;
MemberInfo_t* ___MemberImpl_3;
Il2CppChar* ___NameImpl_4;
int32_t ___PositionImpl_5;
};
// NUnit.Framework.PlatformAttribute
struct PlatformAttribute_t44A6780D77D3944A1A705DD3E1C8644E9852FFF9 : public IncludeExcludeAttribute_t3450D80F38BE1ECB0DD90134F8185B436BF6C3D9
{
// NUnit.Framework.Internal.PlatformHelper NUnit.Framework.PlatformAttribute::platformHelper
PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* ___platformHelper_3;
};
// NUnit.Framework.Internal.Reflect
struct Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F : public RuntimeObject
{
};
struct Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields
{
// System.Reflection.BindingFlags NUnit.Framework.Internal.Reflect::AllMembers
int32_t ___AllMembers_0;
// System.Type[] NUnit.Framework.Internal.Reflect::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_1;
// System.Func`2<System.Func`1<System.Object>,System.Object> NUnit.Framework.Internal.Reflect::<MethodCallWrapper>k__BackingField
Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* ___U3CMethodCallWrapperU3Ek__BackingField_2;
// System.Func`3<System.Type,System.Object[],System.Object> NUnit.Framework.Internal.Reflect::<ConstructorCallWrapper>k__BackingField
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* ___U3CConstructorCallWrapperU3Ek__BackingField_3;
};
// System.Text.RegularExpressions.Regex
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772 : public RuntimeObject
{
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___internalMatchTimeout_10;
// System.String System.Text.RegularExpressions.Regex::pattern
String_t* ___pattern_12;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_13;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7* ___factory_14;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___caps_15;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___capnames_16;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___capslist_17;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_18;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::_runnerref
ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837* ____runnerref_19;
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement> System.Text.RegularExpressions.Regex::_replref
WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257* ____replref_20;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::_code
RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7* ____code_21;
// System.Boolean System.Text.RegularExpressions.Regex::_refsInitialized
bool ____refsInitialized_22;
};
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_StaticFields
{
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheSize
int32_t ___s_cacheSize_1;
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry> System.Text.RegularExpressions.Regex::s_cache
Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7* ___s_cache_2;
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheCount
int32_t ___s_cacheCount_3;
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheFirst
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheFirst_4;
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheLast
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheLast_5;
// System.TimeSpan System.Text.RegularExpressions.Regex::s_maximumMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_maximumMatchTimeout_6;
// System.TimeSpan System.Text.RegularExpressions.Regex::s_defaultMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_defaultMatchTimeout_8;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___InfiniteMatchTimeout_9;
};
// NUnit.Framework.Interfaces.ResultState
struct ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A : public RuntimeObject
{
// NUnit.Framework.Interfaces.TestStatus NUnit.Framework.Interfaces.ResultState::<Status>k__BackingField
int32_t ___U3CStatusU3Ek__BackingField_13;
// System.String NUnit.Framework.Interfaces.ResultState::<Label>k__BackingField
String_t* ___U3CLabelU3Ek__BackingField_14;
// NUnit.Framework.Interfaces.FailureSite NUnit.Framework.Interfaces.ResultState::<Site>k__BackingField
int32_t ___U3CSiteU3Ek__BackingField_15;
};
struct ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields
{
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Inconclusive
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Inconclusive_0;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Skipped
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Skipped_1;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Ignored
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Ignored_2;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Explicit
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Explicit_3;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Success
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Success_4;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Failure
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Failure_5;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Error
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Error_6;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::Cancelled
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___Cancelled_7;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::NotRunnable
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___NotRunnable_8;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::ChildFailure
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___ChildFailure_9;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::SetUpFailure
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___SetUpFailure_10;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::SetUpError
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___SetUpError_11;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::TearDownError
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___TearDownError_12;
};
// NUnit.Framework.ResultStateException
struct ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE : public Exception_t
{
};
// NUnit.Framework.Internal.RuntimeFramework
struct RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644 : public RuntimeObject
{
// NUnit.Framework.Internal.RuntimeType NUnit.Framework.Internal.RuntimeFramework::<Runtime>k__BackingField
int32_t ___U3CRuntimeU3Ek__BackingField_2;
// System.Version NUnit.Framework.Internal.RuntimeFramework::<FrameworkVersion>k__BackingField
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___U3CFrameworkVersionU3Ek__BackingField_3;
// System.Version NUnit.Framework.Internal.RuntimeFramework::<ClrVersion>k__BackingField
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___U3CClrVersionU3Ek__BackingField_4;
// System.String NUnit.Framework.Internal.RuntimeFramework::<DisplayName>k__BackingField
String_t* ___U3CDisplayNameU3Ek__BackingField_5;
};
struct RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields
{
// System.Version NUnit.Framework.Internal.RuntimeFramework::DefaultVersion
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___DefaultVersion_0;
// System.Lazy`1<NUnit.Framework.Internal.RuntimeFramework> NUnit.Framework.Internal.RuntimeFramework::currentFramework
Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34* ___currentFramework_1;
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
{
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject* ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// NUnit.Framework.Internal.Test
struct Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD : public RuntimeObject
{
// System.Reflection.MethodInfo[] NUnit.Framework.Internal.Test::setUpMethods
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* ___setUpMethods_1;
// System.Reflection.MethodInfo[] NUnit.Framework.Internal.Test::tearDownMethods
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* ___tearDownMethods_2;
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.Test::DeclaringTypeInfo
RuntimeObject* ___DeclaringTypeInfo_3;
// NUnit.Framework.Interfaces.IMethodInfo NUnit.Framework.Internal.Test::_method
RuntimeObject* ____method_4;
// System.String NUnit.Framework.Internal.Test::<Id>k__BackingField
String_t* ___U3CIdU3Ek__BackingField_5;
// System.String NUnit.Framework.Internal.Test::<Name>k__BackingField
String_t* ___U3CNameU3Ek__BackingField_6;
// System.String NUnit.Framework.Internal.Test::<FullName>k__BackingField
String_t* ___U3CFullNameU3Ek__BackingField_7;
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.Test::<TypeInfo>k__BackingField
RuntimeObject* ___U3CTypeInfoU3Ek__BackingField_8;
// NUnit.Framework.Interfaces.RunState NUnit.Framework.Internal.Test::<RunState>k__BackingField
int32_t ___U3CRunStateU3Ek__BackingField_9;
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Internal.Test::<Properties>k__BackingField
RuntimeObject* ___U3CPropertiesU3Ek__BackingField_10;
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Internal.Test::<Parent>k__BackingField
RuntimeObject* ___U3CParentU3Ek__BackingField_11;
// System.Object NUnit.Framework.Internal.Test::<Fixture>k__BackingField
RuntimeObject* ___U3CFixtureU3Ek__BackingField_12;
// System.Int32 NUnit.Framework.Internal.Test::<Seed>k__BackingField
int32_t ___U3CSeedU3Ek__BackingField_14;
// System.Boolean NUnit.Framework.Internal.Test::<RequiresThread>k__BackingField
bool ___U3CRequiresThreadU3Ek__BackingField_15;
};
struct Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields
{
// System.Int32 NUnit.Framework.Internal.Test::_nextID
int32_t ____nextID_0;
// System.String NUnit.Framework.Internal.Test::<IdPrefix>k__BackingField
String_t* ___U3CIdPrefixU3Ek__BackingField_13;
};
// NUnit.Framework.TestCaseAttribute
struct TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06 : public NUnitAttribute_t2344B1DB5A4640780DA72A61E161A2E29BEEA178
{
// System.String NUnit.Framework.TestCaseAttribute::<TestName>k__BackingField
String_t* ___U3CTestNameU3Ek__BackingField_0;
// NUnit.Framework.Interfaces.RunState NUnit.Framework.TestCaseAttribute::<RunState>k__BackingField
int32_t ___U3CRunStateU3Ek__BackingField_1;
// System.Object[] NUnit.Framework.TestCaseAttribute::<Arguments>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CArgumentsU3Ek__BackingField_2;
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.TestCaseAttribute::<Properties>k__BackingField
RuntimeObject* ___U3CPropertiesU3Ek__BackingField_3;
// System.Object NUnit.Framework.TestCaseAttribute::_expectedResult
RuntimeObject* ____expectedResult_4;
// System.Boolean NUnit.Framework.TestCaseAttribute::<HasExpectedResult>k__BackingField
bool ___U3CHasExpectedResultU3Ek__BackingField_5;
// System.Type NUnit.Framework.TestCaseAttribute::_testOf
Type_t* ____testOf_6;
// System.String NUnit.Framework.TestCaseAttribute::<IncludePlatform>k__BackingField
String_t* ___U3CIncludePlatformU3Ek__BackingField_7;
// System.String NUnit.Framework.TestCaseAttribute::<ExcludePlatform>k__BackingField
String_t* ___U3CExcludePlatformU3Ek__BackingField_8;
};
// NUnit.Framework.Internal.TestExecutionContext
struct TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471 : public LongLivedMarshalByRefObject_tDE6F7C2A62F87B42F85F5B57A31E2B7D4A647889
{
// NUnit.Framework.Internal.TestExecutionContext NUnit.Framework.Internal.TestExecutionContext::_priorContext
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ____priorContext_1;
// NUnit.Framework.Internal.TestExecutionStatus NUnit.Framework.Internal.TestExecutionContext::_executionStatus
int32_t ____executionStatus_2;
// NUnit.Framework.Interfaces.ITestListener NUnit.Framework.Internal.TestExecutionContext::_listener
RuntimeObject* ____listener_3;
// System.Int32 NUnit.Framework.Internal.TestExecutionContext::_assertCount
int32_t ____assertCount_4;
// NUnit.Framework.Internal.Randomizer NUnit.Framework.Internal.TestExecutionContext::_randomGenerator
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* ____randomGenerator_5;
// System.Globalization.CultureInfo NUnit.Framework.Internal.TestExecutionContext::_currentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____currentCulture_6;
// System.Globalization.CultureInfo NUnit.Framework.Internal.TestExecutionContext::_currentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____currentUICulture_7;
// NUnit.Framework.Internal.TestResult NUnit.Framework.Internal.TestExecutionContext::_currentResult
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* ____currentResult_8;
// System.Security.Principal.IPrincipal NUnit.Framework.Internal.TestExecutionContext::_currentPrincipal
RuntimeObject* ____currentPrincipal_9;
// NUnit.Framework.Internal.Test NUnit.Framework.Internal.TestExecutionContext::<CurrentTest>k__BackingField
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___U3CCurrentTestU3Ek__BackingField_11;
// System.DateTime NUnit.Framework.Internal.TestExecutionContext::<StartTime>k__BackingField
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CStartTimeU3Ek__BackingField_12;
// System.Int64 NUnit.Framework.Internal.TestExecutionContext::<StartTicks>k__BackingField
int64_t ___U3CStartTicksU3Ek__BackingField_13;
// System.IO.TextWriter NUnit.Framework.Internal.TestExecutionContext::<OutWriter>k__BackingField
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___U3COutWriterU3Ek__BackingField_14;
// System.Object NUnit.Framework.Internal.TestExecutionContext::<TestObject>k__BackingField
RuntimeObject* ___U3CTestObjectU3Ek__BackingField_15;
// System.String NUnit.Framework.Internal.TestExecutionContext::<WorkDirectory>k__BackingField
String_t* ___U3CWorkDirectoryU3Ek__BackingField_16;
// System.Boolean NUnit.Framework.Internal.TestExecutionContext::<StopOnError>k__BackingField
bool ___U3CStopOnErrorU3Ek__BackingField_17;
// NUnit.Framework.Internal.Execution.IWorkItemDispatcher NUnit.Framework.Internal.TestExecutionContext::<Dispatcher>k__BackingField
RuntimeObject* ___U3CDispatcherU3Ek__BackingField_18;
// NUnit.Framework.ParallelScope NUnit.Framework.Internal.TestExecutionContext::<ParallelScope>k__BackingField
int32_t ___U3CParallelScopeU3Ek__BackingField_19;
// System.String NUnit.Framework.Internal.TestExecutionContext::<WorkerId>k__BackingField
String_t* ___U3CWorkerIdU3Ek__BackingField_20;
// System.Int32 NUnit.Framework.Internal.TestExecutionContext::<TestCaseTimeout>k__BackingField
int32_t ___U3CTestCaseTimeoutU3Ek__BackingField_21;
// System.Collections.Generic.List`1<NUnit.Framework.ITestAction> NUnit.Framework.Internal.TestExecutionContext::<UpstreamActions>k__BackingField
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* ___U3CUpstreamActionsU3Ek__BackingField_22;
// NUnit.Framework.Constraints.ValueFormatter NUnit.Framework.Internal.TestExecutionContext::<CurrentValueFormatter>k__BackingField
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___U3CCurrentValueFormatterU3Ek__BackingField_23;
// System.Boolean NUnit.Framework.Internal.TestExecutionContext::<IsSingleThreaded>k__BackingField
bool ___U3CIsSingleThreadedU3Ek__BackingField_24;
};
struct TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_StaticFields
{
// System.String NUnit.Framework.Internal.TestExecutionContext::CONTEXT_KEY
String_t* ___CONTEXT_KEY_10;
};
// NUnit.Framework.Internal.TestParameters
struct TestParameters_t30F360C95F7176D219F914B7074407F81980BA01 : public RuntimeObject
{
// NUnit.Framework.Interfaces.RunState NUnit.Framework.Internal.TestParameters::<RunState>k__BackingField
int32_t ___U3CRunStateU3Ek__BackingField_0;
// System.Object[] NUnit.Framework.Internal.TestParameters::<Arguments>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CArgumentsU3Ek__BackingField_1;
// System.String NUnit.Framework.Internal.TestParameters::<TestName>k__BackingField
String_t* ___U3CTestNameU3Ek__BackingField_2;
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Internal.TestParameters::<Properties>k__BackingField
RuntimeObject* ___U3CPropertiesU3Ek__BackingField_3;
// System.Object[] NUnit.Framework.Internal.TestParameters::<OriginalArguments>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3COriginalArgumentsU3Ek__BackingField_4;
};
// NUnit.Framework.Constraints.Tolerance
struct Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C : public RuntimeObject
{
// NUnit.Framework.Constraints.ToleranceMode NUnit.Framework.Constraints.Tolerance::mode
int32_t ___mode_0;
// System.Object NUnit.Framework.Constraints.Tolerance::amount
RuntimeObject* ___amount_1;
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
{
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri/Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri/UriInfo System.Uri::m_Info
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
};
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
{
// System.String System.Uri::UriSchemeFile
String_t* ___UriSchemeFile_0;
// System.String System.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_1;
// System.String System.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_2;
// System.String System.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_3;
// System.String System.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_4;
// System.String System.Uri::UriSchemeWs
String_t* ___UriSchemeWs_5;
// System.String System.Uri::UriSchemeWss
String_t* ___UriSchemeWss_6;
// System.String System.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_7;
// System.String System.Uri::UriSchemeNews
String_t* ___UriSchemeNews_8;
// System.String System.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_9;
// System.String System.Uri::UriSchemeNetTcp
String_t* ___UriSchemeNetTcp_10;
// System.String System.Uri::UriSchemeNetPipe
String_t* ___UriSchemeNetPipe_11;
// System.String System.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_12;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
bool ___s_ConfigInitialized_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject* ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_28;
};
// System.Action`1<System.Exception>
struct Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04 : public MulticastDelegate_t
{
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t
{
};
// System.Comparison`1<NUnit.Framework.ITestAction>
struct Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC : public MulticastDelegate_t
{
};
// System.Func`1<NUnit.Framework.Internal.OSPlatform>
struct Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4 : public MulticastDelegate_t
{
};
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4 : public MulticastDelegate_t
{
};
// System.Func`1<NUnit.Framework.Internal.RuntimeFramework>
struct Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261 : public MulticastDelegate_t
{
};
// System.Func`2<System.Func`1<System.Object>,System.Object>
struct Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6 : public MulticastDelegate_t
{
};
// System.Func`2<System.Reflection.ConstructorInfo,System.Boolean>
struct Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C : public MulticastDelegate_t
{
};
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624 : public MulticastDelegate_t
{
};
// System.Func`2<System.String,System.Boolean>
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D : public MulticastDelegate_t
{
};
// System.Func`3<System.Object,System.Object,System.Object>
struct Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566 : public MulticastDelegate_t
{
};
// System.Func`3<System.Type,System.Object[],System.Object>
struct Func_3_tE3297F9B22AC96103F28230F95C054493DE09335 : public MulticastDelegate_t
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Reflection.TargetInvocationException
struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2 : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A
{
};
// NUnit.Framework.Internal.TestCaseParameters
struct TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C : public TestParameters_t30F360C95F7176D219F914B7074407F81980BA01
{
// System.Object NUnit.Framework.Internal.TestCaseParameters::_expectedResult
RuntimeObject* ____expectedResult_5;
// System.Boolean NUnit.Framework.Internal.TestCaseParameters::<HasExpectedResult>k__BackingField
bool ___U3CHasExpectedResultU3Ek__BackingField_6;
};
// NUnit.Framework.Internal.TestFixtureParameters
struct TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5 : public TestParameters_t30F360C95F7176D219F914B7074407F81980BA01
{
// System.Type[] NUnit.Framework.Internal.TestFixtureParameters::<TypeArgs>k__BackingField
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___U3CTypeArgsU3Ek__BackingField_5;
};
// NUnit.Framework.Internal.TestMethod
struct TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7 : public Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD
{
// NUnit.Framework.Internal.TestCaseParameters NUnit.Framework.Internal.TestMethod::parms
TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* ___parms_16;
};
// NUnit.Framework.Internal.TestSuite
struct TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C : public Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD
{
// System.Collections.Generic.List`1<NUnit.Framework.Interfaces.ITest> NUnit.Framework.Internal.TestSuite::tests
List_1_t8B024670A5B1498150D2B2D6FF553DE77A47465B* ___tests_16;
// System.Object[] NUnit.Framework.Internal.TestSuite::<Arguments>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CArgumentsU3Ek__BackingField_17;
// System.Boolean NUnit.Framework.Internal.TestSuite::<MaintainTestOrder>k__BackingField
bool ___U3CMaintainTestOrderU3Ek__BackingField_18;
};
// NUnit.Framework.Internal.TextMessageWriter
struct TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82 : public MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E
{
// System.Int32 NUnit.Framework.Internal.TextMessageWriter::maxLineLength
int32_t ___maxLineLength_13;
};
struct TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields
{
// System.Int32 NUnit.Framework.Internal.TextMessageWriter::DEFAULT_LINE_LENGTH
int32_t ___DEFAULT_LINE_LENGTH_9;
// System.String NUnit.Framework.Internal.TextMessageWriter::Pfx_Expected
String_t* ___Pfx_Expected_10;
// System.String NUnit.Framework.Internal.TextMessageWriter::Pfx_Actual
String_t* ___Pfx_Actual_11;
// System.Int32 NUnit.Framework.Internal.TextMessageWriter::PrefixLength
int32_t ___PrefixLength_12;
};
// System.Threading.ThreadAbortException
struct ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// NUnit.Framework.Constraints.ValueFormatter
struct ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6 : public MulticastDelegate_t
{
};
// NUnit.Framework.Constraints.ValueFormatterFactory
struct ValueFormatterFactory_t51FAB223E83477D09F2413C26FFBB6A3FA17B6AF : public MulticastDelegate_t
{
};
// NUnit.Framework.Internal.ParameterizedFixtureSuite
struct ParameterizedFixtureSuite_t4B71AB8D3740BD0B1704DA3A842BE0C76E901724 : public TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C
{
// System.Boolean NUnit.Framework.Internal.ParameterizedFixtureSuite::_genericFixture
bool ____genericFixture_19;
};
// NUnit.Framework.Internal.ParameterizedMethodSuite
struct ParameterizedMethodSuite_t8DA1649BA369CDE02C3DCEB666DB196B2A3DBBA7 : public TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C
{
// System.Boolean NUnit.Framework.Internal.ParameterizedMethodSuite::_isTheory
bool ____isTheory_19;
};
// NUnit.Framework.Internal.SetUpFixture
struct SetUpFixture_tDB6F9B97DBC9394713E1D5147588A8D80E6BDC97 : public TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C
{
};
// NUnit.Framework.Internal.TestAssembly
struct TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE : public TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C
{
// System.Reflection.Assembly NUnit.Framework.Internal.TestAssembly::<Assembly>k__BackingField
Assembly_t* ___U3CAssemblyU3Ek__BackingField_19;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// NUnit.Framework.Interfaces.IParameterInfo[]
struct IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C : public RuntimeArray
{
ALIGN_FIELD (8) ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* m_Items[1];
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
{
ALIGN_FIELD (8) Type_t* m_Items[1];
inline Type_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// NUnit.Framework.Interfaces.IMethodInfo[]
struct IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.MethodInfo[]
struct MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265 : public RuntimeArray
{
ALIGN_FIELD (8) MethodInfo_t* m_Items[1];
inline MethodInfo_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MethodInfo_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, MethodInfo_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline MethodInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MethodInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// NUnit.Framework.Internal.MethodWrapper[]
struct MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672 : public RuntimeArray
{
ALIGN_FIELD (8) MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* m_Items[1];
inline MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ConstructorInfo[]
struct ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A : public RuntimeArray
{
ALIGN_FIELD (8) ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* m_Items[1];
inline ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// NUnit.Framework.ITestAction[]
struct ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke(const OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985& unmarshaled, OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke_back(const OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke& marshaled, OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985& unmarshaled);
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke_cleanup(OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke& marshaled);
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m046DED489E38F15407F5825AD753C4090F103893_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ;
// TSource System.Linq.Enumerable::FirstOrDefault<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_FirstOrDefault_TisRuntimeObject_m9A7C2BF942D2CE1640896A41290BBD682568B6C8_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
// System.Void System.Comparison`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_mC1E8799BBCE317B612875123C9C894BD470BFE6A_gshared (Comparison_1_t62E531E7B8260E2C6C2718C3BDB8CF8655139645* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Comparison`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mEB3B61CB86B1419919338B0668DC4E568C2FFF93_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Comparison_1_t62E531E7B8260E2C6C2718C3BDB8CF8655139645* ___comparison0, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Reverse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_m3A8BEF4194B03E75859F94B4EE2F54045AF98708_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Object>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// T System.Lazy`1<System.Object>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Lazy_1_get_Value_m80A9A8E00656C1301C6EC23B874F2C5B9EFE80BD_gshared (Lazy_1_t904FA5CA043D1868CDD4220B007FAA2894327C93* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Int32>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
// System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Lazy`1<System.Object>::.ctor(System.Func`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_mE55626DCDDEDB9168837CC351A8F10DB9A0972B4_gshared (Lazy_1_t904FA5CA043D1868CDD4220B007FAA2894327C93* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___valueFactory0, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_mDCE2755EF33EFD51A60E9238A1537E3B41351058_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Collections.Generic.IComparer`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m4204C143D97E871DF2553329CFB0FBE3CD1A01F2_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) ;
// TResult System.Func`3<System.Object,System.Object,System.Object>::Invoke(T1,T2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_3_Invoke_m31D9E56C7CAE538FD8564F34CABA2C2A537ED393_gshared_inline (Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566* __this, RuntimeObject* ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method) ;
// TResult System.Func`2<System.Object,System.Object>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.Test::get_Id()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_Id_m411E903261737CEF6369EA528015681FF474B3CB_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.Test::get_Name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.IMethodInfo NUnit.Framework.Internal.Test::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Test_get_Method_m43138AF6A6D99B8D3F8DCB3E38525C6D839C83AC (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.Test::get_FullName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_FullName_mBA3F7D639974882DFF12492D956499DEF57F6930_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.Test::get_ClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_ClassName_m5ACE2DD02519B06EA01DDA5ECD3B690907E481C3 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Internal.Test::get_Properties()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Internal.TestResult::get_ResultState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestResult::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Count()
inline int32_t Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Keys()
inline KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
{
return (( KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___key0, method);
}
// System.String NUnit.Framework.TestParameters::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestParameters_Get_m44314EFD61FA76F256FC5888E18686237CBADFFC (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.TestParameters::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestParameters_Exists_m86417F13172A280AFDBDD6E2F8C5AEDB4CCC6A4C (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, String_t* ___name0, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Item(TKey)
inline String_t* Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( String_t* (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___key0, ___value1, method);
}
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
// System.Void System.Globalization.NumberFormatInfo::set_CurrencyGroupSeparator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_set_CurrencyGroupSeparator_m98A5A84A56B017B491E4FB519568014D9D2C60D7 (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Globalization.NumberFormatInfo::set_NumberGroupSeparator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_set_NumberGroupSeparator_mF450BE8163F0B3FC3A56D013FA56B2936E2EBCE4 (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Globalization.NumberFormatInfo::set_PercentGroupSeparator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_set_PercentGroupSeparator_m27124051B55222F0BD22035D73C14909791BC3E7 (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
inline void Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// System.IFormatProvider NUnit.Framework.TestParameters::CreateModifiedInvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestParameters_CreateModifiedInvariantCulture_mE5A287FF844817C6F7225BA25B1C6D91301922A7 (const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ConstraintExpression::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstraintExpression__ctor_mA9D5E2973AD5AEE1D9A9759EEDED530735A8284D (ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ThrowsOperator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowsOperator__ctor_m3B665B24104698576AAA7F83FE2FB7D85F10AB41 (ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ResolvableConstraintExpression NUnit.Framework.Constraints.ConstraintExpression::Append(NUnit.Framework.Constraints.SelfResolvingOperator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* ConstraintExpression_Append_mEF8C01DE3DF9C4C3C958B0819B6A3071C7C6B74E (ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C* __this, SelfResolvingOperator_t22226963C67814036CB6BACE7B2CE0F823F62D88* ___op0, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ResolvableConstraintExpression NUnit.Framework.Throws::get_Exception()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* Throws_get_Exception_mBFF4F2A170034CA3A816DF1D3320FB9526FE06C8 (const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ResolvableConstraintExpression NUnit.Framework.Constraints.ConstraintExpression::get_InnerException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* ConstraintExpression_get_InnerException_m739A08123A6B3AB9253FC39265DA5A1F026451C2 (ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C* __this, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ExactTypeConstraint NUnit.Framework.Throws::TypeOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* Throws_TypeOf_m8E845BB513E5C7700DF3B4C18E135020947045BD (Type_t* ___expectedType0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ThrowsNothingConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowsNothingConstraint__ctor_mE71E4A6ACDD6D4E0421461D2882A9F40CF7B3331 (ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ExactTypeConstraint NUnit.Framework.Constraints.ConstraintExpression::TypeOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* ConstraintExpression_TypeOf_m22E52E5BA02C70C07259D67C7CA56287E964EB08 (ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C* __this, Type_t* ___expectedType0, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.InstanceOfTypeConstraint NUnit.Framework.Constraints.ConstraintExpression::InstanceOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceOfTypeConstraint_tEFA6950D0AF65BBAEA5C90B0B21EA8F3F7E0866F* ConstraintExpression_InstanceOf_m05DC3B9C7BA4FCDB7CB2C0C94E0C20465D1FC759 (ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C* __this, Type_t* ___expectedType0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.AssemblyHelper::IsFileUri(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssemblyHelper_IsFileUri_m9AD362FFA7F703DB1FA6B265C87C9DCCADD78D93 (String_t* ___uri0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.AssemblyHelper::GetAssemblyPathFromCodeBase(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyHelper_GetAssemblyPathFromCodeBase_m98879C91A22DD6B4DA6DDCEA41F9438A4FCAF2CD (String_t* ___codeBase0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.AssemblyHelper::GetAssemblyPath(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyHelper_GetAssemblyPath_m8AC99163A421BDF78906C6D77D2FE411CE3869C5 (Assembly_t* ___assembly0, const RuntimeMethod* method) ;
// System.String System.IO.Path::GetDirectoryName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_mB9369289430566A15BB0A0CFCCBED3C6ECA7F30C (String_t* ___path0, const RuntimeMethod* method) ;
// System.String System.IO.Path::GetExtension(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetExtension_m52A28295599B87FA550D0654E531B56354C540C7 (String_t* ___path0, const RuntimeMethod* method) ;
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Reflection.AssemblyName System.Reflection.AssemblyName::GetAssemblyName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* AssemblyName_GetAssemblyName_m8284E99115C4F44E0E956A5FA3FD39A907DD5A64 (String_t* ___assemblyFile0, const RuntimeMethod* method) ;
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.Reflection.AssemblyName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* Assembly_Load_m6654A916267322D7CB0E817DD36A5C86DF1699D2 (AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* ___assemblyRef0, const RuntimeMethod* method) ;
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* Assembly_Load_m718E55A40D92C7BBE26812A9A7998BDF166C0BD2 (String_t* ___assemblyString0, const RuntimeMethod* method) ;
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.InternalTrace::get_Initialized()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InternalTrace_get_Initialized_mFF012A624D54E14C390EA1CAB15BA56566742EFA_inline (const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.InternalTraceWriter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter__ctor_mD580AB18DE2D72ECB2641658EA66525E12D09242 (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, String_t* ___logPath0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.InternalTrace::set_Initialized(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InternalTrace_set_Initialized_mEB814E32D177876897E49E88B47BABEE1436D612_inline (bool ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.InternalTraceWriter::.ctor(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter__ctor_m02E4F77294D18DCD62843B74EC365E985D711A69 (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer0, const RuntimeMethod* method) ;
// System.String System.Enum::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Logger::.ctor(System.String,NUnit.Framework.Internal.InternalTraceLevel,System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger__ctor_mA83AAC51CB621A0E82B1ED7B7553E4D8BD8A9674 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___name0, int32_t ___level1, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer2, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.Logger NUnit.Framework.Internal.InternalTrace::GetLogger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* InternalTrace_GetLogger_mC7399A42189FEEF158A0AAC2B11E4DE3424CA71D (String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.IO.TextWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter__ctor_mCB798AF418D211569751509FEDEEBEA164907C84 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* __this, const RuntimeMethod* method) ;
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mA39506EF7A1F33FCA0199B880BE1D82217E33EEC (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method) ;
// System.Void System.IO.StreamWriter::.ctor(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m54CE9C47ED974C0589400DA9BC2AB3F7F481595B (StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Enter(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m2F86C66A2C7C7D8D4A7CC05AF72E3AE3AAB4E529 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.IO.TextWriter::Write(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Write_m842F7A5F9743993C1A411EE189475CC6E1CCEA4C (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.IO.TextWriter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Dispose_m5B2CA4D250335AB11031AFC7F202AA5B7A70C4D7 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* __this, const RuntimeMethod* method) ;
// System.Void System.IO.TextWriter::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Dispose_m8A2D25F0B2EDD5DBED7937E0483B602476C98C5E (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* __this, bool ___disposing0, const RuntimeMethod* method) ;
// System.Int32 System.String::LastIndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Logger::Log(NUnit.Framework.Internal.InternalTraceLevel,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Log_mCC42A086802A3B97C5C61004F569D000B3196F97 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, int32_t ___level0, String_t* ___message1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Logger::Log(NUnit.Framework.Internal.InternalTraceLevel,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Log_m8FB20B7D949C2724D70477F508D9E609666C7A5B (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, int32_t ___level0, String_t* ___format1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Logger::WriteLog(NUnit.Framework.Internal.InternalTraceLevel,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_WriteLog_m12B721304707A36A30ABA2E2DD5C6DDEC7465D29 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, int32_t ___level0, String_t* ___message1, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::get_Now()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0 (const RuntimeMethod* method) ;
// System.String System.DateTime::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___format0, const RuntimeMethod* method) ;
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB (const RuntimeMethod* method) ;
// System.Int32 System.Threading.Thread::get_ManagedThreadId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TypeWrapper::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.MethodWrapper::set_TypeInfo(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodWrapper_set_TypeInfo_mFE370AFBD3E4B896DD8451FA8A33BD75347916D2_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.MethodWrapper::set_MethodInfo(System.Reflection.MethodInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodWrapper_set_MethodInfo_m37B6A3EA071A3534A02C1E0671AA840AACA4C3D8_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, MethodInfo_t* ___value0, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Type::GetMethod(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231 (Type_t* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo NUnit.Framework.Internal.MethodWrapper::get_MethodInfo()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MethodBase::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsAbstract_mBD096DC9FCDF68114928CA73690882A2F9831EF9 (MethodBase_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MethodBase::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4 (MethodBase_t* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.ParameterWrapper::.ctor(NUnit.Framework.Interfaces.IMethodInfo,System.Reflection.ParameterInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterWrapper__ctor_mA9F3749393223384DB2D6D16DDB6A3EDD1426706 (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, RuntimeObject* ___method0, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___parameterInfo1, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.MethodWrapper::get_TypeInfo()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MethodWrapper_get_TypeInfo_m86F7233EA420299DAD0CA8E331FEC7CDB9CFF5D7_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.MethodWrapper::.ctor(System.Type,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodWrapper__ctor_m42509AEC8669176D76286463B5913D46488967DF (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, Type_t* ___type0, MethodInfo_t* ___method1, const RuntimeMethod* method) ;
// System.Object NUnit.Framework.Internal.Reflect::InvokeMethod(System.Reflection.MethodInfo,System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Reflect_InvokeMethod_mEC33738E0BA6C77E038589F303B5B005BAC2DEAB (MethodInfo_t* ___method0, RuntimeObject* ___fixture1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.ParameterWrapper::set_Method(NUnit.Framework.Interfaces.IMethodInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ParameterWrapper_set_Method_mEA7A6910FD099DE21EDCE2BC8B2DBCC56240DE1D_inline (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.ParameterWrapper::set_ParameterInfo(System.Reflection.ParameterInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ParameterWrapper_set_ParameterInfo_mB93D6B669F1909A6AB830804815019EEA07CC365_inline (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___value0, const RuntimeMethod* method) ;
// System.Reflection.ParameterInfo NUnit.Framework.Internal.ParameterWrapper::get_ParameterInfo()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ParameterWrapper_get_ParameterInfo_m6966CE43B183D3AE7BAF384BA932D73AF7C8DA15_inline (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.ParameterInfo::get_IsOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_mB27F82EA5A21188AD6E5CC5A34A3913C6D887BD4 (ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestNameGenerator::GetDisplayName(NUnit.Framework.Internal.TestMethod,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestNameGenerator_GetDisplayName_mFC063BD8787B3D7C5A163E2B89C71869CC50CCFF (TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2* __this, TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* ___testMethod0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment> NUnit.Framework.Internal.TestNameGenerator::BuildFragmentList(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t436A996D5893AD38255B71ED732145A419E1666F* TestNameGenerator_BuildFragmentList_mAF15A6D108672DA415CE7FB8C0F16687E0B5BCE8 (String_t* ___pattern0, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment>::GetEnumerator()
inline Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17 List_1_GetEnumerator_mCCB9EE74EDA7CAA8E45F1EC1F3BF4037C8E7E08D (List_1_t436A996D5893AD38255B71ED732145A419E1666F* __this, const RuntimeMethod* method)
{
return (( Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17 (*) (List_1_t436A996D5893AD38255B71ED732145A419E1666F*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Internal.TestNameGenerator/NameFragment>::Dispose()
inline void Enumerator_Dispose_m0769CA1831AB34F607E5E932DDAD697488677B4A (Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Internal.TestNameGenerator/NameFragment>::get_Current()
inline NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* Enumerator_get_Current_m485E8508CECAF02DE833E141F7C7B52B06FCBC50_inline (Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17* __this, const RuntimeMethod* method)
{
return (( NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* (*) (Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Internal.TestNameGenerator/NameFragment>::MoveNext()
inline bool Enumerator_MoveNext_m3BD6F46BD47B53DAD56756C88D9EDC055D782F51 (Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment>::.ctor()
inline void List_1__ctor_mAA9D763D98991B7216038B5F0B61EC3E42014B89 (List_1_t436A996D5893AD38255B71ED732145A419E1666F* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t436A996D5893AD38255B71ED732145A419E1666F*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/FixedTextFragment::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedTextFragment__ctor_mD60544FC7AA78ED3A9BA2EDF48B64E5280EF70B5 (FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B* __this, String_t* ___text0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment>::Add(T)
inline void List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline (List_1_t436A996D5893AD38255B71ED732145A419E1666F* __this, NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t436A996D5893AD38255B71ED732145A419E1666F*, NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD398C62135534CCC9D153A2C63849122EE8ABADD (String_t* ___s0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/MethodNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodNameFragment__ctor_m6F7C56AF59FBA5805A6AE805533BB6F35E66D410 (MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/TestIDFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestIDFragment__ctor_m7702B29645A4EBA5106D8E4F7EA7360E913EB7F0 (TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/NamespaceFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceFragment__ctor_m43B83F54DFD916B2AFA22BB2F5043CA843F5C47A (NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/ClassNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassNameFragment__ctor_m7DB83438725055A914E020E98D7CA0A783BF4925 (ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/ClassFullNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassFullNameFragment__ctor_m4571453368C09AEA8DBF8A13A50BB4EB3FB9FF1D (ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/MethodFullNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodFullNameFragment__ctor_m134FC6BA32CD08710931080C823323BC2BC7DDD9 (MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/ArgListFragment::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgListFragment__ctor_m5829DBCCB5F0154E28C0E19BBC6C98082FF14BE1 (ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1* __this, int32_t ___maxStringLength0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/ArgumentFragment::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentFragment__ctor_m9C1E75DF27407B53B5D95E08A13AC304FAE8874B (ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761* __this, int32_t ___index0, int32_t ___maxStringLength1, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Int32 System.Int32::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m59B9CC9D5E5B6C99C14251E57FB43BE6AB658767 (String_t* ___s0, const RuntimeMethod* method) ;
// System.String System.Convert::ToString(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_mCC5DC13CDF7E338DB15699432F28477C7DF52DE1 (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Boolean System.Double::IsNaN(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline (double ___d0, const RuntimeMethod* method) ;
// System.Boolean System.Double::IsPositiveInfinity(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m6E8147B50DE6E7EDD6CAB8873F83B943E2CD74F9_inline (double ___d0, const RuntimeMethod* method) ;
// System.Boolean System.Double::IsNegativeInfinity(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_mA198BA3110327CA9E3298794F07E4772E660FDA5_inline (double ___d0, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Single::IsNaN(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_m684B090AA2F895FD91821CA8684CBC11D784E4DD_inline (float ___f0, const RuntimeMethod* method) ;
// System.Boolean System.Single::IsPositiveInfinity(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m930B3369333FFFF7861552A9F3454A7122260F66_inline (float ___f0, const RuntimeMethod* method) ;
// System.Boolean System.Single::IsNegativeInfinity(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m6A97B87E0422CF812D7B879F68752A043D50F68B_inline (float ___f0, const RuntimeMethod* method) ;
// System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method) ;
// System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m48AE8B579CA29541C36D456B707AF9D8015C3558 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::EscapeCharInString(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_EscapeCharInString_mCD8B7AAC58476380A6D08FF7FD35D556978A1714 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::EscapeSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_EscapeSingleChar_m38DA83CA7992038FCC3CD9F45A177083A68B097D (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::EscapeControlChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_EscapeControlChar_m4FF420ECB2FE48F67FBDB3D379579EC7807CB337 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/NameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E (NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestNameGenerator/NameFragment::AppendGenericTypeNames(System.Text.StringBuilder,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameFragment_AppendGenericTypeNames_m194F37A58B5B3A7CCEA186898AF8E0E7F4E2C625 (StringBuilder_t* ___sb0, MethodInfo_t* ___method1, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::GetDisplayString(System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_GetDisplayString_mD91191FBF8AB9247B388E2B34F3DD23EB211B18A (RuntimeObject* ___arg0, int32_t ___stringMax1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Guard::ArgumentNotNull(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987 (RuntimeObject* ___value0, String_t* ___name1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TypeWrapper::set_Type(System.Type)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeWrapper_set_Type_m0359809735B7E82DC36B3ECB3FBBB546C5D5E344_inline (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, Type_t* ___value0, const RuntimeMethod* method) ;
// System.Type NUnit.Framework.Internal.TypeWrapper::get_Type()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method) ;
// System.Type NUnit.Compatibility.TypeExtensions::GetTypeInfo(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5 (Type_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsSealed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsSealed_m6B652265DCEF64250FD2A173C50BD889467A58E4 (Type_t* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TypeHelper::GetDisplayName(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeHelper_GetDisplayName_m3616CC9EA1F8FDAB439ED23171F1CBF8FBCA4B35 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TypeHelper::GetDisplayName(System.Type,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeHelper_GetDisplayName_m68A8DF24A30B41EC72FC6CCFEA9177411CD6CD5B (Type_t* ___type0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arglist1, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.Reflect::HasMethodWithAttribute(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reflect_HasMethodWithAttribute_m91E6A549B00FEF0CEC01AE59B01159D7A6A4F85C (Type_t* ___fixtureType0, Type_t* ___attributeType1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TypeWrapper/<>c__DisplayClass36_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_m54A9CBB40F52CE8FD6805CD322AC289AC192B04A (U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837* __this, const RuntimeMethod* method) ;
// System.Reflection.ConstructorInfo[] System.Type::GetConstructors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* Type_GetConstructors_m1F758EB484E2AD8B1F662C967178B017A886A964 (Type_t* __this, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Reflection.ConstructorInfo,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m7871710CD540E478649F02E1BC07A13BF5D774D2 (Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline RuntimeObject* Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mA92267FEAC40B79608C61AF90B4B48F5B101A666 (RuntimeObject* ___source0, Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* ___predicate1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m046DED489E38F15407F5825AD753C4090F103893_gshared)(___source0, ___predicate1, method);
}
// TSource System.Linq.Enumerable::FirstOrDefault<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable`1<TSource>)
inline ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Enumerable_FirstOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m230C82BDBE70244DB15979345A2F0B3DD6F8C3EF (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_m9A7C2BF942D2CE1640896A41290BBD682568B6C8_gshared)(___source0, method);
}
// System.Reflection.ConstructorInfo NUnit.Framework.Internal.TypeWrapper::GetConstructor(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* TypeWrapper_GetConstructor_m7E18F45E900A30BE08B553FE59A36FBD3E9485B7 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argTypes0, const RuntimeMethod* method) ;
// System.Object NUnit.Framework.Internal.Reflect::Construct(System.Type,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Reflect_Construct_m50792E63FF1CB8A7E09C0AE92607B7F02A403D2B (Type_t* ___type0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arguments1, const RuntimeMethod* method) ;
// System.Boolean NUnit.Compatibility.AdditionalTypeExtensions::ParametersMatch(System.Reflection.ParameterInfo[],System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdditionalTypeExtensions_ParametersMatch_mFD8356C4727FD8E0ED91E5011B27BA727E968301 (ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___pinfos0, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___ptypes1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.ActionsHelper::ExecuteActions(NUnit.Framework.Internal.ActionsHelper/ActionPhase,System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>,NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionsHelper_ExecuteActions_mB0A434BFD074A23EB86C2F70EDBDB6EB47EFFF69 (int32_t ___phase0, RuntimeObject* ___actions1, RuntimeObject* ___test2, const RuntimeMethod* method) ;
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetFilteredAndSortedActions(System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>,NUnit.Framework.Internal.ActionsHelper/ActionPhase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetFilteredAndSortedActions_m1A611048E9F730D7906CAC72C2E23A2A2F39BC1E (RuntimeObject* ___actions0, int32_t ___phase1, const RuntimeMethod* method) ;
// System.Reflection.Assembly NUnit.Framework.Internal.TestAssembly::get_Assembly()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Assembly_t* TestAssembly_get_Assembly_m14A6DE1A7E1A66A4294E7A16E5C71B3D0138DB42_inline (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* __this, const RuntimeMethod* method) ;
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetActionsFromAttributeProvider(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetActionsFromAttributeProvider_mF98EE7A74C4496CDF3B6391B32ABEB1A09B4E39F (RuntimeObject* ___attributeProvider0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___collection0, method);
}
// System.Void System.Comparison`1<NUnit.Framework.ITestAction>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_mA22432130C0729E2FFEFD612F4750CE0D4F0DA67 (Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Comparison_1__ctor_mC1E8799BBCE317B612875123C9C894BD470BFE6A_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::Sort(System.Comparison`1<T>)
inline void List_1_Sort_m8A9FF817F7CB7EDC4CF9F995E62BEF8D58B651A7 (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC* ___comparison0, const RuntimeMethod* method)
{
(( void (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC*, const RuntimeMethod*))List_1_Sort_mEB3B61CB86B1419919338B0668DC4E568C2FFF93_gshared)(__this, ___comparison0, method);
}
// T[] System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::ToArray()
inline ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859 (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, const RuntimeMethod* method)
{
return (( ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::.ctor()
inline void List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09 (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetActionsFromTypesAttributes(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetActionsFromTypesAttributes_m1463408D2B9ADE15FC03B62B8DBA16ED3C7C2178 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947 (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___collection0, method);
}
// System.Type[] NUnit.Framework.Internal.ActionsHelper::GetDeclaredInterfaces(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ActionsHelper_GetDeclaredInterfaces_m8E77A47537CFD5662BC9AE5BC1BC94CC04B5F0A9 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1__ctor_m728C7C9149C2344E3A1E76D51A558B4226E04E4E (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___collection0, method);
}
// T[] System.Collections.Generic.List`1<System.Type>::ToArray()
inline TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* List_1_ToArray_mAF39173491C493DC9C643F76BC50C311070BEE56 (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, const RuntimeMethod* method)
{
return (( TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Type>::.ctor()
inline void List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69 (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Type>::GetEnumerator()
inline Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59 (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, const RuntimeMethod* method)
{
return (( Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Type>::Dispose()
inline void Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1 (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<System.Type>::get_Current()
inline Type_t* Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_inline (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82* __this, const RuntimeMethod* method)
{
return (( Type_t* (*) (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1<System.Type>::Contains(T)
inline bool List_1_Contains_mF575CBDE461D2C6A182C0371279C31E5D038D5F7 (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, Type_t* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, Type_t*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.Type>::Add(T)
inline void List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_inline (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, Type_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, Type_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Type>::MoveNext()
inline bool Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877 (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::Contains(T)
inline bool List_1_Contains_mB94D2424C8ABCA2646F15B16758A0F97651961F0 (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, RuntimeObject*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::Add(T)
inline void List_1_Add_m37D7255123A8E7BF264F4E3256D8A5614A454EC4_inline (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<NUnit.Framework.ITestAction>::Reverse()
inline void List_1_Reverse_m989A26771810322CBEE1C9A051F7C97A2C8093A2 (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*, const RuntimeMethod*))List_1_Reverse_m3A8BEF4194B03E75859F94B4EE2F54045AF98708_gshared)(__this, method);
}
// System.Int32 System.Enum::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_CompareTo_m7857C6F62098FB59C5334577863DD23559CD50B5 (RuntimeObject* __this, RuntimeObject* ___target0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.MessageWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWriter__ctor_m8E092A5FA8A8013C1FB2FF1C76EE8D04AF794E70 (MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.MessageWriter::WriteMessageLine(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWriter_WriteMessageLine_mA5F4CFC9E5A1FE2B78154BA7F77A6C5477ACC0AC (MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* __this, String_t* ___message0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Constraints.MsgUtils::EscapeNullCharacters(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MsgUtils_EscapeNullCharacters_mEAD244D44C966B458C4DE97D5161CA42EAB13B93 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteExpectedLine(NUnit.Framework.Constraints.ConstraintResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteExpectedLine_m6E63D22F4F1ABB778BEBFA80D0F37E4AD1DD1C98 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___result0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteActualLine(NUnit.Framework.Constraints.ConstraintResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteActualLine_m8DF4BCB4386F2D19A1371E935C64A9E43F8C71E0 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___result0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteExpectedLine(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteExpectedLine_mF22405EFC109B113F89B416816B8AC32AB1E1062 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___expected0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteActualLine(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteActualLine_m3E556CA2A2ADF5A3EA9007B917E544998EA291B2 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___actual0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteExpectedLine(System.Object,NUnit.Framework.Constraints.Tolerance)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteExpectedLine_m3E72DEF8A28127C8F7413EEED1A1042F412043D3 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___expected0, Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* ___tolerance1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.MsgUtils::ClipExpectedAndActual(System.String&,System.String&,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MsgUtils_ClipExpectedAndActual_mC938F6E72E1B3B0A183990639218665B879E6CAA (String_t** ___expected0, String_t** ___actual1, int32_t ___maxDisplayLength2, int32_t ___mismatch3, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Constraints.MsgUtils::EscapeControlChars(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MsgUtils_EscapeControlChars_mC33B5EBE796E6CE561B10D06A65EA2F6F21E4529 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Constraints.MsgUtils::FindMismatchPosition(System.String,System.String,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MsgUtils_FindMismatchPosition_mD08CD091CBA29E36DD2B7CB319C1E9C7153C46A7 (String_t* ___expected0, String_t* ___actual1, int32_t ___istart2, bool ___ignoreCase3, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Constraints.MsgUtils::FormatValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MsgUtils_FormatValue_m6DD92B69F6B223E7AEE208852EF4D9C20FB98497 (RuntimeObject* ___val0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteCaretLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteCaretLine_mC34F4E4EB2F51811544E668BED7FB4D042F56C66 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, int32_t ___mismatch0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Constraints.MsgUtils::FormatCollection(System.Collections.IEnumerable,System.Int64,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MsgUtils_FormatCollection_m97DAC016B9B959E59DE2B51127BDD1D33A4F0A32 (RuntimeObject* ___collection0, int64_t ___start1, int32_t ___max2, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Constraints.ConstraintResult::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConstraintResult_get_Description_m19551C91CCD01366CBF7DFF58BC0E76135CD0750 (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Constraints.Tolerance::get_IsUnsetOrDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Tolerance_get_IsUnsetOrDefault_m0F6EF1B95CA3B71154801FA7457C30856908D129 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method) ;
// System.Object NUnit.Framework.Constraints.Tolerance::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Tolerance_get_Value_m897CF21D2BAF48C3CE6C1556E92E508CEB12ECC2 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ToleranceMode NUnit.Framework.Constraints.Tolerance::get_Mode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Tolerance_get_Mode_m6F7CEC0841CFB351BB6B58FC654D54EAC9CD650A (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Guard::ArgumentValid(System.Boolean,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_ArgumentValid_mFC4FAB9CF995DEE05398A9C0E08BA3DB52042D9A (bool ___condition0, String_t* ___message1, String_t* ___paramName2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_Method(System.Reflection.MethodInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_Method_m530E19B7C5DE3FA75EC623775D6A7936EDDD0C2A_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, MethodInfo_t* ___value0, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo NUnit.Framework.Internal.GenericMethodHelper::get_Method()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* GenericMethodHelper_get_Method_mC78D7917DAFB2E2274870EA58990F570D195AFD7_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_TypeParms(System.Type[])
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_TypeParms_m7513903C2B63EB5B8E1DBDA49279129BE0683369_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method) ;
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::get_TypeParms()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_TypeParms_mCEA4AE9ED1453605A10F897A2EB45CB5174DBFB9_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_TypeArgs(System.Type[])
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_TypeArgs_mA90F953566F7A4960A04AB90AD264E1631195367_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_ParmTypes(System.Type[])
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_ParmTypes_mD8A41376312EA724B214B27A5FA848134AE37D83_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method) ;
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::get_ParmTypes()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_ParmTypes_mBE1839DFEC56AC6634DEF759637907E0FD3AF129_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.GenericMethodHelper::TryApplyArgType(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_TryApplyArgType_mE08C51F55F36AC36B0C7BA7CA59F22025578C9A8 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, Type_t* ___parmType0, Type_t* ___argType1, const RuntimeMethod* method) ;
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::get_TypeArgs()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_TypeArgs_mE84C47F71935E1EFEF3F9E59341CFE8E30E22DAF_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.GenericMethodHelper::ApplyArgType(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_ApplyArgType_m11E59A422E225C12F82A02C30313D696F7A3FB5D (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, Type_t* ___parmType0, Type_t* ___argType1, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_HasElementType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m44F9601E586D2EEA2EDB93FB81D1D80521C264EE (Type_t* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.GenericMethodHelper::IsAssignableToGenericType(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericMethodHelper_IsAssignableToGenericType_mD5B2E2168A0FA7A89F89BAFB7F5A5E07E6F78E86 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, Type_t* ___givenType0, Type_t* ___genericType1, const RuntimeMethod* method) ;
// System.Type NUnit.Framework.Internal.TypeHelper::BestCommonType(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeHelper_BestCommonType_m80A0D15E6289C78ABCFD380D51C83699D8772ECD (Type_t* ___type10, Type_t* ___type21, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3 (Exception_t* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.Void System.Random::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_m151183BD4F021499A98B9DE8502DAD4B12DD16AC (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Randomizer::set_InitialSeed(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Randomizer_set_InitialSeed_m1A0C1B0BB888B77CF3F3A11038C9EB1F4B4A0BC9 (int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>::.ctor()
inline void Dictionary_2__ctor_m572BFE04699490C6EE9FA269BDEEF23AD7E26B76 (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// System.Void System.Random::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, int32_t ___Seed0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m432F9A585A8C22B24E44E866E6A7DB5547DE6EC8 (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* __this, MemberInfo_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1*, MemberInfo_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___key0, method);
}
// TValue System.Collections.Generic.Dictionary`2<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>::get_Item(TKey)
inline Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* Dictionary_2_get_Item_m0F7BFC9FF057ADA514FE3D0353900FC038C7E701 (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* __this, MemberInfo_t* ___key0, const RuntimeMethod* method)
{
return (( Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* (*) (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1*, MemberInfo_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___key0, method);
}
// NUnit.Framework.Internal.Randomizer NUnit.Framework.Internal.Randomizer::CreateRandomizer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* Randomizer_CreateRandomizer_m09A7BDC6B832D5AE3BAE94BAE91EBE41190B737F (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Reflection.MemberInfo,NUnit.Framework.Internal.Randomizer>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m88985D2BC93709F3E763BB33D6985151CBD076A3 (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* __this, MemberInfo_t* ___key0, Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1*, MemberInfo_t*, Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___key0, ___value1, method);
}
// NUnit.Framework.Internal.Randomizer NUnit.Framework.Internal.Randomizer::GetRandomizer(System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* Randomizer_GetRandomizer_mD843240ACFEBF847E1088DEF04644B0AF9EEB3DA (MemberInfo_t* ___member0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Randomizer::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Randomizer__ctor_m3F00C02876C6A10D3A20CB35F34F2D50045938B2 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int32_t ___seed0, const RuntimeMethod* method) ;
// System.UInt32 NUnit.Framework.Internal.Randomizer::NextUInt(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Randomizer_NextUInt_mECDE22D507EAA570EC1FD291E8C68231AB85B533 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint32_t ___min0, uint32_t ___max1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Guard::ArgumentInRange(System.Boolean,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_ArgumentInRange_m96244DC5EA936CE222691EBD3D5F906A7766FD4D (bool ___condition0, String_t* ___message1, String_t* ___paramName2, const RuntimeMethod* method) ;
// System.UInt32 NUnit.Framework.Internal.Randomizer::RawUInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Randomizer_RawUInt_m94DB573A4C296926037A5542B5BCCFF9DD9DB798 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method) ;
// System.Int16 NUnit.Framework.Internal.Randomizer::NextShort(System.Int16,System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Randomizer_NextShort_mCB4B931B7A352C33C0BDBAA1D156FCBF217403F4 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int16_t ___min0, int16_t ___max1, const RuntimeMethod* method) ;
// System.UInt16 NUnit.Framework.Internal.Randomizer::NextUShort(System.UInt16,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Randomizer_NextUShort_m8B80DA3B77D9CA5B25D2D93501ED2BADFBC83A0F (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint16_t ___min0, uint16_t ___max1, const RuntimeMethod* method) ;
// System.Int64 NUnit.Framework.Internal.Randomizer::NextLong(System.Int64,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Randomizer_NextLong_m58EB08784541D7D23E2EC645E1C84ED7D7400F0A (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int64_t ___min0, int64_t ___max1, const RuntimeMethod* method) ;
// System.UInt64 NUnit.Framework.Internal.Randomizer::RawULong()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Randomizer_RawULong_m72EB983A3ABBC65A2F824F590BCE97A3E9DE5BC0 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method) ;
// System.UInt64 NUnit.Framework.Internal.Randomizer::NextULong(System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Randomizer_NextULong_mF4517B643BADAEF453437EA70F8786E0FF62FCFE (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint64_t ___min0, uint64_t ___max1, const RuntimeMethod* method) ;
// System.Byte NUnit.Framework.Internal.Randomizer::NextByte(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Randomizer_NextByte_mD0C415D4E61D23389A8FD8A672B87B457A73478F (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint8_t ___min0, uint8_t ___max1, const RuntimeMethod* method) ;
// System.SByte NUnit.Framework.Internal.Randomizer::NextSByte(System.SByte,System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Randomizer_NextSByte_m598CDCDB01BD10C6BAB6B78B67F6C4B0226B7463 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int8_t ___min0, int8_t ___max1, const RuntimeMethod* method) ;
// System.Double NUnit.Framework.Internal.Randomizer::NextDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Randomizer_NextDouble_m79916EE9DF7595E949D2C570F5BF23B171F984F7 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, double ___max0, const RuntimeMethod* method) ;
// System.Double NUnit.Framework.Internal.Randomizer::NextDouble(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Randomizer_NextDouble_m659A79BC632D5738857DBF0F919D29986EE92127 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, double ___min0, double ___max1, const RuntimeMethod* method) ;
// System.Array NUnit.Framework.Internal.TypeHelper::GetEnumValues(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* TypeHelper_GetEnumValues_mE60362917D7F520BCF7F588AA482554981BFEC29 (Type_t* ___enumType0, const RuntimeMethod* method) ;
// System.Int32 System.Array::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ;
// System.Object System.Array::GetValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21 (RuntimeArray* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.Randomizer::GetString(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Randomizer_GetString_mB82683C0F59DE0EB2F8F311FD5CB54F89423E555 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int32_t ___outputLength0, String_t* ___allowedChars1, const RuntimeMethod* method) ;
// System.Decimal NUnit.Framework.Internal.Randomizer::NextDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Randomizer_NextDecimal_mF454875D0DEC5D64CF22CA198F7623B4AB785F4F (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Modulus(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Modulus_m7C76FD9EAB6505676E97F3DF93C493B90F874B92 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_mBD21308DC3938C1BDA86714B99985BAA623EF962 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_m97DE1A1C431696A13299452BF9C789F3DD4D19B2 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Addition(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Addition_m79AD1C3ED1E6345D50110EA4D20DAE724724B9DA (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Subtraction_m50F5DC718BD003A09A5BC62BAA3DECD0745AD3F1 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m2C5A01FFBCF3858E8EF62C569D993EDC1CBC60FA (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.UInt32 System.BitConverter::ToUInt32(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BitConverter_ToUInt32_m7EFCF9D77ACD0F2DA29F69587DDF6130391E6164 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// System.UInt64 System.BitConverter::ToUInt64(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BitConverter_ToUInt64_mD74DF4F6535FC635EB8697FC5175A7D99E3C62BF (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// System.Int64 System.BitConverter::ToInt64(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BitConverter_ToInt64_m1CDA079BFD3222894DB58B69449E0110ED37AB1C (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.Randomizer::NextBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Randomizer_NextBool_mE3A3E5627748BBD47214C99B0F7017EFF3ED8598 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method) ;
// System.Byte NUnit.Framework.Internal.Randomizer::NextByte(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Randomizer_NextByte_mAAAC1AB86600CDBF7C5F8B9A670525AE329A284C (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint8_t ___max0, const RuntimeMethod* method) ;
// System.Void System.IO.StringReader::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0 (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Void System.IO.StringWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_m072DFF5FFA84EBA7C38B282975D053E738C56E6D (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* __this, const RuntimeMethod* method) ;
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___input0, const RuntimeMethod* method) ;
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m082970AA73B8236360F0CA651FA24A8D1EBF89CD (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___pattern0, const RuntimeMethod* method) ;
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Internal.StringUtil::Compare(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringUtil_Compare_m703BAA7313CA7B24DD684A0102F9933B3F489AFF (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_mC49A06A39A590A9DA7B4A982CA7D4C3C78FB758D (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::.ctor(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_m712295DB7928CDA70FE5E5C8FE86B982AC844C3F (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_m9921E5D1963E97BC423A7C866B55B90B6E7784A1 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::.ctor(NUnit.Framework.Interfaces.ITestData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_m4D654A16738D58AD3BCE6B96B39D744E57F2BDFE (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, RuntimeObject* ___data0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestFixtureParameters::set_TypeArgs(System.Type[])
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestFixtureParameters_set_TypeArgs_m7C2401BF7574A7561F434DC4CA7267D4A13C94A9_inline (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::set_RunState(NUnit.Framework.Interfaces.RunState)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_RunState_m02C4A21CC4ECC93FD88543C9A1A054F38F1CD988_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.PropertyBag::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_mB3ABDD45D4773DDDC946B65E63E2D2FE071F6D20 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::set_Properties(NUnit.Framework.Interfaces.IPropertyBag)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_Properties_mE734C468607367431148524F9B4076C7AE27BE7E_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::InitializeAguments(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_InitializeAguments_m6DB2B40A8D32623CF9D0433F9664BF7B2D330A28 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Internal.TestParameters::get_Properties()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.ExceptionHelper::BuildMessage(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExceptionHelper_BuildMessage_m2723473059C1EB01C29EEA7E3E538174BD64180E (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.ExceptionHelper::BuildStackTrace(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExceptionHelper_BuildStackTrace_m9DD1D48727C9183AC0491C98C776ED3E7988F034 (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::set_TestName(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_TestName_m549FA9FF6C0DB488934B4C33DB6D77C20CE1E272_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::set_OriginalArguments(System.Object[])
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_OriginalArguments_mC69A0BB91DEDCD133B229E4D8D7D2FAD1C470F0B_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestParameters::set_Arguments(System.Object[])
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_Arguments_mC540730FE014913CF4D7891C2E1B0F075C007095_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method) ;
// System.Object[] NUnit.Framework.Internal.TestParameters::get_Arguments()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* TestParameters_get_Arguments_m68B241EEA64247527D8E7D07578672ABE65AF154_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method) ;
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4239F97ECC23A71F4191B8722362A1AA38E2E98F (RuntimeArray* ___sourceArray0, RuntimeArray* ___destinationArray1, int32_t ___length2, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.RunState NUnit.Framework.Internal.TestParameters::get_RunState()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TestParameters_get_RunState_m36FAF26A97B852242407C45BBF8B10BE575172E0_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_RunState(NUnit.Framework.Interfaces.RunState)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522 (const RuntimeMethod* method) ;
// System.Void System.Globalization.CultureInfo::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m13C68B1478A97FC5FA9653C46B2C42DA01573FFB (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.CultureDetector::IsCultureSupported(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureDetector_IsCultureSupported_m15B32AE6CCED0D6B854429295DA382A4690C928C (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, String_t* ___culture0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.IncludeExcludeAttribute::get_Include()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IncludeExcludeAttribute_get_Include_m92D4285172521EAEF1D145F7A3C69B8EC7D9EFE9 (IncludeExcludeAttribute_t3450D80F38BE1ECB0DD90134F8185B436BF6C3D9* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.IncludeExcludeAttribute::get_Exclude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IncludeExcludeAttribute_get_Exclude_m7D73D76489F4AB23F9086859D4B0CD45183FE831 (IncludeExcludeAttribute_t3450D80F38BE1ECB0DD90134F8185B436BF6C3D9* __this, const RuntimeMethod* method) ;
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___separator0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.CultureDetector::IsCultureSupported(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureDetector_IsCultureSupported_mE6E109C1204F63A673DC382E3611AF6E7ACA6ACA (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___cultures0, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) ;
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_CreateDelegate_mA2E221A01A8B3FBEC4C8A529F3C213C60A3A2C53 (Type_t* ___type0, MethodInfo_t* ___method1, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Exception>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m55F05090D04B2CE985AB61F6DB2C073AECD12A2E (Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`1<System.Exception>::Invoke(T)
inline void Action_1_Invoke_m43B5C4C0F292CE3E07CB03B46D8F960ACF7D6A58_inline (Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04* __this, Exception_t* ___obj0, const RuntimeMethod* method)
{
(( void (*) (Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04*, Exception_t*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___obj0, method);
}
// System.Type System.Exception::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_m0A69DC59537ACE5D88B174EE1098453E1276E53B (StringBuilder_t* __this, RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<System.Exception> NUnit.Framework.Internal.ExceptionHelper::FlattenExceptionHierarchy(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* ExceptionHelper_FlattenExceptionHierarchy_m4D69B1BE447970AA6D6855AB8DB7CDB696020663 (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Exception>::GetEnumerator()
inline Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82 List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4 (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* __this, const RuntimeMethod* method)
{
return (( Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82 (*) (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Exception>::Dispose()
inline void Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD (Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<System.Exception>::get_Current()
inline Exception_t* Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_inline (Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82* __this, const RuntimeMethod* method)
{
return (( Exception_t* (*) (Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Exception>::MoveNext()
inline bool Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A (Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.String NUnit.Framework.Internal.ExceptionHelper::GetStackTrace(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExceptionHelper_GetStackTrace_mB7A7D34D4EEC118261A309DBEF542D0B5BB5AE3A (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mCD797D942316CB356205FD96415B0B7581CDAD60 (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Exception>::.ctor()
inline void List_1__ctor_mD910536376B8EBB5BDB30088BE4FE395391592F3 (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Exception System.Exception::get_InnerException()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Exception>::Add(T)
inline void List_1_Add_m8E3C27DE02A5C8D1AE01D55D6B325BFB693CF385_inline (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* __this, Exception_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B*, Exception_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.Exception>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1_AddRange_m8338E210501007C3BFAC9729E40F6260D0D68E96 (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___collection0, method);
}
// System.Void NUnit.Framework.Internal.ExceptionHelper/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m80B205F82D13F3D3E598AD3D16419D83161F357A (U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4* __this, const RuntimeMethod* method) ;
// T System.Lazy`1<NUnit.Framework.Internal.OSPlatform>::get_Value()
inline OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* Lazy_1_get_Value_mA06497456E245ECEDE2834708416005A67704514 (Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C* __this, const RuntimeMethod* method)
{
return (( OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* (*) (Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C*, const RuntimeMethod*))Lazy_1_get_Value_m80A9A8E00656C1301C6EC23B874F2C5B9EFE80BD_gshared)(__this, method);
}
// Microsoft.Win32.RegistryKey Microsoft.Win32.RegistryKey::OpenSubKey(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* RegistryKey_OpenSubKey_m096C287ECF6C7A3D8B8F14986969D40A3FEAC6D1 (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Object Microsoft.Win32.RegistryKey::GetValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69 (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean System.Int32::TryParse(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_mFC6BFCB86964E2BCA4052155B10983837A695EA4 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
inline bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline)(__this, method);
}
// T System.Nullable`1<System.Int32>::get_Value()
inline int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared)(__this, method);
}
// System.Void System.Version::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5 (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, int32_t ___major0, int32_t ___minor1, int32_t ___build2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.OSPlatform::.ctor(System.PlatformID,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSPlatform__ctor_mDE31E42118F815EC12A8782DF6A3B539F09109DF (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, int32_t ___platform0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, const RuntimeMethod* method) ;
// System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_m0187620AAB78B85416CE4C948B60B6A76CA84CAC (int32_t ___cb0, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Internal.OSPlatform::uname(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OSPlatform_uname_m47DD4CDFC0AC7F84E04745002F208E9868CC5AF0 (intptr_t ___buf0, const RuntimeMethod* method) ;
// System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m86CDF46D9E4810BD7DB9BB52C1036E24A7DD46EE (intptr_t ___ptr0, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.Marshal::FreeHGlobal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_FreeHGlobal_m691596E1E19CB74918F8FF871A05E4BE80748BCC (intptr_t ___hglobal0, const RuntimeMethod* method) ;
// System.Int32 System.Version::get_Major()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
// System.Int32 System.Version::get_Minor()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT5()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT5_m34D6214439FBB40C912831D37ECB994668C66AD0 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.OSPlatform/ProductType NUnit.Framework.Internal.OSPlatform::get_Product()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT6()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT6_m550248CB78CB699F59F5536A10C33EAB8FC57E2C (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT60()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT60_mCE537D211AFA131241978F07F2DEA62C9041B730 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2008ServerR1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2008ServerR1_m0CF0A9EB235214C892138552137C43959ADB7C36 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2008ServerR2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2008ServerR2_m6C3097D335B599B5F961BD3776CB9E6EB4A2FED5 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT61()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT61_mDDCDE0DE81CA3AAACB57DD656803AC05A8710B5B (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2012ServerR1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2012ServerR1_m81BF0B08F0B697AE9693101F88ABB62887A1AA94 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2012ServerR2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2012ServerR2_m8C07B3DD9974CE4B3125726373BDEE29B5E6D86C (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT62()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT62_m643943A1716DBDF1D4CE4086F51666EAA0A66384 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT63()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT63_mF20A06FC28149B6CA86B84EBD3F72159C1BE1C26 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Void System.Func`1<NUnit.Framework.Internal.OSPlatform>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_mB0EBC77B9BB3B0BE0E782E16B7A33BD1528753B8 (Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Lazy`1<NUnit.Framework.Internal.OSPlatform>::.ctor(System.Func`1<T>)
inline void Lazy_1__ctor_mD933F1FADC69D0A5BDF12476DCFFF3C751DE510A (Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C* __this, Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4* ___valueFactory0, const RuntimeMethod* method)
{
(( void (*) (Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C*, Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4*, const RuntimeMethod*))Lazy_1__ctor_mE55626DCDDEDB9168837CC351A8F10DB9A0972B4_gshared)(__this, ___valueFactory0, method);
}
// System.Void NUnit.Framework.Internal.OSPlatform/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m126830B662F42C71AB9E16787DB92A8FAB15AF2B (U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543* __this, const RuntimeMethod* method) ;
// System.OperatingSystem System.Environment::get_OSVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* Environment_get_OSVersion_mE57572A131F223315BB4EFDE0CE136DC2FDDCEE2 (const RuntimeMethod* method) ;
// System.PlatformID System.OperatingSystem::get_Platform()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* __this, const RuntimeMethod* method) ;
// System.Version System.OperatingSystem::get_Version()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* __this, const RuntimeMethod* method) ;
// System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_m024A94DC162D5D968E753E86E4CD500C75990649 (RuntimeObject* ___structure0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::GetVersionEx(NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_GetVersionEx_m66218C77B5B530AD59F4309CFEA2B818D3067A4C (OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985* ___osvi0, const RuntimeMethod* method) ;
// System.Version NUnit.Framework.Internal.OSPlatform::GetWindows81PlusVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* OSPlatform_GetWindows81PlusVersion_m28DF68894026FFBE5DAC300555388EB5F349425B (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method) ;
// System.Void System.OperatingSystem::.ctor(System.PlatformID,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperatingSystem__ctor_mC7971D7F68B642197150EDDF6343D20A178888FE (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* __this, int32_t ___platform0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.OSPlatform::.ctor(System.PlatformID,System.Version,NUnit.Framework.Internal.OSPlatform/ProductType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSPlatform__ctor_mB7660859450214BBBFA46C50105C9C97A9A6F64F (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, int32_t ___platform0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, int32_t ___product2, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::CheckIfIsMacOSX(System.PlatformID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_CheckIfIsMacOSX_m888C4CD1D41638D30B1D76DE97B249EA2B6D452A (int32_t ___platform0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestCaseParameters::set_ExpectedResult(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestCaseParameters_set_ExpectedResult_m33057A81E860C767B6DB7B29C9BBA0553C964108 (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestCaseParameters::set_HasExpectedResult(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestCaseParameters_set_HasExpectedResult_m4B5A5C19BB1C9FCB4D5D0D32DBB82A6F81F581EB_inline (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, bool ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.OSPlatform NUnit.Framework.Internal.OSPlatform::get_CurrentPlatform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* OSPlatform_get_CurrentPlatform_mAA30E992CA73D50A2B088BB2B30259A51EDE2DB3 (const RuntimeMethod* method) ;
// NUnit.Framework.Internal.RuntimeFramework NUnit.Framework.Internal.RuntimeFramework::get_CurrentFramework()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* RuntimeFramework_get_CurrentFramework_mFCB528F6989439C0319620FA680D09BF324EB8A4 (const RuntimeMethod* method) ;
// System.Void System.Func`2<System.String,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m247D5044A4E1F518CA84A38B9A9F30E66BDD8184 (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method);
}
// System.Boolean System.Linq.Enumerable::Any<System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline bool Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E (RuntimeObject* ___source0, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* ___predicate1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mDCE2755EF33EFD51A60E9238A1537E3B41351058_gshared)(___source0, ___predicate1, method);
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_m06FAC74737BACC5D8927C4C704F21F3D097D8960 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, String_t* ___include0, String_t* ___exclude1, const RuntimeMethod* method) ;
// System.String NUnit.Framework.TestCaseAttribute::get_IncludePlatform()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TestCaseAttribute_get_IncludePlatform_m5B08D3DD593602D4F7385705F303CE907DC44D45_inline (TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.TestCaseAttribute::get_ExcludePlatform()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TestCaseAttribute_get_ExcludePlatform_m87B55A96FE8F8B3AFF9BD21DB2D94AE8DC1744ED_inline (TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_m3AA1AA227AA2DB5922B342324B3C92CAF4413D81 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, String_t* ___platform0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_mEA869815F4F73D2BCC50631CBCFAC1242E485DE8 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___platforms0, const RuntimeMethod* method) ;
// System.String System.String::ToUpper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49 (String_t* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows_m59B38172EDFFE9F94F501E74D92BEF49B5C56FB5 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin32S()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin32S_mF2E2F0ACB5A5E69DFA81A04BFFECD2EAC19CFBDD (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin32Windows()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin32Windows_mBB31A2A5BBD7EAFC3189867099BE41CE84C8DFF4 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin32NT()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin32NT_mBFCF71010E87A78AC12701D05586DBF4AF30FE9A (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWinCE()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWinCE_m7BC8934676764F97F0DAEA8F87BE3100723A9852 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin95()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin95_m0F59FDD2B297706FA6F08AAE0D6A4328248420F9 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin98()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin98_mF7151E634C22161731F7AED35DBACCF13068A735 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWinME()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWinME_m5F5B0B804FED799DCFE3D85A0FD0D33AC19E469F (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT3()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT3_mD7E4FC4DC300FD630D6104C352CEC8109E6016FF (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT4_mA5B54B1A40227F10E23784622E26309FB811AAAC (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2K()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2K_mF61C096DACD782C92A81349AB1B1C5BE992475BB (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWinXP()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWinXP_m9B36B5738A3CA9CC380C7B6D66663ACB475FA6C4 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2003Server()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2003Server_mF433F336D0D831F284BEF0A537B6D94AFFBCFDC8 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsVista()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsVista_m0BC1AE06C93FF6C0C37FD6D1D3149FCD60E469F1 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2008Server()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2008Server_mCDAD53AAA4FA53EFF846E77EE46C785D3FDCE384 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows7()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows7_m8E9569688D6D77FCA212F5C255B4B712881959A9 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows8_mEA37FAB6B24A870EE955128FE614ED22EDA6363B (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows81()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows81_m06EBD12E629E46F24E7F91F487571301F30E5CD6 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows10()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows10_m280FCD350B458CBDB01774736BF806A70893DD0A (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindowsServer10()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindowsServer10_m14C148ADA6C8A0DB61180933E58C332A6107BAEE (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsUnix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsUnix_m797C0DC874772632774D3FD80E086327FE25733D (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsXbox()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsXbox_mF95B9FD244F3904C76ABCE6AEE2AB9F4B71277A4 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsMacOSX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsMacOSX_mA0FCA733093BEE490FEBA55CF14F983D80B5B350 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method) ;
// System.Int32 System.IntPtr::get_Size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10 (const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsRuntimeSupported(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsRuntimeSupported_m08BC3FBB3CB9CDD75E9B7E92C86CA64CCDF732EB (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, String_t* ___platformName0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsRuntimeSupported(NUnit.Framework.Internal.RuntimeType,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, int32_t ___runtime0, String_t* ___versionSpecification1, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.Void System.Version::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_m52D06833AE6481C0A9B72085BDC4D09A723CEF7F (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, String_t* ___version0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::.ctor(NUnit.Framework.Internal.RuntimeType,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework__ctor_mFB7FC673DA46E030AD1E365313546DBFA46C8BDF (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, int32_t ___runtime0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::Supports(NUnit.Framework.Internal.RuntimeFramework)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_Supports_m07884F38E122DC79E6C4A157665341FB83A164B4 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* ___target0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18 (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* __this, String_t* ___key0, RuntimeObject** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA*, String_t*, RuntimeObject**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>::Add(TKey,TValue)
inline void Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* __this, String_t* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA*, String_t*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* __this, String_t* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA*, String_t*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m5204DD37DAD1FE2D13DA1358C95E50E40EA7D6D7 (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___key0, method);
}
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>::get_Keys()
inline KeyCollection_t5BAF0C9B489855B153EF4C22EF467ACFF1EFF1F1* Dictionary_2_get_Keys_m0A6A7C4A7F5AF2FD3AC691C19216EFBF119423A5 (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* __this, const RuntimeMethod* method)
{
return (( KeyCollection_t5BAF0C9B489855B153EF4C22EF467ACFF1EFF1F1* (*) (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA*, const RuntimeMethod*))Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared)(__this, method);
}
// System.Void NUnit.Framework.Interfaces.TNode::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TNode__ctor_mCB3D048428044D2BACE926AEC5B12344A0EAE73A (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, String_t* ___name0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.PropertyBag::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* PropertyBag_AddToXml_m30FD00226AB3D89D6B229E4A26BB4C4969C064A0 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___parentNode0, bool ___recursive1, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.TNode::AddElement(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TNode_AddElement_m72A18EF5081B2D80E44D7950287CF42FD9355B43 (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Collections.Generic.ICollection`1<System.String> NUnit.Framework.Internal.PropertyBag::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyBag_get_Keys_m2DB91FA39E64211A377866C9B8FF1E15E074B711 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, const RuntimeMethod* method) ;
// System.Collections.IList NUnit.Framework.Internal.PropertyBag::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyBag_get_Item_m5346297A7C9D82EAF38F431154530F6820EBFF8F (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, String_t* ___key0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Interfaces.TNode::AddAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.IList>::.ctor()
inline void Dictionary_2__ctor_mBA760178D2BEA77BAB13E9206771B92B46F63662 (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor()
inline void List_1__ctor_m77A797E121255F214E782ADF78DFA7E03614C11F (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Add(T)
inline void List_1_Add_mF8C65449AF6B15906CE1E82754FA5D89CADEB217_inline (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* __this, MethodInfo_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB*, MethodInfo_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void NUnit.Framework.Internal.Reflect/BaseTypesFirstComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseTypesFirstComparer__ctor_m3AFA79634AB05EDC15FF7651C88ECBF49BFD6D6B (BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Sort(System.Collections.Generic.IComparer`1<T>)
inline void List_1_Sort_mC927030548967988A7D9F06EA48C64F8C2E23092 (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* __this, RuntimeObject* ___comparer0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB*, RuntimeObject*, const RuntimeMethod*))List_1_Sort_m4204C143D97E871DF2553329CFB0FBE3CD1A01F2_gshared)(__this, ___comparer0, method);
}
// T[] System.Collections.Generic.List`1<System.Reflection.MethodInfo>::ToArray()
inline MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* List_1_ToArray_m798F27C64A36987B8433EB6BDDDCC88C45B83F4A (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* __this, const RuntimeMethod* method)
{
return (( MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* (*) (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.Func`3<System.Type,System.Object[],System.Object> NUnit.Framework.Internal.Reflect::get_ConstructorCallWrapper()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* Reflect_get_ConstructorCallWrapper_mB42AF19CC4DA009FC311CB58860DCF91EF57AE4E_inline (const RuntimeMethod* method) ;
// TResult System.Func`3<System.Type,System.Object[],System.Object>::Invoke(T1,T2)
inline RuntimeObject* Func_3_Invoke_m2016220A7D63E0F979911D8D94B6DBD00061F072_inline (Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* __this, Type_t* ___arg10, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arg21, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Func_3_tE3297F9B22AC96103F28230F95C054493DE09335*, Type_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*))Func_3_Invoke_m31D9E56C7CAE538FD8564F34CABA2C2A537ED393_gshared_inline)(__this, ___arg10, ___arg21, method);
}
// System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554 (Type_t* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___types0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.InvalidTestFixtureException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTestFixtureException__ctor_mB0A8F2AC74097118D584A7BE75399320B10A9EBF (InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters0, const RuntimeMethod* method) ;
// System.Object NUnit.Framework.Internal.Reflect::Construct(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Reflect_Construct_m76A0270446D21C0111055B0289DC6A92681AEB7A (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Type[] NUnit.Framework.Internal.Reflect::GetTypeArray(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* Reflect_GetTypeArray_m7524F11DE7930ED20E089A4686C59E1604EB06CE (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___objects0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_mCCB924095B2409503962B0747A0FA848B88DFC33 (U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* __this, const RuntimeMethod* method) ;
// System.Func`2<System.Func`1<System.Object>,System.Object> NUnit.Framework.Internal.Reflect::get_MethodCallWrapper()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* Reflect_get_MethodCallWrapper_mE4BF0186B3D2037ED785400FCEFD30CB8EF1F225_inline (const RuntimeMethod* method) ;
// System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8 (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// TResult System.Func`2<System.Func`1<System.Object>,System.Object>::Invoke(T)
inline RuntimeObject* Func_2_Invoke_m576FD895997C3B20F127609540D0D327EE4C8ED2_inline (Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___arg0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6*, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___arg0, method);
}
// System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___obj0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.NUnitException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitException__ctor_mF31D051315A644200E31B8830F02FF49F49DECC1 (NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B* __this, String_t* ___message0, Exception_t* ___inner1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestResult::set_Test(NUnit.Framework.Interfaces.ITest)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestResult_set_Test_m9E32116D6982DF71116CE3537831BA23927875EE_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestResult::set_ResultState(NUnit.Framework.Interfaces.ResultState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_ResultState_m1903D6A2AA42496386147627C9A7EAF34DD0168D (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___value0, const RuntimeMethod* method) ;
// System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_mF38CB8046B79DEF523E427B7F41CA3135671D0C8 (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method) ;
// System.IO.TextWriter System.IO.TextWriter::Synchronized(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* TextWriter_Synchronized_m23960EE72ADE15FF98371EB36D86ACB3F913487F (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestResult::set_OutWriter(System.IO.TextWriter)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestResult_set_OutWriter_m47F542AEBDD5BC8FF22884BECC0543B89A98F209_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Internal.TestResult::get_Test()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TestStatus NUnit.Framework.Interfaces.ResultState::get_Status()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResultState_get_Status_m2919855C7E5612271F746EF2C6FD2DA18C0ADB44_inline (ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Interfaces.ResultState::get_Label()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ResultState_get_Label_m5CEB77E1D24D3F80511751530A00AF86C6D793B1_inline (ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.FailureSite NUnit.Framework.Interfaces.ResultState::get_Site()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResultState_get_Site_m7AD17B819EE2615E4C2AA75659C5A49F9B9C9E23_inline (ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* __this, const RuntimeMethod* method) ;
// System.DateTime NUnit.Framework.Internal.TestResult::get_StartTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TestResult_get_StartTime_mBDB073A620DCDA8A1DB41B4D735170FB745B4306_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// System.DateTime NUnit.Framework.Internal.TestResult::get_EndTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TestResult_get_EndTime_mCF4DC9C37F6E91EC30CEB304242127A5BC1A891E_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// System.Double NUnit.Framework.Internal.TestResult::get_Duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TestResult_get_Duration_mF42A678DAB67153C84CA1079FFBDDBC105F8F76F (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_get_InvariantInfo_m08BD3BFBBBE015F2EDCF6DE969ACFB327E453621 (const RuntimeMethod* method) ;
// System.String System.Double::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Internal.TestResult::get_AssertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestResult_get_AssertCount_mFF5145BF2BD4ECB8F97CBD60B08B8CC0FE05541C (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddFailureElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_AddFailureElement_mB8732E247B7105A6A8D05F71E45D427C796FC2D7 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddReasonElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_AddReasonElement_m33250B3A9D30866AAD1FADD3E1DFF42253E37DF0 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestResult::get_Output()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestResult_get_Output_m0CC95E42E32C71DA158DB3137180832FDE840CCF (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddOutputElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_AddOutputElement_m0F56D0B292986D812F5BD75A06C5B3BDBFF3B357 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestResult::SetResult(NUnit.Framework.Interfaces.ResultState,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___resultState0, String_t* ___message1, String_t* ___stackTrace2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestResult::set_Message(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_Message_m23C4CBACF76115986D2424EB4776CF451074EDC1 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestResult::set_StackTrace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_StackTrace_m7E7D97D28B6B6F86B1915AB34078F367AC4F2405 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.StackFilter::Filter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFilter_Filter_m5843B216249F7BD98AFD12B7A71041495142D91D (String_t* ___rawTrace0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Interfaces.ResultState::WithSite(NUnit.Framework.Interfaces.FailureSite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ResultState_WithSite_mB9B8CED6D7F3B110926C554B46DF7EA5D176E2F4 (ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* __this, int32_t ___site0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.TNode::AddElementWithCDATA(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TNode_AddElementWithCDATA_m841285147BFE840C1C28549A8BA385E240F8041C (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_Runtime(NUnit.Framework.Internal.RuntimeType)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_Runtime_m973DC99C054F85F98C190BD9A9B6220BE52A1D25_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Version::get_Build()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Build_m6B12DD50C0DD307EEE100834EAE94E9E4D7865D6_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::InitFromFrameworkVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_InitFromFrameworkVersion_m3BDFB2C5773B0032AFA411E409347E87D5386A13 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::InitFromClrVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_InitFromClrVersion_mA329B174A586487A57AA32D31177ADD39B5D7E28 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.RuntimeFramework::GetDefaultDisplayName(NUnit.Framework.Internal.RuntimeType,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeFramework_GetDefaultDisplayName_mE6698618C807FF8401F22B7669654957C29F5D7E (int32_t ___runtime0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_DisplayName(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_DisplayName_m7695CE23F90B2512A2A873674FE6450AC4584BAF_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_ClrVersion(System.Version)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_FrameworkVersion(System.Version)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_FrameworkVersion_m6A81243F4E047A26B2518ECBC55F5EE3D3394E2D_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.RuntimeType NUnit.Framework.Internal.RuntimeFramework::get_Runtime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method) ;
// System.Void System.Version::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_m0871675040007535EA3D8083A4BEAE9DF8C92FF4 (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, int32_t ___major0, int32_t ___minor1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework::ThrowInvalidFrameworkVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_ThrowInvalidFrameworkVersion_m5F45AF8D73CA3A2CC7A5B8C7860D3EF927D5A19B (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method) ;
// T System.Lazy`1<NUnit.Framework.Internal.RuntimeFramework>::get_Value()
inline RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* Lazy_1_get_Value_m219524ED5DC97781E8CE97614707D844A0331538 (Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34* __this, const RuntimeMethod* method)
{
return (( RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* (*) (Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34*, const RuntimeMethod*))Lazy_1_get_Value_m80A9A8E00656C1301C6EC23B874F2C5B9EFE80BD_gshared)(__this, method);
}
// System.Version NUnit.Framework.Internal.RuntimeFramework::get_ClrVersion()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* RuntimeFramework_get_ClrVersion_mFBBF6F9E396A4C7F43B1E72B1CC9C994890C933F_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method) ;
// System.Boolean System.Version::op_Equality(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Equality_m4DFED47C6F3258EB59FCACA6A314B42B30EB7BC0 (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___v10, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___v21, const RuntimeMethod* method) ;
// System.Object System.Enum::Parse(System.Type,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m1ABE53499F05D295104BDE57EE12376CF4513585 (Type_t* ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method) ;
// System.Char System.Char::ToLower(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m643675C4A50AD39A7BE3F5C3F40A1BFD547FF957 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::IsRuntimeTypeName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_IsRuntimeTypeName_m2BA11A21731DA8B955B26B0F523912637865E593 (String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::get_AllowAnyVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_get_AllowAnyVersion_m685ED3CDD79A628339FD2EE2E1CBDBB5BF108C6F (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method) ;
// System.Version NUnit.Framework.Internal.RuntimeFramework::get_FrameworkVersion()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::VersionsMatch(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_VersionsMatch_mFC7FD8B2E68DC9C42E58D792849300025A63CC36 (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___v10, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___v21, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.RuntimeFramework/<>c__DisplayClass29_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0__ctor_m2E097841A36F9022CC0480B3D250B60FF6C676FB (U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6* __this, const RuntimeMethod* method) ;
// System.String[] NUnit.Framework.Internal.TypeHelper::GetEnumNames(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* TypeHelper_GetEnumNames_m63984A5578A0E7B3139D55E531262A278C114860 (Type_t* ___enumType0, const RuntimeMethod* method) ;
// System.Int32 System.Version::get_Revision()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Revision_mB8ABEDBEF89C1F44A43A93E90A943EBF94BDB030_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
// System.Void System.Func`1<NUnit.Framework.Internal.RuntimeFramework>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m50EE7BB0E4FF81CA7149D04699458DE3064FFD3B (Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Lazy`1<NUnit.Framework.Internal.RuntimeFramework>::.ctor(System.Func`1<T>)
inline void Lazy_1__ctor_mB5C8AF11557A74C9394D87BDDFADAC3BD7CD755D (Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34* __this, Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261* ___valueFactory0, const RuntimeMethod* method)
{
(( void (*) (Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34*, Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261*, const RuntimeMethod*))Lazy_1__ctor_mE55626DCDDEDB9168837CC351A8F10DB9A0972B4_gshared)(__this, ___valueFactory0, method);
}
// System.Void NUnit.Framework.Internal.RuntimeFramework/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mCDB3E57D72424A2C561A20F78D3B84E851352D6D (U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539* __this, const RuntimeMethod* method) ;
// System.Version System.Environment::get_Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* Environment_get_Version_m965E39968014A21B9EE509E938D59BBF2922F3D4 (const RuntimeMethod* method) ;
// System.String System.IO.Path::Combine(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method) ;
// System.Boolean System.IO.Directory::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_m1AC1A8910C9883BD4198ECF585C97F09E23C4702 (String_t* ___path0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ITestListener NUnit.Framework.Internal.TestListener::get_NULL()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestListener_get_NULL_m7768ACF96311942327C3C9886825E408D469A669 (const RuntimeMethod* method) ;
// System.Void NUnit.Compatibility.LongLivedMarshalByRefObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongLivedMarshalByRefObject__ctor_m1472CD5B08C1A89BBB81C34452E5B72BAAEFE0DE (LongLivedMarshalByRefObject_tDE6F7C2A62F87B42F85F5B57A31E2B7D4A647889* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_TestCaseTimeout(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_TestCaseTimeout_mF7F1A7744B6B319994A3C91FB6647830F3A52169_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_UpstreamActions(System.Collections.Generic.List`1<NUnit.Framework.ITestAction>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_UpstreamActions_m334ECC5DCF2C70FD4BCFB903D2A04AF62DC35166_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* ___value0, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentUICulture_m6802203666D09C5CC178AC9F5DEAF3D1C7076CE5 (const RuntimeMethod* method) ;
// System.Security.Principal.IPrincipal System.Threading.Thread::get_CurrentPrincipal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Thread_get_CurrentPrincipal_m72E9728B8C7F4117237D730C33A2DBC83E391E2F (const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ValueFormatter::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueFormatter__ctor_mFAB66D34A2B66AE2A6463C3C83157B9630F9D700 (ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentValueFormatter(NUnit.Framework.Constraints.ValueFormatter)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentValueFormatter_m7E9C68A8CFF99CCCFB20EC57DC5B29DA13293D7B_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_IsSingleThreaded(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_IsSingleThreaded_m9A58D84E39F776E8FCB03D6F449FCBDFC4EA26DC_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, bool ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.Test NUnit.Framework.Internal.TestExecutionContext::get_CurrentTest()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* TestExecutionContext_get_CurrentTest_m2ED96D816867716706E549FDB4E96A267C400259_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentTest(NUnit.Framework.Internal.Test)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentTest_m1C1A0218999EAB6BA5878D120A6BA5A9C298C265_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.TestResult NUnit.Framework.Internal.TestExecutionContext::get_CurrentResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* TestExecutionContext_get_CurrentResult_m68C19D68D6779835199529955628BB0703BEC49B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentResult(NUnit.Framework.Internal.TestResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentResult_mDE69D8FA71E768695ECC85BCB15A33F8AD74B9D2 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* ___value0, const RuntimeMethod* method) ;
// System.Object NUnit.Framework.Internal.TestExecutionContext::get_TestObject()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_TestObject_mF7BC109595DA8B174503BE598D818ED04CA2FDE1_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_TestObject(System.Object)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_TestObject_m80932E4120A4B321E372C01808E19BCBF63537BC_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestExecutionContext::get_WorkDirectory()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TestExecutionContext_get_WorkDirectory_m36C7C4DC2DB852AAEC4CC1964E2CEFC73148BE23_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_WorkDirectory(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_WorkDirectory_m722BE383D5C0747B277393D7F6A806228F7D4CA7_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.TestExecutionContext::get_StopOnError()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TestExecutionContext_get_StopOnError_m10738D6909E68C5E29F3605FBCC060AAD720EEF1_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_StopOnError(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_StopOnError_m4F9D69A32FA1B59093C00848D44C728AD6C42D2B_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Internal.TestExecutionContext::get_TestCaseTimeout()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_TestCaseTimeout_mDC877CF23B14A203108DAD7B2CB90295DE29FF9A_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NUnit.Framework.ITestAction> NUnit.Framework.Internal.TestExecutionContext::get_UpstreamActions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* TestExecutionContext_get_UpstreamActions_m59A782BADA8EF96C9DF024D8721247073EAB0D1B_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo NUnit.Framework.Internal.TestExecutionContext::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* TestExecutionContext_get_CurrentCulture_mE440A7E644615DF403D0DC4CBC7ACCD96099454C (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo NUnit.Framework.Internal.TestExecutionContext::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* TestExecutionContext_get_CurrentUICulture_m0CFE421D502516D75CB86DE8265B79CC3B27176B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Security.Principal.IPrincipal NUnit.Framework.Internal.TestExecutionContext::get_CurrentPrincipal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_CurrentPrincipal_m4A7172D24D31B520C9771504177C0A444DFA56FB (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ValueFormatter NUnit.Framework.Internal.TestExecutionContext::get_CurrentValueFormatter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* TestExecutionContext_get_CurrentValueFormatter_mA777892544A577F63638D9DD9F807F51BF064902_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.Execution.IWorkItemDispatcher NUnit.Framework.Internal.TestExecutionContext::get_Dispatcher()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_Dispatcher_m93951A50AE8A50ABD31625181AF214975FF60C40_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_Dispatcher(NUnit.Framework.Internal.Execution.IWorkItemDispatcher)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_Dispatcher_m246147F23E54A48DB088587D0E681602D355E1EA_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.ParallelScope NUnit.Framework.Internal.TestExecutionContext::get_ParallelScope()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_ParallelScope_m85C17659CD61171BBB5FF8482429AD82A817AA25_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_ParallelScope(NUnit.Framework.ParallelScope)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_ParallelScope_m2B2173E5B0D118DED595FE3FACEF59868C28B7EC_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.TestExecutionContext::get_IsSingleThreaded()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TestExecutionContext_get_IsSingleThreaded_m27B0746FE941B1830E1C5BE08C3537487E98E68D_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.TestExecutionContext NUnit.Framework.Internal.TestExecutionContext::GetTestExecutionContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* TestExecutionContext_GetTestExecutionContext_m609EDAB038CF85D0A7E525DC0F6FDCE1A97DFB82 (const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext__ctor_m00D6E867F90070CF85CFB9DEC2909CAEE19B82C3 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.Remoting.Messaging.CallContext::SetData(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallContext_SetData_mEB9BA76F9234C6AF7B82DF75599F3EE15086C825 (String_t* ___name0, RuntimeObject* ___data1, const RuntimeMethod* method) ;
// System.Void System.Runtime.Remoting.Messaging.CallContext::FreeNamedDataSlot(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallContext_FreeNamedDataSlot_mC3ACFF5C58F3238B436C6969152C871CB65EC8FA (String_t* ___name0, const RuntimeMethod* method) ;
// System.Object System.Runtime.Remoting.Messaging.CallContext::GetData(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CallContext_GetData_mC567B579742A9612DA44879EB73B87EF4AFF17D4 (String_t* ___name0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentContext(NUnit.Framework.Internal.ITestExecutionContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentContext_m6AA8BEF8B37C14EA44D670FA8DC52ECDE741DC06 (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.IO.TextWriter NUnit.Framework.Internal.TestResult::get_OutWriter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* TestResult_get_OutWriter_mB87336A23A8A3B339D3F00A782559CEEAD250C7F_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_OutWriter(System.IO.TextWriter)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_OutWriter_m0BB68EFFF540A99BC5CC573C48AC25D487A8E078_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.TestExecutionStatus NUnit.Framework.Internal.TestExecutionContext::get_ExecutionStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_ExecutionStatus_m39ACF481F72DDC045E3ADDAB1F981D9947151501 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_ExecutionStatus(NUnit.Framework.Internal.TestExecutionStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_ExecutionStatus_mBC15E2B44E87091C782409F899B755C82F283777 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Internal.Test::get_Seed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Test_get_Seed_m4F34E769EAE1E5214690FE70B3C1B94683CC024D_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// System.Void System.Threading.Thread::set_CurrentCulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_CurrentCulture_mF3DAE075752A66909692C46156765EECE6F2BE58 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method) ;
// System.Void System.Threading.Thread::set_CurrentUICulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_CurrentUICulture_mF8448EED21809F0FB760ED56EED430F760635C46 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method) ;
// System.Void System.Threading.Thread::set_CurrentPrincipal(System.Security.Principal.IPrincipal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_CurrentPrincipal_m99F63840C59AE2EE2F1CB13BF4176F7523A3EBC0 (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Threading.Interlocked::Increment(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_m7AC68EC482A6AFD97BCEFABA0FD45D203F3EA2E1 (int32_t* ___location0, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ValueFormatter NUnit.Framework.Constraints.ValueFormatterFactory::Invoke(NUnit.Framework.Constraints.ValueFormatter)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ValueFormatterFactory_Invoke_m3530258204507AF8438A29DCC848B912D2CF753A_inline (ValueFormatterFactory_t51FAB223E83477D09F2413C26FFBB6A3FA17B6AF* __this, ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___next0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mDA19C2C79C7BBE3A152D4ACAF6C614BF1692F646 (U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ValueFormatter NUnit.Framework.Constraints.MsgUtils::get_DefaultValueFormatter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* MsgUtils_get_DefaultValueFormatter_mC953FE835D165642006E0F7497A39D244EAD59E4_inline (const RuntimeMethod* method) ;
// System.String NUnit.Framework.Constraints.ValueFormatter::Invoke(System.Object)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ValueFormatter_Invoke_mDACAF181B4BC0359B4DA909CBCA4C9CCE75B1149_inline (ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* __this, RuntimeObject* ___val0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Internal.TestFilter::MatchParent(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestFilter_MatchParent_mC5DD25A39CCA5830B3C1F52D74525EF2CD0B0928 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, RuntimeObject* ___test0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.TNode::FromXml(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TNode_FromXml_m2ACF4D423CE969CE586D1A6A7B27CD52F5675763 (String_t* ___xmlText0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Interfaces.TNode::get_Name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TNode_get_Name_m9DD3A2292B6F54709B6841F867F9B8A0749011EC_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.NodeList NUnit.Framework.Interfaces.TNode::get_ChildNodes()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<NUnit.Framework.Interfaces.TNode>::get_Count()
inline int32_t List_1_get_Count_m3EA31ACDA6495EDFA14AABBC81136AD8751B0F2C_inline (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// NUnit.Framework.Internal.TestFilter NUnit.Framework.Internal.TestFilter::FromXml(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___node0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.TNode::get_FirstChild()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TNode_get_FirstChild_m5E6A80675CCB2258606AAE8CA17D7442001B4D1E (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestFilter::set_TopLevel(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestFilter_set_TopLevel_m5DA4D7303859199D72D9DC336768A6D8F5AF7DB9_inline (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, bool ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.AttributeDictionary NUnit.Framework.Interfaces.TNode::get_Attributes()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* TNode_get_Attributes_mAA2908248A826D45BC70FC91BF5219276E16B4D8_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Interfaces.AttributeDictionary::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeDictionary_get_Item_m0315276CD99EDA9706D1FED36FDF0E8282A02B4D (AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* __this, String_t* ___key0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.AndFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndFilter__ctor_m3EA8827CC6F381B497E7222F920585B05F13F2FC (AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<NUnit.Framework.Interfaces.TNode>::GetEnumerator()
inline Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99 List_1_GetEnumerator_mDB8A8DCA75013DE2DF42F1F3DDBDCBD455EFA8E5 (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5* __this, const RuntimeMethod* method)
{
return (( Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99 (*) (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Interfaces.TNode>::Dispose()
inline void Enumerator_Dispose_m4C4EBF9BCD518BC67693C7ED09B2D43E1CE31C0A (Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Interfaces.TNode>::get_Current()
inline TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* Enumerator_get_Current_mF58DE0D989A74EC55230B298EB466609CC4B94E5_inline (Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99* __this, const RuntimeMethod* method)
{
return (( TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* (*) (Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Void NUnit.Framework.Internal.Filters.CompositeFilter::Add(NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeFilter_Add_m9315FD346C6075CE4416FDDF1B0207D54C32D4C4 (CompositeFilter_t2AAEBF5AC46C906871C668DA253EB0752DAE4B85* __this, RuntimeObject* ___filter0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<NUnit.Framework.Interfaces.TNode>::MoveNext()
inline bool Enumerator_MoveNext_m2405836F443FC6B2DACCBD1FEC340AB2AD54AE20 (Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.Void NUnit.Framework.Internal.Filters.OrFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrFilter__ctor_m844F9EDA1B4C6E0829AF6B03D5E1ACEFC8DBA8EF (OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.NotFilter::.ctor(NUnit.Framework.Internal.TestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotFilter__ctor_mFF141B765DA4904D8754F44AE9039081C14575A3 (NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09* __this, TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* ___baseFilter0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Interfaces.TNode::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.IdFilter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdFilter__ctor_m92434F82927A997B7A240DE9A78F9E5F455C92D5 (IdFilter_t6A643D865715B96EB97B38398A935638B293D037* __this, String_t* ___id0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.FullNameFilter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullNameFilter__ctor_mF5112E3E63922EEA8B7360E70DE23F8FB44AE9ED (FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D* __this, String_t* ___expectedValue0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.ValueMatchFilter::set_IsRegex(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline (ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.TestNameFilter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestNameFilter__ctor_m537B934B7A6637F7605664A7E4EF0E97A8E7021B (TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1* __this, String_t* ___expectedValue0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.MethodNameFilter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodNameFilter__ctor_m23866105689157011AE100C38BE70BD40464D4A5 (MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A* __this, String_t* ___expectedValue0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.ClassNameFilter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassNameFilter__ctor_mFC2E2BBDB3412B32A21BCA4319AD99ED6B621EFA (ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A* __this, String_t* ___expectedValue0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.CategoryFilter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryFilter__ctor_m7E3670D8A8D3442DC2E2A568F55561F863B5FD36 (CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Filters.PropertyFilter::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyFilter__ctor_mCBD5D200A4ADCFC52957B99F241FB1D494E4D914 (PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411* __this, String_t* ___propertyName0, String_t* ___expectedValue1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestFilter/EmptyFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyFilter__ctor_mF198A80750858E76B646485F4E2A0B4F23EB4B4E (EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFilter__ctor_mDEF05112EA7CA1FB49492278A0B694B2D8DB7A79 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestListener::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestListener__ctor_m27303A2997B81C201062E813D1C2BB0F9F115F71 (TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Internal.TestProgressReporter::GetParent(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestProgressReporter_GetParent_m4B069FD30EFD97B795DE312ED6C00F59354518B6 (RuntimeObject* ___test0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.TestProgressReporter::FormatAttributeValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestProgressReporter_FormatAttributeValue_mD4B0712676F18E34CFC6A13DA95EDE0E68911EA5 (String_t* ___original0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Logger::Error(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Error_mF6ECEB3A1BE7D2A87E686C37BAA685F294F9B68B (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(TKey,TValue)
inline void Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___key0, ___value1, method);
}
// System.String NUnit.Framework.Interfaces.TNode::get_OuterXml()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4 (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Interfaces.TestOutput::ToXml()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestOutput_ToXml_mE50F8BB309FD0CFB0600FDD6AD912F808A54F9A9 (TestOutput_tFA4A15756E100310110FB01B8FE84C57435CA62D* __this, const RuntimeMethod* method) ;
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestSuite::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestSuite__ctor_m4CEDF48FC3F203E37AE0BCF9B8BD539B7B32450D (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* __this, String_t* ___parentSuiteName0, String_t* ___name1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_Method(NUnit.Framework.Interfaces.IMethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Method_m0C6295C736CC4F16C360BB907283E7C8A69AE8B9 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestSuite::set_MaintainTestOrder(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestSuite_set_MaintainTestOrder_mA239602C73060934BE44CC22514D901CF671B905_inline (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestSuite::.ctor(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestSuite__ctor_m435ACEECA6AF3F53C35E009E63B38859D1021B99 (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* __this, RuntimeObject* ___fixtureType0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_Name(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_Name_m71F62D68C378FBCDBC07E0AFA2521497E38FA96B_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestSuite::CheckSetUpTearDownMethods(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestSuite_CheckSetUpTearDownMethods_mA15D2F9C295F99E8F796B8A7FFB8BDD8476D586F (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* __this, Type_t* ___attrType0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Guard::ArgumentNotNullOrEmpty(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_ArgumentNotNullOrEmpty_mDA4943C4C47BAD53F205C863BEFDB8479D217816 (String_t* ___value0, String_t* ___name1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::Initialize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_Initialize_mBCF7C46A1F0A33D2F84E6DB7ECF43FBB1B14301C (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_FullName(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_FullName_m2CD9A660CBD93374718DD04D781675B3557CEAB5_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_TypeInfo(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_TypeInfo_mF68A9D675A6AEBB171CFDD020B1E7B9CB31E2AEA_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.Test::GetNextId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_GetNextId_m0E13B69CF41A8D5F9A5FD25541D8CAD80BBAD221 (const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_Id(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_Id_mBE37AC82C9615CF5F649313AB71B333B960D09B7_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_Properties(NUnit.Framework.Interfaces.IPropertyBag)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_Properties_m18C600D86FE5469823975B54DF2D1A4D726020EE_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Internal.Test::get_IdPrefix()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_IdPrefix_mBA0CFCFB4E33D1A6F2D65B01311ED46A2B656347_inline (const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.Test::get_TypeInfo()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Test_get_TypeInfo_mCF6343970E71214EB424F1EE43468679DC077965_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.RunState NUnit.Framework.Internal.Test::get_RunState()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Test_get_RunState_mB62159BBB414FC0BC51CBC201178BDD2B4F15F34_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::CompareTo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_m32A3DFBEA443A4091053D53825DBB76E6EAFECCF (String_t* __this, String_t* ___strB0, const RuntimeMethod* method) ;
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method) ;
// System.Int32 System.BitConverter::SingleToInt32Bits(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mA1902D40966CA4C89A8974B10E5680A06E88566B_inline (float ___value0, const RuntimeMethod* method) ;
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_Kernel32_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetVersionEx(OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL uname(intptr_t);
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.TestContext/TestAdapter::.ctor(NUnit.Framework.Internal.Test)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestAdapter__ctor_m3AD000FF93F3A99990B567A94A9C1AB1A617445A (TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* __this, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___test0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = ___test0;
__this->____test_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____test_0), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.TestContext/TestAdapter::get_ID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestAdapter_get_ID_mEEE348BAD61F3902B17DE8E851CDE0144A0B1482 (TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->____test_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Test_get_Id_m411E903261737CEF6369EA528015681FF474B3CB_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.TestContext/TestAdapter::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestAdapter_get_Name_m6351EC6AB9C88AF14079485DF39EE68C1B6149A0 (TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->____test_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.TestContext/TestAdapter::get_MethodName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestAdapter_get_MethodName_m0DF000F3F5865D086AF051491CE0F7479C8A7AB1 (TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B3_0 = NULL;
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->____test_0;
if (((TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7*)IsInstClass((RuntimeObject*)L_0, TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7_il2cpp_TypeInfo_var)))
{
goto IL_0011;
}
}
{
G_B3_0 = ((String_t*)(NULL));
goto IL_0021;
}
IL_0011:
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_1 = __this->____test_0;
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = Test_get_Method_m43138AF6A6D99B8D3F8DCB3E38525C6D839C83AC(L_1, NULL);
NullCheck(L_2);
String_t* L_3;
L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String NUnit.Framework.Interfaces.IMethodInfo::get_Name() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_2);
G_B3_0 = L_3;
}
IL_0021:
{
V_0 = G_B3_0;
goto IL_0024;
}
IL_0024:
{
String_t* L_4 = V_0;
return L_4;
}
}
// System.String NUnit.Framework.TestContext/TestAdapter::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestAdapter_get_FullName_m520F533787E2B3787ED7E2AE7A65F8FDEBBE405A (TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->____test_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Test_get_FullName_mBA3F7D639974882DFF12492D956499DEF57F6930_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.TestContext/TestAdapter::get_ClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestAdapter_get_ClassName_mA06663FCBB7723BFE662E30DEB3F79FBB2142C31 (TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->____test_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Test_get_ClassName_m5ACE2DD02519B06EA01DDA5ECD3B690907E481C3(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.TestContext/TestAdapter::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestAdapter_get_Properties_mA674AB40CFFF73FE8AAD331FF631E617F02BEA54 (TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->____test_0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.TestContext/ResultAdapter::.ctor(NUnit.Framework.Internal.TestResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultAdapter__ctor_mF01758C16F59D9275FDD6260CE52A6A69CD927E2 (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* ___result0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = ___result0;
__this->____result_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____result_0), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.TestContext/ResultAdapter::get_Outcome()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ResultAdapter_get_Outcome_m136EA201E062361780A419B8F786EF6D554D1300 (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, const RuntimeMethod* method)
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* V_0 = NULL;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____result_0;
NullCheck(L_0);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_1;
L_1 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.TestContext/ResultAdapter::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResultAdapter_get_Message_m14EA36FE0E54A356C611F504FE2F3483743A3049 (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____result_0;
NullCheck(L_0);
String_t* L_1;
L_1 = TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.TestContext/ResultAdapter::get_StackTrace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResultAdapter_get_StackTrace_m4F04DF98A3D404AFD4E9781EBD8A82A664C731F0 (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____result_0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String NUnit.Framework.Internal.TestResult::get_StackTrace() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Int32 NUnit.Framework.TestContext/ResultAdapter::get_FailCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResultAdapter_get_FailCount_m00CB18C63B7D623C0C012F16D56F079E47332A3D (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____result_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Int32 NUnit.Framework.Internal.TestResult::get_FailCount() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.Int32 NUnit.Framework.TestContext/ResultAdapter::get_PassCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResultAdapter_get_PassCount_m2181099331B9F8FD619174E0764AD7B92BE83260 (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____result_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 NUnit.Framework.Internal.TestResult::get_PassCount() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.Int32 NUnit.Framework.TestContext/ResultAdapter::get_SkipCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResultAdapter_get_SkipCount_mF0205F1B3026F4CCF950FA9FB4B3BE92F4545A81 (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____result_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 NUnit.Framework.Internal.TestResult::get_SkipCount() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.Int32 NUnit.Framework.TestContext/ResultAdapter::get_InconclusiveCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResultAdapter_get_InconclusiveCount_m3E61F05D2E46D7FCC5A4F9839A0468260F0C86F4 (ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____result_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 NUnit.Framework.Internal.TestResult::get_InconclusiveCount() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 NUnit.Framework.TestParameters::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestParameters_get_Count_m78B70E41FEA4DC3F48DD80094C6E59B9C256C13E (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->____parameters_1;
NullCheck(L_0);
int32_t L_1;
L_1 = Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843(L_0, Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.Collections.Generic.ICollection`1<System.String> NUnit.Framework.TestParameters::get_Names()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestParameters_get_Names_m045814F2F33970871036CDF9A2906112C750F357 (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->____parameters_1;
NullCheck(L_0);
KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* L_1;
L_1 = Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9(L_0, Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.TestParameters::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestParameters_Exists_m86417F13172A280AFDBDD6E2F8C5AEDB4CCC6A4C (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->____parameters_1;
String_t* L_1 = ___name0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F(L_0, L_1, Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
bool L_3 = V_0;
return L_3;
}
}
// System.String NUnit.Framework.TestParameters::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestParameters_get_Item_mF950F61CBFCF86A627BBAB2342996EDDBD710A60 (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, String_t* ___name0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = ___name0;
String_t* L_1;
L_1 = TestParameters_Get_m44314EFD61FA76F256FC5888E18686237CBADFFC(__this, L_0, NULL);
V_0 = L_1;
goto IL_000b;
}
IL_000b:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.TestParameters::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestParameters_Get_m44314EFD61FA76F256FC5888E18686237CBADFFC (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B3_0 = NULL;
{
String_t* L_0 = ___name0;
bool L_1;
L_1 = TestParameters_Exists_m86417F13172A280AFDBDD6E2F8C5AEDB4CCC6A4C(__this, L_0, NULL);
if (L_1)
{
goto IL_000d;
}
}
{
G_B3_0 = ((String_t*)(NULL));
goto IL_0019;
}
IL_000d:
{
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->____parameters_1;
String_t* L_3 = ___name0;
NullCheck(L_2);
String_t* L_4;
L_4 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_2, L_3, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
G_B3_0 = L_4;
}
IL_0019:
{
V_0 = G_B3_0;
goto IL_001c;
}
IL_001c:
{
String_t* L_5 = V_0;
return L_5;
}
}
// System.String NUnit.Framework.TestParameters::Get(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestParameters_Get_m1B59E2FB843F21D04146D42849205CE234F4079A (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, String_t* ___name0, String_t* ___defaultValue1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = ___name0;
String_t* L_1;
L_1 = TestParameters_Get_m44314EFD61FA76F256FC5888E18686237CBADFFC(__this, L_0, NULL);
String_t* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_000d;
}
}
{
String_t* L_3 = ___defaultValue1;
G_B2_0 = L_3;
}
IL_000d:
{
V_0 = G_B2_0;
goto IL_0010;
}
IL_0010:
{
String_t* L_4 = V_0;
return L_4;
}
}
// System.Void NUnit.Framework.TestParameters::Add(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_Add_m448414825E5FF286A8861B2F0F8C0DBE8D9AA680 (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->____parameters_1;
String_t* L_1 = ___name0;
String_t* L_2 = ___value1;
NullCheck(L_0);
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_0, L_1, L_2, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
return;
}
}
// System.IFormatProvider NUnit.Framework.TestParameters::CreateModifiedInvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestParameters_CreateModifiedInvariantCulture_mE5A287FF844817C6F7225BA25B1C6D91301922A7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* System.Object System.Globalization.CultureInfo::Clone() */, L_0);
V_0 = ((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)CastclassClass((RuntimeObject*)L_1, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = V_0;
NullCheck(L_2);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3;
L_3 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_2);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_3);
NumberFormatInfo_set_CurrencyGroupSeparator_m98A5A84A56B017B491E4FB519568014D9D2C60D7(L_3, L_4, NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5 = V_0;
NullCheck(L_5);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
L_6 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_5);
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_6);
NumberFormatInfo_set_NumberGroupSeparator_mF450BE8163F0B3FC3A56D013FA56B2936E2EBCE4(L_6, L_7, NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8 = V_0;
NullCheck(L_8);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9;
L_9 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_8);
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_9);
NumberFormatInfo_set_PercentGroupSeparator_m27124051B55222F0BD22035D73C14909791BC3E7(L_9, L_10, NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11 = V_0;
V_1 = L_11;
goto IL_0048;
}
IL_0048:
{
RuntimeObject* L_12 = V_1;
return L_12;
}
}
// System.Void NUnit.Framework.TestParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_m5541CFFC89F04A08DCEAFBBAD5E57C9785556C0B (TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_0, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
__this->____parameters_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____parameters_1), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.TestParameters::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__cctor_m15A730E6032607E5E95EC2763C50F5F0E1A885FA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0;
L_0 = TestParameters_CreateModifiedInvariantCulture_mE5A287FF844817C6F7225BA25B1C6D91301922A7(NULL);
((TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1_StaticFields*)il2cpp_codegen_static_fields_for(TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1_il2cpp_TypeInfo_var))->___MODIFIED_INVARIANT_CULTURE_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1_StaticFields*)il2cpp_codegen_static_fields_for(TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1_il2cpp_TypeInfo_var))->___MODIFIED_INVARIANT_CULTURE_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// NUnit.Framework.Constraints.ResolvableConstraintExpression NUnit.Framework.Throws::get_Exception()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* Throws_get_Exception_mBFF4F2A170034CA3A816DF1D3320FB9526FE06C8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* V_0 = NULL;
{
ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C* L_0 = (ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C*)il2cpp_codegen_object_new(ConstraintExpression_t81BE42C8EB05A8122906D5547BA7D9976B13E80C_il2cpp_TypeInfo_var);
NullCheck(L_0);
ConstraintExpression__ctor_mA9D5E2973AD5AEE1D9A9759EEDED530735A8284D(L_0, NULL);
ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0* L_1 = (ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0*)il2cpp_codegen_object_new(ThrowsOperator_t801DD32B57E15D034CEBD381C73B3DCF7B2262F0_il2cpp_TypeInfo_var);
NullCheck(L_1);
ThrowsOperator__ctor_m3B665B24104698576AAA7F83FE2FB7D85F10AB41(L_1, NULL);
NullCheck(L_0);
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* L_2;
L_2 = ConstraintExpression_Append_mEF8C01DE3DF9C4C3C958B0819B6A3071C7C6B74E(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0013;
}
IL_0013:
{
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Constraints.ResolvableConstraintExpression NUnit.Framework.Throws::get_InnerException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* Throws_get_InnerException_mD955554F1008CD96CEDAD84F7913E8C4D67D2A82 (const RuntimeMethod* method)
{
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* V_0 = NULL;
{
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* L_0;
L_0 = Throws_get_Exception_mBFF4F2A170034CA3A816DF1D3320FB9526FE06C8(NULL);
NullCheck(L_0);
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* L_1;
L_1 = ConstraintExpression_get_InnerException_m739A08123A6B3AB9253FC39265DA5A1F026451C2(L_0, NULL);
V_0 = L_1;
goto IL_000e;
}
IL_000e:
{
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Constraints.ExactTypeConstraint NUnit.Framework.Throws::get_TargetInvocationException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* Throws_get_TargetInvocationException_mC8A11119119FBCF276C7A654329F36BD876E8484 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* V_0 = NULL;
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_2;
L_2 = Throws_TypeOf_m8E845BB513E5C7700DF3B4C18E135020947045BD(L_1, NULL);
V_0 = L_2;
goto IL_0013;
}
IL_0013:
{
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Constraints.ExactTypeConstraint NUnit.Framework.Throws::get_ArgumentException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* Throws_get_ArgumentException_mD338F3DBF656AB9D89432433612C765885611A0E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* V_0 = NULL;
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_2;
L_2 = Throws_TypeOf_m8E845BB513E5C7700DF3B4C18E135020947045BD(L_1, NULL);
V_0 = L_2;
goto IL_0013;
}
IL_0013:
{
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Constraints.ExactTypeConstraint NUnit.Framework.Throws::get_ArgumentNullException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* Throws_get_ArgumentNullException_mE90FBF9BF820ABABA61B81375114695CF62CFC8F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* V_0 = NULL;
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_2;
L_2 = Throws_TypeOf_m8E845BB513E5C7700DF3B4C18E135020947045BD(L_1, NULL);
V_0 = L_2;
goto IL_0013;
}
IL_0013:
{
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Constraints.ExactTypeConstraint NUnit.Framework.Throws::get_InvalidOperationException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* Throws_get_InvalidOperationException_m8F8DD273F3E9AA1FEAA077EA7C8308FDD2C18AAD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* V_0 = NULL;
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_2;
L_2 = Throws_TypeOf_m8E845BB513E5C7700DF3B4C18E135020947045BD(L_1, NULL);
V_0 = L_2;
goto IL_0013;
}
IL_0013:
{
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Constraints.ThrowsNothingConstraint NUnit.Framework.Throws::get_Nothing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* Throws_get_Nothing_m115412109239FDFCEB949B71F5CE2DEB53E098BB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* V_0 = NULL;
{
ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* L_0 = (ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727*)il2cpp_codegen_object_new(ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727_il2cpp_TypeInfo_var);
NullCheck(L_0);
ThrowsNothingConstraint__ctor_mE71E4A6ACDD6D4E0421461D2882A9F40CF7B3331(L_0, NULL);
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* L_1 = V_0;
return L_1;
}
}
// NUnit.Framework.Constraints.ExactTypeConstraint NUnit.Framework.Throws::TypeOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* Throws_TypeOf_m8E845BB513E5C7700DF3B4C18E135020947045BD (Type_t* ___expectedType0, const RuntimeMethod* method)
{
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* V_0 = NULL;
{
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* L_0;
L_0 = Throws_get_Exception_mBFF4F2A170034CA3A816DF1D3320FB9526FE06C8(NULL);
Type_t* L_1 = ___expectedType0;
NullCheck(L_0);
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_2;
L_2 = ConstraintExpression_TypeOf_m22E52E5BA02C70C07259D67C7CA56287E964EB08(L_0, L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Constraints.InstanceOfTypeConstraint NUnit.Framework.Throws::InstanceOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceOfTypeConstraint_tEFA6950D0AF65BBAEA5C90B0B21EA8F3F7E0866F* Throws_InstanceOf_mEABC9D0FF08DB9B9F562A1E4A0E9FBE4A08F69B1 (Type_t* ___expectedType0, const RuntimeMethod* method)
{
InstanceOfTypeConstraint_tEFA6950D0AF65BBAEA5C90B0B21EA8F3F7E0866F* V_0 = NULL;
{
ResolvableConstraintExpression_tC9138243D7661437FFE583C75EC595017CE58F09* L_0;
L_0 = Throws_get_Exception_mBFF4F2A170034CA3A816DF1D3320FB9526FE06C8(NULL);
Type_t* L_1 = ___expectedType0;
NullCheck(L_0);
InstanceOfTypeConstraint_tEFA6950D0AF65BBAEA5C90B0B21EA8F3F7E0866F* L_2;
L_2 = ConstraintExpression_InstanceOf_m05DC3B9C7BA4FCDB7CB2C0C94E0C20465D1FC759(L_0, L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
InstanceOfTypeConstraint_tEFA6950D0AF65BBAEA5C90B0B21EA8F3F7E0866F* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Throws::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Throws__ctor_mE29A8DA68F3A9156DC0E08CEF66256A48DE5BB54 (Throws_t435DBC40C273B0FD98B98330977697DFC89CA008* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.AssemblyHelper::GetAssemblyPath(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyHelper_GetAssemblyPath_m8AC99163A421BDF78906C6D77D2FE411CE3869C5 (Assembly_t* ___assembly0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
{
Assembly_t* L_0 = ___assembly0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_CodeBase() */, L_0);
V_0 = L_1;
String_t* L_2 = V_0;
bool L_3;
L_3 = AssemblyHelper_IsFileUri_m9AD362FFA7F703DB1FA6B265C87C9DCCADD78D93(L_2, NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_001b;
}
}
{
String_t* L_5 = V_0;
String_t* L_6;
L_6 = AssemblyHelper_GetAssemblyPathFromCodeBase_m98879C91A22DD6B4DA6DDCEA41F9438A4FCAF2CD(L_5, NULL);
V_2 = L_6;
goto IL_0024;
}
IL_001b:
{
Assembly_t* L_7 = ___assembly0;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.Assembly::get_Location() */, L_7);
V_2 = L_8;
goto IL_0024;
}
IL_0024:
{
String_t* L_9 = V_2;
return L_9;
}
}
// System.String NUnit.Framework.Internal.AssemblyHelper::GetDirectoryName(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyHelper_GetDirectoryName_mBB0987C9F5F30B8F32486519AF3AE52E5D98B060 (Assembly_t* ___assembly0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Assembly_t* L_0 = ___assembly0;
String_t* L_1;
L_1 = AssemblyHelper_GetAssemblyPath_m8AC99163A421BDF78906C6D77D2FE411CE3869C5(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = Path_GetDirectoryName_mB9369289430566A15BB0A0CFCCBED3C6ECA7F30C(L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
String_t* L_3 = V_0;
return L_3;
}
}
// System.Reflection.AssemblyName NUnit.Framework.Internal.AssemblyHelper::GetAssemblyName(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* AssemblyHelper_GetAssemblyName_mBDD70F7E960B991EF9EC84E5451DF288169F738A (Assembly_t* ___assembly0, const RuntimeMethod* method)
{
AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* V_0 = NULL;
{
Assembly_t* L_0 = ___assembly0;
NullCheck(L_0);
AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* L_1;
L_1 = VirtualFuncInvoker0< AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* >::Invoke(20 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_0);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* L_2 = V_0;
return L_2;
}
}
// System.Reflection.Assembly NUnit.Framework.Internal.AssemblyHelper::Load(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* AssemblyHelper_Load_mD48C374AD3039C63E3905A412DBBC7C01EF62120 (String_t* ___nameOrPath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A104D015A90F9AC5C50E8ABB0FEEDEC8E32B0A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6E1C35407C2C2276609982ABAA7CBF7F971B7A3);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
Assembly_t* V_2 = NULL;
int32_t G_B3_0 = 0;
{
String_t* L_0 = ___nameOrPath0;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = Path_GetExtension_m52A28295599B87FA550D0654E531B56354C540C7(L_0, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_1, NULL);
V_0 = L_2;
String_t* L_3 = V_0;
bool L_4;
L_4 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_3, _stringLiteral0A104D015A90F9AC5C50E8ABB0FEEDEC8E32B0A4, NULL);
if (L_4)
{
goto IL_0027;
}
}
{
String_t* L_5 = V_0;
bool L_6;
L_6 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_5, _stringLiteralB6E1C35407C2C2276609982ABAA7CBF7F971B7A3, NULL);
G_B3_0 = ((int32_t)(L_6));
goto IL_0028;
}
IL_0027:
{
G_B3_0 = 1;
}
IL_0028:
{
V_1 = (bool)G_B3_0;
bool L_7 = V_1;
if (!L_7)
{
goto IL_003b;
}
}
{
String_t* L_8 = ___nameOrPath0;
AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* L_9;
L_9 = AssemblyName_GetAssemblyName_m8284E99115C4F44E0E956A5FA3FD39A907DD5A64(L_8, NULL);
Assembly_t* L_10;
L_10 = Assembly_Load_m6654A916267322D7CB0E817DD36A5C86DF1699D2(L_9, NULL);
V_2 = L_10;
goto IL_0044;
}
IL_003b:
{
String_t* L_11 = ___nameOrPath0;
Assembly_t* L_12;
L_12 = Assembly_Load_m718E55A40D92C7BBE26812A9A7998BDF166C0BD2(L_11, NULL);
V_2 = L_12;
goto IL_0044;
}
IL_0044:
{
Assembly_t* L_13 = V_2;
return L_13;
}
}
// System.Boolean NUnit.Framework.Internal.AssemblyHelper::IsFileUri(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssemblyHelper_IsFileUri_m9AD362FFA7F703DB1FA6B265C87C9DCCADD78D93 (String_t* ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
String_t* L_0 = ___uri0;
NullCheck(L_0);
String_t* L_1;
L_1 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_2 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFile_0;
NullCheck(L_1);
bool L_3;
L_3 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_1, L_2, NULL);
V_0 = L_3;
goto IL_0014;
}
IL_0014:
{
bool L_4 = V_0;
return L_4;
}
}
// System.String NUnit.Framework.Internal.AssemblyHelper::GetAssemblyPathFromCodeBase(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyHelper_GetAssemblyPathFromCodeBase_m98879C91A22DD6B4DA6DDCEA41F9438A4FCAF2CD (String_t* ___codeBase0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
String_t* V_4 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_0 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFile_0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
String_t* L_2 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_1, L_3));
String_t* L_4 = ___codeBase0;
int32_t L_5 = V_0;
NullCheck(L_4);
Il2CppChar L_6;
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL);
V_1 = (bool)((((int32_t)L_6) == ((int32_t)((int32_t)47)))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_003f;
}
}
{
String_t* L_8 = ___codeBase0;
int32_t L_9 = V_0;
NullCheck(L_8);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, ((int32_t)il2cpp_codegen_add(L_9, 2)), NULL);
V_2 = (bool)((((int32_t)L_10) == ((int32_t)((int32_t)58)))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_003c;
}
}
{
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_003c:
{
goto IL_0059;
}
IL_003f:
{
String_t* L_13 = ___codeBase0;
int32_t L_14 = V_0;
NullCheck(L_13);
Il2CppChar L_15;
L_15 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, ((int32_t)il2cpp_codegen_add(L_14, 1)), NULL);
V_3 = (bool)((((int32_t)((((int32_t)L_15) == ((int32_t)((int32_t)58)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_16 = V_3;
if (!L_16)
{
goto IL_0058;
}
}
{
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, 2));
}
IL_0058:
{
}
IL_0059:
{
String_t* L_18 = ___codeBase0;
int32_t L_19 = V_0;
NullCheck(L_18);
String_t* L_20;
L_20 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_18, L_19, NULL);
V_4 = L_20;
goto IL_0064;
}
IL_0064:
{
String_t* L_21 = V_4;
return L_21;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean NUnit.Framework.Internal.InternalTrace::get_Initialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalTrace_get_Initialized_mFF012A624D54E14C390EA1CAB15BA56566742EFA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_2;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.InternalTrace::set_Initialized(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTrace_set_Initialized_mEB814E32D177876897E49E88B47BABEE1436D612 (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_2 = L_0;
return;
}
}
// System.Void NUnit.Framework.Internal.InternalTrace::Initialize(System.String,NUnit.Framework.Internal.InternalTraceLevel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTrace_Initialize_mE02E53A3D9687A73F07F72D65FD62DEA41D29DF1 (String_t* ___logName0, int32_t ___level1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F2542736F1479EF41B71699A646A167C6BBF5ED);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7532F68FD082069B74A2506A269C2034F87D664D);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B4_0 = 0;
{
bool L_0;
L_0 = InternalTrace_get_Initialized_mFF012A624D54E14C390EA1CAB15BA56566742EFA_inline(NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_005b;
}
}
{
int32_t L_2 = ___level1;
((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceLevel_0 = L_2;
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_3 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1;
if (L_3)
{
goto IL_0025;
}
}
{
int32_t L_4 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceLevel_0;
G_B4_0 = ((((int32_t)L_4) > ((int32_t)1))? 1 : 0);
goto IL_0026;
}
IL_0025:
{
G_B4_0 = 0;
}
IL_0026:
{
V_1 = (bool)G_B4_0;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0051;
}
}
{
String_t* L_6 = ___logName0;
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_7 = (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860*)il2cpp_codegen_object_new(InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860_il2cpp_TypeInfo_var);
NullCheck(L_7);
InternalTraceWriter__ctor_mD580AB18DE2D72ECB2641658EA66525E12D09242(L_7, L_6, NULL);
((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1), (void*)L_7);
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_8 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1;
int32_t L_9 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceLevel_0;
int32_t L_10 = L_9;
RuntimeObject* L_11 = Box(InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
VirtualActionInvoker2< String_t*, RuntimeObject* >::Invoke(43 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_8, _stringLiteral7532F68FD082069B74A2506A269C2034F87D664D, L_11);
}
IL_0051:
{
InternalTrace_set_Initialized_mEB814E32D177876897E49E88B47BABEE1436D612_inline((bool)1, NULL);
goto IL_0071;
}
IL_005b:
{
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_12 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1;
int32_t L_13 = ___level1;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_12);
VirtualActionInvoker2< String_t*, RuntimeObject* >::Invoke(43 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_12, _stringLiteral2F2542736F1479EF41B71699A646A167C6BBF5ED, L_15);
}
IL_0071:
{
return;
}
}
// System.Void NUnit.Framework.Internal.InternalTrace::Initialize(System.IO.TextWriter,NUnit.Framework.Internal.InternalTraceLevel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTrace_Initialize_m7314A0599525C6DA51B06EEFB7FA6B5996384943 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer0, int32_t ___level1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D42C43173414298C8AF4E01E762B4A874773E3E);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B4_0 = 0;
{
bool L_0;
L_0 = InternalTrace_get_Initialized_mFF012A624D54E14C390EA1CAB15BA56566742EFA_inline(NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0064;
}
}
{
int32_t L_2 = ___level1;
((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceLevel_0 = L_2;
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_3 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1;
if (L_3)
{
goto IL_0025;
}
}
{
int32_t L_4 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceLevel_0;
G_B4_0 = ((((int32_t)L_4) > ((int32_t)1))? 1 : 0);
goto IL_0026;
}
IL_0025:
{
G_B4_0 = 0;
}
IL_0026:
{
V_1 = (bool)G_B4_0;
bool L_5 = V_1;
if (!L_5)
{
goto IL_005c;
}
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_6 = ___writer0;
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_7 = (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860*)il2cpp_codegen_object_new(InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860_il2cpp_TypeInfo_var);
NullCheck(L_7);
InternalTraceWriter__ctor_m02E4F77294D18DCD62843B74EC365E985D711A69(L_7, L_6, NULL);
((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1), (void*)L_7);
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_8 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1;
Il2CppFakeBox<int32_t> L_9(InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var, (&((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceLevel_0));
String_t* L_10;
L_10 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_9), NULL);
String_t* L_11;
L_11 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral3D42C43173414298C8AF4E01E762B4A874773E3E, L_10, NULL);
NullCheck(L_8);
VirtualActionInvoker1< String_t* >::Invoke(41 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_8, L_11);
}
IL_005c:
{
InternalTrace_set_Initialized_mEB814E32D177876897E49E88B47BABEE1436D612_inline((bool)1, NULL);
}
IL_0064:
{
return;
}
}
// NUnit.Framework.Internal.Logger NUnit.Framework.Internal.InternalTrace::GetLogger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* InternalTrace_GetLogger_mC7399A42189FEEF158A0AAC2B11E4DE3424CA71D (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* V_0 = NULL;
{
String_t* L_0 = ___name0;
int32_t L_1 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceLevel_0;
InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* L_2 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___traceWriter_1;
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_3 = (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931*)il2cpp_codegen_object_new(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var);
NullCheck(L_3);
Logger__ctor_mA83AAC51CB621A0E82B1ED7B7553E4D8BD8A9674(L_3, L_0, L_1, L_2, NULL);
V_0 = L_3;
goto IL_0014;
}
IL_0014:
{
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_4 = V_0;
return L_4;
}
}
// NUnit.Framework.Internal.Logger NUnit.Framework.Internal.InternalTrace::GetLogger(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* InternalTrace_GetLogger_m764F9E2D6EDEDB1C007629A65D9AF9A916A6D646 (Type_t* ___type0, const RuntimeMethod* method)
{
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* V_0 = NULL;
{
Type_t* L_0 = ___type0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_0);
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_2;
L_2 = InternalTrace_GetLogger_mC7399A42189FEEF158A0AAC2B11E4DE3424CA71D(L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_3 = V_0;
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.InternalTraceWriter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter__ctor_mD580AB18DE2D72ECB2641658EA66525E12D09242 (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, String_t* ___logPath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* V_0 = NULL;
{
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
NullCheck(L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
__this->___myLock_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___myLock_7), (void*)L_0);
il2cpp_codegen_runtime_class_init_inline(TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var);
TextWriter__ctor_mCB798AF418D211569751509FEDEEBEA164907C84(__this, NULL);
String_t* L_1 = ___logPath0;
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_2 = (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8*)il2cpp_codegen_object_new(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
NullCheck(L_2);
FileStream__ctor_mA39506EF7A1F33FCA0199B880BE1D82217E33EEC(L_2, L_1, 6, 2, 2, NULL);
StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* L_3 = (StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4*)il2cpp_codegen_object_new(StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_il2cpp_TypeInfo_var);
NullCheck(L_3);
StreamWriter__ctor_m54CE9C47ED974C0589400DA9BC2AB3F7F481595B(L_3, L_2, NULL);
V_0 = L_3;
StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* L_4 = V_0;
NullCheck(L_4);
VirtualActionInvoker1< bool >::Invoke(51 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_4, (bool)1);
StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* L_5 = V_0;
__this->___writer_6 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___writer_6), (void*)L_5);
return;
}
}
// System.Void NUnit.Framework.Internal.InternalTraceWriter::.ctor(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter__ctor_m02E4F77294D18DCD62843B74EC365E985D711A69 (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
NullCheck(L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
__this->___myLock_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___myLock_7), (void*)L_0);
il2cpp_codegen_runtime_class_init_inline(TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var);
TextWriter__ctor_mCB798AF418D211569751509FEDEEBEA164907C84(__this, NULL);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = ___writer0;
__this->___writer_6 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___writer_6), (void*)L_1);
return;
}
}
// System.Text.Encoding NUnit.Framework.Internal.InternalTraceWriter::get_Encoding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* InternalTraceWriter_get_Encoding_mC39957D93AD879D9A7B894BCD09366C05C16C30A (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, const RuntimeMethod* method)
{
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* V_0 = NULL;
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___writer_6;
NullCheck(L_0);
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1;
L_1 = VirtualFuncInvoker0< Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* >::Invoke(11 /* System.Text.Encoding System.IO.TextWriter::get_Encoding() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2 = V_0;
return L_2;
}
}
// System.Void NUnit.Framework.Internal.InternalTraceWriter::Write(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter_Write_m4CD5749C5D5C947A8E90EA9270B1071640894153 (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->___myLock_7;
V_0 = L_0;
RuntimeObject* L_1 = V_0;
Monitor_Enter_m2F86C66A2C7C7D8D4A7CC05AF72E3AE3AAB4E529(L_1, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
RuntimeObject* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_3 = __this->___writer_6;
Il2CppChar L_4 = ___value0;
NullCheck(L_3);
VirtualActionInvoker1< Il2CppChar >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, L_4);
goto IL_0028;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0028:
{
return;
}
}
// System.Void NUnit.Framework.Internal.InternalTraceWriter::Write(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter_Write_m67414D7835308FEA4380F190AAA5C83AA7BD54B4 (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, String_t* ___value0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->___myLock_7;
V_0 = L_0;
RuntimeObject* L_1 = V_0;
Monitor_Enter_m2F86C66A2C7C7D8D4A7CC05AF72E3AE3AAB4E529(L_1, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001b:
{// begin finally (depth: 1)
RuntimeObject* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
String_t* L_3 = ___value0;
TextWriter_Write_m842F7A5F9743993C1A411EE189475CC6E1CCEA4C(__this, L_3, NULL);
goto IL_0023;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0023:
{
return;
}
}
// System.Void NUnit.Framework.Internal.InternalTraceWriter::WriteLine(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter_WriteLine_m3C3C403177D02C2D298CAE0549D699ABB8CAA1FB (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___writer_6;
String_t* L_1 = ___value0;
NullCheck(L_0);
VirtualActionInvoker1< String_t* >::Invoke(41 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_0, L_1);
return;
}
}
// System.Void NUnit.Framework.Internal.InternalTraceWriter::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter_Dispose_m8B8FAA9F8F4EFDA175E932FE69BC092DD8489FFD (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, bool ___disposing0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_000f;
}
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = __this->___writer_6;
G_B3_0 = ((!(((RuntimeObject*)(TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0035;
}
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_3 = __this->___writer_6;
NullCheck(L_3);
VirtualActionInvoker0::Invoke(10 /* System.Void System.IO.TextWriter::Flush() */, L_3);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_4 = __this->___writer_6;
NullCheck(L_4);
TextWriter_Dispose_m5B2CA4D250335AB11031AFC7F202AA5B7A70C4D7(L_4, NULL);
__this->___writer_6 = (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___writer_6), (void*)(TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3*)NULL);
}
IL_0035:
{
bool L_5 = ___disposing0;
TextWriter_Dispose_m8A2D25F0B2EDD5DBED7937E0483B602476C98C5E(__this, L_5, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.InternalTraceWriter::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalTraceWriter_Flush_m738031C575D94BD33470C7A821075D8FAB89668D (InternalTraceWriter_t5391FDE80E2C1C48B7A5D6ED47BDC3C29C0FE860* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___writer_6;
V_0 = (bool)((!(((RuntimeObject*)(TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_2 = __this->___writer_6;
NullCheck(L_2);
VirtualActionInvoker0::Invoke(10 /* System.Void System.IO.TextWriter::Flush() */, L_2);
}
IL_001a:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.Logger::.ctor(System.String,NUnit.Framework.Internal.InternalTraceLevel,System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger__ctor_mA83AAC51CB621A0E82B1ED7B7553E4D8BD8A9674 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___name0, int32_t ___level1, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
String_t* V_1 = NULL;
bool V_2 = false;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___level1;
__this->___maxLevel_4 = L_0;
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = ___writer2;
__this->___writer_5 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___writer_5), (void*)L_1);
String_t* L_2 = ___name0;
String_t* L_3 = L_2;
V_1 = L_3;
__this->___name_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_2), (void*)L_3);
String_t* L_4 = V_1;
__this->___fullname_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fullname_3), (void*)L_4);
String_t* L_5 = __this->___fullname_3;
NullCheck(L_5);
int32_t L_6;
L_6 = String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E(L_5, ((int32_t)46), NULL);
V_0 = L_6;
int32_t L_7 = V_0;
V_2 = (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_0053;
}
}
{
String_t* L_9 = __this->___fullname_3;
int32_t L_10 = V_0;
NullCheck(L_9);
String_t* L_11;
L_11 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_9, ((int32_t)il2cpp_codegen_add(L_10, 1)), NULL);
__this->___name_2 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_2), (void*)L_11);
}
IL_0053:
{
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Error(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Error_mF6ECEB3A1BE7D2A87E686C37BAA685F294F9B68B (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Logger_Log_mCC42A086802A3B97C5C61004F569D000B3196F97(__this, 2, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Error(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Error_mEED1272C99CA3F1650D9345DA25846F9CAB2118E (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args1;
Logger_Log_m8FB20B7D949C2724D70477F508D9E609666C7A5B(__this, 2, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Warning(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Warning_m17B912811819669761C91EC764EDAA41714F8B50 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Logger_Log_mCC42A086802A3B97C5C61004F569D000B3196F97(__this, 3, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Warning(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Warning_m25A2362776A1F4FEE3BF1C81C27F68D84916172A (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args1;
Logger_Log_m8FB20B7D949C2724D70477F508D9E609666C7A5B(__this, 3, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Info(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Info_m944E2A991A66C77D1DAA123BEBD679C435AC3A6E (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Logger_Log_mCC42A086802A3B97C5C61004F569D000B3196F97(__this, 4, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Info(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Info_mB12D53C08DFCB4B75424CDA5319CEBE72A5CF75A (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args1;
Logger_Log_m8FB20B7D949C2724D70477F508D9E609666C7A5B(__this, 4, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Debug(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Debug_m58AFBAC849AEAFDEFC1E724B51EE9A51EE85B5C9 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Logger_Log_mCC42A086802A3B97C5C61004F569D000B3196F97(__this, 5, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Debug(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Debug_m413DDF5D22404D992FC3B47EBB78EEAF93C34137 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, String_t* ___message0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args1;
Logger_Log_m8FB20B7D949C2724D70477F508D9E609666C7A5B(__this, 5, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Log(NUnit.Framework.Internal.InternalTraceLevel,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Log_mCC42A086802A3B97C5C61004F569D000B3196F97 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, int32_t ___level0, String_t* ___message1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___writer_5;
if (!L_0)
{
goto IL_0017;
}
}
{
int32_t L_1 = __this->___maxLevel_4;
int32_t L_2 = ___level0;
G_B3_0 = ((((int32_t)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 0;
}
IL_0018:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0025;
}
}
{
int32_t L_4 = ___level0;
String_t* L_5 = ___message1;
Logger_WriteLog_m12B721304707A36A30ABA2E2DD5C6DDEC7465D29(__this, L_4, L_5, NULL);
}
IL_0025:
{
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::Log(NUnit.Framework.Internal.InternalTraceLevel,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_Log_m8FB20B7D949C2724D70477F508D9E609666C7A5B (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, int32_t ___level0, String_t* ___format1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = __this->___maxLevel_4;
int32_t L_1 = ___level0;
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0020;
}
}
{
int32_t L_3 = ___level0;
String_t* L_4 = ___format1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___args2;
String_t* L_6;
L_6 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(L_4, L_5, NULL);
Logger_WriteLog_m12B721304707A36A30ABA2E2DD5C6DDEC7465D29(__this, L_3, L_6, NULL);
}
IL_0020:
{
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::WriteLog(NUnit.Framework.Internal.InternalTraceLevel,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_WriteLog_m12B721304707A36A30ABA2E2DD5C6DDEC7465D29 (Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* __this, int32_t ___level0, String_t* ___message1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C379854BE64F495042DF2C26D73DBF30568882D);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_2 = NULL;
String_t* G_B2_3 = NULL;
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* G_B2_4 = NULL;
int32_t G_B1_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B1_1 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* G_B1_4 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_2 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* G_B3_5 = NULL;
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___writer_5;
il2cpp_codegen_runtime_class_init_inline(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var);
String_t* L_1 = ((Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var))->___TRACE_FMT_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
L_4 = DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0(NULL);
V_0 = L_4;
String_t* L_5 = ((Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var))->___TIME_FMT_0;
String_t* L_6;
L_6 = DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78((&V_0), L_5, NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_6);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_3;
int32_t L_8 = ___level0;
G_B1_0 = 1;
G_B1_1 = L_7;
G_B1_2 = L_7;
G_B1_3 = L_1;
G_B1_4 = L_0;
if ((((int32_t)L_8) == ((int32_t)5)))
{
G_B2_0 = 1;
G_B2_1 = L_7;
G_B2_2 = L_7;
G_B2_3 = L_1;
G_B2_4 = L_0;
goto IL_003c;
}
}
{
Il2CppFakeBox<int32_t> L_9(InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var, (&___level0));
String_t* L_10;
L_10 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_9), NULL);
G_B3_0 = L_10;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
G_B3_5 = G_B1_4;
goto IL_0041;
}
IL_003c:
{
G_B3_0 = _stringLiteral6C379854BE64F495042DF2C26D73DBF30568882D;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
G_B3_5 = G_B2_4;
}
IL_0041:
{
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, G_B3_0);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (RuntimeObject*)G_B3_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = G_B3_3;
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_12;
L_12 = Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB(NULL);
NullCheck(L_12);
int32_t L_13;
L_13 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_12, NULL);
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
String_t* L_17 = __this->___name_2;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_17);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_16;
String_t* L_19 = ___message1;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_19);
NullCheck(G_B3_5);
VirtualActionInvoker2< String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(46 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object[]) */, G_B3_5, G_B3_4, L_18);
return;
}
}
// System.Void NUnit.Framework.Internal.Logger::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger__cctor_mACA82C2E335A73092231D71652D5710F591225FF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C20EE4D0D069B054293176C56BBCD7E8BDA6D9);
s_Il2CppMethodInitialized = true;
}
{
((Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var))->___TIME_FMT_0 = _stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63;
Il2CppCodeGenWriteBarrier((void**)(&((Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var))->___TIME_FMT_0), (void*)_stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63);
((Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var))->___TRACE_FMT_1 = _stringLiteral99C20EE4D0D069B054293176C56BBCD7E8BDA6D9;
Il2CppCodeGenWriteBarrier((void**)(&((Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931_il2cpp_TypeInfo_var))->___TRACE_FMT_1), (void*)_stringLiteral99C20EE4D0D069B054293176C56BBCD7E8BDA6D9);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.MethodWrapper::.ctor(System.Type,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodWrapper__ctor_m42509AEC8669176D76286463B5913D46488967DF (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, Type_t* ___type0, MethodInfo_t* ___method1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Type_t* L_0 = ___type0;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_1 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_1);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_1, L_0, NULL);
MethodWrapper_set_TypeInfo_mFE370AFBD3E4B896DD8451FA8A33BD75347916D2_inline(__this, L_1, NULL);
MethodInfo_t* L_2 = ___method1;
MethodWrapper_set_MethodInfo_m37B6A3EA071A3534A02C1E0671AA840AACA4C3D8_inline(__this, L_2, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.MethodWrapper::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodWrapper__ctor_m8D6CD538F9BA44E6540E746442944CC1F1ED04F8 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, Type_t* ___type0, String_t* ___methodName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Type_t* L_0 = ___type0;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_1 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_1);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_1, L_0, NULL);
MethodWrapper_set_TypeInfo_mFE370AFBD3E4B896DD8451FA8A33BD75347916D2_inline(__this, L_1, NULL);
Type_t* L_2 = ___type0;
String_t* L_3 = ___methodName1;
NullCheck(L_2);
MethodInfo_t* L_4;
L_4 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_2, L_3, NULL);
MethodWrapper_set_MethodInfo_m37B6A3EA071A3534A02C1E0671AA840AACA4C3D8_inline(__this, L_4, NULL);
return;
}
}
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.MethodWrapper::get_TypeInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodWrapper_get_TypeInfo_m86F7233EA420299DAD0CA8E331FEC7CDB9CFF5D7 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTypeInfoU3Ek__BackingField_0;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.MethodWrapper::set_TypeInfo(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodWrapper_set_TypeInfo_mFE370AFBD3E4B896DD8451FA8A33BD75347916D2 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTypeInfoU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeInfoU3Ek__BackingField_0), (void*)L_0);
return;
}
}
// System.Reflection.MethodInfo NUnit.Framework.Internal.MethodWrapper::get_MethodInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodInfoU3Ek__BackingField_1;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.MethodWrapper::set_MethodInfo(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodWrapper_set_MethodInfo_m37B6A3EA071A3534A02C1E0671AA840AACA4C3D8 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, MethodInfo_t* ___value0, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___value0;
__this->___U3CMethodInfoU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodInfoU3Ek__BackingField_1), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.MethodWrapper::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodWrapper_get_Name_mF2A3C16C8F18779008A2FD6F94DCEF605F5A7BB2 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.MethodWrapper::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodWrapper_get_IsAbstract_m36795330363355F76D373CB9DCD9873B3661E13E (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = MethodBase_get_IsAbstract_mBD096DC9FCDF68114928CA73690882A2F9831EF9(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.MethodWrapper::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodWrapper_get_IsPublic_mFDA5D03D1CCD22E763F65F91A5E48A3C7E14FCBF (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.MethodWrapper::get_ContainsGenericParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodWrapper_get_ContainsGenericParameters_mA287EF8ED79E2D70EB0B3E8242061BAB686ABA97 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.MethodWrapper::get_IsGenericMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodWrapper_get_IsGenericMethod_m3BF5DB4DF0AE37787981679B91529D5AC8E2F5E9 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.MethodWrapper::get_IsGenericMethodDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodWrapper_get_IsGenericMethodDefinition_m96BD27448BE535237976347753C611EFEE411D70 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
bool L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.MethodWrapper::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodWrapper_get_ReturnType_m8D9B383DB81B2EF8E4FE50C9EA4F1E94057DA8F7 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_0);
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_2 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_2);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_2, L_1, NULL);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Interfaces.IParameterInfo[] NUnit.Framework.Internal.MethodWrapper::GetParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B* MethodWrapper_GetParameters_m0539AD6D745C99E0E02640198A233349E5C52A77 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_0 = NULL;
IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B* V_4 = NULL;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1;
L_1 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0);
V_0 = L_1;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_2 = V_0;
NullCheck(L_2);
IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B* L_3 = (IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B*)(IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B*)SZArrayNew(IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)));
V_1 = L_3;
V_2 = 0;
goto IL_002a;
}
IL_001a:
{
IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B* L_4 = V_1;
int32_t L_5 = V_2;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_6 = V_0;
int32_t L_7 = V_2;
NullCheck(L_6);
int32_t L_8 = L_7;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* L_10 = (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440*)il2cpp_codegen_object_new(ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440_il2cpp_TypeInfo_var);
NullCheck(L_10);
ParameterWrapper__ctor_mA9F3749393223384DB2D6D16DDB6A3EDD1426706(L_10, __this, L_9, NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_10);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject*)L_10);
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_002a:
{
int32_t L_12 = V_2;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_13 = V_0;
NullCheck(L_13);
V_3 = (bool)((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))? 1 : 0);
bool L_14 = V_3;
if (L_14)
{
goto IL_001a;
}
}
{
IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B* L_15 = V_1;
V_4 = L_15;
goto IL_0039;
}
IL_0039:
{
IParameterInfoU5BU5D_tFCCF6A0250C35E78BCADD7FC077FC103FF07A24B* L_16 = V_4;
return L_16;
}
}
// System.Type[] NUnit.Framework.Internal.MethodWrapper::GetGenericArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* MethodWrapper_GetGenericArguments_m3B2687382A1BDB0624133E21032DD122960BE812 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1;
L_1 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(29 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Interfaces.IMethodInfo NUnit.Framework.Internal.MethodWrapper::MakeGenericMethod(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodWrapper_MakeGenericMethod_m469A340EB944BBACAACB2EE0EAD053DD94C381F9 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___typeArguments0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0;
L_0 = MethodWrapper_get_TypeInfo_m86F7233EA420299DAD0CA8E331FEC7CDB9CFF5D7_inline(__this, NULL);
NullCheck(L_0);
Type_t* L_1;
L_1 = InterfaceFuncInvoker0< Type_t* >::Invoke(0 /* System.Type NUnit.Framework.Interfaces.ITypeInfo::get_Type() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_0);
MethodInfo_t* L_2;
L_2 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = ___typeArguments0;
NullCheck(L_2);
MethodInfo_t* L_4;
L_4 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_2, L_3);
MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* L_5 = (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622*)il2cpp_codegen_object_new(MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622_il2cpp_TypeInfo_var);
NullCheck(L_5);
MethodWrapper__ctor_m42509AEC8669176D76286463B5913D46488967DF(L_5, L_1, L_4, NULL);
V_0 = L_5;
goto IL_0020;
}
IL_0020:
{
RuntimeObject* L_6 = V_0;
return L_6;
}
}
// System.Object NUnit.Framework.Internal.MethodWrapper::Invoke(System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodWrapper_Invoke_m94DE6829CFB44988C48E6334A5C335F9364A6CE1 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, RuntimeObject* ___fixture0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
RuntimeObject* L_1 = ___fixture0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___args1;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
RuntimeObject* L_3;
L_3 = Reflect_InvokeMethod_mEC33738E0BA6C77E038589F303B5B005BAC2DEAB(L_0, L_1, L_2, NULL);
V_0 = L_3;
goto IL_0011;
}
IL_0011:
{
RuntimeObject* L_4 = V_0;
return L_4;
}
}
// System.String NUnit.Framework.Internal.MethodWrapper::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodWrapper_ToString_m74C735029863AEDCA29A6D5F184754CD70E631A8 (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
MethodInfo_t* L_0;
L_0 = MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.ParameterWrapper::.ctor(NUnit.Framework.Interfaces.IMethodInfo,System.Reflection.ParameterInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterWrapper__ctor_mA9F3749393223384DB2D6D16DDB6A3EDD1426706 (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, RuntimeObject* ___method0, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___parameterInfo1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_0 = ___method0;
ParameterWrapper_set_Method_mEA7A6910FD099DE21EDCE2BC8B2DBCC56240DE1D_inline(__this, L_0, NULL);
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_1 = ___parameterInfo1;
ParameterWrapper_set_ParameterInfo_mB93D6B669F1909A6AB830804815019EEA07CC365_inline(__this, L_1, NULL);
return;
}
}
// System.Boolean NUnit.Framework.Internal.ParameterWrapper::get_IsOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterWrapper_get_IsOptional_m9275C5D77847EF6BA9A2D08B9CDCF37566A60840 (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0;
L_0 = ParameterWrapper_get_ParameterInfo_m6966CE43B183D3AE7BAF384BA932D73AF7C8DA15_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = ParameterInfo_get_IsOptional_mB27F82EA5A21188AD6E5CC5A34A3913C6D887BD4(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
bool L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Interfaces.IMethodInfo NUnit.Framework.Internal.ParameterWrapper::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParameterWrapper_get_Method_m273DA122E068ED69E00154CD806363DEB43DD607 (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CMethodU3Ek__BackingField_0;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.ParameterWrapper::set_Method(NUnit.Framework.Interfaces.IMethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterWrapper_set_Method_mEA7A6910FD099DE21EDCE2BC8B2DBCC56240DE1D (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CMethodU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField_0), (void*)L_0);
return;
}
}
// System.Reflection.ParameterInfo NUnit.Framework.Internal.ParameterWrapper::get_ParameterInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ParameterWrapper_get_ParameterInfo_m6966CE43B183D3AE7BAF384BA932D73AF7C8DA15 (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, const RuntimeMethod* method)
{
{
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0 = __this->___U3CParameterInfoU3Ek__BackingField_1;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.ParameterWrapper::set_ParameterInfo(System.Reflection.ParameterInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterWrapper_set_ParameterInfo_mB93D6B669F1909A6AB830804815019EEA07CC365 (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___value0, const RuntimeMethod* method)
{
{
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0 = ___value0;
__this->___U3CParameterInfoU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParameterInfoU3Ek__BackingField_1), (void*)L_0);
return;
}
}
// System.Type NUnit.Framework.Internal.ParameterWrapper::get_ParameterType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ParameterWrapper_get_ParameterType_m3451CA87C936AFE0D0BB2E002739982199B1C5EF (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, const RuntimeMethod* method)
{
Type_t* V_0 = NULL;
{
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0;
L_0 = ParameterWrapper_get_ParameterInfo_m6966CE43B183D3AE7BAF384BA932D73AF7C8DA15_inline(__this, NULL);
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
Type_t* L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestNameGenerator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestNameGenerator__ctor_m3CD4EC526D7A164BB318BF9DD9A949CC3FE3F440 (TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_StaticFields*)il2cpp_codegen_static_fields_for(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var))->___DefaultTestNamePattern_0;
__this->____pattern_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____pattern_1), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestNameGenerator__ctor_m685E46F77B5B8C8B2FB5F9606D1FFC7C9B451A6E (TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2* __this, String_t* ___pattern0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___pattern0;
__this->____pattern_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____pattern_1), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator::GetDisplayName(NUnit.Framework.Internal.TestMethod)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestNameGenerator_GetDisplayName_m89575C045CB3ED6EB788D8FE31A1B44D96039237 (TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2* __this, TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* ___testMethod0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* L_0 = ___testMethod0;
String_t* L_1;
L_1 = TestNameGenerator_GetDisplayName_mFC063BD8787B3D7C5A163E2B89C71869CC50CCFF(__this, L_0, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator::GetDisplayName(NUnit.Framework.Internal.TestMethod,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestNameGenerator_GetDisplayName_mFC063BD8787B3D7C5A163E2B89C71869CC50CCFF (TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2* __this, TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* ___testMethod0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0769CA1831AB34F607E5E932DDAD697488677B4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m3BD6F46BD47B53DAD56756C88D9EDC055D782F51_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m485E8508CECAF02DE833E141F7C7B52B06FCBC50_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCCB9EE74EDA7CAA8E45F1EC1F3BF4037C8E7E08D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
bool V_1 = false;
Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17 V_2;
memset((&V_2), 0, sizeof(V_2));
NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* V_3 = NULL;
String_t* V_4 = NULL;
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_0 = __this->____fragments_2;
V_1 = (bool)((((RuntimeObject*)(List_1_t436A996D5893AD38255B71ED732145A419E1666F*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001f;
}
}
{
String_t* L_2 = __this->____pattern_1;
il2cpp_codegen_runtime_class_init_inline(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var);
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_3;
L_3 = TestNameGenerator_BuildFragmentList_mAF15A6D108672DA415CE7FB8C0F16687E0B5BCE8(L_2, NULL);
__this->____fragments_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____fragments_2), (void*)L_3);
}
IL_001f:
{
StringBuilder_t* L_4 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_4);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_4, NULL);
V_0 = L_4;
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_5 = __this->____fragments_2;
NullCheck(L_5);
Enumerator_tED2CDC5B59C1F714D0C8847127A7536278E7AB17 L_6;
L_6 = List_1_GetEnumerator_mCCB9EE74EDA7CAA8E45F1EC1F3BF4037C8E7E08D(L_5, List_1_GetEnumerator_mCCB9EE74EDA7CAA8E45F1EC1F3BF4037C8E7E08D_RuntimeMethod_var);
V_2 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0056:
{// begin finally (depth: 1)
Enumerator_Dispose_m0769CA1831AB34F607E5E932DDAD697488677B4A((&V_2), Enumerator_Dispose_m0769CA1831AB34F607E5E932DDAD697488677B4A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_004b_1;
}
IL_0034_1:
{
NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* L_7;
L_7 = Enumerator_get_Current_m485E8508CECAF02DE833E141F7C7B52B06FCBC50_inline((&V_2), Enumerator_get_Current_m485E8508CECAF02DE833E141F7C7B52B06FCBC50_RuntimeMethod_var);
V_3 = L_7;
StringBuilder_t* L_8 = V_0;
NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* L_9 = V_3;
TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* L_10 = ___testMethod0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = ___args1;
NullCheck(L_9);
String_t* L_12;
L_12 = VirtualFuncInvoker2< String_t*, TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(4 /* System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::GetText(NUnit.Framework.Internal.TestMethod,System.Object[]) */, L_9, L_10, L_11);
NullCheck(L_8);
StringBuilder_t* L_13;
L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, L_12, NULL);
}
IL_004b_1:
{
bool L_14;
L_14 = Enumerator_MoveNext_m3BD6F46BD47B53DAD56756C88D9EDC055D782F51((&V_2), Enumerator_MoveNext_m3BD6F46BD47B53DAD56756C88D9EDC055D782F51_RuntimeMethod_var);
if (L_14)
{
goto IL_0034_1;
}
}
{
goto IL_0065;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0065:
{
StringBuilder_t* L_15 = V_0;
NullCheck(L_15);
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
V_4 = L_16;
goto IL_006f;
}
IL_006f:
{
String_t* L_17 = V_4;
return L_17;
}
}
// System.Collections.Generic.List`1<NUnit.Framework.Internal.TestNameGenerator/NameFragment> NUnit.Framework.Internal.TestNameGenerator::BuildFragmentList(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t436A996D5893AD38255B71ED732145A419E1666F* TestNameGenerator_BuildFragmentList_mAF15A6D108672DA415CE7FB8C0F16687E0B5BCE8 (String_t* ___pattern0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAA9D763D98991B7216038B5F0B61EC3E42014B89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t436A996D5893AD38255B71ED732145A419E1666F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AB75310C58342E0AE52052C95EBB6924E0317B2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FB16ADC66DC3256DFAE2E8B676A3977A1DA71B5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F9C00A58A9AB678AFC20E7257C2BF3AB45496A7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51A7015B3E634B5A44BCE24D0DE3A94B3D7E3A0F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52FDF7CF1B1E8668E67E21F7B44F8A511926D359);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55B2629BFA9965CD8D2967DACBD4914DF89C880A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral632EC4F33C917034F1E37E03907BFCDEE3FD2F37);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C19B4D5FC4950234157CB099AE324698EA624D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7726F0654493D52C416166830098A47DAF6F4111);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DD9A0439B2A205A7955DD1594C70889E96AAA2C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E247D8A4CCC440BF6C678C3218AFFA431D908AA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C7F2B3D3E62077E7EF3F03BB193DA9784BB0905);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral950F8F5084AE77DC73E9232EB8311BA579AF55D3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC30A1963B6F2470B452FB7E6EE1904F81F1D16DC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD77E60CAF7EAB2E17AAD1FAC2212E74EE65C2A2C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF336926F41B46C0C26BCA588FDCDF1676B0DD713);
s_Il2CppMethodInitialized = true;
}
List_1_t436A996D5893AD38255B71ED732145A419E1666F* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
String_t* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t V_8 = 0;
Il2CppChar V_9 = 0x0;
String_t* V_10 = NULL;
String_t* V_11 = NULL;
uint32_t V_12 = 0;
bool V_13 = false;
int32_t V_14 = 0;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
List_1_t436A996D5893AD38255B71ED732145A419E1666F* V_19 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B95_0 = 0;
int32_t G_B97_0 = 0;
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_0 = (List_1_t436A996D5893AD38255B71ED732145A419E1666F*)il2cpp_codegen_object_new(List_1_t436A996D5893AD38255B71ED732145A419E1666F_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mAA9D763D98991B7216038B5F0B61EC3E42014B89(L_0, List_1__ctor_mAA9D763D98991B7216038B5F0B61EC3E42014B89_RuntimeMethod_var);
V_0 = L_0;
V_1 = 0;
goto IL_0480;
}
IL_000e:
{
String_t* L_1 = ___pattern0;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3;
L_3 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_1, ((int32_t)123), L_2, NULL);
V_2 = L_3;
int32_t L_4 = V_2;
V_5 = (bool)((((int32_t)L_4) < ((int32_t)0))? 1 : 0);
bool L_5 = V_5;
if (!L_5)
{
goto IL_0028;
}
}
{
goto IL_0492;
}
IL_0028:
{
String_t* L_6 = ___pattern0;
int32_t L_7 = V_2;
NullCheck(L_6);
int32_t L_8;
L_8 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_6, ((int32_t)125), L_7, NULL);
V_3 = L_8;
int32_t L_9 = V_3;
V_6 = (bool)((((int32_t)L_9) < ((int32_t)0))? 1 : 0);
bool L_10 = V_6;
if (!L_10)
{
goto IL_0041;
}
}
{
goto IL_0492;
}
IL_0041:
{
int32_t L_11 = V_2;
int32_t L_12 = V_1;
V_7 = (bool)((((int32_t)L_11) > ((int32_t)L_12))? 1 : 0);
bool L_13 = V_7;
if (!L_13)
{
goto IL_0061;
}
}
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_14 = V_0;
String_t* L_15 = ___pattern0;
int32_t L_16 = V_1;
int32_t L_17 = V_2;
int32_t L_18 = V_1;
NullCheck(L_15);
String_t* L_19;
L_19 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_15, L_16, ((int32_t)il2cpp_codegen_subtract(L_17, L_18)), NULL);
FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B* L_20 = (FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B*)il2cpp_codegen_object_new(FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B_il2cpp_TypeInfo_var);
NullCheck(L_20);
FixedTextFragment__ctor_mD60544FC7AA78ED3A9BA2EDF48B64E5280EF70B5(L_20, L_19, NULL);
NullCheck(L_14);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_14, L_20, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
}
IL_0061:
{
String_t* L_21 = ___pattern0;
int32_t L_22 = V_2;
int32_t L_23 = V_3;
int32_t L_24 = V_2;
NullCheck(L_21);
String_t* L_25;
L_25 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_21, L_22, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_23, L_24)), 1)), NULL);
V_4 = L_25;
String_t* L_26 = V_4;
V_11 = L_26;
String_t* L_27 = V_11;
V_10 = L_27;
String_t* L_28 = V_10;
uint32_t L_29;
L_29 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD398C62135534CCC9D153A2C63849122EE8ABADD(L_28, NULL);
V_12 = L_29;
uint32_t L_30 = V_12;
if ((!(((uint32_t)L_30) <= ((uint32_t)((int32_t)876709427)))))
{
goto IL_0123;
}
}
{
uint32_t L_31 = V_12;
if ((!(((uint32_t)L_31) <= ((uint32_t)((int32_t)864983739)))))
{
goto IL_00dc;
}
}
{
uint32_t L_32 = V_12;
if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)864292191)))))
{
goto IL_00bd;
}
}
{
uint32_t L_33 = V_12;
if ((((int32_t)L_33) == ((int32_t)((int32_t)863556716))))
{
goto IL_0322;
}
}
{
goto IL_00ac;
}
IL_00ac:
{
uint32_t L_34 = V_12;
if ((((int32_t)L_34) == ((int32_t)((int32_t)864292191))))
{
goto IL_0288;
}
}
{
goto IL_03cf;
}
IL_00bd:
{
uint32_t L_35 = V_12;
if ((((int32_t)L_35) == ((int32_t)((int32_t)864836644))))
{
goto IL_0272;
}
}
{
goto IL_00cb;
}
IL_00cb:
{
uint32_t L_36 = V_12;
if ((((int32_t)L_36) == ((int32_t)((int32_t)864983739))))
{
goto IL_02e0;
}
}
{
goto IL_03cf;
}
IL_00dc:
{
uint32_t L_37 = V_12;
if ((!(((uint32_t)L_37) <= ((uint32_t)((int32_t)871927832)))))
{
goto IL_0104;
}
}
{
uint32_t L_38 = V_12;
if ((((int32_t)L_38) == ((int32_t)((int32_t)865425024))))
{
goto IL_02ca;
}
}
{
goto IL_00f3;
}
IL_00f3:
{
uint32_t L_39 = V_12;
if ((((int32_t)L_39) == ((int32_t)((int32_t)871927832))))
{
goto IL_0230;
}
}
{
goto IL_03cf;
}
IL_0104:
{
uint32_t L_40 = V_12;
if ((((int32_t)L_40) == ((int32_t)((int32_t)876562332))))
{
goto IL_01d8;
}
}
{
goto IL_0112;
}
IL_0112:
{
uint32_t L_41 = V_12;
if ((((int32_t)L_41) == ((int32_t)((int32_t)876709427))))
{
goto IL_01ee;
}
}
{
goto IL_03cf;
}
IL_0123:
{
uint32_t L_42 = V_12;
if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)931652930)))))
{
goto IL_0173;
}
}
{
uint32_t L_43 = V_12;
if ((!(((uint32_t)L_43) <= ((uint32_t)((int32_t)877842260)))))
{
goto IL_0154;
}
}
{
uint32_t L_44 = V_12;
if ((((int32_t)L_44) == ((int32_t)((int32_t)877150712))))
{
goto IL_01c2;
}
}
{
goto IL_0143;
}
IL_0143:
{
uint32_t L_45 = V_12;
if ((((int32_t)L_45) == ((int32_t)((int32_t)877842260))))
{
goto IL_0246;
}
}
{
goto IL_03cf;
}
IL_0154:
{
uint32_t L_46 = V_12;
if ((((int32_t)L_46) == ((int32_t)((int32_t)930520097))))
{
goto IL_030c;
}
}
{
goto IL_0162;
}
IL_0162:
{
uint32_t L_47 = V_12;
if ((((int32_t)L_47) == ((int32_t)((int32_t)931652930))))
{
goto IL_029e;
}
}
{
goto IL_03cf;
}
IL_0173:
{
uint32_t L_48 = V_12;
if ((!(((uint32_t)L_48) <= ((uint32_t)((int32_t)932241310)))))
{
goto IL_019b;
}
}
{
uint32_t L_49 = V_12;
if ((((int32_t)L_49) == ((int32_t)((int32_t)931800025))))
{
goto IL_025c;
}
}
{
goto IL_018a;
}
IL_018a:
{
uint32_t L_50 = V_12;
if ((((int32_t)L_50) == ((int32_t)((int32_t)932241310))))
{
goto IL_02f6;
}
}
{
goto IL_03cf;
}
IL_019b:
{
uint32_t L_51 = V_12;
if ((((int32_t)L_51) == ((int32_t)((int32_t)932388405))))
{
goto IL_02b4;
}
}
{
goto IL_01a9;
}
IL_01a9:
{
uint32_t L_52 = V_12;
if ((((int32_t)L_52) == ((int32_t)((int32_t)939435666))))
{
goto IL_021a;
}
}
{
goto IL_01b4;
}
IL_01b4:
{
uint32_t L_53 = V_12;
if ((((int32_t)L_53) == ((int32_t)((int32_t)944555378))))
{
goto IL_0204;
}
}
{
goto IL_03cf;
}
IL_01c2:
{
String_t* L_54 = V_10;
bool L_55;
L_55 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_54, _stringLiteral8C7F2B3D3E62077E7EF3F03BB193DA9784BB0905, NULL);
if (L_55)
{
goto IL_0335;
}
}
{
goto IL_03cf;
}
IL_01d8:
{
String_t* L_56 = V_10;
bool L_57;
L_57 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_56, _stringLiteral950F8F5084AE77DC73E9232EB8311BA579AF55D3, NULL);
if (L_57)
{
goto IL_0346;
}
}
{
goto IL_03cf;
}
IL_01ee:
{
String_t* L_58 = V_10;
bool L_59;
L_59 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_58, _stringLiteral4F9C00A58A9AB678AFC20E7257C2BF3AB45496A7, NULL);
if (L_59)
{
goto IL_0357;
}
}
{
goto IL_03cf;
}
IL_0204:
{
String_t* L_60 = V_10;
bool L_61;
L_61 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_60, _stringLiteral7726F0654493D52C416166830098A47DAF6F4111, NULL);
if (L_61)
{
goto IL_0368;
}
}
{
goto IL_03cf;
}
IL_021a:
{
String_t* L_62 = V_10;
bool L_63;
L_63 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_62, _stringLiteral55B2629BFA9965CD8D2967DACBD4914DF89C880A, NULL);
if (L_63)
{
goto IL_0379;
}
}
{
goto IL_03cf;
}
IL_0230:
{
String_t* L_64 = V_10;
bool L_65;
L_65 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_64, _stringLiteral7DD9A0439B2A205A7955DD1594C70889E96AAA2C, NULL);
if (L_65)
{
goto IL_038a;
}
}
{
goto IL_03cf;
}
IL_0246:
{
String_t* L_66 = V_10;
bool L_67;
L_67 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_66, _stringLiteral0AB75310C58342E0AE52052C95EBB6924E0317B2, NULL);
if (L_67)
{
goto IL_039b;
}
}
{
goto IL_03cf;
}
IL_025c:
{
String_t* L_68 = V_10;
bool L_69;
L_69 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_68, _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, NULL);
if (L_69)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_0272:
{
String_t* L_70 = V_10;
bool L_71;
L_71 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_70, _stringLiteral51A7015B3E634B5A44BCE24D0DE3A94B3D7E3A0F, NULL);
if (L_71)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_0288:
{
String_t* L_72 = V_10;
bool L_73;
L_73 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_72, _stringLiteralF336926F41B46C0C26BCA588FDCDF1676B0DD713, NULL);
if (L_73)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_029e:
{
String_t* L_74 = V_10;
bool L_75;
L_75 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_74, _stringLiteral52FDF7CF1B1E8668E67E21F7B44F8A511926D359, NULL);
if (L_75)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_02b4:
{
String_t* L_76 = V_10;
bool L_77;
L_77 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_76, _stringLiteral2FB16ADC66DC3256DFAE2E8B676A3977A1DA71B5, NULL);
if (L_77)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_02ca:
{
String_t* L_78 = V_10;
bool L_79;
L_79 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_78, _stringLiteralD77E60CAF7EAB2E17AAD1FAC2212E74EE65C2A2C, NULL);
if (L_79)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_02e0:
{
String_t* L_80 = V_10;
bool L_81;
L_81 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_80, _stringLiteral76C19B4D5FC4950234157CB099AE324698EA624D, NULL);
if (L_81)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_02f6:
{
String_t* L_82 = V_10;
bool L_83;
L_83 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_82, _stringLiteralC30A1963B6F2470B452FB7E6EE1904F81F1D16DC, NULL);
if (L_83)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_030c:
{
String_t* L_84 = V_10;
bool L_85;
L_85 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_84, _stringLiteral632EC4F33C917034F1E37E03907BFCDEE3FD2F37, NULL);
if (L_85)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_0322:
{
String_t* L_86 = V_10;
bool L_87;
L_87 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_86, _stringLiteral7E247D8A4CCC440BF6C678C3218AFFA431D908AA, NULL);
if (L_87)
{
goto IL_03ad;
}
}
{
goto IL_03cf;
}
IL_0335:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_88 = V_0;
MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0* L_89 = (MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0*)il2cpp_codegen_object_new(MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0_il2cpp_TypeInfo_var);
NullCheck(L_89);
MethodNameFragment__ctor_m6F7C56AF59FBA5805A6AE805533BB6F35E66D410(L_89, NULL);
NullCheck(L_88);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_88, L_89, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_0346:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_90 = V_0;
TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546* L_91 = (TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546*)il2cpp_codegen_object_new(TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546_il2cpp_TypeInfo_var);
NullCheck(L_91);
TestIDFragment__ctor_m7702B29645A4EBA5106D8E4F7EA7360E913EB7F0(L_91, NULL);
NullCheck(L_90);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_90, L_91, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_0357:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_92 = V_0;
NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832* L_93 = (NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832*)il2cpp_codegen_object_new(NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832_il2cpp_TypeInfo_var);
NullCheck(L_93);
NamespaceFragment__ctor_m43B83F54DFD916B2AFA22BB2F5043CA843F5C47A(L_93, NULL);
NullCheck(L_92);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_92, L_93, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_0368:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_94 = V_0;
ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0* L_95 = (ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0*)il2cpp_codegen_object_new(ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0_il2cpp_TypeInfo_var);
NullCheck(L_95);
ClassNameFragment__ctor_m7DB83438725055A914E020E98D7CA0A783BF4925(L_95, NULL);
NullCheck(L_94);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_94, L_95, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_0379:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_96 = V_0;
ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C* L_97 = (ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C*)il2cpp_codegen_object_new(ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C_il2cpp_TypeInfo_var);
NullCheck(L_97);
ClassFullNameFragment__ctor_m4571453368C09AEA8DBF8A13A50BB4EB3FB9FF1D(L_97, NULL);
NullCheck(L_96);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_96, L_97, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_038a:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_98 = V_0;
MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3* L_99 = (MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3*)il2cpp_codegen_object_new(MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3_il2cpp_TypeInfo_var);
NullCheck(L_99);
MethodFullNameFragment__ctor_m134FC6BA32CD08710931080C823323BC2BC7DDD9(L_99, NULL);
NullCheck(L_98);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_98, L_99, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_039b:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_100 = V_0;
ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1* L_101 = (ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1*)il2cpp_codegen_object_new(ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1_il2cpp_TypeInfo_var);
NullCheck(L_101);
ArgListFragment__ctor_m5829DBCCB5F0154E28C0E19BBC6C98082FF14BE1(L_101, 0, NULL);
NullCheck(L_100);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_100, L_101, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_03ad:
{
String_t* L_102 = V_4;
NullCheck(L_102);
Il2CppChar L_103;
L_103 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_102, 1, NULL);
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, ((int32_t)48)));
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_104 = V_0;
int32_t L_105 = V_8;
ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761* L_106 = (ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761*)il2cpp_codegen_object_new(ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761_il2cpp_TypeInfo_var);
NullCheck(L_106);
ArgumentFragment__ctor_m9C1E75DF27407B53B5D95E08A13AC304FAE8874B(L_106, L_105, ((int32_t)40), NULL);
NullCheck(L_104);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_104, L_106, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_03cf:
{
String_t* L_107 = V_4;
NullCheck(L_107);
Il2CppChar L_108;
L_108 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_107, 1, NULL);
V_9 = L_108;
String_t* L_109 = V_4;
NullCheck(L_109);
int32_t L_110;
L_110 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_109, NULL);
if ((((int32_t)L_110) < ((int32_t)5)))
{
goto IL_0401;
}
}
{
String_t* L_111 = V_4;
NullCheck(L_111);
Il2CppChar L_112;
L_112 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_111, 2, NULL);
if ((!(((uint32_t)L_112) == ((uint32_t)((int32_t)58)))))
{
goto IL_0401;
}
}
{
Il2CppChar L_113 = V_9;
if ((((int32_t)L_113) == ((int32_t)((int32_t)97))))
{
goto IL_03fe;
}
}
{
Il2CppChar L_114 = V_9;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_115;
L_115 = Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715(L_114, NULL);
G_B95_0 = ((int32_t)(L_115));
goto IL_03ff;
}
IL_03fe:
{
G_B95_0 = 1;
}
IL_03ff:
{
G_B97_0 = G_B95_0;
goto IL_0402;
}
IL_0401:
{
G_B97_0 = 0;
}
IL_0402:
{
V_13 = (bool)G_B97_0;
bool L_116 = V_13;
if (!L_116)
{
goto IL_046b;
}
}
{
}
try
{// begin try (depth: 1)
String_t* L_117 = V_4;
String_t* L_118 = V_4;
NullCheck(L_118);
int32_t L_119;
L_119 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_118, NULL);
NullCheck(L_117);
String_t* L_120;
L_120 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_117, 3, ((int32_t)il2cpp_codegen_subtract(L_119, 4)), NULL);
int32_t L_121;
L_121 = Int32_Parse_m59B9CC9D5E5B6C99C14251E57FB43BE6AB658767(L_120, NULL);
V_14 = L_121;
goto IL_042d;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0425;
}
throw e;
}
CATCH_0425:
{// begin catch(System.Object)
V_14 = (-1);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_042d;
}// end catch (depth: 1)
IL_042d:
{
int32_t L_122 = V_14;
V_15 = (bool)((((int32_t)L_122) > ((int32_t)0))? 1 : 0);
bool L_123 = V_15;
if (!L_123)
{
goto IL_046a;
}
}
{
Il2CppChar L_124 = V_9;
V_16 = (bool)((((int32_t)L_124) == ((int32_t)((int32_t)97)))? 1 : 0);
bool L_125 = V_16;
if (!L_125)
{
goto IL_0455;
}
}
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_126 = V_0;
int32_t L_127 = V_14;
ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1* L_128 = (ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1*)il2cpp_codegen_object_new(ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1_il2cpp_TypeInfo_var);
NullCheck(L_128);
ArgListFragment__ctor_m5829DBCCB5F0154E28C0E19BBC6C98082FF14BE1(L_128, L_127, NULL);
NullCheck(L_126);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_126, L_128, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_0468;
}
IL_0455:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_129 = V_0;
Il2CppChar L_130 = V_9;
int32_t L_131 = V_14;
ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761* L_132 = (ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761*)il2cpp_codegen_object_new(ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761_il2cpp_TypeInfo_var);
NullCheck(L_132);
ArgumentFragment__ctor_m9C1E75DF27407B53B5D95E08A13AC304FAE8874B(L_132, ((int32_t)il2cpp_codegen_subtract((int32_t)L_130, ((int32_t)48))), L_131, NULL);
NullCheck(L_129);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_129, L_132, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
}
IL_0468:
{
goto IL_047b;
}
IL_046a:
{
}
IL_046b:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_133 = V_0;
String_t* L_134 = V_4;
FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B* L_135 = (FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B*)il2cpp_codegen_object_new(FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B_il2cpp_TypeInfo_var);
NullCheck(L_135);
FixedTextFragment__ctor_mD60544FC7AA78ED3A9BA2EDF48B64E5280EF70B5(L_135, L_134, NULL);
NullCheck(L_133);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_133, L_135, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
goto IL_047b;
}
IL_047b:
{
int32_t L_136 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add(L_136, 1));
}
IL_0480:
{
int32_t L_137 = V_1;
String_t* L_138 = ___pattern0;
NullCheck(L_138);
int32_t L_139;
L_139 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_138, NULL);
V_17 = (bool)((((int32_t)L_137) < ((int32_t)L_139))? 1 : 0);
bool L_140 = V_17;
if (L_140)
{
goto IL_000e;
}
}
IL_0492:
{
int32_t L_141 = V_1;
String_t* L_142 = ___pattern0;
NullCheck(L_142);
int32_t L_143;
L_143 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_142, NULL);
V_18 = (bool)((((int32_t)L_141) < ((int32_t)L_143))? 1 : 0);
bool L_144 = V_18;
if (!L_144)
{
goto IL_04b4;
}
}
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_145 = V_0;
String_t* L_146 = ___pattern0;
int32_t L_147 = V_1;
NullCheck(L_146);
String_t* L_148;
L_148 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_146, L_147, NULL);
FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B* L_149 = (FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B*)il2cpp_codegen_object_new(FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B_il2cpp_TypeInfo_var);
NullCheck(L_149);
FixedTextFragment__ctor_mD60544FC7AA78ED3A9BA2EDF48B64E5280EF70B5(L_149, L_148, NULL);
NullCheck(L_145);
List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_inline(L_145, L_149, List_1_Add_mB5E92F30BAD5E30C5FF4E75ECE3835AEBCA64D74_RuntimeMethod_var);
}
IL_04b4:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_150 = V_0;
V_19 = L_150;
goto IL_04b9;
}
IL_04b9:
{
List_1_t436A996D5893AD38255B71ED732145A419E1666F* L_151 = V_19;
return L_151;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestNameGenerator__cctor_m3505880212B6A9455866E5C9690EF3CB5C4EB451 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral798FAC67D5DC53274073E9C288410C66E525D239);
s_Il2CppMethodInitialized = true;
}
{
((TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_StaticFields*)il2cpp_codegen_static_fields_for(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var))->___DefaultTestNamePattern_0 = _stringLiteral798FAC67D5DC53274073E9C288410C66E525D239;
Il2CppCodeGenWriteBarrier((void**)(&((TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_StaticFields*)il2cpp_codegen_static_fields_for(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var))->___DefaultTestNamePattern_0), (void*)_stringLiteral798FAC67D5DC53274073E9C288410C66E525D239);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::GetText(NUnit.Framework.Internal.TestMethod,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_GetText_m42B428383CA25B787B1E3E0DBC14825735CB83A0 (NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* __this, TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* ___testMethod0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* L_0 = ___testMethod0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = Test_get_Method_m43138AF6A6D99B8D3F8DCB3E38525C6D839C83AC(L_0, NULL);
NullCheck(L_1);
MethodInfo_t* L_2;
L_2 = InterfaceFuncInvoker0< MethodInfo_t* >::Invoke(1 /* System.Reflection.MethodInfo NUnit.Framework.Interfaces.IMethodInfo::get_MethodInfo() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___args1;
String_t* L_4;
L_4 = VirtualFuncInvoker2< String_t*, MethodInfo_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(5 /* System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::GetText(System.Reflection.MethodInfo,System.Object[]) */, __this, L_2, L_3);
V_0 = L_4;
goto IL_0016;
}
IL_0016:
{
String_t* L_5 = V_0;
return L_5;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/NameFragment::AppendGenericTypeNames(System.Text.StringBuilder,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameFragment_AppendGenericTypeNames_m194F37A58B5B3A7CCEA186898AF8E0E7F4E2C625 (StringBuilder_t* ___sb0, MethodInfo_t* ___method1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
int32_t V_2 = 0;
Type_t* V_3 = NULL;
bool V_4 = false;
{
StringBuilder_t* L_0 = ___sb0;
NullCheck(L_0);
StringBuilder_t* L_1;
L_1 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11, NULL);
V_0 = 0;
MethodInfo_t* L_2 = ___method1;
NullCheck(L_2);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3;
L_3 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(29 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_2);
V_1 = L_3;
V_2 = 0;
goto IL_004c;
}
IL_001b:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = V_1;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
Type_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_3 = L_7;
int32_t L_8 = V_0;
int32_t L_9 = L_8;
V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1));
V_4 = (bool)((((int32_t)L_9) > ((int32_t)0))? 1 : 0);
bool L_10 = V_4;
if (!L_10)
{
goto IL_003a;
}
}
{
StringBuilder_t* L_11 = ___sb0;
NullCheck(L_11);
StringBuilder_t* L_12;
L_12 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_11, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, NULL);
}
IL_003a:
{
StringBuilder_t* L_13 = ___sb0;
Type_t* L_14 = V_3;
NullCheck(L_14);
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14);
NullCheck(L_13);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_13, L_15, NULL);
int32_t L_17 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_004c:
{
int32_t L_18 = V_2;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = V_1;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
{
goto IL_001b;
}
}
{
StringBuilder_t* L_20 = ___sb0;
NullCheck(L_20);
StringBuilder_t* L_21;
L_21 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_20, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
return;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::GetDisplayString(System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_GetDisplayString_mD91191FBF8AB9247B388E2B34F3DD23EB211B18A (RuntimeObject* ___arg0, int32_t ___stringMax1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02D5BBF545F4BE801E9862313B57F6895BF44834);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CA697C6C47DA67F31CAEC30D1F67ADDB6E955EF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral161193D4BA823221D0E0951703537C3305039FFD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C945D246C2B7897F000E1C591A686EB9EF010F0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30295B38690DA3446E15D737804E12E95288105C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FD5CE9220AAFB28EF16A08A9214C1B7F496FE7F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41ADE9961CD48400701F3EDD2F0852836F5A2CE4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44EFA28268B97FDB459FB434F4F9A7CC2966658B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral496267B60750DC0B02091993620B249D88DDE4D2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56D09A92D64AB5C423FA86F0A740595C8842A58A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69BB305D17CF7A4F991749795B2A7806F81650CB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77700C452589B8941667BFF209E02F7AD807E8BA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77E79C40D510CA6B0EEBA2C34A2537E43F561433);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79B92BB090AA6B3E80F7D9ADCC432B2036A244AA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81254ED7364FDD4E6864E27C8FFD077CE666C786);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D494708CB13DD4C8B2816F6999F9D517A106A04);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B0D3984148F561050EE58718CF1542AF0A400FF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4B5FE8F270C98BC8376C7DA76289342BACF8F2F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA68AF1A978833710BDBD5C02A530B1CCADA51D78);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0FF9F38BE2581F30D5DCC3083BF8C61B860F9A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5211867C56F983545565B9207B49E349A9395F2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD1B475D08BA37135322C220C49DAC90F644DEC0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDDB56DAAEA235CE47F3D758B0C524AE5817C130);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF0EB6A1A534C6B85D4BC8018444B03316E66C97);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1771FD048FA0C5283A6D1085A6C3493F05C1302);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBF470B1EB68766924B473C475D16B72A6817367);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC66DE41781EFEDA9094C658C1062148D4320DF0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC66FBD082E04D02D686455A96C0C6A54BFB40F1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9FE47F21B4F037BC8CA170F0A4E17101D3B1475);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBEAF3F296944E6036332922B7F7B8A8BC41EF4D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF11F09D1B103B2F740307C9AB0EE58CC13532B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
double V_2 = 0.0;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
float V_10 = 0.0f;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_18;
memset((&V_18), 0, sizeof(V_18));
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
uint64_t V_25 = 0;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
String_t* V_29 = NULL;
bool V_30 = false;
int32_t V_31 = 0;
StringBuilder_t* V_32 = NULL;
String_t* V_33 = NULL;
int32_t V_34 = 0;
Il2CppChar V_35 = 0x0;
bool V_36 = false;
bool V_37 = false;
bool V_38 = false;
bool V_39 = false;
bool V_40 = false;
bool V_41 = false;
bool V_42 = false;
bool V_43 = false;
bool V_44 = false;
bool V_45 = false;
bool V_46 = false;
bool V_47 = false;
bool V_48 = false;
bool V_49 = false;
bool V_50 = false;
bool V_51 = false;
bool V_52 = false;
bool V_53 = false;
bool V_54 = false;
bool V_55 = false;
String_t* V_56 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B58_0 = 0;
int32_t G_B61_0 = 0;
int32_t G_B65_0 = 0;
{
RuntimeObject* L_0 = ___arg0;
if (!L_0)
{
goto IL_0011;
}
}
{
RuntimeObject* L_1 = ___arg0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = Convert_ToString_mCC5DC13CDF7E338DB15699432F28477C7DF52DE1(L_1, L_2, NULL);
G_B3_0 = L_3;
goto IL_0016;
}
IL_0011:
{
G_B3_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
}
IL_0016:
{
V_0 = G_B3_0;
RuntimeObject* L_4 = ___arg0;
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_4, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_00d1;
}
}
{
RuntimeObject* L_6 = ___arg0;
V_2 = ((*(double*)((double*)(double*)UnBox(L_6, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
double L_7 = V_2;
bool L_8;
L_8 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_7, NULL);
V_3 = L_8;
bool L_9 = V_3;
if (!L_9)
{
goto IL_0044;
}
}
{
V_0 = _stringLiteral161193D4BA823221D0E0951703537C3305039FFD;
goto IL_00cb;
}
IL_0044:
{
double L_10 = V_2;
bool L_11;
L_11 = Double_IsPositiveInfinity_m6E8147B50DE6E7EDD6CAB8873F83B943E2CD74F9_inline(L_10, NULL);
V_4 = L_11;
bool L_12 = V_4;
if (!L_12)
{
goto IL_0058;
}
}
{
V_0 = _stringLiteralCC66DE41781EFEDA9094C658C1062148D4320DF0;
goto IL_00cb;
}
IL_0058:
{
double L_13 = V_2;
bool L_14;
L_14 = Double_IsNegativeInfinity_mA198BA3110327CA9E3298794F07E4772E660FDA5_inline(L_13, NULL);
V_5 = L_14;
bool L_15 = V_5;
if (!L_15)
{
goto IL_006c;
}
}
{
V_0 = _stringLiteral41ADE9961CD48400701F3EDD2F0852836F5A2CE4;
goto IL_00cb;
}
IL_006c:
{
double L_16 = V_2;
V_6 = (bool)((((double)L_16) == ((double)(1.7976931348623157E+308)))? 1 : 0);
bool L_17 = V_6;
if (!L_17)
{
goto IL_0086;
}
}
{
V_0 = _stringLiteralCBF470B1EB68766924B473C475D16B72A6817367;
goto IL_00cb;
}
IL_0086:
{
double L_18 = V_2;
V_7 = (bool)((((double)L_18) == ((double)(-1.7976931348623157E+308)))? 1 : 0);
bool L_19 = V_7;
if (!L_19)
{
goto IL_00a0;
}
}
{
V_0 = _stringLiteralB0FF9F38BE2581F30D5DCC3083BF8C61B860F9A4;
goto IL_00cb;
}
IL_00a0:
{
String_t* L_20 = V_0;
NullCheck(L_20);
int32_t L_21;
L_21 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_20, ((int32_t)46), NULL);
V_8 = (bool)((((int32_t)L_21) == ((int32_t)(-1)))? 1 : 0);
bool L_22 = V_8;
if (!L_22)
{
goto IL_00be;
}
}
{
String_t* L_23 = V_0;
String_t* L_24;
L_24 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_23, _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA, NULL);
V_0 = L_24;
}
IL_00be:
{
String_t* L_25 = V_0;
String_t* L_26;
L_26 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_25, _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03, NULL);
V_0 = L_26;
}
IL_00cb:
{
goto IL_0571;
}
IL_00d1:
{
RuntimeObject* L_27 = ___arg0;
V_9 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_27, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_28 = V_9;
if (!L_28)
{
goto IL_018d;
}
}
{
RuntimeObject* L_29 = ___arg0;
V_10 = ((*(float*)((float*)(float*)UnBox(L_29, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
float L_30 = V_10;
bool L_31;
L_31 = Single_IsNaN_m684B090AA2F895FD91821CA8684CBC11D784E4DD_inline(L_30, NULL);
V_11 = L_31;
bool L_32 = V_11;
if (!L_32)
{
goto IL_0104;
}
}
{
V_0 = _stringLiteral44EFA28268B97FDB459FB434F4F9A7CC2966658B;
goto IL_0187;
}
IL_0104:
{
float L_33 = V_10;
bool L_34;
L_34 = Single_IsPositiveInfinity_m930B3369333FFFF7861552A9F3454A7122260F66_inline(L_33, NULL);
V_12 = L_34;
bool L_35 = V_12;
if (!L_35)
{
goto IL_0119;
}
}
{
V_0 = _stringLiteral81254ED7364FDD4E6864E27C8FFD077CE666C786;
goto IL_0187;
}
IL_0119:
{
float L_36 = V_10;
bool L_37;
L_37 = Single_IsNegativeInfinity_m6A97B87E0422CF812D7B879F68752A043D50F68B_inline(L_36, NULL);
V_13 = L_37;
bool L_38 = V_13;
if (!L_38)
{
goto IL_012e;
}
}
{
V_0 = _stringLiteralA68AF1A978833710BDBD5C02A530B1CCADA51D78;
goto IL_0187;
}
IL_012e:
{
float L_39 = V_10;
V_14 = (bool)((((float)L_39) == ((float)((std::numeric_limits<float>::max)())))? 1 : 0);
bool L_40 = V_14;
if (!L_40)
{
goto IL_0145;
}
}
{
V_0 = _stringLiteral77E79C40D510CA6B0EEBA2C34A2537E43F561433;
goto IL_0187;
}
IL_0145:
{
float L_41 = V_10;
V_15 = (bool)((((float)L_41) == ((float)(-(std::numeric_limits<float>::max)())))? 1 : 0);
bool L_42 = V_15;
if (!L_42)
{
goto IL_015c;
}
}
{
V_0 = _stringLiteral56D09A92D64AB5C423FA86F0A740595C8842A58A;
goto IL_0187;
}
IL_015c:
{
String_t* L_43 = V_0;
NullCheck(L_43);
int32_t L_44;
L_44 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_43, ((int32_t)46), NULL);
V_16 = (bool)((((int32_t)L_44) == ((int32_t)(-1)))? 1 : 0);
bool L_45 = V_16;
if (!L_45)
{
goto IL_017a;
}
}
{
String_t* L_46 = V_0;
String_t* L_47;
L_47 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_46, _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA, NULL);
V_0 = L_47;
}
IL_017a:
{
String_t* L_48 = V_0;
String_t* L_49;
L_49 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_48, _stringLiteral2C945D246C2B7897F000E1C591A686EB9EF010F0, NULL);
V_0 = L_49;
}
IL_0187:
{
goto IL_0571;
}
IL_018d:
{
RuntimeObject* L_50 = ___arg0;
V_17 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_50, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_51 = V_17;
if (!L_51)
{
goto IL_01f5;
}
}
{
RuntimeObject* L_52 = ___arg0;
V_18 = ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_52, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))));
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_53 = V_18;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_54;
memset((&L_54), 0, sizeof(L_54));
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_54), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
bool L_55;
L_55 = Decimal_op_Equality_m48AE8B579CA29541C36D456B707AF9D8015C3558(L_53, L_54, NULL);
V_19 = L_55;
bool L_56 = V_19;
if (!L_56)
{
goto IL_01c4;
}
}
{
V_0 = _stringLiteral9B0D3984148F561050EE58718CF1542AF0A400FF;
goto IL_01ef;
}
IL_01c4:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_57 = V_18;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_58;
memset((&L_58), 0, sizeof(L_58));
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_58), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
bool L_59;
L_59 = Decimal_op_Equality_m48AE8B579CA29541C36D456B707AF9D8015C3558(L_57, L_58, NULL);
V_20 = L_59;
bool L_60 = V_20;
if (!L_60)
{
goto IL_01e3;
}
}
{
V_0 = _stringLiteral496267B60750DC0B02091993620B249D88DDE4D2;
goto IL_01ef;
}
IL_01e3:
{
String_t* L_61 = V_0;
String_t* L_62;
L_62 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_61, _stringLiteralC1771FD048FA0C5283A6D1085A6C3493F05C1302, NULL);
V_0 = L_62;
}
IL_01ef:
{
goto IL_0571;
}
IL_01f5:
{
RuntimeObject* L_63 = ___arg0;
V_21 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_63, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_64 = V_21;
if (!L_64)
{
goto IL_025b;
}
}
{
RuntimeObject* L_65 = ___arg0;
int64_t L_66 = ((int64_t)(std::numeric_limits<int64_t>::min)());
RuntimeObject* L_67 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_66);
NullCheck(L_65);
bool L_68;
L_68 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_65, L_67);
V_22 = L_68;
bool L_69 = V_22;
if (!L_69)
{
goto IL_0227;
}
}
{
V_0 = _stringLiteralD9FE47F21B4F037BC8CA170F0A4E17101D3B1475;
goto IL_0255;
}
IL_0227:
{
RuntimeObject* L_70 = ___arg0;
int64_t L_71 = ((int64_t)(std::numeric_limits<int64_t>::max)());
RuntimeObject* L_72 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_71);
NullCheck(L_70);
bool L_73;
L_73 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_70, L_72);
V_23 = L_73;
bool L_74 = V_23;
if (!L_74)
{
goto IL_0249;
}
}
{
V_0 = _stringLiteralDEF11F09D1B103B2F740307C9AB0EE58CC13532B;
goto IL_0255;
}
IL_0249:
{
String_t* L_75 = V_0;
String_t* L_76;
L_76 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_75, _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A, NULL);
V_0 = L_76;
}
IL_0255:
{
goto IL_0571;
}
IL_025b:
{
RuntimeObject* L_77 = ___arg0;
V_24 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_77, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_78 = V_24;
if (!L_78)
{
goto IL_02ad;
}
}
{
RuntimeObject* L_79 = ___arg0;
V_25 = ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_79, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))));
uint64_t L_80 = V_25;
V_26 = (bool)((((int64_t)L_80) == ((int64_t)((int64_t)0)))? 1 : 0);
bool L_81 = V_26;
if (!L_81)
{
goto IL_0287;
}
}
{
V_0 = _stringLiteralDBEAF3F296944E6036332922B7F7B8A8BC41EF4D;
goto IL_02a7;
}
IL_0287:
{
uint64_t L_82 = V_25;
V_27 = (bool)((((int64_t)L_82) == ((int64_t)((int64_t)(-1))))? 1 : 0);
bool L_83 = V_27;
if (!L_83)
{
goto IL_029b;
}
}
{
V_0 = _stringLiteralCC66FBD082E04D02D686455A96C0C6A54BFB40F1;
goto IL_02a7;
}
IL_029b:
{
String_t* L_84 = V_0;
String_t* L_85;
L_85 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_84, _stringLiteral79B92BB090AA6B3E80F7D9ADCC432B2036A244AA, NULL);
V_0 = L_85;
}
IL_02a7:
{
goto IL_0571;
}
IL_02ad:
{
RuntimeObject* L_86 = ___arg0;
V_28 = (bool)((!(((RuntimeObject*)(String_t*)((String_t*)IsInstSealed((RuntimeObject*)L_86, String_t_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_87 = V_28;
if (!L_87)
{
goto IL_037e;
}
}
{
RuntimeObject* L_88 = ___arg0;
V_29 = ((String_t*)CastclassSealed((RuntimeObject*)L_88, String_t_il2cpp_TypeInfo_var));
int32_t L_89 = ___stringMax1;
if ((((int32_t)L_89) <= ((int32_t)0)))
{
goto IL_02d8;
}
}
{
String_t* L_90 = V_29;
NullCheck(L_90);
int32_t L_91;
L_91 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_90, NULL);
int32_t L_92 = ___stringMax1;
G_B58_0 = ((((int32_t)L_91) > ((int32_t)L_92))? 1 : 0);
goto IL_02d9;
}
IL_02d8:
{
G_B58_0 = 0;
}
IL_02d9:
{
V_30 = (bool)G_B58_0;
bool L_93 = V_30;
if (L_93)
{
goto IL_02e2;
}
}
{
G_B61_0 = 0;
goto IL_02ee;
}
IL_02e2:
{
int32_t L_94 = ___stringMax1;
NullCheck(_stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A);
int32_t L_95;
L_95 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A, NULL);
G_B61_0 = ((int32_t)il2cpp_codegen_subtract(L_94, L_95));
}
IL_02ee:
{
V_31 = G_B61_0;
StringBuilder_t* L_96 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_96);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_96, NULL);
V_32 = L_96;
StringBuilder_t* L_97 = V_32;
NullCheck(L_97);
StringBuilder_t* L_98;
L_98 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_97, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL);
String_t* L_99 = V_29;
V_33 = L_99;
V_34 = 0;
goto IL_0358;
}
IL_030e:
{
String_t* L_100 = V_33;
int32_t L_101 = V_34;
NullCheck(L_100);
Il2CppChar L_102;
L_102 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_100, L_101, NULL);
V_35 = L_102;
StringBuilder_t* L_103 = V_32;
Il2CppChar L_104 = V_35;
String_t* L_105;
L_105 = NameFragment_EscapeCharInString_mCD8B7AAC58476380A6D08FF7FD35D556978A1714(L_104, NULL);
NullCheck(L_103);
StringBuilder_t* L_106;
L_106 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_103, L_105, NULL);
bool L_107 = V_30;
if (!L_107)
{
goto IL_033a;
}
}
{
StringBuilder_t* L_108 = V_32;
NullCheck(L_108);
int32_t L_109;
L_109 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_108, NULL);
int32_t L_110 = V_31;
G_B65_0 = ((((int32_t)L_109) > ((int32_t)L_110))? 1 : 0);
goto IL_033b;
}
IL_033a:
{
G_B65_0 = 0;
}
IL_033b:
{
V_36 = (bool)G_B65_0;
bool L_111 = V_36;
if (!L_111)
{
goto IL_0351;
}
}
{
StringBuilder_t* L_112 = V_32;
NullCheck(L_112);
StringBuilder_t* L_113;
L_113 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_112, _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A, NULL);
goto IL_0363;
}
IL_0351:
{
int32_t L_114 = V_34;
V_34 = ((int32_t)il2cpp_codegen_add(L_114, 1));
}
IL_0358:
{
int32_t L_115 = V_34;
String_t* L_116 = V_33;
NullCheck(L_116);
int32_t L_117;
L_117 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_116, NULL);
if ((((int32_t)L_115) < ((int32_t)L_117)))
{
goto IL_030e;
}
}
IL_0363:
{
StringBuilder_t* L_118 = V_32;
NullCheck(L_118);
StringBuilder_t* L_119;
L_119 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_118, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL);
StringBuilder_t* L_120 = V_32;
NullCheck(L_120);
String_t* L_121;
L_121 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_120);
V_0 = L_121;
goto IL_0571;
}
IL_037e:
{
RuntimeObject* L_122 = ___arg0;
V_37 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_122, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_123 = V_37;
if (!L_123)
{
goto IL_03af;
}
}
{
RuntimeObject* L_124 = ___arg0;
String_t* L_125;
L_125 = NameFragment_EscapeSingleChar_m38DA83CA7992038FCC3CD9F45A177083A68B097D(((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_124, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))), NULL);
String_t* L_126;
L_126 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, L_125, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
V_0 = L_126;
goto IL_0571;
}
IL_03af:
{
RuntimeObject* L_127 = ___arg0;
V_38 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_127, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_128 = V_38;
if (!L_128)
{
goto IL_03ff;
}
}
{
RuntimeObject* L_129 = ___arg0;
int32_t L_130 = ((int32_t)2147483647LL);
RuntimeObject* L_131 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_130);
NullCheck(L_129);
bool L_132;
L_132 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_129, L_131);
V_39 = L_132;
bool L_133 = V_39;
if (!L_133)
{
goto IL_03dd;
}
}
{
V_0 = _stringLiteralBF0EB6A1A534C6B85D4BC8018444B03316E66C97;
goto IL_03f9;
}
IL_03dd:
{
RuntimeObject* L_134 = ___arg0;
int32_t L_135 = ((int32_t)-2147483648LL);
RuntimeObject* L_136 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_135);
NullCheck(L_134);
bool L_137;
L_137 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_134, L_136);
V_40 = L_137;
bool L_138 = V_40;
if (!L_138)
{
goto IL_03f9;
}
}
{
V_0 = _stringLiteralB5211867C56F983545565B9207B49E349A9395F2;
}
IL_03f9:
{
goto IL_0571;
}
IL_03ff:
{
RuntimeObject* L_139 = ___arg0;
V_41 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_139, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_140 = V_41;
if (!L_140)
{
goto IL_0447;
}
}
{
RuntimeObject* L_141 = ___arg0;
uint32_t L_142 = ((uint32_t)(-1));
RuntimeObject* L_143 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_142);
NullCheck(L_141);
bool L_144;
L_144 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_141, L_143);
V_42 = L_144;
bool L_145 = V_42;
if (!L_145)
{
goto IL_0429;
}
}
{
V_0 = _stringLiteralBD1B475D08BA37135322C220C49DAC90F644DEC0;
goto IL_0441;
}
IL_0429:
{
RuntimeObject* L_146 = ___arg0;
uint32_t L_147 = ((uint32_t)0);
RuntimeObject* L_148 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_147);
NullCheck(L_146);
bool L_149;
L_149 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_146, L_148);
V_43 = L_149;
bool L_150 = V_43;
if (!L_150)
{
goto IL_0441;
}
}
{
V_0 = _stringLiteralA4B5FE8F270C98BC8376C7DA76289342BACF8F2F;
}
IL_0441:
{
goto IL_0571;
}
IL_0447:
{
RuntimeObject* L_151 = ___arg0;
V_44 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_151, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_152 = V_44;
if (!L_152)
{
goto IL_0497;
}
}
{
RuntimeObject* L_153 = ___arg0;
int16_t L_154 = ((int16_t)((int32_t)32767));
RuntimeObject* L_155 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_154);
NullCheck(L_153);
bool L_156;
L_156 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_153, L_155);
V_45 = L_156;
bool L_157 = V_45;
if (!L_157)
{
goto IL_0475;
}
}
{
V_0 = _stringLiteral0CA697C6C47DA67F31CAEC30D1F67ADDB6E955EF;
goto IL_0491;
}
IL_0475:
{
RuntimeObject* L_158 = ___arg0;
int16_t L_159 = ((int16_t)((int32_t)-32768));
RuntimeObject* L_160 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_159);
NullCheck(L_158);
bool L_161;
L_161 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_158, L_160);
V_46 = L_161;
bool L_162 = V_46;
if (!L_162)
{
goto IL_0491;
}
}
{
V_0 = _stringLiteralBDDB56DAAEA235CE47F3D758B0C524AE5817C130;
}
IL_0491:
{
goto IL_0571;
}
IL_0497:
{
RuntimeObject* L_163 = ___arg0;
V_47 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_163, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_164 = V_47;
if (!L_164)
{
goto IL_04e3;
}
}
{
RuntimeObject* L_165 = ___arg0;
uint16_t L_166 = ((uint16_t)((int32_t)65535));
RuntimeObject* L_167 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_166);
NullCheck(L_165);
bool L_168;
L_168 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_165, L_167);
V_48 = L_168;
bool L_169 = V_48;
if (!L_169)
{
goto IL_04c5;
}
}
{
V_0 = _stringLiteral77700C452589B8941667BFF209E02F7AD807E8BA;
goto IL_04dd;
}
IL_04c5:
{
RuntimeObject* L_170 = ___arg0;
uint16_t L_171 = ((uint16_t)0);
RuntimeObject* L_172 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_171);
NullCheck(L_170);
bool L_173;
L_173 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_170, L_172);
V_49 = L_173;
bool L_174 = V_49;
if (!L_174)
{
goto IL_04dd;
}
}
{
V_0 = _stringLiteral02D5BBF545F4BE801E9862313B57F6895BF44834;
}
IL_04dd:
{
goto IL_0571;
}
IL_04e3:
{
RuntimeObject* L_175 = ___arg0;
V_50 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_175, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_176 = V_50;
if (!L_176)
{
goto IL_052c;
}
}
{
RuntimeObject* L_177 = ___arg0;
uint8_t L_178 = ((uint8_t)((int32_t)255));
RuntimeObject* L_179 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_178);
NullCheck(L_177);
bool L_180;
L_180 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_177, L_179);
V_51 = L_180;
bool L_181 = V_51;
if (!L_181)
{
goto IL_0511;
}
}
{
V_0 = _stringLiteral30295B38690DA3446E15D737804E12E95288105C;
goto IL_0529;
}
IL_0511:
{
RuntimeObject* L_182 = ___arg0;
uint8_t L_183 = ((uint8_t)0);
RuntimeObject* L_184 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_183);
NullCheck(L_182);
bool L_185;
L_185 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_182, L_184);
V_52 = L_185;
bool L_186 = V_52;
if (!L_186)
{
goto IL_0529;
}
}
{
V_0 = _stringLiteral8D494708CB13DD4C8B2816F6999F9D517A106A04;
}
IL_0529:
{
goto IL_0571;
}
IL_052c:
{
RuntimeObject* L_187 = ___arg0;
V_53 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_187, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_188 = V_53;
if (!L_188)
{
goto IL_0571;
}
}
{
RuntimeObject* L_189 = ___arg0;
int8_t L_190 = ((int8_t)((int32_t)127));
RuntimeObject* L_191 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_190);
NullCheck(L_189);
bool L_192;
L_192 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_189, L_191);
V_54 = L_192;
bool L_193 = V_54;
if (!L_193)
{
goto IL_0557;
}
}
{
V_0 = _stringLiteral69BB305D17CF7A4F991749795B2A7806F81650CB;
goto IL_0570;
}
IL_0557:
{
RuntimeObject* L_194 = ___arg0;
int8_t L_195 = ((int8_t)((int32_t)-128));
RuntimeObject* L_196 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_195);
NullCheck(L_194);
bool L_197;
L_197 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_194, L_196);
V_55 = L_197;
bool L_198 = V_55;
if (!L_198)
{
goto IL_0570;
}
}
{
V_0 = _stringLiteral3FD5CE9220AAFB28EF16A08A9214C1B7F496FE7F;
}
IL_0570:
{
}
IL_0571:
{
String_t* L_199 = V_0;
V_56 = L_199;
goto IL_0576;
}
IL_0576:
{
String_t* L_200 = V_56;
return L_200;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::EscapeSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_EscapeSingleChar_m38DA83CA7992038FCC3CD9F45A177083A68B097D (Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
Il2CppChar L_0 = ___c0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)39)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
V_1 = _stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC;
goto IL_001b;
}
IL_0012:
{
Il2CppChar L_2 = ___c0;
String_t* L_3;
L_3 = NameFragment_EscapeControlChar_m4FF420ECB2FE48F67FBDB3D379579EC7807CB337(L_2, NULL);
V_1 = L_3;
goto IL_001b;
}
IL_001b:
{
String_t* L_4 = V_1;
return L_4;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::EscapeCharInString(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_EscapeCharInString_mCD8B7AAC58476380A6D08FF7FD35D556978A1714 (Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
Il2CppChar L_0 = ___c0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)34)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
V_1 = _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD;
goto IL_001b;
}
IL_0012:
{
Il2CppChar L_2 = ___c0;
String_t* L_3;
L_3 = NameFragment_EscapeControlChar_m4FF420ECB2FE48F67FBDB3D379579EC7807CB337(L_2, NULL);
V_1 = L_3;
goto IL_001b;
}
IL_001b:
{
String_t* L_4 = V_1;
return L_4;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/NameFragment::EscapeControlChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameFragment_EscapeControlChar_m4FF420ECB2FE48F67FBDB3D379579EC7807CB337 (Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A93881F0E30A932321B06766E4718D4D13306A7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78F235D4291950A7D101307609C259F3E1F033F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC4CF8C3582484557E58916411466E046404CE49);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7E65C52535CDD59777EEAAF7EFDE885FD987F3D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDA67E248A035B28E06099D5362E02822AA9A914);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
Il2CppChar V_1 = 0x0;
String_t* V_2 = NULL;
{
Il2CppChar L_0 = ___c0;
V_1 = L_0;
Il2CppChar L_1 = V_1;
V_0 = L_1;
Il2CppChar L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)92)))))
{
goto IL_0051;
}
}
{
Il2CppChar L_3 = V_0;
switch (L_3)
{
case 0:
{
goto IL_0077;
}
case 1:
{
goto IL_00ca;
}
case 2:
{
goto IL_00ca;
}
case 3:
{
goto IL_00ca;
}
case 4:
{
goto IL_00ca;
}
case 5:
{
goto IL_00ca;
}
case 6:
{
goto IL_00ca;
}
case 7:
{
goto IL_007f;
}
case 8:
{
goto IL_0087;
}
case 9:
{
goto IL_00a7;
}
case 10:
{
goto IL_0097;
}
case 11:
{
goto IL_00af;
}
case 12:
{
goto IL_008f;
}
case 13:
{
goto IL_009f;
}
}
}
{
goto IL_004a;
}
IL_004a:
{
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)92))))
{
goto IL_006f;
}
}
{
goto IL_00ca;
}
IL_0051:
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)133))))
{
goto IL_00b7;
}
}
{
goto IL_005b;
}
IL_005b:
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)8232))))
{
goto IL_00b7;
}
}
{
goto IL_0065;
}
IL_0065:
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)8233))))
{
goto IL_00b7;
}
}
{
goto IL_00ca;
}
IL_006f:
{
V_2 = _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE;
goto IL_00d4;
}
IL_0077:
{
V_2 = _stringLiteralC7E65C52535CDD59777EEAAF7EFDE885FD987F3D;
goto IL_00d4;
}
IL_007f:
{
V_2 = _stringLiteralBC4CF8C3582484557E58916411466E046404CE49;
goto IL_00d4;
}
IL_0087:
{
V_2 = _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9;
goto IL_00d4;
}
IL_008f:
{
V_2 = _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122;
goto IL_00d4;
}
IL_0097:
{
V_2 = _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51;
goto IL_00d4;
}
IL_009f:
{
V_2 = _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F;
goto IL_00d4;
}
IL_00a7:
{
V_2 = _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462;
goto IL_00d4;
}
IL_00af:
{
V_2 = _stringLiteralCDA67E248A035B28E06099D5362E02822AA9A914;
goto IL_00d4;
}
IL_00b7:
{
Il2CppChar L_8 = ___c0;
int32_t L_9 = ((int32_t)L_8);
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
String_t* L_11;
L_11 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral1A93881F0E30A932321B06766E4718D4D13306A7, L_10, NULL);
V_2 = L_11;
goto IL_00d4;
}
IL_00ca:
{
String_t* L_12;
L_12 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___c0), NULL);
V_2 = L_12;
goto IL_00d4;
}
IL_00d4:
{
String_t* L_13 = V_2;
return L_13;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/NameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E (NameFragment_t6543FC7572B3194868AAE178DFB88C19B1484A7B* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.TestNameGenerator/TestIDFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestIDFragment_GetText_mDF0DF50002D949A4C93E3BABF474C22F8D44B301 (TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral950F8F5084AE77DC73E9232EB8311BA579AF55D3);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
V_0 = _stringLiteral950F8F5084AE77DC73E9232EB8311BA579AF55D3;
goto IL_0009;
}
IL_0009:
{
String_t* L_0 = V_0;
return L_0;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/TestIDFragment::GetText(NUnit.Framework.Internal.TestMethod,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestIDFragment_GetText_mD708C320A768F4061A6E415EE05D84D6BF94198B (TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546* __this, TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* ___testMethod0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
TestMethod_t6F73FDCFF1AABF219BB80997B10A0FC8331E6CE7* L_0 = ___testMethod0;
NullCheck(L_0);
String_t* L_1;
L_1 = Test_get_Id_m411E903261737CEF6369EA528015681FF474B3CB_inline(L_0, NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/TestIDFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestIDFragment__ctor_m7702B29645A4EBA5106D8E4F7EA7360E913EB7F0 (TestIDFragment_tAB5958780AFE68D44A50F4B760326B5695480546* __this, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestNameGenerator/FixedTextFragment::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedTextFragment__ctor_mD60544FC7AA78ED3A9BA2EDF48B64E5280EF70B5 (FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B* __this, String_t* ___text0, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
String_t* L_0 = ___text0;
__this->____text_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____text_1), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/FixedTextFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FixedTextFragment_GetText_m8DA23F7782D816BE7DAEEEEF4CBBEED3A51A33B1 (FixedTextFragment_t753438637DEDC13F5B7BF5CBEF6D9595D514DB3B* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = __this->____text_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
String_t* L_1 = V_0;
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.TestNameGenerator/MethodNameFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodNameFragment_GetText_m8367A01D00BADA361808DB1A8397B3160A817651 (MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
StringBuilder_t* L_1 = V_0;
MethodInfo_t* L_2 = ___method0;
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
NullCheck(L_1);
StringBuilder_t* L_4;
L_4 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_1, L_3, NULL);
MethodInfo_t* L_5 = ___method0;
NullCheck(L_5);
bool L_6;
L_6 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_5);
V_1 = L_6;
bool L_7 = V_1;
if (!L_7)
{
goto IL_0026;
}
}
{
StringBuilder_t* L_8 = V_0;
MethodInfo_t* L_9 = ___method0;
NameFragment_AppendGenericTypeNames_m194F37A58B5B3A7CCEA186898AF8E0E7F4E2C625(L_8, L_9, NULL);
}
IL_0026:
{
StringBuilder_t* L_10 = V_0;
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
V_2 = L_11;
goto IL_002f;
}
IL_002f:
{
String_t* L_12 = V_2;
return L_12;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/MethodNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodNameFragment__ctor_m6F7C56AF59FBA5805A6AE805533BB6F35E66D410 (MethodNameFragment_t57FCF1F2BC255D61615500713D650E756EAACDA0* __this, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.TestNameGenerator/NamespaceFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamespaceFragment_GetText_m0309F771EED9B862A1F01DC32F84ACAE054A4BA3 (NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
MethodInfo_t* L_0 = ___method0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_Namespace() */, L_1);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
String_t* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/NamespaceFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceFragment__ctor_m43B83F54DFD916B2AFA22BB2F5043CA843F5C47A (NamespaceFragment_tF50E0A143DB2C8CBC9F785BB7D21E1892E85F832* __this, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.TestNameGenerator/MethodFullNameFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodFullNameFragment_GetText_mF9DF52D6462A91F2EDB4BAC019EC955E12F2290A (MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
StringBuilder_t* L_1 = V_0;
MethodInfo_t* L_2 = ___method0;
NullCheck(L_2);
Type_t* L_3;
L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2);
NullCheck(L_3);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_3);
NullCheck(L_1);
StringBuilder_t* L_5;
L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_1, L_4, NULL);
StringBuilder_t* L_6 = V_0;
NullCheck(L_6);
StringBuilder_t* L_7;
L_7 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_6, ((int32_t)46), NULL);
StringBuilder_t* L_8 = V_0;
MethodInfo_t* L_9 = ___method0;
NullCheck(L_9);
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_9);
NullCheck(L_8);
StringBuilder_t* L_11;
L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, L_10, NULL);
MethodInfo_t* L_12 = ___method0;
NullCheck(L_12);
bool L_13;
L_13 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_12);
V_1 = L_13;
bool L_14 = V_1;
if (!L_14)
{
goto IL_0041;
}
}
{
StringBuilder_t* L_15 = V_0;
MethodInfo_t* L_16 = ___method0;
NameFragment_AppendGenericTypeNames_m194F37A58B5B3A7CCEA186898AF8E0E7F4E2C625(L_15, L_16, NULL);
}
IL_0041:
{
StringBuilder_t* L_17 = V_0;
NullCheck(L_17);
String_t* L_18;
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
V_2 = L_18;
goto IL_004a;
}
IL_004a:
{
String_t* L_19 = V_2;
return L_19;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/MethodFullNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodFullNameFragment__ctor_m134FC6BA32CD08710931080C823323BC2BC7DDD9 (MethodFullNameFragment_tEB4049A6859F54624A0CF0735C178A6CD6F7BAC3* __this, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.TestNameGenerator/ClassNameFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClassNameFragment_GetText_mA272E0F556923F448659678CAE9DED20CBCE9B2C (ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
MethodInfo_t* L_0 = ___method0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
String_t* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/ClassNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassNameFragment__ctor_m7DB83438725055A914E020E98D7CA0A783BF4925 (ClassNameFragment_t4C63F61A488196DACB39233F1748535F353F5FA0* __this, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.TestNameGenerator/ClassFullNameFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClassFullNameFragment_GetText_m2EC9B056294C3D65D9BF4252EBE8031E6E63ED2A (ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
MethodInfo_t* L_0 = ___method0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
String_t* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Internal.TestNameGenerator/ClassFullNameFragment::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassFullNameFragment__ctor_m4571453368C09AEA8DBF8A13A50BB4EB3FB9FF1D (ClassFullNameFragment_t3567CFDBDF942870630AF1EA0476E4DF1BD4835C* __this, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestNameGenerator/ArgListFragment::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgListFragment__ctor_m5829DBCCB5F0154E28C0E19BBC6C98082FF14BE1 (ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1* __this, int32_t ___maxStringLength0, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
int32_t L_0 = ___maxStringLength0;
__this->____maxStringLength_1 = L_0;
return;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/ArgListFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ArgListFragment_GetText_m769F8664E27C1E3964D8108F3A4E1D4F3F2CEA5A (ArgListFragment_t09A5B14CA12801DC03519FF1ED9F46BC2AAE0DC1* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arglist1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
String_t* V_5 = NULL;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___arglist1;
V_1 = (bool)((!(((RuntimeObject*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0062;
}
}
{
StringBuilder_t* L_3 = V_0;
NullCheck(L_3);
StringBuilder_t* L_4;
L_4 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_3, ((int32_t)40), NULL);
V_2 = 0;
goto IL_004c;
}
IL_001d:
{
int32_t L_5 = V_2;
V_3 = (bool)((((int32_t)L_5) > ((int32_t)0))? 1 : 0);
bool L_6 = V_3;
if (!L_6)
{
goto IL_0032;
}
}
{
StringBuilder_t* L_7 = V_0;
NullCheck(L_7);
StringBuilder_t* L_8;
L_8 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, NULL);
}
IL_0032:
{
StringBuilder_t* L_9 = V_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___arglist1;
int32_t L_11 = V_2;
NullCheck(L_10);
int32_t L_12 = L_11;
RuntimeObject* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
int32_t L_14 = __this->____maxStringLength_1;
String_t* L_15;
L_15 = NameFragment_GetDisplayString_mD91191FBF8AB9247B388E2B34F3DD23EB211B18A(L_13, L_14, NULL);
NullCheck(L_9);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_9, L_15, NULL);
int32_t L_17 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_004c:
{
int32_t L_18 = V_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = ___arglist1;
NullCheck(L_19);
V_4 = (bool)((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))? 1 : 0);
bool L_20 = V_4;
if (L_20)
{
goto IL_001d;
}
}
{
StringBuilder_t* L_21 = V_0;
NullCheck(L_21);
StringBuilder_t* L_22;
L_22 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_21, ((int32_t)41), NULL);
}
IL_0062:
{
StringBuilder_t* L_23 = V_0;
NullCheck(L_23);
String_t* L_24;
L_24 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
V_5 = L_24;
goto IL_006c;
}
IL_006c:
{
String_t* L_25 = V_5;
return L_25;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestNameGenerator/ArgumentFragment::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentFragment__ctor_m9C1E75DF27407B53B5D95E08A13AC304FAE8874B (ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761* __this, int32_t ___index0, int32_t ___maxStringLength1, const RuntimeMethod* method)
{
{
NameFragment__ctor_mC1DF5293F1E25D87F5E3A2F47BC15C053278E22E(__this, NULL);
int32_t L_0 = ___index0;
__this->____index_1 = L_0;
int32_t L_1 = ___maxStringLength1;
__this->____maxStringLength_2 = L_1;
return;
}
}
// System.String NUnit.Framework.Internal.TestNameGenerator/ArgumentFragment::GetText(System.Reflection.MethodInfo,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ArgumentFragment_GetText_mF884FCD911A0109594378B2C50DB1EF3E1967286 (ArgumentFragment_t2945A1EE3482FA7F805C458B37752974E13A0761* __this, MethodInfo_t* ___method0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B3_0 = NULL;
{
int32_t L_0 = __this->____index_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args1;
NullCheck(L_1);
if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))
{
goto IL_0013;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
G_B3_0 = L_2;
goto IL_0026;
}
IL_0013:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___args1;
int32_t L_4 = __this->____index_1;
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
int32_t L_7 = __this->____maxStringLength_2;
String_t* L_8;
L_8 = NameFragment_GetDisplayString_mD91191FBF8AB9247B388E2B34F3DD23EB211B18A(L_6, L_7, NULL);
G_B3_0 = L_8;
}
IL_0026:
{
V_0 = G_B3_0;
goto IL_0029;
}
IL_0029:
{
String_t* L_9 = V_0;
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TypeWrapper::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Type_t* L_0 = ___type0;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634, NULL);
Type_t* L_1 = ___type0;
TypeWrapper_set_Type_m0359809735B7E82DC36B3ECB3FBBB546C5D5E344_inline(__this, L_1, NULL);
return;
}
}
// System.Type NUnit.Framework.Internal.TypeWrapper::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_0;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TypeWrapper::set_Type(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeWrapper_set_Type_m0359809735B7E82DC36B3ECB3FBBB546C5D5E344 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, Type_t* ___value0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___value0;
__this->___U3CTypeU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_0), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.TypeWrapper::get_BaseType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeWrapper_get_BaseType_m548120C431BBD5099DE72ECDD87910195620023B (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
RuntimeObject* V_1 = NULL;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* G_B3_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
Type_t* L_2;
L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(115 /* System.Type System.Type::get_BaseType() */, L_1);
V_0 = L_2;
Type_t* L_3 = V_0;
if (L_3)
{
goto IL_0018;
}
}
{
G_B3_0 = ((TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)(NULL));
goto IL_001e;
}
IL_0018:
{
Type_t* L_4 = V_0;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_5 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_5);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_5, L_4, NULL);
G_B3_0 = L_5;
}
IL_001e:
{
V_1 = G_B3_0;
goto IL_0021;
}
IL_0021:
{
RuntimeObject* L_6 = V_1;
return L_6;
}
}
// System.String NUnit.Framework.Internal.TypeWrapper::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeWrapper_get_Name_m7830A90E4B0D3670067A690DFCD913031B336057 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.Internal.TypeWrapper::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeWrapper_get_FullName_mD45E7215D7A07395EEC756EE1BE30C154B916CA2 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Reflection.Assembly NUnit.Framework.Internal.TypeWrapper::get_Assembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* TypeWrapper_get_Assembly_m7B54A7AFD304EA6907D5850B268FD851F0F3DCE1 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
Assembly_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
Assembly_t* L_2;
L_2 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
Assembly_t* L_3 = V_0;
return L_3;
}
}
// System.String NUnit.Framework.Internal.TypeWrapper::get_Namespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeWrapper_get_Namespace_m640EB56EDB9287FE8FAE4D83A5A9C2D2D27A6D19 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_Namespace() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_get_IsAbstract_m9D244E6AD6222B47DB2CDF7FC8E1FF0E9A730828 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5(L_1, NULL);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::get_IsGenericType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_get_IsGenericType_m9DA2721084A0496D8A9E5EF24A2B8EE1D0BFBEEC (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Type::get_IsGenericType() */, L_1);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::IsType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_IsType_mD8ABDDEAFDA45720A79952956EE68F55A4C66059 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, Type_t* ___type0, const RuntimeMethod* method)
{
bool V_0 = false;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1 = ___type0;
V_0 = (bool)((((RuntimeObject*)(Type_t*)L_0) == ((RuntimeObject*)(Type_t*)L_1))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::get_ContainsGenericParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_get_ContainsGenericParameters_m321AB8A1BFE48F5FD4EFCF623638BFA1C4609A5E (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_1);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::get_IsGenericTypeDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_get_IsGenericTypeDefinition_mBF75017959098E128B1023E6DDF918CDED9AB2F8 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = VirtualFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_1);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::get_IsSealed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_get_IsSealed_m23BB8050F27E5310DC3FC230187BE833C7F4B26F (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = Type_get_IsSealed_m6B652265DCEF64250FD2A173C50BD889467A58E4(L_1, NULL);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::get_IsStaticClass()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_get_IsStaticClass_mAA4B43B4CE5D63F30B3C5D5A76A898B547592C2E (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1;
L_1 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = Type_get_IsSealed_m6B652265DCEF64250FD2A173C50BD889467A58E4(L_1, NULL);
if (!L_2)
{
goto IL_0025;
}
}
{
Type_t* L_3;
L_3 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_4;
L_4 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5(L_4, NULL);
G_B3_0 = ((int32_t)(L_5));
goto IL_0026;
}
IL_0025:
{
G_B3_0 = 0;
}
IL_0026:
{
V_0 = (bool)G_B3_0;
goto IL_0029;
}
IL_0029:
{
bool L_6 = V_0;
return L_6;
}
}
// System.String NUnit.Framework.Internal.TypeWrapper::GetDisplayName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeWrapper_GetDisplayName_mDF29716F449ED129DBAF1FBEE05EC2E37A84843A (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = TypeHelper_GetDisplayName_m3616CC9EA1F8FDAB439ED23171F1CBF8FBCA4B35(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.Internal.TypeWrapper::GetDisplayName(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeWrapper_GetDisplayName_m47E283C20E8890A07BE41035B4320A5B3230BC04 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args0;
il2cpp_codegen_runtime_class_init_inline(TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = TypeHelper_GetDisplayName_m68A8DF24A30B41EC72FC6CCFEA9177411CD6CD5B(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
String_t* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.TypeWrapper::MakeGenericType(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeWrapper_MakeGenericType_m30108848640696E40694A4383C7AD73AE35825F8 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___typeArgs0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = ___typeArgs0;
NullCheck(L_0);
Type_t* L_2;
L_2 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_0, L_1);
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_3 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_3);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_3, L_2, NULL);
V_0 = L_3;
goto IL_0015;
}
IL_0015:
{
RuntimeObject* L_4 = V_0;
return L_4;
}
}
// System.Type NUnit.Framework.Internal.TypeWrapper::GetGenericTypeDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeWrapper_GetGenericTypeDefinition_m05E1FD0003E03531FEC3282FECDC9EC645BCA2B9 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
Type_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(48 /* System.Type System.Type::GetGenericTypeDefinition() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
Type_t* L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::HasMethodWithAttribute(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_HasMethodWithAttribute_m0D73D716B80F556A9CEA797360629D9FD80B9AE8 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, Type_t* ___attributeType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
Type_t* L_1 = ___attributeType0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Reflect_HasMethodWithAttribute_m91E6A549B00FEF0CEC01AE59B01159D7A6A4F85C(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
bool L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Interfaces.IMethodInfo[] NUnit.Framework.Internal.TypeWrapper::GetMethods(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E* TypeWrapper_GetMethods_m33FB428A476714480653365C08EF1693290BF9F9 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, int32_t ___flags0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* V_0 = NULL;
MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E* V_4 = NULL;
IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E* V_5 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
int32_t L_1 = ___flags0;
NullCheck(L_0);
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_2;
L_2 = VirtualFuncInvoker1< MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265*, int32_t >::Invoke(102 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_0, L_1);
V_0 = L_2;
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_3 = V_0;
NullCheck(L_3);
MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672* L_4 = (MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672*)(MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672*)SZArrayNew(MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)));
V_1 = L_4;
V_2 = 0;
goto IL_0030;
}
IL_001b:
{
MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672* L_5 = V_1;
int32_t L_6 = V_2;
Type_t* L_7;
L_7 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_8 = V_0;
int32_t L_9 = V_2;
NullCheck(L_8);
int32_t L_10 = L_9;
MethodInfo_t* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* L_12 = (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622*)il2cpp_codegen_object_new(MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622_il2cpp_TypeInfo_var);
NullCheck(L_12);
MethodWrapper__ctor_m42509AEC8669176D76286463B5913D46488967DF(L_12, L_7, L_11, NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_12);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622*)L_12);
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0030:
{
int32_t L_14 = V_2;
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_15 = V_0;
NullCheck(L_15);
V_3 = (bool)((((int32_t)L_14) < ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))? 1 : 0);
bool L_16 = V_3;
if (L_16)
{
goto IL_001b;
}
}
{
MethodWrapperU5BU5D_t80AA9C5719C43F9AA27AC24C0A6AF316F30D5672* L_17 = V_1;
V_4 = (IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E*)L_17;
IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E* L_18 = V_4;
V_5 = L_18;
goto IL_0043;
}
IL_0043:
{
IMethodInfoU5BU5D_tB3293798E60081BE8D646920F537BDBCB5812C8E* L_19 = V_5;
return L_19;
}
}
// System.Reflection.ConstructorInfo NUnit.Framework.Internal.TypeWrapper::GetConstructor(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* TypeWrapper_GetConstructor_m7E18F45E900A30BE08B553FE59A36FBD3E9485B7 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argTypes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m230C82BDBE70244DB15979345A2F0B3DD6F8C3EF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mA92267FEAC40B79608C61AF90B4B48F5B101A666_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CGetConstructorU3Eb__0_mC84F8540AA0FBD0485C77E45A30176C086C74993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837* V_0 = NULL;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_1 = NULL;
{
U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837* L_0 = (U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass36_0__ctor_m54A9CBB40F52CE8FD6805CD322AC289AC192B04A(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837* L_1 = V_0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = ___argTypes0;
NullCheck(L_1);
L_1->___argTypes_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___argTypes_0), (void*)L_2);
Type_t* L_3;
L_3 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
NullCheck(L_3);
ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_4;
L_4 = Type_GetConstructors_m1F758EB484E2AD8B1F662C967178B017A886A964(L_3, NULL);
U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837* L_5 = V_0;
Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_6 = (Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*)il2cpp_codegen_object_new(Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var);
NullCheck(L_6);
Func_2__ctor_m7871710CD540E478649F02E1BC07A13BF5D774D2(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CGetConstructorU3Eb__0_mC84F8540AA0FBD0485C77E45A30176C086C74993_RuntimeMethod_var), NULL);
RuntimeObject* L_7;
L_7 = Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mA92267FEAC40B79608C61AF90B4B48F5B101A666((RuntimeObject*)L_4, L_6, Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mA92267FEAC40B79608C61AF90B4B48F5B101A666_RuntimeMethod_var);
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_8;
L_8 = Enumerable_FirstOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m230C82BDBE70244DB15979345A2F0B3DD6F8C3EF(L_7, Enumerable_FirstOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m230C82BDBE70244DB15979345A2F0B3DD6F8C3EF_RuntimeMethod_var);
V_1 = L_8;
goto IL_0032;
}
IL_0032:
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_9 = V_1;
return L_9;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper::HasConstructor(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeWrapper_HasConstructor_mBF60B9BB7AF7118D3673B927A9E3BB91622C296B (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argTypes0, const RuntimeMethod* method)
{
bool V_0 = false;
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___argTypes0;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_1;
L_1 = TypeWrapper_GetConstructor_m7E18F45E900A30BE08B553FE59A36FBD3E9485B7(__this, L_0, NULL);
V_0 = (bool)((!(((RuntimeObject*)(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000e;
}
IL_000e:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Object NUnit.Framework.Internal.TypeWrapper::Construct(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeWrapper_Construct_m820860CF1AC5E0ECC3760AEF44B0DD62DEE2761C (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = Reflect_Construct_m50792E63FF1CB8A7E09C0AE92607B7F02A403D2B(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
// System.String NUnit.Framework.Internal.TypeWrapper::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeWrapper_ToString_m06D0C1902D79A9DF87EF1B67582CC6B21D131FB4 (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TypeWrapper/<>c__DisplayClass36_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_m54A9CBB40F52CE8FD6805CD322AC289AC192B04A (U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NUnit.Framework.Internal.TypeWrapper/<>c__DisplayClass36_0::<GetConstructor>b__0(System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass36_0_U3CGetConstructorU3Eb__0_mC84F8540AA0FBD0485C77E45A30176C086C74993 (U3CU3Ec__DisplayClass36_0_t4FCC558EDF1817F1C615386D92B20E8B057A3837* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalTypeExtensions_t971A043B9A8B00E61945662E750BEB7818699866_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___c0;
NullCheck(L_0);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1;
L_1 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = __this->___argTypes_0;
il2cpp_codegen_runtime_class_init_inline(AdditionalTypeExtensions_t971A043B9A8B00E61945662E750BEB7818699866_il2cpp_TypeInfo_var);
bool L_3;
L_3 = AdditionalTypeExtensions_ParametersMatch_mFD8356C4727FD8E0ED91E5011B27BA727E968301(L_1, L_2, NULL);
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.ActionsHelper::ExecuteBeforeActions(System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>,NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionsHelper_ExecuteBeforeActions_m5B9CA9C499E822B0DBE8831CC3BD4653ABB1AEE9 (RuntimeObject* ___actions0, RuntimeObject* ___test1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___actions0;
RuntimeObject* L_1 = ___test1;
ActionsHelper_ExecuteActions_mB0A434BFD074A23EB86C2F70EDBDB6EB47EFFF69(0, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.ActionsHelper::ExecuteAfterActions(System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>,NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionsHelper_ExecuteAfterActions_m3337AB372D6A7F1BCE2B00759DAE0C93754885C1 (RuntimeObject* ___actions0, RuntimeObject* ___test1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___actions0;
RuntimeObject* L_1 = ___test1;
ActionsHelper_ExecuteActions_mB0A434BFD074A23EB86C2F70EDBDB6EB47EFFF69(1, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.ActionsHelper::ExecuteActions(NUnit.Framework.Internal.ActionsHelper/ActionPhase,System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>,NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionsHelper_ExecuteActions_mB0A434BFD074A23EB86C2F70EDBDB6EB47EFFF69 (int32_t ___phase0, RuntimeObject* ___actions1, RuntimeObject* ___test2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
bool V_4 = false;
{
RuntimeObject* L_0 = ___actions1;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000b;
}
}
{
goto IL_0044;
}
IL_000b:
{
RuntimeObject* L_2 = ___actions1;
int32_t L_3 = ___phase0;
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_4;
L_4 = ActionsHelper_GetFilteredAndSortedActions_m1A611048E9F730D7906CAC72C2E23A2A2F39BC1E(L_2, L_3, NULL);
V_1 = L_4;
V_2 = 0;
goto IL_003e;
}
IL_0018:
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_5 = V_1;
int32_t L_6 = V_2;
NullCheck(L_5);
int32_t L_7 = L_6;
RuntimeObject* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_3 = L_8;
int32_t L_9 = ___phase0;
V_4 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_4;
if (!L_10)
{
goto IL_0031;
}
}
{
RuntimeObject* L_11 = V_3;
RuntimeObject* L_12 = ___test2;
NullCheck(L_11);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void NUnit.Framework.ITestAction::BeforeTest(NUnit.Framework.Interfaces.ITest) */, ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_il2cpp_TypeInfo_var, L_11, L_12);
goto IL_0039;
}
IL_0031:
{
RuntimeObject* L_13 = V_3;
RuntimeObject* L_14 = ___test2;
NullCheck(L_13);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.ITestAction::AfterTest(NUnit.Framework.Interfaces.ITest) */, ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_il2cpp_TypeInfo_var, L_13, L_14);
}
IL_0039:
{
int32_t L_15 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_003e:
{
int32_t L_16 = V_2;
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_17 = V_1;
NullCheck(L_17);
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
{
goto IL_0018;
}
}
IL_0044:
{
return;
}
}
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetActionsFromTestAssembly(NUnit.Framework.Internal.TestAssembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetActionsFromTestAssembly_m72FF19C7B65579C8E0F79084747D295F8C727841 (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* ___testAssembly0, const RuntimeMethod* method)
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* V_0 = NULL;
{
TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* L_0 = ___testAssembly0;
NullCheck(L_0);
Assembly_t* L_1;
L_1 = TestAssembly_get_Assembly_m14A6DE1A7E1A66A4294E7A16E5C71B3D0138DB42_inline(L_0, NULL);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_2;
L_2 = ActionsHelper_GetActionsFromAttributeProvider_mF98EE7A74C4496CDF3B6391B32ABEB1A09B4E39F(L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetActionsFromTestMethodInfo(NUnit.Framework.Interfaces.IMethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetActionsFromTestMethodInfo_m9E476C0A2312F775A319D301611A5AB44D7EB9E3 (RuntimeObject* ___testAssembly0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* V_0 = NULL;
{
RuntimeObject* L_0 = ___testAssembly0;
NullCheck(L_0);
MethodInfo_t* L_1;
L_1 = InterfaceFuncInvoker0< MethodInfo_t* >::Invoke(1 /* System.Reflection.MethodInfo NUnit.Framework.Interfaces.IMethodInfo::get_MethodInfo() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_0);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_2;
L_2 = ActionsHelper_GetActionsFromAttributeProvider_mF98EE7A74C4496CDF3B6391B32ABEB1A09B4E39F(L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetActionsFromAttributeProvider(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetActionsFromAttributeProvider_mF98EE7A74C4496CDF3B6391B32ABEB1A09B4E39F (RuntimeObject* ___attributeProvider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionsHelper_SortByTargetDescending_m3E551D7C71107B8A539DF35CD7BEE519B4702D5B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m8A9FF817F7CB7EDC4CF9F995E62BEF8D58B651A7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* V_0 = NULL;
bool V_1 = false;
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* V_2 = NULL;
{
RuntimeObject* L_0 = ___attributeProvider0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0012;
}
}
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_2 = (ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A*)(ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A*)SZArrayNew(ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A_il2cpp_TypeInfo_var, (uint32_t)0);
V_2 = L_2;
goto IL_004a;
}
IL_0012:
{
RuntimeObject* L_3 = ___attributeProvider0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_5;
L_5 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_4, NULL);
NullCheck(L_3);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6;
L_6 = InterfaceFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(1 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean) */, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var, L_3, L_5, (bool)0);
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_7 = (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*)il2cpp_codegen_object_new(List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
NullCheck(L_7);
List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB(L_7, (RuntimeObject*)((ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A*)Castclass((RuntimeObject*)L_6, ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A_il2cpp_TypeInfo_var)), List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB_RuntimeMethod_var);
V_0 = L_7;
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_8 = V_0;
Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC* L_9 = (Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC*)il2cpp_codegen_object_new(Comparison_1_t6E7DD07F3EFA008CE69B9DCE9A089CB71F070DFC_il2cpp_TypeInfo_var);
NullCheck(L_9);
Comparison_1__ctor_mA22432130C0729E2FFEFD612F4750CE0D4F0DA67(L_9, NULL, (intptr_t)((void*)ActionsHelper_SortByTargetDescending_m3E551D7C71107B8A539DF35CD7BEE519B4702D5B_RuntimeMethod_var), NULL);
NullCheck(L_8);
List_1_Sort_m8A9FF817F7CB7EDC4CF9F995E62BEF8D58B651A7(L_8, L_9, List_1_Sort_m8A9FF817F7CB7EDC4CF9F995E62BEF8D58B651A7_RuntimeMethod_var);
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_10 = V_0;
NullCheck(L_10);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_11;
L_11 = List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859(L_10, List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859_RuntimeMethod_var);
V_2 = L_11;
goto IL_004a;
}
IL_004a:
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_12 = V_2;
return L_12;
}
}
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetActionsFromTypesAttributes(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetActionsFromTypesAttributes_m1463408D2B9ADE15FC03B62B8DBA16ED3C7C2178 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* V_0 = NULL;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
bool V_2 = false;
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* V_3 = NULL;
bool V_4 = false;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_5 = NULL;
int32_t V_6 = 0;
Type_t* V_7 = NULL;
{
Type_t* L_0 = ___type0;
V_2 = (bool)((((RuntimeObject*)(Type_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0015;
}
}
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_2 = (ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A*)(ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A*)SZArrayNew(ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A_il2cpp_TypeInfo_var, (uint32_t)0);
V_3 = L_2;
goto IL_00a1;
}
IL_0015:
{
Type_t* L_3 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_5;
L_5 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_4, NULL);
V_4 = (bool)((((RuntimeObject*)(Type_t*)L_3) == ((RuntimeObject*)(Type_t*)L_5))? 1 : 0);
bool L_6 = V_4;
if (!L_6)
{
goto IL_0031;
}
}
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_7 = (ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A*)(ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A*)SZArrayNew(ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A_il2cpp_TypeInfo_var, (uint32_t)0);
V_3 = L_7;
goto IL_00a1;
}
IL_0031:
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_8 = (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*)il2cpp_codegen_object_new(List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
NullCheck(L_8);
List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09(L_8, List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09_RuntimeMethod_var);
V_0 = L_8;
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_9 = V_0;
Type_t* L_10 = ___type0;
Type_t* L_11;
L_11 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_10, NULL);
NullCheck(L_11);
Type_t* L_12;
L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(115 /* System.Type System.Type::get_BaseType() */, L_11);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_13;
L_13 = ActionsHelper_GetActionsFromTypesAttributes_m1463408D2B9ADE15FC03B62B8DBA16ED3C7C2178(L_12, NULL);
NullCheck(L_9);
List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947(L_9, (RuntimeObject*)L_13, List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947_RuntimeMethod_var);
Type_t* L_14 = ___type0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_15;
L_15 = ActionsHelper_GetDeclaredInterfaces_m8E77A47537CFD5662BC9AE5BC1BC94CC04B5F0A9(L_14, NULL);
V_1 = L_15;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16 = V_1;
V_5 = L_16;
V_6 = 0;
goto IL_007e;
}
IL_005e:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = V_5;
int32_t L_18 = V_6;
NullCheck(L_17);
int32_t L_19 = L_18;
Type_t* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_7 = L_20;
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_21 = V_0;
Type_t* L_22 = V_7;
Type_t* L_23;
L_23 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_22, NULL);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_24;
L_24 = ActionsHelper_GetActionsFromAttributeProvider_mF98EE7A74C4496CDF3B6391B32ABEB1A09B4E39F(L_23, NULL);
NullCheck(L_21);
List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947(L_21, (RuntimeObject*)L_24, List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947_RuntimeMethod_var);
int32_t L_25 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_007e:
{
int32_t L_26 = V_6;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_27 = V_5;
NullCheck(L_27);
if ((((int32_t)L_26) < ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))
{
goto IL_005e;
}
}
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_28 = V_0;
Type_t* L_29 = ___type0;
Type_t* L_30;
L_30 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_29, NULL);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_31;
L_31 = ActionsHelper_GetActionsFromAttributeProvider_mF98EE7A74C4496CDF3B6391B32ABEB1A09B4E39F(L_30, NULL);
NullCheck(L_28);
List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947(L_28, (RuntimeObject*)L_31, List_1_AddRange_m4DAC76DA1DDC9E8F1587FF44071EDBBF0841E947_RuntimeMethod_var);
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_32 = V_0;
NullCheck(L_32);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_33;
L_33 = List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859(L_32, List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859_RuntimeMethod_var);
V_3 = L_33;
goto IL_00a1;
}
IL_00a1:
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_34 = V_3;
return L_34;
}
}
// System.Type[] NUnit.Framework.Internal.ActionsHelper::GetDeclaredInterfaces(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ActionsHelper_GetDeclaredInterfaces_m8E77A47537CFD5662BC9AE5BC1BC94CC04B5F0A9 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_mF575CBDE461D2C6A182C0371279C31E5D038D5F7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mAF39173491C493DC9C643F76BC50C311070BEE56_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m728C7C9149C2344E3A1E76D51A558B4226E04E4E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* V_0 = NULL;
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* V_1 = NULL;
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* V_2 = NULL;
bool V_3 = false;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_4 = NULL;
Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 V_5;
memset((&V_5), 0, sizeof(V_5));
Type_t* V_6 = NULL;
bool V_7 = false;
{
Type_t* L_0 = ___type0;
NullCheck(L_0);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1;
L_1 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(117 /* System.Type[] System.Type::GetInterfaces() */, L_0);
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_2 = (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*)il2cpp_codegen_object_new(List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_m728C7C9149C2344E3A1E76D51A558B4226E04E4E(L_2, (RuntimeObject*)L_1, List_1__ctor_m728C7C9149C2344E3A1E76D51A558B4226E04E4E_RuntimeMethod_var);
V_0 = L_2;
Type_t* L_3 = ___type0;
Type_t* L_4;
L_4 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_3, NULL);
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(115 /* System.Type System.Type::get_BaseType() */, L_4);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_7;
L_7 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_6, NULL);
V_3 = (bool)((((RuntimeObject*)(Type_t*)L_5) == ((RuntimeObject*)(Type_t*)L_7))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_0032;
}
}
{
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_9 = V_0;
NullCheck(L_9);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10;
L_10 = List_1_ToArray_mAF39173491C493DC9C643F76BC50C311070BEE56(L_9, List_1_ToArray_mAF39173491C493DC9C643F76BC50C311070BEE56_RuntimeMethod_var);
V_4 = L_10;
goto IL_00a2;
}
IL_0032:
{
Type_t* L_11 = ___type0;
Type_t* L_12;
L_12 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_11, NULL);
NullCheck(L_12);
Type_t* L_13;
L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(115 /* System.Type System.Type::get_BaseType() */, L_12);
NullCheck(L_13);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14;
L_14 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(117 /* System.Type[] System.Type::GetInterfaces() */, L_13);
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_15 = (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*)il2cpp_codegen_object_new(List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var);
NullCheck(L_15);
List_1__ctor_m728C7C9149C2344E3A1E76D51A558B4226E04E4E(L_15, (RuntimeObject*)L_14, List_1__ctor_m728C7C9149C2344E3A1E76D51A558B4226E04E4E_RuntimeMethod_var);
V_1 = L_15;
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_16 = (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*)il2cpp_codegen_object_new(List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var);
NullCheck(L_16);
List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69(L_16, List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var);
V_2 = L_16;
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_17 = V_0;
NullCheck(L_17);
Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 L_18;
L_18 = List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59(L_17, List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59_RuntimeMethod_var);
V_5 = L_18;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0089:
{// begin finally (depth: 1)
Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1((&V_5), Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_007e_1;
}
IL_0059_1:
{
Type_t* L_19;
L_19 = Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_inline((&V_5), Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_RuntimeMethod_var);
V_6 = L_19;
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_20 = V_1;
Type_t* L_21 = V_6;
NullCheck(L_20);
bool L_22;
L_22 = List_1_Contains_mF575CBDE461D2C6A182C0371279C31E5D038D5F7(L_20, L_21, List_1_Contains_mF575CBDE461D2C6A182C0371279C31E5D038D5F7_RuntimeMethod_var);
V_7 = (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0);
bool L_23 = V_7;
if (!L_23)
{
goto IL_007d_1;
}
}
{
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_24 = V_2;
Type_t* L_25 = V_6;
NullCheck(L_24);
List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_inline(L_24, L_25, List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var);
}
IL_007d_1:
{
}
IL_007e_1:
{
bool L_26;
L_26 = Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877((&V_5), Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877_RuntimeMethod_var);
if (L_26)
{
goto IL_0059_1;
}
}
{
goto IL_0098;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0098:
{
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_27 = V_2;
NullCheck(L_27);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_28;
L_28 = List_1_ToArray_mAF39173491C493DC9C643F76BC50C311070BEE56(L_27, List_1_ToArray_mAF39173491C493DC9C643F76BC50C311070BEE56_RuntimeMethod_var);
V_4 = L_28;
goto IL_00a2;
}
IL_00a2:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = V_4;
return L_29;
}
}
// NUnit.Framework.ITestAction[] NUnit.Framework.Internal.ActionsHelper::GetFilteredAndSortedActions(System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>,NUnit.Framework.Internal.ActionsHelper/ActionPhase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* ActionsHelper_GetFilteredAndSortedActions_m1A611048E9F730D7906CAC72C2E23A2A2F39BC1E (RuntimeObject* ___actions0, int32_t ___phase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t2394A694767E3BCC106E3BBBA21231B5461F9FB4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t54C8A8E7F9E40485D60C773683E8D327A9BBD7C4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m37D7255123A8E7BF264F4E3256D8A5614A454EC4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_mB94D2424C8ABCA2646F15B16758A0F97651961F0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Reverse_m989A26771810322CBEE1C9A051F7C97A2C8093A2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* V_5 = NULL;
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_0 = (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*)il2cpp_codegen_object_new(List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09(L_0, List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09_RuntimeMethod_var);
V_0 = L_0;
RuntimeObject* L_1 = ___actions0;
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NUnit.Framework.ITestAction>::GetEnumerator() */, IEnumerable_1_t2394A694767E3BCC106E3BBBA21231B5461F9FB4_il2cpp_TypeInfo_var, L_1);
V_1 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003a:
{// begin finally (depth: 1)
{
RuntimeObject* L_3 = V_1;
if (!L_3)
{
goto IL_0044;
}
}
{
RuntimeObject* L_4 = V_1;
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
}
IL_0044:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0030_1;
}
IL_0011_1:
{
RuntimeObject* L_5 = V_1;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NUnit.Framework.ITestAction>::get_Current() */, IEnumerator_1_t54C8A8E7F9E40485D60C773683E8D327A9BBD7C4_il2cpp_TypeInfo_var, L_5);
V_2 = L_6;
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_7 = V_0;
RuntimeObject* L_8 = V_2;
NullCheck(L_7);
bool L_9;
L_9 = List_1_Contains_mB94D2424C8ABCA2646F15B16758A0F97651961F0(L_7, L_8, List_1_Contains_mB94D2424C8ABCA2646F15B16758A0F97651961F0_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_002f_1;
}
}
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_11 = V_0;
RuntimeObject* L_12 = V_2;
NullCheck(L_11);
List_1_Add_m37D7255123A8E7BF264F4E3256D8A5614A454EC4_inline(L_11, L_12, List_1_Add_m37D7255123A8E7BF264F4E3256D8A5614A454EC4_RuntimeMethod_var);
}
IL_002f_1:
{
}
IL_0030_1:
{
RuntimeObject* L_13 = V_1;
NullCheck(L_13);
bool L_14;
L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
if (L_14)
{
goto IL_0011_1;
}
}
{
goto IL_0045;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0045:
{
int32_t L_15 = ___phase1;
V_4 = (bool)((((int32_t)L_15) == ((int32_t)1))? 1 : 0);
bool L_16 = V_4;
if (!L_16)
{
goto IL_0056;
}
}
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_17 = V_0;
NullCheck(L_17);
List_1_Reverse_m989A26771810322CBEE1C9A051F7C97A2C8093A2(L_17, List_1_Reverse_m989A26771810322CBEE1C9A051F7C97A2C8093A2_RuntimeMethod_var);
}
IL_0056:
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_18 = V_0;
NullCheck(L_18);
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_19;
L_19 = List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859(L_18, List_1_ToArray_m896831944C1B2731B00256985EE80CF3EF530859_RuntimeMethod_var);
V_5 = L_19;
goto IL_0060;
}
IL_0060:
{
ITestActionU5BU5D_t75CE043B1897AF42CE92C323076DC25435B8050A* L_20 = V_5;
return L_20;
}
}
// System.Int32 NUnit.Framework.Internal.ActionsHelper::SortByTargetDescending(NUnit.Framework.ITestAction,NUnit.Framework.ITestAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionsHelper_SortByTargetDescending_m3E551D7C71107B8A539DF35CD7BEE519B4702D5B (RuntimeObject* ___x0, RuntimeObject* ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionTargets_t1D5F903765C2945D2BFA96DB93A9AA788CFF9930_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
RuntimeObject* L_0 = ___y1;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* NUnit.Framework.ActionTargets NUnit.Framework.ITestAction::get_Targets() */, ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
RuntimeObject* L_2 = ___x0;
NullCheck(L_2);
int32_t L_3;
L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* NUnit.Framework.ActionTargets NUnit.Framework.ITestAction::get_Targets() */, ITestAction_t946C2D7E068DE64DE458EE25B5674A85D52F92D2_il2cpp_TypeInfo_var, L_2);
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(ActionTargets_t1D5F903765C2945D2BFA96DB93A9AA788CFF9930_il2cpp_TypeInfo_var, &L_4);
Il2CppFakeBox<int32_t> L_6(ActionTargets_t1D5F903765C2945D2BFA96DB93A9AA788CFF9930_il2cpp_TypeInfo_var, (&V_0));
int32_t L_7;
L_7 = Enum_CompareTo_m7857C6F62098FB59C5334577863DD23559CD50B5((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_6), L_5, NULL);
V_1 = L_7;
goto IL_0023;
}
IL_0023:
{
int32_t L_8 = V_1;
return L_8;
}
}
// System.Void NUnit.Framework.Internal.ActionsHelper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionsHelper__ctor_mA6D98F3EC7D505BF065A875AE72135E4293152C8 (ActionsHelper_t8D1CC7CF96763ECBEF5C8CAA514EBC3D9ED8EDC5* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TextMessageWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter__ctor_m54EA0CC3B05A896658A2D960C89FFF2330BA714F (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
int32_t L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___DEFAULT_LINE_LENGTH_9;
__this->___maxLineLength_13 = L_0;
MessageWriter__ctor_m8E092A5FA8A8013C1FB2FF1C76EE8D04AF794E70(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::.ctor(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter__ctor_mA952C31978F20D1BFE11EEBD7636B047B91C1111 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, String_t* ___userMessage0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
int32_t L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___DEFAULT_LINE_LENGTH_9;
__this->___maxLineLength_13 = L_0;
MessageWriter__ctor_m8E092A5FA8A8013C1FB2FF1C76EE8D04AF794E70(__this, NULL);
String_t* L_1 = ___userMessage0;
if (!L_1)
{
goto IL_0023;
}
}
{
String_t* L_2 = ___userMessage0;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
bool L_4;
L_4 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_2, L_3, NULL);
G_B3_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B3_0 = 0;
}
IL_0024:
{
V_0 = (bool)G_B3_0;
bool L_5 = V_0;
if (!L_5)
{
goto IL_0031;
}
}
{
String_t* L_6 = ___userMessage0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = ___args1;
MessageWriter_WriteMessageLine_mA5F4CFC9E5A1FE2B78154BA7F77A6C5477ACC0AC(__this, L_6, L_7, NULL);
}
IL_0031:
{
return;
}
}
// System.Int32 NUnit.Framework.Internal.TextMessageWriter::get_MaxLineLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextMessageWriter_get_MaxLineLength_m3EEBBDD22E9DBD0C3E6BBDB060FE90EC88B9B5B1 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___maxLineLength_13;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::set_MaxLineLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_set_MaxLineLength_m517EE94617B2B3F6AB25AFEDAEAB6D6401F3563B (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___maxLineLength_13 = L_0;
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteMessageLine(System.Int32,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteMessageLine_mFC50FCB39022FE8FF77DAD5BBC3E900277DC432B (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, int32_t ___level0, String_t* ___message1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t G_B7_0 = 0;
{
String_t* L_0 = ___message1;
V_0 = (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_004e;
}
}
{
goto IL_0018;
}
IL_000c:
{
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
}
IL_0018:
{
int32_t L_2 = ___level0;
int32_t L_3 = L_2;
___level0 = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_1;
if (L_4)
{
goto IL_000c;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___args2;
if (!L_5)
{
goto IL_0032;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = ___args2;
NullCheck(L_6);
G_B7_0 = ((!(((uint32_t)(((RuntimeArray*)L_6)->max_length)) <= ((uint32_t)0)))? 1 : 0);
goto IL_0033;
}
IL_0032:
{
G_B7_0 = 0;
}
IL_0033:
{
V_2 = (bool)G_B7_0;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0040;
}
}
{
String_t* L_8 = ___message1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = ___args2;
String_t* L_10;
L_10 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(L_8, L_9, NULL);
___message1 = L_10;
}
IL_0040:
{
String_t* L_11 = ___message1;
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
String_t* L_12;
L_12 = MsgUtils_EscapeNullCharacters_mEAD244D44C966B458C4DE97D5161CA42EAB13B93(L_11, NULL);
VirtualActionInvoker1< String_t* >::Invoke(41 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, __this, L_12);
}
IL_004e:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::DisplayDifferences(NUnit.Framework.Constraints.ConstraintResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_DisplayDifferences_m28BBB2FD9314C92CC408DBD6DDF0DA24DBA38AF4 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___result0, const RuntimeMethod* method)
{
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_0 = ___result0;
TextMessageWriter_WriteExpectedLine_m6E63D22F4F1ABB778BEBFA80D0F37E4AD1DD1C98(__this, L_0, NULL);
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_1 = ___result0;
TextMessageWriter_WriteActualLine_m8DF4BCB4386F2D19A1371E935C64A9E43F8C71E0(__this, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::DisplayDifferences(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_DisplayDifferences_mB90A50569956274150DBEF4970ADF2CAEB78E476 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___expected0, RuntimeObject* ___actual1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___expected0;
TextMessageWriter_WriteExpectedLine_mF22405EFC109B113F89B416816B8AC32AB1E1062(__this, L_0, NULL);
RuntimeObject* L_1 = ___actual1;
TextMessageWriter_WriteActualLine_m3E556CA2A2ADF5A3EA9007B917E544998EA291B2(__this, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::DisplayDifferences(System.Object,System.Object,NUnit.Framework.Constraints.Tolerance)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_DisplayDifferences_m415A9C49B0411CEBF5C260870C1C6BE4172314AF (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___expected0, RuntimeObject* ___actual1, Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* ___tolerance2, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___expected0;
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_1 = ___tolerance2;
TextMessageWriter_WriteExpectedLine_m3E72DEF8A28127C8F7413EEED1A1042F412043D3(__this, L_0, L_1, NULL);
RuntimeObject* L_2 = ___actual1;
TextMessageWriter_WriteActualLine_m3E556CA2A2ADF5A3EA9007B917E544998EA291B2(__this, L_2, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::DisplayStringDifferences(System.String,System.String,System.Int32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_DisplayStringDifferences_m3195BE795532E34E0C342FCC74B45DA8CA818930 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, String_t* ___expected0, String_t* ___actual1, int32_t ___mismatch2, bool ___ignoreCase3, bool ___clipping4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC02149646451F67F7B59C4DC1C2EDA8BF8EC49D);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(51 /* System.Int32 NUnit.Framework.Constraints.MessageWriter::get_MaxLineLength() */, __this);
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
int32_t L_1 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___PrefixLength_12;
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_0, L_1)), 2));
bool L_2 = ___clipping4;
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0022;
}
}
{
int32_t L_4 = V_0;
int32_t L_5 = ___mismatch2;
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
MsgUtils_ClipExpectedAndActual_mC938F6E72E1B3B0A183990639218665B879E6CAA((&___expected0), (&___actual1), L_4, L_5, NULL);
}
IL_0022:
{
String_t* L_6 = ___expected0;
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
String_t* L_7;
L_7 = MsgUtils_EscapeControlChars_mC33B5EBE796E6CE561B10D06A65EA2F6F21E4529(L_6, NULL);
___expected0 = L_7;
String_t* L_8 = ___actual1;
String_t* L_9;
L_9 = MsgUtils_EscapeControlChars_mC33B5EBE796E6CE561B10D06A65EA2F6F21E4529(L_8, NULL);
___actual1 = L_9;
String_t* L_10 = ___expected0;
String_t* L_11 = ___actual1;
bool L_12 = ___ignoreCase3;
int32_t L_13;
L_13 = MsgUtils_FindMismatchPosition_mD08CD091CBA29E36DD2B7CB319C1E9C7153C46A7(L_10, L_11, 0, L_12, NULL);
___mismatch2 = L_13;
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
String_t* L_14 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Expected_10;
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_14);
String_t* L_15 = ___expected0;
String_t* L_16;
L_16 = MsgUtils_FormatValue_m6DD92B69F6B223E7AEE208852EF4D9C20FB98497(L_15, NULL);
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_16);
bool L_17 = ___ignoreCase3;
V_2 = L_17;
bool L_18 = V_2;
if (!L_18)
{
goto IL_0069;
}
}
{
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, _stringLiteralAC02149646451F67F7B59C4DC1C2EDA8BF8EC49D);
}
IL_0069:
{
VirtualActionInvoker0::Invoke(30 /* System.Void System.IO.TextWriter::WriteLine() */, __this);
String_t* L_19 = ___actual1;
TextMessageWriter_WriteActualLine_m3E556CA2A2ADF5A3EA9007B917E544998EA291B2(__this, L_19, NULL);
int32_t L_20 = ___mismatch2;
V_3 = (bool)((((int32_t)((((int32_t)L_20) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_21 = V_3;
if (!L_21)
{
goto IL_008b;
}
}
{
int32_t L_22 = ___mismatch2;
TextMessageWriter_WriteCaretLine_mC34F4E4EB2F51811544E668BED7FB4D042F56C66(__this, L_22, NULL);
}
IL_008b:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteActualValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteActualValue_mAA0484D1816AA123758DFFEE7BFCEDF0474E6590 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___actual0;
VirtualActionInvoker1< RuntimeObject* >::Invoke(59 /* System.Void NUnit.Framework.Constraints.MessageWriter::WriteValue(System.Object) */, __this, L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteValue_m68A25A3DEDC954D4667F4C6B7AEC51B5260330F9 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___val0;
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = MsgUtils_FormatValue_m6DD92B69F6B223E7AEE208852EF4D9C20FB98497(L_0, NULL);
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_1);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteCollectionElements(System.Collections.IEnumerable,System.Int64,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteCollectionElements_m3EF0EFE15544360B632C10B2E4E30D9B461B5B12 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___collection0, int64_t ___start1, int32_t ___max2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___collection0;
int64_t L_1 = ___start1;
int32_t L_2 = ___max2;
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = MsgUtils_FormatCollection_m97DAC016B9B959E59DE2B51127BDD1D33A4F0A32(L_0, L_1, L_2, NULL);
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_3);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteExpectedLine(NUnit.Framework.Constraints.ConstraintResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteExpectedLine_m6E63D22F4F1ABB778BEBFA80D0F37E4AD1DD1C98 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
String_t* L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Expected_10;
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_0);
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_1 = ___result0;
NullCheck(L_1);
String_t* L_2;
L_2 = ConstraintResult_get_Description_m19551C91CCD01366CBF7DFF58BC0E76135CD0750(L_1, NULL);
VirtualActionInvoker1< String_t* >::Invoke(41 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, __this, L_2);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteExpectedLine(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteExpectedLine_mF22405EFC109B113F89B416816B8AC32AB1E1062 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___expected0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___expected0;
TextMessageWriter_WriteExpectedLine_m3E72DEF8A28127C8F7413EEED1A1042F412043D3(__this, L_0, (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)NULL, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteExpectedLine(System.Object,NUnit.Framework.Constraints.Tolerance)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteExpectedLine_m3E72DEF8A28127C8F7413EEED1A1042F412043D3 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___expected0, Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* ___tolerance1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToleranceMode_tFFCC8EB41DDF1C55B7EAA081CF30BCEF3F63780D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05BE11CA8745D9E40F7E780C852B45025FB15804);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6CEE10810A66F67F39CF39748CB9B0B409F9ADE);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
String_t* L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Expected_10;
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_0);
RuntimeObject* L_1 = ___expected0;
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = MsgUtils_FormatValue_m6DD92B69F6B223E7AEE208852EF4D9C20FB98497(L_1, NULL);
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_2);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_3 = ___tolerance1;
if (!L_3)
{
goto IL_0028;
}
}
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_4 = ___tolerance1;
NullCheck(L_4);
bool L_5;
L_5 = Tolerance_get_IsUnsetOrDefault_m0F6EF1B95CA3B71154801FA7457C30856908D129(L_4, NULL);
G_B3_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
goto IL_0029;
}
IL_0028:
{
G_B3_0 = 0;
}
IL_0029:
{
V_0 = (bool)G_B3_0;
bool L_6 = V_0;
if (!L_6)
{
goto IL_0074;
}
}
{
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, _stringLiteralC6CEE10810A66F67F39CF39748CB9B0B409F9ADE);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_7 = ___tolerance1;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = Tolerance_get_Value_m897CF21D2BAF48C3CE6C1556E92E508CEB12ECC2(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
String_t* L_9;
L_9 = MsgUtils_FormatValue_m6DD92B69F6B223E7AEE208852EF4D9C20FB98497(L_8, NULL);
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_9);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_10 = ___tolerance1;
NullCheck(L_10);
int32_t L_11;
L_11 = Tolerance_get_Mode_m6F7CEC0841CFB351BB6B58FC654D54EAC9CD650A(L_10, NULL);
V_1 = (bool)((((int32_t)((((int32_t)L_11) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_12 = V_1;
if (!L_12)
{
goto IL_0073;
}
}
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_13 = ___tolerance1;
NullCheck(L_13);
int32_t L_14;
L_14 = Tolerance_get_Mode_m6F7CEC0841CFB351BB6B58FC654D54EAC9CD650A(L_13, NULL);
int32_t L_15 = L_14;
RuntimeObject* L_16 = Box(ToleranceMode_tFFCC8EB41DDF1C55B7EAA081CF30BCEF3F63780D_il2cpp_TypeInfo_var, &L_15);
VirtualActionInvoker2< String_t*, RuntimeObject* >::Invoke(26 /* System.Void System.IO.TextWriter::Write(System.String,System.Object) */, __this, _stringLiteral05BE11CA8745D9E40F7E780C852B45025FB15804, L_16);
}
IL_0073:
{
}
IL_0074:
{
VirtualActionInvoker0::Invoke(30 /* System.Void System.IO.TextWriter::WriteLine() */, __this);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteActualLine(NUnit.Framework.Constraints.ConstraintResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteActualLine_m8DF4BCB4386F2D19A1371E935C64A9E43F8C71E0 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
String_t* L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Actual_11;
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_0);
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_1 = ___result0;
NullCheck(L_1);
VirtualActionInvoker1< MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* >::Invoke(6 /* System.Void NUnit.Framework.Constraints.ConstraintResult::WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter) */, L_1, __this);
VirtualActionInvoker0::Invoke(30 /* System.Void System.IO.TextWriter::WriteLine() */, __this);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteActualLine(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteActualLine_m3E556CA2A2ADF5A3EA9007B917E544998EA291B2 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
String_t* L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Actual_11;
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_0);
RuntimeObject* L_1 = ___actual0;
VirtualActionInvoker1< RuntimeObject* >::Invoke(58 /* System.Void NUnit.Framework.Constraints.MessageWriter::WriteActualValue(System.Object) */, __this, L_1);
VirtualActionInvoker0::Invoke(30 /* System.Void System.IO.TextWriter::WriteLine() */, __this);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::WriteCaretLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter_WriteCaretLine_mC34F4E4EB2F51811544E668BED7FB4D042F56C66 (TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82* __this, int32_t ___mismatch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41151AD4A02DFEBDDFEEEB7B87E284E329A26A1C);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
int32_t L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___PrefixLength_12;
int32_t L_1 = ___mismatch0;
String_t* L_2;
L_2 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, ((int32_t)45), ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_0, L_1)), 2)), 1)), NULL);
VirtualActionInvoker2< String_t*, RuntimeObject* >::Invoke(43 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, __this, _stringLiteral41151AD4A02DFEBDDFEEEB7B87E284E329A26A1C, L_2);
return;
}
}
// System.Void NUnit.Framework.Internal.TextMessageWriter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMessageWriter__cctor_mFDAC5FB9ADDBE3A6CD5507030CE9B99E58640D13 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22A071E447D71F61081695630C82BD5020D8D5BB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD200760654EBDB4817F34A61CF7BFA408AFA004C);
s_Il2CppMethodInitialized = true;
}
{
((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___DEFAULT_LINE_LENGTH_9 = ((int32_t)78);
((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Expected_10 = _stringLiteral22A071E447D71F61081695630C82BD5020D8D5BB;
Il2CppCodeGenWriteBarrier((void**)(&((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Expected_10), (void*)_stringLiteral22A071E447D71F61081695630C82BD5020D8D5BB);
((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Actual_11 = _stringLiteralD200760654EBDB4817F34A61CF7BFA408AFA004C;
Il2CppCodeGenWriteBarrier((void**)(&((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Actual_11), (void*)_stringLiteralD200760654EBDB4817F34A61CF7BFA408AFA004C);
String_t* L_0 = ((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___Pfx_Expected_10;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
((TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_StaticFields*)il2cpp_codegen_static_fields_for(TextMessageWriter_tBF54A4CA58454E223DB997B3A0976C3B941EAB82_il2cpp_TypeInfo_var))->___PrefixLength_12 = L_1;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.GenericMethodHelper::.ctor(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper__ctor_m3A572A3B7395F1A8CFC2C97614B6F39C188074C8 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, MethodInfo_t* ___method0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8067BE9FCEE64E680948E42DDCAB9D7E3331AEC2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
s_Il2CppMethodInitialized = true;
}
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
MethodInfo_t* L_0 = ___method0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_0);
Guard_ArgumentValid_mFC4FAB9CF995DEE05398A9C0E08BA3DB52042D9A(L_1, _stringLiteral8067BE9FCEE64E680948E42DDCAB9D7E3331AEC2, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, NULL);
MethodInfo_t* L_2 = ___method0;
GenericMethodHelper_set_Method_m530E19B7C5DE3FA75EC623775D6A7936EDDD0C2A_inline(__this, L_2, NULL);
MethodInfo_t* L_3;
L_3 = GenericMethodHelper_get_Method_mC78D7917DAFB2E2274870EA58990F570D195AFD7_inline(__this, NULL);
NullCheck(L_3);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4;
L_4 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(29 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_3);
GenericMethodHelper_set_TypeParms_m7513903C2B63EB5B8E1DBDA49279129BE0683369_inline(__this, L_4, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_5;
L_5 = GenericMethodHelper_get_TypeParms_mCEA4AE9ED1453605A10F897A2EB45CB5174DBFB9_inline(__this, NULL);
NullCheck(L_5);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)));
GenericMethodHelper_set_TypeArgs_mA90F953566F7A4960A04AB90AD264E1631195367_inline(__this, L_6, NULL);
MethodInfo_t* L_7;
L_7 = GenericMethodHelper_get_Method_mC78D7917DAFB2E2274870EA58990F570D195AFD7_inline(__this, NULL);
NullCheck(L_7);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_8;
L_8 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_7);
V_0 = L_8;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_9 = V_0;
NullCheck(L_9);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)));
GenericMethodHelper_set_ParmTypes_mD8A41376312EA724B214B27A5FA848134AE37D83_inline(__this, L_10, NULL);
V_1 = 0;
goto IL_007f;
}
IL_006b:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11;
L_11 = GenericMethodHelper_get_ParmTypes_mBE1839DFEC56AC6634DEF759637907E0FD3AF129_inline(__this, NULL);
int32_t L_12 = V_1;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_13 = V_0;
int32_t L_14 = V_1;
NullCheck(L_13);
int32_t L_15 = L_14;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_16);
Type_t* L_17;
L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_16);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_17);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (Type_t*)L_17);
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_007f:
{
int32_t L_19 = V_1;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_20 = V_0;
NullCheck(L_20);
V_2 = (bool)((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))? 1 : 0);
bool L_21 = V_2;
if (L_21)
{
goto IL_006b;
}
}
{
return;
}
}
// System.Reflection.MethodInfo NUnit.Framework.Internal.GenericMethodHelper::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* GenericMethodHelper_get_Method_mC78D7917DAFB2E2274870EA58990F570D195AFD7 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField_0;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_Method(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_set_Method_m530E19B7C5DE3FA75EC623775D6A7936EDDD0C2A (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, MethodInfo_t* ___value0, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___value0;
__this->___U3CMethodU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField_0), (void*)L_0);
return;
}
}
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::get_TypeParms()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_TypeParms_mCEA4AE9ED1453605A10F897A2EB45CB5174DBFB9 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = __this->___U3CTypeParmsU3Ek__BackingField_1;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_TypeParms(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_set_TypeParms_m7513903C2B63EB5B8E1DBDA49279129BE0683369 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CTypeParmsU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeParmsU3Ek__BackingField_1), (void*)L_0);
return;
}
}
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::get_TypeArgs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_TypeArgs_mE84C47F71935E1EFEF3F9E59341CFE8E30E22DAF (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = __this->___U3CTypeArgsU3Ek__BackingField_2;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_TypeArgs(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_set_TypeArgs_mA90F953566F7A4960A04AB90AD264E1631195367 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CTypeArgsU3Ek__BackingField_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeArgsU3Ek__BackingField_2), (void*)L_0);
return;
}
}
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::get_ParmTypes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_ParmTypes_mBE1839DFEC56AC6634DEF759637907E0FD3AF129 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = __this->___U3CParmTypesU3Ek__BackingField_3;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.GenericMethodHelper::set_ParmTypes(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_set_ParmTypes_mD8A41376312EA724B214B27A5FA848134AE37D83 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CParmTypesU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParmTypesU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Type[] NUnit.Framework.Internal.GenericMethodHelper::GetTypeArguments(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_GetTypeArguments_mCFAAE303CC73C08926E96FE25A7E3E9E3968FD85 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___argList0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral694D423FB09273B1871A95EBAD0D59B49BEAAAF5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82BF1B239F0BF2728D67B6C20C9081ED5768BE10);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
bool V_2 = false;
Type_t* V_3 = NULL;
bool V_4 = false;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_5 = NULL;
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___argList0;
NullCheck(L_0);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1;
L_1 = GenericMethodHelper_get_ParmTypes_mBE1839DFEC56AC6634DEF759637907E0FD3AF129_inline(__this, NULL);
NullCheck(L_1);
Guard_ArgumentValid_mFC4FAB9CF995DEE05398A9C0E08BA3DB52042D9A((bool)((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))? 1 : 0), _stringLiteral694D423FB09273B1871A95EBAD0D59B49BEAAAF5, _stringLiteral82BF1B239F0BF2728D67B6C20C9081ED5768BE10, NULL);
V_0 = 0;
goto IL_004d;
}
IL_0022:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___argList0;
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
RuntimeObject* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = L_5;
RuntimeObject* L_6 = V_1;
V_2 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0048;
}
}
{
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
Type_t* L_9;
L_9 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_8, NULL);
V_3 = L_9;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10;
L_10 = GenericMethodHelper_get_ParmTypes_mBE1839DFEC56AC6634DEF759637907E0FD3AF129_inline(__this, NULL);
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = L_11;
Type_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
Type_t* L_14 = V_3;
GenericMethodHelper_TryApplyArgType_mE08C51F55F36AC36B0C7BA7CA59F22025578C9A8(__this, L_13, L_14, NULL);
}
IL_0048:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_004d:
{
int32_t L_16 = V_0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17;
L_17 = GenericMethodHelper_get_ParmTypes_mBE1839DFEC56AC6634DEF759637907E0FD3AF129_inline(__this, NULL);
NullCheck(L_17);
V_4 = (bool)((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))? 1 : 0);
bool L_18 = V_4;
if (L_18)
{
goto IL_0022;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19;
L_19 = GenericMethodHelper_get_TypeArgs_mE84C47F71935E1EFEF3F9E59341CFE8E30E22DAF_inline(__this, NULL);
V_5 = L_19;
goto IL_0068;
}
IL_0068:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_20 = V_5;
return L_20;
}
}
// System.Void NUnit.Framework.Internal.GenericMethodHelper::TryApplyArgType(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_TryApplyArgType_mE08C51F55F36AC36B0C7BA7CA59F22025578C9A8 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, Type_t* ___parmType0, Type_t* ___argType1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_5 = NULL;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
int32_t G_B8_0 = 0;
{
Type_t* L_0 = ___parmType0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Type::get_IsGenericParameter() */, L_0);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001b;
}
}
{
Type_t* L_3 = ___parmType0;
Type_t* L_4 = ___argType1;
GenericMethodHelper_ApplyArgType_m11E59A422E225C12F82A02C30313D696F7A3FB5D(__this, L_3, L_4, NULL);
goto IL_00b3;
}
IL_001b:
{
Type_t* L_5 = ___parmType0;
Type_t* L_6;
L_6 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_6);
V_1 = L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_00b3;
}
}
{
Type_t* L_9 = ___parmType0;
NullCheck(L_9);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10;
L_10 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(50 /* System.Type[] System.Type::GetGenericArguments() */, L_9);
V_2 = L_10;
Type_t* L_11 = ___argType1;
NullCheck(L_11);
bool L_12;
L_12 = Type_get_HasElementType_m44F9601E586D2EEA2EDB93FB81D1D80521C264EE(L_11, NULL);
V_3 = L_12;
bool L_13 = V_3;
if (!L_13)
{
goto IL_0053;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = V_2;
NullCheck(L_14);
int32_t L_15 = 0;
Type_t* L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
Type_t* L_17 = ___argType1;
NullCheck(L_17);
Type_t* L_18;
L_18 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_17);
GenericMethodHelper_ApplyArgType_m11E59A422E225C12F82A02C30313D696F7A3FB5D(__this, L_16, L_18, NULL);
goto IL_00b2;
}
IL_0053:
{
Type_t* L_19 = ___argType1;
Type_t* L_20;
L_20 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_19, NULL);
NullCheck(L_20);
bool L_21;
L_21 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Type::get_IsGenericType() */, L_20);
if (!L_21)
{
goto IL_006a;
}
}
{
Type_t* L_22 = ___argType1;
Type_t* L_23 = ___parmType0;
bool L_24;
L_24 = GenericMethodHelper_IsAssignableToGenericType_mD5B2E2168A0FA7A89F89BAFB7F5A5E07E6F78E86(__this, L_22, L_23, NULL);
G_B8_0 = ((int32_t)(L_24));
goto IL_006b;
}
IL_006a:
{
G_B8_0 = 0;
}
IL_006b:
{
V_4 = (bool)G_B8_0;
bool L_25 = V_4;
if (!L_25)
{
goto IL_00b2;
}
}
{
Type_t* L_26 = ___argType1;
NullCheck(L_26);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_27;
L_27 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(50 /* System.Type[] System.Type::GetGenericArguments() */, L_26);
V_5 = L_27;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_28 = V_5;
NullCheck(L_28);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = V_2;
NullCheck(L_29);
V_6 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))? 1 : 0);
bool L_30 = V_6;
if (!L_30)
{
goto IL_00b1;
}
}
{
V_7 = 0;
goto IL_00a4;
}
IL_008e:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_31 = V_2;
int32_t L_32 = V_7;
NullCheck(L_31);
int32_t L_33 = L_32;
Type_t* L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_35 = V_5;
int32_t L_36 = V_7;
NullCheck(L_35);
int32_t L_37 = L_36;
Type_t* L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
GenericMethodHelper_TryApplyArgType_mE08C51F55F36AC36B0C7BA7CA59F22025578C9A8(__this, L_34, L_38, NULL);
int32_t L_39 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_39, 1));
}
IL_00a4:
{
int32_t L_40 = V_7;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_41 = V_2;
NullCheck(L_41);
V_8 = (bool)((((int32_t)L_40) < ((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))))? 1 : 0);
bool L_42 = V_8;
if (L_42)
{
goto IL_008e;
}
}
IL_00b1:
{
}
IL_00b2:
{
}
IL_00b3:
{
return;
}
}
// System.Void NUnit.Framework.Internal.GenericMethodHelper::ApplyArgType(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericMethodHelper_ApplyArgType_m11E59A422E225C12F82A02C30313D696F7A3FB5D (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, Type_t* ___parmType0, Type_t* ___argType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Type_t* L_0 = ___parmType0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(51 /* System.Int32 System.Type::get_GenericParameterPosition() */, L_0);
V_0 = L_1;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2;
L_2 = GenericMethodHelper_get_TypeArgs_mE84C47F71935E1EFEF3F9E59341CFE8E30E22DAF_inline(__this, NULL);
int32_t L_3 = V_0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4;
L_4 = GenericMethodHelper_get_TypeArgs_mE84C47F71935E1EFEF3F9E59341CFE8E30E22DAF_inline(__this, NULL);
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
Type_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
Type_t* L_8 = ___argType1;
il2cpp_codegen_runtime_class_init_inline(TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
Type_t* L_9;
L_9 = TypeHelper_BestCommonType_m80A0D15E6289C78ABCFD380D51C83699D8772ECD(L_7, L_8, NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_9);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (Type_t*)L_9);
return;
}
}
// System.Boolean NUnit.Framework.Internal.GenericMethodHelper::IsAssignableToGenericType(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericMethodHelper_IsAssignableToGenericType_mD5B2E2168A0FA7A89F89BAFB7F5A5E07E6F78E86 (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, Type_t* ___givenType0, Type_t* ___genericType1, const RuntimeMethod* method)
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL;
Type_t* V_1 = NULL;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_2 = NULL;
int32_t V_3 = 0;
Type_t* V_4 = NULL;
bool V_5 = false;
Type_t* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
Type_t* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
int32_t G_B5_0 = 0;
int32_t G_B14_0 = 0;
{
Type_t* L_0 = ___givenType0;
NullCheck(L_0);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1;
L_1 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(117 /* System.Type[] System.Type::GetInterfaces() */, L_0);
V_0 = L_1;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = V_0;
V_2 = L_2;
V_3 = 0;
goto IL_006e;
}
IL_000f:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = V_2;
int32_t L_4 = V_3;
NullCheck(L_3);
int32_t L_5 = L_4;
Type_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_4 = L_6;
Type_t* L_7 = V_4;
Type_t* L_8;
L_8 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_7, NULL);
NullCheck(L_8);
bool L_9;
L_9 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Type::get_IsGenericType() */, L_8);
V_5 = L_9;
bool L_10 = V_5;
if (!L_10)
{
goto IL_0069;
}
}
{
Type_t* L_11 = V_4;
NullCheck(L_11);
Type_t* L_12;
L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(48 /* System.Type System.Type::GetGenericTypeDefinition() */, L_11);
V_6 = L_12;
Type_t* L_13 = V_6;
NullCheck(L_13);
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13);
Type_t* L_15 = ___genericType1;
NullCheck(L_15);
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15);
bool L_17;
L_17 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_14, L_16, NULL);
if (!L_17)
{
goto IL_0059;
}
}
{
Type_t* L_18 = V_6;
NullCheck(L_18);
String_t* L_19;
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_Namespace() */, L_18);
Type_t* L_20 = ___genericType1;
NullCheck(L_20);
String_t* L_21;
L_21 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_Namespace() */, L_20);
bool L_22;
L_22 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_19, L_21, NULL);
G_B5_0 = ((int32_t)(L_22));
goto IL_005a;
}
IL_0059:
{
G_B5_0 = 0;
}
IL_005a:
{
V_7 = (bool)G_B5_0;
bool L_23 = V_7;
if (!L_23)
{
goto IL_0068;
}
}
{
V_8 = (bool)1;
goto IL_00ea;
}
IL_0068:
{
}
IL_0069:
{
int32_t L_24 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_006e:
{
int32_t L_25 = V_3;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_26 = V_2;
NullCheck(L_26);
if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
{
goto IL_000f;
}
}
{
Type_t* L_27 = ___givenType0;
Type_t* L_28;
L_28 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_27, NULL);
NullCheck(L_28);
bool L_29;
L_29 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Type::get_IsGenericType() */, L_28);
V_9 = L_29;
bool L_30 = V_9;
if (!L_30)
{
goto IL_00c3;
}
}
{
Type_t* L_31 = ___givenType0;
NullCheck(L_31);
Type_t* L_32;
L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(48 /* System.Type System.Type::GetGenericTypeDefinition() */, L_31);
V_10 = L_32;
Type_t* L_33 = V_10;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_33);
Type_t* L_35 = ___genericType1;
NullCheck(L_35);
String_t* L_36;
L_36 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_35);
bool L_37;
L_37 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_34, L_36, NULL);
if (!L_37)
{
goto IL_00b6;
}
}
{
Type_t* L_38 = V_10;
NullCheck(L_38);
String_t* L_39;
L_39 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_Namespace() */, L_38);
Type_t* L_40 = ___genericType1;
NullCheck(L_40);
String_t* L_41;
L_41 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_Namespace() */, L_40);
bool L_42;
L_42 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_39, L_41, NULL);
G_B14_0 = ((int32_t)(L_42));
goto IL_00b7;
}
IL_00b6:
{
G_B14_0 = 0;
}
IL_00b7:
{
V_11 = (bool)G_B14_0;
bool L_43 = V_11;
if (!L_43)
{
goto IL_00c2;
}
}
{
V_8 = (bool)1;
goto IL_00ea;
}
IL_00c2:
{
}
IL_00c3:
{
Type_t* L_44 = ___givenType0;
Type_t* L_45;
L_45 = TypeExtensions_GetTypeInfo_mDFB3F622488E9591C38A1817CA957029FDECE4DA(L_44, NULL);
NullCheck(L_45);
Type_t* L_46;
L_46 = VirtualFuncInvoker0< Type_t* >::Invoke(115 /* System.Type System.Type::get_BaseType() */, L_45);
V_1 = L_46;
Type_t* L_47 = V_1;
V_12 = (bool)((((RuntimeObject*)(Type_t*)L_47) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_48 = V_12;
if (!L_48)
{
goto IL_00de;
}
}
{
V_8 = (bool)0;
goto IL_00ea;
}
IL_00de:
{
Type_t* L_49 = V_1;
Type_t* L_50 = ___genericType1;
bool L_51;
L_51 = GenericMethodHelper_IsAssignableToGenericType_mD5B2E2168A0FA7A89F89BAFB7F5A5E07E6F78E86(__this, L_49, L_50, NULL);
V_8 = L_51;
goto IL_00ea;
}
IL_00ea:
{
bool L_52 = V_8;
return L_52;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.InvalidDataSourceException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidDataSourceException__ctor_m023C35EB82B1E59A9D94C214C18DC0C9D4B859B2 (InvalidDataSourceException_tFF986D72956FD0C1072581DD47C38A54BF80D0DE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.InvalidDataSourceException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidDataSourceException__ctor_m20DFFB8C39D97623255870F9C0C1427D99D4D3E9 (InvalidDataSourceException_tFF986D72956FD0C1072581DD47C38A54BF80D0DE* __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.InvalidDataSourceException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidDataSourceException__ctor_mBCD4F25250EA2DC32C5881036272476BC6786EF8 (InvalidDataSourceException_tFF986D72956FD0C1072581DD47C38A54BF80D0DE* __this, String_t* ___message0, Exception_t* ___inner1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___inner1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3(__this, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.InvalidDataSourceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidDataSourceException__ctor_m729DD4292A2CFDCF47187206BDE5C67AF09E00BD (InvalidDataSourceException_tFF986D72956FD0C1072581DD47C38A54BF80D0DE* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120(__this, L_0, L_1, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.Randomizer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Randomizer__cctor_m8CDA74A77090F5ADA259F0E0916BC0341FD3A433 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m572BFE04699490C6EE9FA269BDEEF23AD7E26B76_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_0 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
NullCheck(L_0);
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
Random__ctor_m151183BD4F021499A98B9DE8502DAD4B12DD16AC(L_0, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Random::Next() */, L_0);
Randomizer_set_InitialSeed_m1A0C1B0BB888B77CF3F3A11038C9EB1F4B4A0BC9(L_1, NULL);
Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* L_2 = (Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1*)il2cpp_codegen_object_new(Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1_il2cpp_TypeInfo_var);
NullCheck(L_2);
Dictionary_2__ctor_m572BFE04699490C6EE9FA269BDEEF23AD7E26B76(L_2, Dictionary_2__ctor_m572BFE04699490C6EE9FA269BDEEF23AD7E26B76_RuntimeMethod_var);
((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->___Randomizers_10 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->___Randomizers_10), (void*)L_2);
return;
}
}
// System.Int32 NUnit.Framework.Internal.Randomizer::get_InitialSeed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Randomizer_get_InitialSeed_mA5AF68CE11A13FBD70740624DB4BA2BD03812E34 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
int32_t L_0 = ((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->____initialSeed_9;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.Randomizer::set_InitialSeed(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Randomizer_set_InitialSeed_m1A0C1B0BB888B77CF3F3A11038C9EB1F4B4A0BC9 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->____initialSeed_9 = L_0;
int32_t L_1 = ((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->____initialSeed_9;
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_2 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
NullCheck(L_2);
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_2, L_1, NULL);
((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->____seedGenerator_8 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->____seedGenerator_8), (void*)L_2);
return;
}
}
// NUnit.Framework.Internal.Randomizer NUnit.Framework.Internal.Randomizer::GetRandomizer(System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* Randomizer_GetRandomizer_mD843240ACFEBF847E1088DEF04644B0AF9EEB3DA (MemberInfo_t* ___member0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m432F9A585A8C22B24E44E866E6A7DB5547DE6EC8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m0F7BFC9FF057ADA514FE3D0353900FC038C7E701_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m88985D2BC93709F3E763BB33D6985151CBD076A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* V_1 = NULL;
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* V_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* L_0 = ((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->___Randomizers_10;
MemberInfo_t* L_1 = ___member0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_ContainsKey_m432F9A585A8C22B24E44E866E6A7DB5547DE6EC8(L_0, L_1, Dictionary_2_ContainsKey_m432F9A585A8C22B24E44E866E6A7DB5547DE6EC8_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_001e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* L_4 = ((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->___Randomizers_10;
MemberInfo_t* L_5 = ___member0;
NullCheck(L_4);
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_6;
L_6 = Dictionary_2_get_Item_m0F7BFC9FF057ADA514FE3D0353900FC038C7E701(L_4, L_5, Dictionary_2_get_Item_m0F7BFC9FF057ADA514FE3D0353900FC038C7E701_RuntimeMethod_var);
V_1 = L_6;
goto IL_0036;
}
IL_001e:
{
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_7;
L_7 = Randomizer_CreateRandomizer_m09A7BDC6B832D5AE3BAE94BAE91EBE41190B737F(NULL);
V_2 = L_7;
Dictionary_2_t7B50300D15D948C6047090EC3A22B21C9A2B07C1* L_8 = ((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->___Randomizers_10;
MemberInfo_t* L_9 = ___member0;
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_10 = V_2;
NullCheck(L_8);
Dictionary_2_set_Item_m88985D2BC93709F3E763BB33D6985151CBD076A3(L_8, L_9, L_10, Dictionary_2_set_Item_m88985D2BC93709F3E763BB33D6985151CBD076A3_RuntimeMethod_var);
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_11 = V_2;
V_1 = L_11;
goto IL_0036;
}
IL_0036:
{
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_12 = V_1;
return L_12;
}
}
// NUnit.Framework.Internal.Randomizer NUnit.Framework.Internal.Randomizer::GetRandomizer(System.Reflection.ParameterInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* Randomizer_GetRandomizer_mBE97FDCBA5675448C969FAB09C6D997CAD1B2F8E (ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___parameter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* V_0 = NULL;
{
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0 = ___parameter0;
NullCheck(L_0);
MemberInfo_t* L_1;
L_1 = VirtualFuncInvoker0< MemberInfo_t* >::Invoke(9 /* System.Reflection.MemberInfo System.Reflection.ParameterInfo::get_Member() */, L_0);
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_2;
L_2 = Randomizer_GetRandomizer_mD843240ACFEBF847E1088DEF04644B0AF9EEB3DA(L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Internal.Randomizer NUnit.Framework.Internal.Randomizer::CreateRandomizer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* Randomizer_CreateRandomizer_m09A7BDC6B832D5AE3BAE94BAE91EBE41190B737F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_0 = ((Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_StaticFields*)il2cpp_codegen_static_fields_for(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var))->____seedGenerator_8;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Random::Next() */, L_0);
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_2 = (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2*)il2cpp_codegen_object_new(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
NullCheck(L_2);
Randomizer__ctor_m3F00C02876C6A10D3A20CB35F34F2D50045938B2(L_2, L_1, NULL);
V_0 = L_2;
goto IL_0013;
}
IL_0013:
{
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Internal.Randomizer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Randomizer__ctor_m60C221827B63DB2779F222178BF1F9C49CC67CAB (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
Random__ctor_m151183BD4F021499A98B9DE8502DAD4B12DD16AC(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Randomizer::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Randomizer__ctor_m3F00C02876C6A10D3A20CB35F34F2D50045938B2 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int32_t ___seed0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___seed0;
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(__this, L_0, NULL);
return;
}
}
// System.UInt32 NUnit.Framework.Internal.Randomizer::NextUInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Randomizer_NextUInt_mDDD6C162B1CDAEBA1F9B8B8194EB0DA64A50CA8D (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0;
L_0 = Randomizer_NextUInt_mECDE22D507EAA570EC1FD291E8C68231AB85B533(__this, 0, (-1), NULL);
V_0 = L_0;
goto IL_000c;
}
IL_000c:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 NUnit.Framework.Internal.Randomizer::NextUInt(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Randomizer_NextUInt_m97021A34196E6E2462A2BCEB4F19D3753E225919 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint32_t ___max0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = ___max0;
uint32_t L_1;
L_1 = Randomizer_NextUInt_mECDE22D507EAA570EC1FD291E8C68231AB85B533(__this, 0, L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
uint32_t L_2 = V_0;
return L_2;
}
}
// System.UInt32 NUnit.Framework.Internal.Randomizer::NextUInt(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Randomizer_NextUInt_mECDE22D507EAA570EC1FD291E8C68231AB85B533 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint32_t ___min0, uint32_t ___max1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
uint32_t V_1 = 0;
uint32_t V_2 = 0;
bool V_3 = false;
uint32_t V_4 = 0;
bool V_5 = false;
{
uint32_t L_0 = ___max1;
uint32_t L_1 = ___min0;
Guard_ArgumentInRange_m96244DC5EA936CE222691EBD3D5F906A7766FD4D((bool)((((int32_t)((!(((uint32_t)L_0) >= ((uint32_t)L_1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA, _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018, NULL);
uint32_t L_2 = ___min0;
uint32_t L_3 = ___max1;
V_3 = (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0);
bool L_4 = V_3;
if (!L_4)
{
goto IL_0025;
}
}
{
uint32_t L_5 = ___min0;
V_4 = L_5;
goto IL_004b;
}
IL_0025:
{
uint32_t L_6 = ___max1;
uint32_t L_7 = ___min0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7));
uint32_t L_8 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((-1), ((int32_t)((uint32_t)(int32_t)(-1)%(uint32_t)(int32_t)L_8))));
}
IL_002f:
{
uint32_t L_9;
L_9 = Randomizer_RawUInt_m94DB573A4C296926037A5542B5BCCFF9DD9DB798(__this, NULL);
V_2 = L_9;
uint32_t L_10 = V_2;
uint32_t L_11 = V_1;
V_5 = (bool)((!(((uint32_t)L_10) <= ((uint32_t)L_11)))? 1 : 0);
bool L_12 = V_5;
if (L_12)
{
goto IL_002f;
}
}
{
uint32_t L_13 = V_2;
uint32_t L_14 = V_0;
uint32_t L_15 = ___min0;
V_4 = ((int32_t)il2cpp_codegen_add(((int32_t)((uint32_t)(int32_t)L_13%(uint32_t)(int32_t)L_14)), (int32_t)L_15));
goto IL_004b;
}
IL_004b:
{
uint32_t L_16 = V_4;
return L_16;
}
}
// System.Int16 NUnit.Framework.Internal.Randomizer::NextShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Randomizer_NextShort_mBBA6CA5C6CC86A05EBFDB1F519FBEB3424D5F9AE (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
int16_t V_0 = 0;
{
int16_t L_0;
L_0 = Randomizer_NextShort_mCB4B931B7A352C33C0BDBAA1D156FCBF217403F4(__this, (int16_t)0, (int16_t)((int32_t)32767), NULL);
V_0 = L_0;
goto IL_0010;
}
IL_0010:
{
int16_t L_1 = V_0;
return L_1;
}
}
// System.Int16 NUnit.Framework.Internal.Randomizer::NextShort(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Randomizer_NextShort_m470D1C26EB8ADC794376F1686C849BA556BA5FD6 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int16_t ___max0, const RuntimeMethod* method)
{
int16_t V_0 = 0;
{
int16_t L_0 = ___max0;
int16_t L_1;
L_1 = Randomizer_NextShort_mCB4B931B7A352C33C0BDBAA1D156FCBF217403F4(__this, (int16_t)0, L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
int16_t L_2 = V_0;
return L_2;
}
}
// System.Int16 NUnit.Framework.Internal.Randomizer::NextShort(System.Int16,System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Randomizer_NextShort_mCB4B931B7A352C33C0BDBAA1D156FCBF217403F4 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int16_t ___min0, int16_t ___max1, const RuntimeMethod* method)
{
int16_t V_0 = 0;
{
int16_t L_0 = ___min0;
int16_t L_1 = ___max1;
int32_t L_2;
L_2 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, L_0, L_1);
V_0 = ((int16_t)L_2);
goto IL_000d;
}
IL_000d:
{
int16_t L_3 = V_0;
return L_3;
}
}
// System.UInt16 NUnit.Framework.Internal.Randomizer::NextUShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Randomizer_NextUShort_mDAA0009DCDE0E061B4F53DD4B2ADC97E3CEDF5EF (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0;
L_0 = Randomizer_NextUShort_m8B80DA3B77D9CA5B25D2D93501ED2BADFBC83A0F(__this, (uint16_t)0, (uint16_t)((int32_t)65535), NULL);
V_0 = L_0;
goto IL_0010;
}
IL_0010:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 NUnit.Framework.Internal.Randomizer::NextUShort(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Randomizer_NextUShort_m2978902A767D1BCCD165A691AEB150EF60C53331 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint16_t ___max0, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = ___max0;
uint16_t L_1;
L_1 = Randomizer_NextUShort_m8B80DA3B77D9CA5B25D2D93501ED2BADFBC83A0F(__this, (uint16_t)0, L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
uint16_t L_2 = V_0;
return L_2;
}
}
// System.UInt16 NUnit.Framework.Internal.Randomizer::NextUShort(System.UInt16,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Randomizer_NextUShort_m8B80DA3B77D9CA5B25D2D93501ED2BADFBC83A0F (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint16_t ___min0, uint16_t ___max1, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = ___min0;
uint16_t L_1 = ___max1;
int32_t L_2;
L_2 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, L_0, L_1);
V_0 = (uint16_t)((int32_t)(uint16_t)L_2);
goto IL_000d;
}
IL_000d:
{
uint16_t L_3 = V_0;
return L_3;
}
}
// System.Int64 NUnit.Framework.Internal.Randomizer::NextLong()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Randomizer_NextLong_m4A914E6713FBB825905E5A86BF23F234D04B02C7 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0;
L_0 = Randomizer_NextLong_m58EB08784541D7D23E2EC645E1C84ED7D7400F0A(__this, ((int64_t)0), ((int64_t)(std::numeric_limits<int64_t>::max)()), NULL);
V_0 = L_0;
goto IL_0015;
}
IL_0015:
{
int64_t L_1 = V_0;
return L_1;
}
}
// System.Int64 NUnit.Framework.Internal.Randomizer::NextLong(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Randomizer_NextLong_m9DC5F8326446C69D7E73D8AB8513645DEB0103F9 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int64_t ___max0, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0 = ___max0;
int64_t L_1;
L_1 = Randomizer_NextLong_m58EB08784541D7D23E2EC645E1C84ED7D7400F0A(__this, ((int64_t)0), L_0, NULL);
V_0 = L_1;
goto IL_000d;
}
IL_000d:
{
int64_t L_2 = V_0;
return L_2;
}
}
// System.Int64 NUnit.Framework.Internal.Randomizer::NextLong(System.Int64,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Randomizer_NextLong_m58EB08784541D7D23E2EC645E1C84ED7D7400F0A (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int64_t ___min0, int64_t ___max1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
uint64_t V_1 = 0;
uint64_t V_2 = 0;
bool V_3 = false;
int64_t V_4 = 0;
bool V_5 = false;
{
int64_t L_0 = ___max1;
int64_t L_1 = ___min0;
Guard_ArgumentInRange_m96244DC5EA936CE222691EBD3D5F906A7766FD4D((bool)((((int32_t)((((int64_t)L_0) < ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA, _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018, NULL);
int64_t L_2 = ___min0;
int64_t L_3 = ___max1;
V_3 = (bool)((((int64_t)L_2) == ((int64_t)L_3))? 1 : 0);
bool L_4 = V_3;
if (!L_4)
{
goto IL_0025;
}
}
{
int64_t L_5 = ___min0;
V_4 = L_5;
goto IL_004d;
}
IL_0025:
{
int64_t L_6 = ___max1;
int64_t L_7 = ___min0;
V_0 = ((int64_t)il2cpp_codegen_subtract(L_6, L_7));
uint64_t L_8 = V_0;
V_1 = ((int64_t)il2cpp_codegen_subtract(((int64_t)(-1)), ((int64_t)((uint64_t)(int64_t)((int64_t)(-1))%(uint64_t)(int64_t)L_8))));
}
IL_0031:
{
uint64_t L_9;
L_9 = Randomizer_RawULong_m72EB983A3ABBC65A2F824F590BCE97A3E9DE5BC0(__this, NULL);
V_2 = L_9;
uint64_t L_10 = V_2;
uint64_t L_11 = V_1;
V_5 = (bool)((!(((uint64_t)L_10) <= ((uint64_t)L_11)))? 1 : 0);
bool L_12 = V_5;
if (L_12)
{
goto IL_0031;
}
}
{
uint64_t L_13 = V_2;
uint64_t L_14 = V_0;
int64_t L_15 = ___min0;
V_4 = ((int64_t)il2cpp_codegen_add(((int64_t)((uint64_t)(int64_t)L_13%(uint64_t)(int64_t)L_14)), L_15));
goto IL_004d;
}
IL_004d:
{
int64_t L_16 = V_4;
return L_16;
}
}
// System.UInt64 NUnit.Framework.Internal.Randomizer::NextULong()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Randomizer_NextULong_mC1ED6A6F1516DF8852BDB05EF858093EF3D28DA2 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
uint64_t L_0;
L_0 = Randomizer_NextULong_mF4517B643BADAEF453437EA70F8786E0FF62FCFE(__this, ((int64_t)0), ((int64_t)(-1)), NULL);
V_0 = L_0;
goto IL_000e;
}
IL_000e:
{
uint64_t L_1 = V_0;
return L_1;
}
}
// System.UInt64 NUnit.Framework.Internal.Randomizer::NextULong(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Randomizer_NextULong_mA7B0546A05D23B5138AA4CAB2D6C59496539D378 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint64_t ___max0, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
uint64_t L_0 = ___max0;
uint64_t L_1;
L_1 = Randomizer_NextULong_mF4517B643BADAEF453437EA70F8786E0FF62FCFE(__this, ((int64_t)0), L_0, NULL);
V_0 = L_1;
goto IL_000d;
}
IL_000d:
{
uint64_t L_2 = V_0;
return L_2;
}
}
// System.UInt64 NUnit.Framework.Internal.Randomizer::NextULong(System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Randomizer_NextULong_mF4517B643BADAEF453437EA70F8786E0FF62FCFE (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint64_t ___min0, uint64_t ___max1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
uint64_t V_1 = 0;
uint64_t V_2 = 0;
bool V_3 = false;
uint64_t V_4 = 0;
bool V_5 = false;
{
uint64_t L_0 = ___max1;
uint64_t L_1 = ___min0;
Guard_ArgumentInRange_m96244DC5EA936CE222691EBD3D5F906A7766FD4D((bool)((((int32_t)((!(((uint64_t)L_0) >= ((uint64_t)L_1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA, _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018, NULL);
uint64_t L_2 = ___max1;
uint64_t L_3 = ___min0;
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_3));
uint64_t L_4 = V_0;
V_3 = (bool)((((int64_t)L_4) == ((int64_t)((int64_t)0)))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_002a;
}
}
{
uint64_t L_6 = ___min0;
V_4 = L_6;
goto IL_004e;
}
IL_002a:
{
uint64_t L_7 = V_0;
V_1 = ((int64_t)il2cpp_codegen_subtract(((int64_t)(-1)), ((int64_t)((uint64_t)(int64_t)((int64_t)(-1))%(uint64_t)(int64_t)L_7))));
}
IL_0032:
{
uint64_t L_8;
L_8 = Randomizer_RawULong_m72EB983A3ABBC65A2F824F590BCE97A3E9DE5BC0(__this, NULL);
V_2 = L_8;
uint64_t L_9 = V_2;
uint64_t L_10 = V_1;
V_5 = (bool)((!(((uint64_t)L_9) <= ((uint64_t)L_10)))? 1 : 0);
bool L_11 = V_5;
if (L_11)
{
goto IL_0032;
}
}
{
uint64_t L_12 = V_2;
uint64_t L_13 = V_0;
uint64_t L_14 = ___min0;
V_4 = ((int64_t)il2cpp_codegen_add(((int64_t)((uint64_t)(int64_t)L_12%(uint64_t)(int64_t)L_13)), (int64_t)L_14));
goto IL_004e;
}
IL_004e:
{
uint64_t L_15 = V_4;
return L_15;
}
}
// System.Byte NUnit.Framework.Internal.Randomizer::NextByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Randomizer_NextByte_m1A6BC90894815DA907F0D288EAFACD94ECF76E2F (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t L_0;
L_0 = Randomizer_NextByte_mD0C415D4E61D23389A8FD8A672B87B457A73478F(__this, (uint8_t)0, (uint8_t)((int32_t)255), NULL);
V_0 = L_0;
goto IL_0010;
}
IL_0010:
{
uint8_t L_1 = V_0;
return L_1;
}
}
// System.Byte NUnit.Framework.Internal.Randomizer::NextByte(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Randomizer_NextByte_mAAAC1AB86600CDBF7C5F8B9A670525AE329A284C (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint8_t ___max0, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t L_0 = ___max0;
uint8_t L_1;
L_1 = Randomizer_NextByte_mD0C415D4E61D23389A8FD8A672B87B457A73478F(__this, (uint8_t)0, L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
uint8_t L_2 = V_0;
return L_2;
}
}
// System.Byte NUnit.Framework.Internal.Randomizer::NextByte(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Randomizer_NextByte_mD0C415D4E61D23389A8FD8A672B87B457A73478F (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, uint8_t ___min0, uint8_t ___max1, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t L_0 = ___min0;
uint8_t L_1 = ___max1;
int32_t L_2;
L_2 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, L_0, L_1);
V_0 = (uint8_t)((int32_t)(uint8_t)L_2);
goto IL_000d;
}
IL_000d:
{
uint8_t L_3 = V_0;
return L_3;
}
}
// System.SByte NUnit.Framework.Internal.Randomizer::NextSByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Randomizer_NextSByte_mF5C242274F0D6DFC586FD93B249847917103B594 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
int8_t V_0 = 0x0;
{
int8_t L_0;
L_0 = Randomizer_NextSByte_m598CDCDB01BD10C6BAB6B78B67F6C4B0226B7463(__this, (int8_t)0, (int8_t)((int32_t)127), NULL);
V_0 = L_0;
goto IL_000d;
}
IL_000d:
{
int8_t L_1 = V_0;
return L_1;
}
}
// System.SByte NUnit.Framework.Internal.Randomizer::NextSByte(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Randomizer_NextSByte_mDD82D1AB859B1FD893650402A896155F3E285D58 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int8_t ___max0, const RuntimeMethod* method)
{
int8_t V_0 = 0x0;
{
int8_t L_0 = ___max0;
int8_t L_1;
L_1 = Randomizer_NextSByte_m598CDCDB01BD10C6BAB6B78B67F6C4B0226B7463(__this, (int8_t)0, L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
int8_t L_2 = V_0;
return L_2;
}
}
// System.SByte NUnit.Framework.Internal.Randomizer::NextSByte(System.SByte,System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Randomizer_NextSByte_m598CDCDB01BD10C6BAB6B78B67F6C4B0226B7463 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int8_t ___min0, int8_t ___max1, const RuntimeMethod* method)
{
int8_t V_0 = 0x0;
{
int8_t L_0 = ___min0;
int8_t L_1 = ___max1;
int32_t L_2;
L_2 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, L_0, L_1);
V_0 = ((int8_t)L_2);
goto IL_000d;
}
IL_000d:
{
int8_t L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.Randomizer::NextBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Randomizer_NextBool_mE3A3E5627748BBD47214C99B0F7017EFF3ED8598 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
double L_0;
L_0 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, __this);
V_0 = (bool)((((double)L_0) < ((double)(0.5)))? 1 : 0);
goto IL_0015;
}
IL_0015:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Internal.Randomizer::NextBool(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Randomizer_NextBool_m8F4F2654A51D30810A56D0AF6B1423D1AD65C90D (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, double ___probability0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D9B7EE8394912BA2F5D61CF3155C4BB3CD37F28);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE20595A7743C0867AD4CA74E5DC593528786492);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
double L_0 = ___probability0;
if ((!(((double)L_0) >= ((double)(0.0)))))
{
goto IL_001e;
}
}
{
double L_1 = ___probability0;
G_B3_0 = ((((int32_t)((!(((double)L_1) <= ((double)(1.0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
Guard_ArgumentInRange_m96244DC5EA936CE222691EBD3D5F906A7766FD4D((bool)G_B3_0, _stringLiteral2D9B7EE8394912BA2F5D61CF3155C4BB3CD37F28, _stringLiteralEE20595A7743C0867AD4CA74E5DC593528786492, NULL);
double L_2;
L_2 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, __this);
double L_3 = ___probability0;
V_0 = (bool)((((double)L_2) < ((double)L_3))? 1 : 0);
goto IL_003b;
}
IL_003b:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Double NUnit.Framework.Internal.Randomizer::NextDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Randomizer_NextDouble_m79916EE9DF7595E949D2C570F5BF23B171F984F7 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, double ___max0, const RuntimeMethod* method)
{
double V_0 = 0.0;
{
double L_0;
L_0 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, __this);
double L_1 = ___max0;
V_0 = ((double)il2cpp_codegen_multiply(L_0, L_1));
goto IL_000c;
}
IL_000c:
{
double L_2 = V_0;
return L_2;
}
}
// System.Double NUnit.Framework.Internal.Randomizer::NextDouble(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Randomizer_NextDouble_m659A79BC632D5738857DBF0F919D29986EE92127 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, double ___min0, double ___max1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
bool V_1 = false;
double V_2 = 0.0;
{
double L_0 = ___max1;
double L_1 = ___min0;
Guard_ArgumentInRange_m96244DC5EA936CE222691EBD3D5F906A7766FD4D((bool)((((int32_t)((!(((double)L_0) >= ((double)L_1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA, _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018, NULL);
double L_2 = ___max1;
double L_3 = ___min0;
V_1 = (bool)((((double)L_2) == ((double)L_3))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0024;
}
}
{
double L_5 = ___min0;
V_2 = L_5;
goto IL_0035;
}
IL_0024:
{
double L_6 = ___max1;
double L_7 = ___min0;
V_0 = ((double)il2cpp_codegen_subtract(L_6, L_7));
double L_8;
L_8 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, __this);
double L_9 = V_0;
double L_10 = ___min0;
V_2 = ((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(L_8, L_9)), L_10));
goto IL_0035;
}
IL_0035:
{
double L_11 = V_2;
return L_11;
}
}
// System.Single NUnit.Framework.Internal.Randomizer::NextFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Randomizer_NextFloat_mACA163B5AFCB2CDE90715410E16980BF2FA666F2 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
double L_0;
L_0 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, __this);
V_0 = ((float)L_0);
goto IL_000b;
}
IL_000b:
{
float L_1 = V_0;
return L_1;
}
}
// System.Single NUnit.Framework.Internal.Randomizer::NextFloat(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Randomizer_NextFloat_m68FF0529E7219EC0074AEBE4157E3803CE6836E5 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, float ___max0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = ___max0;
double L_1;
L_1 = Randomizer_NextDouble_m79916EE9DF7595E949D2C570F5BF23B171F984F7(__this, ((double)L_0), NULL);
V_0 = ((float)L_1);
goto IL_000d;
}
IL_000d:
{
float L_2 = V_0;
return L_2;
}
}
// System.Single NUnit.Framework.Internal.Randomizer::NextFloat(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Randomizer_NextFloat_m4C25C910B40617D127F3FE6B5E2633761482165D (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, float ___min0, float ___max1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = ___min0;
float L_1 = ___max1;
double L_2;
L_2 = Randomizer_NextDouble_m659A79BC632D5738857DBF0F919D29986EE92127(__this, ((double)L_0), ((double)L_1), NULL);
V_0 = ((float)L_2);
goto IL_000f;
}
IL_000f:
{
float L_3 = V_0;
return L_3;
}
}
// System.Object NUnit.Framework.Internal.Randomizer::NextEnum(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Randomizer_NextEnum_m7937352E9C8F3CAD4E0FFFC9D000596ED4720EF7 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeArray* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
RuntimeArray* L_1;
L_1 = TypeHelper_GetEnumValues_mE60362917D7F520BCF7F588AA482554981BFEC29(L_0, NULL);
V_0 = L_1;
RuntimeArray* L_2 = V_0;
RuntimeArray* L_3 = V_0;
NullCheck(L_3);
int32_t L_4;
L_4 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_3, NULL);
int32_t L_5;
L_5 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, L_4);
NullCheck(L_2);
RuntimeObject* L_6;
L_6 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_2, L_5, NULL);
V_1 = L_6;
goto IL_001e;
}
IL_001e:
{
RuntimeObject* L_7 = V_1;
return L_7;
}
}
// System.String NUnit.Framework.Internal.Randomizer::GetString(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Randomizer_GetString_mB82683C0F59DE0EB2F8F311FD5CB54F89423E555 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int32_t ___outputLength0, String_t* ___allowedChars1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
String_t* V_3 = NULL;
{
int32_t L_0 = ___outputLength0;
StringBuilder_t* L_1 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_1);
StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_1, L_0, NULL);
V_0 = L_1;
V_1 = 0;
goto IL_002c;
}
IL_000c:
{
StringBuilder_t* L_2 = V_0;
String_t* L_3 = ___allowedChars1;
String_t* L_4 = ___allowedChars1;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
int32_t L_6;
L_6 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, L_5);
NullCheck(L_3);
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_6, NULL);
NullCheck(L_2);
StringBuilder_t* L_8;
L_8 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_2, L_7, NULL);
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_002c:
{
int32_t L_10 = V_1;
int32_t L_11 = ___outputLength0;
V_2 = (bool)((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_2;
if (L_12)
{
goto IL_000c;
}
}
{
StringBuilder_t* L_13 = V_0;
NullCheck(L_13);
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
V_3 = L_14;
goto IL_003d;
}
IL_003d:
{
String_t* L_15 = V_3;
return L_15;
}
}
// System.String NUnit.Framework.Internal.Randomizer::GetString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Randomizer_GetString_m32F0D3623F50A47661D27E44C7BC39E8B6D9E6F9 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, int32_t ___outputLength0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF26934CE7436DD5E3DAF435DF2FCF59154E6D31E);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
int32_t L_0 = ___outputLength0;
String_t* L_1;
L_1 = Randomizer_GetString_mB82683C0F59DE0EB2F8F311FD5CB54F89423E555(__this, L_0, _stringLiteralF26934CE7436DD5E3DAF435DF2FCF59154E6D31E, NULL);
V_0 = L_1;
goto IL_0010;
}
IL_0010:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.Internal.Randomizer::GetString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Randomizer_GetString_m80CD1506ADA8E28DE73B1CCE116C58D12534F9D9 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF26934CE7436DD5E3DAF435DF2FCF59154E6D31E);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0;
L_0 = Randomizer_GetString_mB82683C0F59DE0EB2F8F311FD5CB54F89423E555(__this, ((int32_t)25), _stringLiteralF26934CE7436DD5E3DAF435DF2FCF59154E6D31E, NULL);
V_0 = L_0;
goto IL_0011;
}
IL_0011:
{
String_t* L_1 = V_0;
return L_1;
}
}
// System.Decimal NUnit.Framework.Internal.Randomizer::NextDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Randomizer_NextDecimal_mF454875D0DEC5D64CF22CA198F7623B4AB785F4F (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_3;
memset((&V_3), 0, sizeof(V_3));
{
int32_t L_0;
L_0 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, ((int32_t)2147483647LL));
V_0 = L_0;
int32_t L_1;
L_1 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, ((int32_t)2147483647LL));
V_1 = L_1;
int32_t L_2;
L_2 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, ((int32_t)2147483647LL));
V_2 = L_2;
int32_t L_3 = V_0;
int32_t L_4 = V_1;
int32_t L_5 = V_2;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6;
memset((&L_6), 0, sizeof(L_6));
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_6), L_3, L_4, L_5, (bool)0, (uint8_t)0, /*hidden argument*/NULL);
V_3 = L_6;
goto IL_0035;
}
IL_0035:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = V_3;
return L_7;
}
}
// System.Decimal NUnit.Framework.Internal.Randomizer::NextDecimal(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Randomizer_NextDecimal_m191BB1C4CAECCD0B07FA66C42CFF88E0B11C8B5D (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0;
L_0 = Randomizer_NextDecimal_mF454875D0DEC5D64CF22CA198F7623B4AB785F4F(__this, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ___max0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2;
L_2 = Decimal_op_Modulus_m7C76FD9EAB6505676E97F3DF93C493B90F874B92(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = V_0;
return L_3;
}
}
// System.Decimal NUnit.Framework.Internal.Randomizer::NextDecimal(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Randomizer_NextDecimal_m9519F848CED702840C2180B598D386460EEF9E09 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___min0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AA3403230AF873615E7AD6E9F53719CE31E0176);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA);
s_Il2CppMethodInitialized = true;
}
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
memset((&V_0), 0, sizeof(V_0));
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1;
memset((&V_1), 0, sizeof(V_1));
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
int32_t G_B3_0 = 0;
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___max1;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ___min0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Decimal_op_GreaterThanOrEqual_mBD21308DC3938C1BDA86714B99985BAA623EF962(L_0, L_1, NULL);
Guard_ArgumentInRange_m96244DC5EA936CE222691EBD3D5F906A7766FD4D(L_2, _stringLiteralB86061A99921ECF63BFEA4F4DF9F50559682F7FA, _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = ___max1;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
bool L_5;
L_5 = Decimal_op_LessThan_m97DE1A1C431696A13299452BF9C789F3DD4D19B2(L_3, L_4, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = ___min0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
bool L_8;
L_8 = Decimal_op_LessThan_m97DE1A1C431696A13299452BF9C789F3DD4D19B2(L_6, L_7, NULL);
if ((((int32_t)L_5) == ((int32_t)L_8)))
{
goto IL_0048;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9 = ___min0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10;
memset((&L_10), 0, sizeof(L_10));
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_10), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11;
L_11 = Decimal_op_Addition_m79AD1C3ED1E6345D50110EA4D20DAE724724B9DA(L_9, L_10, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_12 = ___max1;
bool L_13;
L_13 = Decimal_op_GreaterThanOrEqual_mBD21308DC3938C1BDA86714B99985BAA623EF962(L_11, L_12, NULL);
G_B3_0 = ((int32_t)(L_13));
goto IL_0049;
}
IL_0048:
{
G_B3_0 = 1;
}
IL_0049:
{
Guard_ArgumentValid_mFC4FAB9CF995DEE05398A9C0E08BA3DB52042D9A((bool)G_B3_0, _stringLiteral7AA3403230AF873615E7AD6E9F53719CE31E0176, _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_14 = ___min0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15 = ___max1;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Decimal_op_Equality_m48AE8B579CA29541C36D456B707AF9D8015C3558(L_14, L_15, NULL);
V_3 = L_16;
bool L_17 = V_3;
if (!L_17)
{
goto IL_0069;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_18 = ___min0;
V_4 = L_18;
goto IL_00b8;
}
IL_0069:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_19 = ___max1;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_20 = ___min0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_21;
L_21 = Decimal_op_Subtraction_m50F5DC718BD003A09A5BC62BAA3DECD0745AD3F1(L_19, L_20, NULL);
V_0 = L_21;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_22;
memset((&L_22), 0, sizeof(L_22));
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_22), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_23;
memset((&L_23), 0, sizeof(L_23));
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_23), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_24 = V_0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_25;
L_25 = Decimal_op_Modulus_m7C76FD9EAB6505676E97F3DF93C493B90F874B92(L_23, L_24, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_26;
L_26 = Decimal_op_Subtraction_m50F5DC718BD003A09A5BC62BAA3DECD0745AD3F1(L_22, L_25, NULL);
V_1 = L_26;
}
IL_0091:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_27;
L_27 = Randomizer_NextDecimal_mF454875D0DEC5D64CF22CA198F7623B4AB785F4F(__this, NULL);
V_2 = L_27;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_28 = V_2;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_29 = V_1;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
bool L_30;
L_30 = Decimal_op_GreaterThan_m2C5A01FFBCF3858E8EF62C569D993EDC1CBC60FA(L_28, L_29, NULL);
V_5 = L_30;
bool L_31 = V_5;
if (L_31)
{
goto IL_0091;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_32 = V_2;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_33 = V_0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_34;
L_34 = Decimal_op_Modulus_m7C76FD9EAB6505676E97F3DF93C493B90F874B92(L_32, L_33, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_35 = ___min0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Addition_m79AD1C3ED1E6345D50110EA4D20DAE724724B9DA(L_34, L_35, NULL);
V_4 = L_36;
goto IL_00b8;
}
IL_00b8:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = V_4;
return L_37;
}
}
// System.UInt32 NUnit.Framework.Internal.Randomizer::RawUInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Randomizer_RawUInt_m94DB573A4C296926037A5542B5BCCFF9DD9DB798 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
uint32_t V_1 = 0;
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4);
V_0 = L_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0;
VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, __this, L_1);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
uint32_t L_3;
L_3 = BitConverter_ToUInt32_m7EFCF9D77ACD0F2DA29F69587DDF6130391E6164(L_2, 0, NULL);
V_1 = L_3;
goto IL_001a;
}
IL_001a:
{
uint32_t L_4 = V_1;
return L_4;
}
}
// System.UInt32 NUnit.Framework.Internal.Randomizer::RawUShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Randomizer_RawUShort_m678EDA6D5FDF31C30A1BC2B49B90D9A777C8A434 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
uint32_t V_1 = 0;
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4);
V_0 = L_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0;
VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, __this, L_1);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
uint32_t L_3;
L_3 = BitConverter_ToUInt32_m7EFCF9D77ACD0F2DA29F69587DDF6130391E6164(L_2, 0, NULL);
V_1 = L_3;
goto IL_001a;
}
IL_001a:
{
uint32_t L_4 = V_1;
return L_4;
}
}
// System.UInt64 NUnit.Framework.Internal.Randomizer::RawULong()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Randomizer_RawULong_m72EB983A3ABBC65A2F824F590BCE97A3E9DE5BC0 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
uint64_t V_1 = 0;
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
V_0 = L_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0;
VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, __this, L_1);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
uint64_t L_3;
L_3 = BitConverter_ToUInt64_mD74DF4F6535FC635EB8697FC5175A7D99E3C62BF(L_2, 0, NULL);
V_1 = L_3;
goto IL_001a;
}
IL_001a:
{
uint64_t L_4 = V_1;
return L_4;
}
}
// System.Int64 NUnit.Framework.Internal.Randomizer::RawLong()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Randomizer_RawLong_m60832C135E812369DE130E90514659EA67251680 (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
int64_t V_1 = 0;
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
V_0 = L_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0;
VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, __this, L_1);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_3;
L_3 = BitConverter_ToInt64_m1CDA079BFD3222894DB58B69449E0110ED37AB1C(L_2, 0, NULL);
V_1 = L_3;
goto IL_001a;
}
IL_001a:
{
int64_t L_4 = V_1;
return L_4;
}
}
// System.Decimal NUnit.Framework.Internal.Randomizer::RawDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Randomizer_RawDecimal_mC586B1E7A7F6F81FCC362BA4EDD275B735BF00EB (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
uint8_t V_4 = 0x0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_5;
memset((&V_5), 0, sizeof(V_5));
{
int32_t L_0;
L_0 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, ((int32_t)2147483647LL));
V_0 = L_0;
int32_t L_1;
L_1 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, ((int32_t)2147483647LL));
V_1 = L_1;
int32_t L_2;
L_2 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, __this, 0, ((int32_t)2147483647LL));
V_2 = L_2;
bool L_3;
L_3 = Randomizer_NextBool_mE3A3E5627748BBD47214C99B0F7017EFF3ED8598(__this, NULL);
V_3 = L_3;
uint8_t L_4;
L_4 = Randomizer_NextByte_mAAAC1AB86600CDBF7C5F8B9A670525AE329A284C(__this, (uint8_t)((int32_t)29), NULL);
V_4 = L_4;
int32_t L_5 = V_0;
int32_t L_6 = V_1;
int32_t L_7 = V_2;
bool L_8 = V_3;
uint8_t L_9 = V_4;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10;
memset((&L_10), 0, sizeof(L_10));
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_10), L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
V_5 = L_10;
goto IL_0048;
}
IL_0048:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11 = V_5;
return L_11;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NUnit.Framework.Internal.StackFilter::Filter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFilter_Filter_m5843B216249F7BD98AFD12B7A71041495142D91D (String_t* ___rawTrace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4EDC79DE77362C499289C5A4C0BD3D91BEE8873);
s_Il2CppMethodInitialized = true;
}
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* V_0 = NULL;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* V_1 = NULL;
bool V_2 = false;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B8_0 = 0;
int32_t G_B14_0 = 0;
{
String_t* L_0 = ___rawTrace0;
V_2 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_000d;
}
}
{
V_3 = (String_t*)NULL;
goto IL_0086;
}
IL_000d:
{
String_t* L_2 = ___rawTrace0;
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_3 = (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)il2cpp_codegen_object_new(StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
NullCheck(L_3);
StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0(L_3, L_2, NULL);
V_0 = L_3;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_4 = (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D*)il2cpp_codegen_object_new(StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
NullCheck(L_4);
StringWriter__ctor_m072DFF5FFA84EBA7C38B282975D053E738C56E6D(L_4, NULL);
V_1 = L_4;
}
try
{// begin try (depth: 1)
{
goto IL_001e_1;
}
IL_001d_1:
{
}
IL_001e_1:
{
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_5 = V_0;
NullCheck(L_5);
String_t* L_6;
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(14 /* System.String System.IO.TextReader::ReadLine() */, L_5);
String_t* L_7 = L_6;
V_4 = L_7;
if (!L_7)
{
goto IL_0037_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var);
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_8 = ((StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_StaticFields*)il2cpp_codegen_static_fields_for(StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var))->___assertOrAssumeRegex_0;
String_t* L_9 = V_4;
NullCheck(L_8);
bool L_10;
L_10 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(L_8, L_9, NULL);
G_B8_0 = ((int32_t)(L_10));
goto IL_0038_1;
}
IL_0037_1:
{
G_B8_0 = 0;
}
IL_0038_1:
{
V_5 = (bool)G_B8_0;
bool L_11 = V_5;
if (L_11)
{
goto IL_001d_1;
}
}
{
goto IL_0058_1;
}
IL_0040_1:
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_12 = V_1;
String_t* L_13 = V_4;
NullCheck(L_13);
String_t* L_14;
L_14 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_13, NULL);
NullCheck(L_12);
VirtualActionInvoker1< String_t* >::Invoke(41 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_12, L_14);
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_15 = V_0;
NullCheck(L_15);
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(14 /* System.String System.IO.TextReader::ReadLine() */, L_15);
V_4 = L_16;
}
IL_0058_1:
{
String_t* L_17 = V_4;
if (!L_17)
{
goto IL_006d_1;
}
}
{
String_t* L_18 = V_4;
NullCheck(L_18);
int32_t L_19;
L_19 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_18, _stringLiteralE4EDC79DE77362C499289C5A4C0BD3D91BEE8873, NULL);
G_B14_0 = ((((int32_t)L_19) < ((int32_t)0))? 1 : 0);
goto IL_006e_1;
}
IL_006d_1:
{
G_B14_0 = 0;
}
IL_006e_1:
{
V_6 = (bool)G_B14_0;
bool L_20 = V_6;
if (L_20)
{
goto IL_0040_1;
}
}
{
goto IL_007d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0077;
}
throw e;
}
CATCH_0077:
{// begin catch(System.Exception)
String_t* L_21 = ___rawTrace0;
V_3 = L_21;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0086;
}// end catch (depth: 1)
IL_007d:
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_22 = V_1;
NullCheck(L_22);
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
V_3 = L_23;
goto IL_0086;
}
IL_0086:
{
String_t* L_24 = V_3;
return L_24;
}
}
// System.Void NUnit.Framework.Internal.StackFilter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFilter__cctor_mDCCF16FBDC112C02E5B3D4E4EA392F7329E2AC87 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6628E0E6920F5509C4B844F688C48CBC9C7CEBE);
s_Il2CppMethodInitialized = true;
}
{
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_0 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
NullCheck(L_0);
Regex__ctor_m082970AA73B8236360F0CA651FA24A8D1EBF89CD(L_0, _stringLiteralD6628E0E6920F5509C4B844F688C48CBC9C7CEBE, NULL);
((StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_StaticFields*)il2cpp_codegen_static_fields_for(StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var))->___assertOrAssumeRegex_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_StaticFields*)il2cpp_codegen_static_fields_for(StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var))->___assertOrAssumeRegex_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 NUnit.Framework.Internal.StringUtil::Compare(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringUtil_Compare_m703BAA7313CA7B24DD684A0102F9933B3F489AFF (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
{
bool L_0 = ___ignoreCase2;
if (L_0)
{
goto IL_0007;
}
}
{
G_B3_0 = 0;
goto IL_0008;
}
IL_0007:
{
G_B3_0 = 1;
}
IL_0008:
{
V_0 = G_B3_0;
String_t* L_1 = ___strA0;
String_t* L_2 = ___strB1;
int32_t L_3 = V_0;
int32_t L_4;
L_4 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_1, L_2, L_3, NULL);
V_1 = L_4;
goto IL_0014;
}
IL_0014:
{
int32_t L_5 = V_1;
return L_5;
}
}
// System.Boolean NUnit.Framework.Internal.StringUtil::StringsEqual(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtil_StringsEqual_mDD0D7E0A881B18A64E6FC3F8FF3689C78AFDB7C8 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method)
{
bool V_0 = false;
{
String_t* L_0 = ___strA0;
String_t* L_1 = ___strB1;
bool L_2 = ___ignoreCase2;
int32_t L_3;
L_3 = StringUtil_Compare_m703BAA7313CA7B24DD684A0102F9933B3F489AFF(L_0, L_1, L_2, NULL);
V_0 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Void NUnit.Framework.Internal.StringUtil::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringUtil__ctor_mE9BC5FDF09E314DF45455263B0A8C7236F5369D0 (StringUtil_t286E0A40912B7E367FB48691DA22AA1BD086B624* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestFixtureParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFixtureParameters__ctor_m213F67068E730D91D7F9DBC3EE703D3F4FD6E11A (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, const RuntimeMethod* method)
{
{
TestParameters__ctor_mC49A06A39A590A9DA7B4A982CA7D4C3C78FB758D(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestFixtureParameters::.ctor(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFixtureParameters__ctor_m660624EE28C6E276167F41686881BFAA60B56D91 (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, Exception_t* ___exception0, const RuntimeMethod* method)
{
{
Exception_t* L_0 = ___exception0;
TestParameters__ctor_m712295DB7928CDA70FE5E5C8FE86B982AC844C3F(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestFixtureParameters::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFixtureParameters__ctor_m733BA02BD9423AF8D940827113516C025DDEF897 (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___args0;
TestParameters__ctor_m9921E5D1963E97BC423A7C866B55B90B6E7784A1(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestFixtureParameters::.ctor(NUnit.Framework.Interfaces.ITestFixtureData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFixtureParameters__ctor_mD05F3BF66C115AAB90223C61A9EEA989DC65099B (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, RuntimeObject* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestFixtureData_t15F7814406D30AB400CA79808E7F94F50C754C9B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___data0;
TestParameters__ctor_m4D654A16738D58AD3BCE6B96B39D744E57F2BDFE(__this, L_0, NULL);
RuntimeObject* L_1 = ___data0;
NullCheck(L_1);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2;
L_2 = InterfaceFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(0 /* System.Type[] NUnit.Framework.Interfaces.ITestFixtureData::get_TypeArgs() */, ITestFixtureData_t15F7814406D30AB400CA79808E7F94F50C754C9B_il2cpp_TypeInfo_var, L_1);
TestFixtureParameters_set_TypeArgs_m7C2401BF7574A7561F434DC4CA7267D4A13C94A9_inline(__this, L_2, NULL);
return;
}
}
// System.Type[] NUnit.Framework.Internal.TestFixtureParameters::get_TypeArgs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* TestFixtureParameters_get_TypeArgs_m47D5DE31742B0EF2DED746BACA5917051230D1F7 (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = __this->___U3CTypeArgsU3Ek__BackingField_5;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestFixtureParameters::set_TypeArgs(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFixtureParameters_set_TypeArgs_m7C2401BF7574A7561F434DC4CA7267D4A13C94A9 (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CTypeArgsU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeArgsU3Ek__BackingField_5), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_mC49A06A39A590A9DA7B4A982CA7D4C3C78FB758D (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
TestParameters_set_RunState_m02C4A21CC4ECC93FD88543C9A1A054F38F1CD988_inline(__this, 1, NULL);
PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* L_0 = (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B*)il2cpp_codegen_object_new(PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
NullCheck(L_0);
PropertyBag__ctor_mB3ABDD45D4773DDDC946B65E63E2D2FE071F6D20(L_0, NULL);
TestParameters_set_Properties_mE734C468607367431148524F9B4076C7AE27BE7E_inline(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_m9921E5D1963E97BC423A7C866B55B90B6E7784A1 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
TestParameters_set_RunState_m02C4A21CC4ECC93FD88543C9A1A054F38F1CD988_inline(__this, 1, NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___args0;
TestParameters_InitializeAguments_m6DB2B40A8D32623CF9D0433F9664BF7B2D330A28(__this, L_0, NULL);
PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* L_1 = (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B*)il2cpp_codegen_object_new(PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
NullCheck(L_1);
PropertyBag__ctor_mB3ABDD45D4773DDDC946B65E63E2D2FE071F6D20(L_1, NULL);
TestParameters_set_Properties_mE734C468607367431148524F9B4076C7AE27BE7E_inline(__this, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::.ctor(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_m712295DB7928CDA70FE5E5C8FE86B982AC844C3F (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, Exception_t* ___exception0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DC8BAAEF547F2AAC566018365B95BEDA4AD05A2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
TestParameters_set_RunState_m02C4A21CC4ECC93FD88543C9A1A054F38F1CD988_inline(__this, 0, NULL);
PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* L_0 = (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B*)il2cpp_codegen_object_new(PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
NullCheck(L_0);
PropertyBag__ctor_mB3ABDD45D4773DDDC946B65E63E2D2FE071F6D20(L_0, NULL);
TestParameters_set_Properties_mE734C468607367431148524F9B4076C7AE27BE7E_inline(__this, L_0, NULL);
RuntimeObject* L_1;
L_1 = TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B_inline(__this, NULL);
Exception_t* L_2 = ___exception0;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = ExceptionHelper_BuildMessage_m2723473059C1EB01C29EEA7E3E538174BD64180E(L_2, NULL);
NullCheck(L_1);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Set(System.String,System.Object) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_1, _stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6, L_3);
RuntimeObject* L_4;
L_4 = TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B_inline(__this, NULL);
Exception_t* L_5 = ___exception0;
String_t* L_6;
L_6 = ExceptionHelper_BuildStackTrace_m9DD1D48727C9183AC0491C98C776ED3E7988F034(L_5, NULL);
NullCheck(L_4);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Set(System.String,System.Object) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_4, _stringLiteral9DC8BAAEF547F2AAC566018365B95BEDA4AD05A2, L_6);
return;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::.ctor(NUnit.Framework.Interfaces.ITestData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters__ctor_m4D654A16738D58AD3BCE6B96B39D744E57F2BDFE (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, RuntimeObject* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
String_t* V_1 = NULL;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_0 = ___data0;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* NUnit.Framework.Interfaces.RunState NUnit.Framework.Interfaces.ITestData::get_RunState() */, ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB_il2cpp_TypeInfo_var, L_0);
TestParameters_set_RunState_m02C4A21CC4ECC93FD88543C9A1A054F38F1CD988_inline(__this, L_1, NULL);
PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* L_2 = (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B*)il2cpp_codegen_object_new(PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
NullCheck(L_2);
PropertyBag__ctor_mB3ABDD45D4773DDDC946B65E63E2D2FE071F6D20(L_2, NULL);
TestParameters_set_Properties_mE734C468607367431148524F9B4076C7AE27BE7E_inline(__this, L_2, NULL);
RuntimeObject* L_3 = ___data0;
NullCheck(L_3);
String_t* L_4;
L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String NUnit.Framework.Interfaces.ITestData::get_TestName() */, ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB_il2cpp_TypeInfo_var, L_3);
TestParameters_set_TestName_m549FA9FF6C0DB488934B4C33DB6D77C20CE1E272_inline(__this, L_4, NULL);
RuntimeObject* L_5 = ___data0;
NullCheck(L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6;
L_6 = InterfaceFuncInvoker0< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(2 /* System.Object[] NUnit.Framework.Interfaces.ITestData::get_Arguments() */, ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB_il2cpp_TypeInfo_var, L_5);
TestParameters_InitializeAguments_m6DB2B40A8D32623CF9D0433F9664BF7B2D330A28(__this, L_6, NULL);
RuntimeObject* L_7 = ___data0;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Interfaces.ITestData::get_Properties() */, ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB_il2cpp_TypeInfo_var, L_7);
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Collections.Generic.ICollection`1<System.String> NUnit.Framework.Interfaces.IPropertyBag::get_Keys() */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_8);
NullCheck(L_9);
RuntimeObject* L_10;
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_9);
V_0 = L_10;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0079:
{// begin finally (depth: 1)
{
RuntimeObject* L_11 = V_0;
if (!L_11)
{
goto IL_0083;
}
}
{
RuntimeObject* L_12 = V_0;
NullCheck(L_12);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_12);
}
IL_0083:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_006f_1;
}
IL_004f_1:
{
RuntimeObject* L_13 = V_0;
NullCheck(L_13);
String_t* L_14;
L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_13);
V_1 = L_14;
RuntimeObject* L_15;
L_15 = TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B_inline(__this, NULL);
String_t* L_16 = V_1;
RuntimeObject* L_17 = ___data0;
NullCheck(L_17);
RuntimeObject* L_18;
L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Interfaces.ITestData::get_Properties() */, ITestData_tEC2EC4C2ECE4624AB0BA948B1B1E7040241C10CB_il2cpp_TypeInfo_var, L_17);
String_t* L_19 = V_1;
NullCheck(L_18);
RuntimeObject* L_20;
L_20 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(4 /* System.Collections.IList NUnit.Framework.Interfaces.IPropertyBag::get_Item(System.String) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_18, L_19);
NullCheck(L_15);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(5 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::set_Item(System.String,System.Collections.IList) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_15, L_16, L_20);
}
IL_006f_1:
{
RuntimeObject* L_21 = V_0;
NullCheck(L_21);
bool L_22;
L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_21);
if (L_22)
{
goto IL_004f_1;
}
}
{
goto IL_0084;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0084:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::InitializeAguments(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_InitializeAguments_m6DB2B40A8D32623CF9D0433F9664BF7B2D330A28 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___args0;
TestParameters_set_OriginalArguments_mC69A0BB91DEDCD133B229E4D8D7D2FAD1C470F0B_inline(__this, L_0, NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args0;
NullCheck(L_1);
V_0 = ((int32_t)(((RuntimeArray*)L_1)->max_length));
int32_t L_2 = V_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_2);
TestParameters_set_Arguments_mC540730FE014913CF4D7891C2E1B0F075C007095_inline(__this, L_3, NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___args0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5;
L_5 = TestParameters_get_Arguments_m68B241EEA64247527D8E7D07578672ABE65AF154_inline(__this, NULL);
int32_t L_6 = V_0;
Array_Copy_m4239F97ECC23A71F4191B8722362A1AA38E2E98F((RuntimeArray*)L_4, (RuntimeArray*)L_5, L_6, NULL);
return;
}
}
// NUnit.Framework.Interfaces.RunState NUnit.Framework.Internal.TestParameters::get_RunState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestParameters_get_RunState_m36FAF26A97B852242407C45BBF8B10BE575172E0 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CRunStateU3Ek__BackingField_0;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::set_RunState(NUnit.Framework.Interfaces.RunState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_set_RunState_m02C4A21CC4ECC93FD88543C9A1A054F38F1CD988 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CRunStateU3Ek__BackingField_0 = L_0;
return;
}
}
// System.Object[] NUnit.Framework.Internal.TestParameters::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* TestParameters_get_Arguments_m68B241EEA64247527D8E7D07578672ABE65AF154 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CArgumentsU3Ek__BackingField_1;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::set_Arguments(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_set_Arguments_mC540730FE014913CF4D7891C2E1B0F075C007095 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->___U3CArgumentsU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CArgumentsU3Ek__BackingField_1), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.TestParameters::get_TestName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestParameters_get_TestName_m23ED3EB25001934645D4F58A3A7DA014691FDB20 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CTestNameU3Ek__BackingField_2;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::set_TestName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_set_TestName_m549FA9FF6C0DB488934B4C33DB6D77C20CE1E272 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CTestNameU3Ek__BackingField_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestNameU3Ek__BackingField_2), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Internal.TestParameters::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CPropertiesU3Ek__BackingField_3;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::set_Properties(NUnit.Framework.Interfaces.IPropertyBag)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_set_Properties_mE734C468607367431148524F9B4076C7AE27BE7E (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CPropertiesU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertiesU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::ApplyToTest(NUnit.Framework.Internal.Test)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_ApplyToTest_mA5DE8CD907F28D458C75B471D63CD1654B8F3021 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___test0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
RuntimeObject* V_4 = NULL;
RuntimeObject* V_5 = NULL;
{
int32_t L_0;
L_0 = TestParameters_get_RunState_m36FAF26A97B852242407C45BBF8B10BE575172E0_inline(__this, NULL);
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_2 = ___test0;
int32_t L_3;
L_3 = TestParameters_get_RunState_m36FAF26A97B852242407C45BBF8B10BE575172E0_inline(__this, NULL);
NullCheck(L_2);
Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7_inline(L_2, L_3, NULL);
}
IL_001e:
{
RuntimeObject* L_4;
L_4 = TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B_inline(__this, NULL);
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Collections.Generic.ICollection`1<System.String> NUnit.Framework.Interfaces.IPropertyBag::get_Keys() */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_4);
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_5);
V_1 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_008e:
{// begin finally (depth: 1)
{
RuntimeObject* L_7 = V_1;
if (!L_7)
{
goto IL_0098;
}
}
{
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
}
IL_0098:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0084_1;
}
IL_0032_1:
{
RuntimeObject* L_9 = V_1;
NullCheck(L_9);
String_t* L_10;
L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_9);
V_2 = L_10;
RuntimeObject* L_11;
L_11 = TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B_inline(__this, NULL);
String_t* L_12 = V_2;
NullCheck(L_11);
RuntimeObject* L_13;
L_13 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(4 /* System.Collections.IList NUnit.Framework.Interfaces.IPropertyBag::get_Item(System.String) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_11, L_12);
NullCheck(L_13);
RuntimeObject* L_14;
L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_13);
V_3 = L_14;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_006f_1:
{// begin finally (depth: 2)
{
RuntimeObject* L_15 = V_3;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_16 = V_5;
if (!L_16)
{
goto IL_0083_1;
}
}
{
RuntimeObject* L_17 = V_5;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_17);
}
IL_0083_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
goto IL_0065_2;
}
IL_004e_2:
{
RuntimeObject* L_18 = V_3;
NullCheck(L_18);
RuntimeObject* L_19;
L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18);
V_4 = L_19;
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_20 = ___test0;
NullCheck(L_20);
RuntimeObject* L_21;
L_21 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(L_20, NULL);
String_t* L_22 = V_2;
RuntimeObject* L_23 = V_4;
NullCheck(L_21);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(0 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Add(System.String,System.Object) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_21, L_22, L_23);
}
IL_0065_2:
{
RuntimeObject* L_24 = V_3;
NullCheck(L_24);
bool L_25;
L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24);
if (L_25)
{
goto IL_004e_2;
}
}
{
goto IL_0084_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0084_1:
{
RuntimeObject* L_26 = V_1;
NullCheck(L_26);
bool L_27;
L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_26);
if (L_27)
{
goto IL_0032_1;
}
}
{
goto IL_0099;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0099:
{
return;
}
}
// System.Object[] NUnit.Framework.Internal.TestParameters::get_OriginalArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* TestParameters_get_OriginalArguments_mF394A19D6A29B4992DC943FB0D99436A0DBA8318 (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3COriginalArgumentsU3Ek__BackingField_4;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestParameters::set_OriginalArguments(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestParameters_set_OriginalArguments_mC69A0BB91DEDCD133B229E4D8D7D2FAD1C470F0B (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->___U3COriginalArgumentsU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COriginalArgumentsU3Ek__BackingField_4), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.PropertyNames::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyNames__ctor_mA159A703352A3D8914837960DC96318CCE00EB77 (PropertyNames_t6B64613097C71EE951283B87F1F783EC56F14E0D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.CultureDetector::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureDetector__ctor_mF8DDCC24288E4B103BE1D921332F1A0CCB0834B3 (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___reason_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reason_1), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
__this->___currentCulture_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentCulture_0), (void*)L_1);
return;
}
}
// System.Void NUnit.Framework.Internal.CultureDetector::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureDetector__ctor_mEC635B608B06FBC08DC55ABBA3787130EC5F6534 (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, String_t* ___culture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___reason_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reason_1), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_1 = ___culture0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)il2cpp_codegen_object_new(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
NullCheck(L_2);
CultureInfo__ctor_m13C68B1478A97FC5FA9653C46B2C42DA01573FFB(L_2, L_1, NULL);
__this->___currentCulture_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentCulture_0), (void*)L_2);
return;
}
}
// System.Boolean NUnit.Framework.Internal.CultureDetector::IsCultureSupported(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureDetector_IsCultureSupported_mE6E109C1204F63A673DC382E3611AF6E7ACA6ACA (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___cultures0, const RuntimeMethod* method)
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___cultures0;
V_0 = L_0;
V_1 = 0;
goto IL_0020;
}
IL_0008:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = V_0;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
String_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_2 = L_4;
String_t* L_5 = V_2;
bool L_6;
L_6 = CultureDetector_IsCultureSupported_m15B32AE6CCED0D6B854429295DA382A4690C928C(__this, L_5, NULL);
V_3 = L_6;
bool L_7 = V_3;
if (!L_7)
{
goto IL_001c;
}
}
{
V_4 = (bool)1;
goto IL_002b;
}
IL_001c:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0020:
{
int32_t L_9 = V_1;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = V_0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_0008;
}
}
{
V_4 = (bool)0;
goto IL_002b;
}
IL_002b:
{
bool L_11 = V_4;
return L_11;
}
}
// System.Boolean NUnit.Framework.Internal.CultureDetector::IsCultureSupported(NUnit.Framework.CultureAttribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureDetector_IsCultureSupported_m7F93B8CD1F16B9BD0BB77DB4E96DA6D71D6F47F3 (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, CultureAttribute_t4BD8ADD5343A1D52414A7221F455F4FCB8E47E74* ___cultureAttribute0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC39E8276B5F5455D5B6EE710E512B44722D53025);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25204B3E15691D979E7BFB2D8914CA375F07BB8);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
{
CultureAttribute_t4BD8ADD5343A1D52414A7221F455F4FCB8E47E74* L_0 = ___cultureAttribute0;
NullCheck(L_0);
String_t* L_1;
L_1 = IncludeExcludeAttribute_get_Include_m92D4285172521EAEF1D145F7A3C69B8EC7D9EFE9(L_0, NULL);
V_0 = L_1;
CultureAttribute_t4BD8ADD5343A1D52414A7221F455F4FCB8E47E74* L_2 = ___cultureAttribute0;
NullCheck(L_2);
String_t* L_3;
L_3 = IncludeExcludeAttribute_get_Exclude_m7D73D76489F4AB23F9086859D4B0CD45183FE831(L_2, NULL);
V_1 = L_3;
String_t* L_4 = V_0;
if (!L_4)
{
goto IL_001e;
}
}
{
String_t* L_5 = V_0;
bool L_6;
L_6 = CultureDetector_IsCultureSupported_m15B32AE6CCED0D6B854429295DA382A4690C928C(__this, L_5, NULL);
G_B3_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
V_2 = (bool)G_B3_0;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0039;
}
}
{
String_t* L_8 = V_0;
String_t* L_9;
L_9 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralC39E8276B5F5455D5B6EE710E512B44722D53025, L_8, NULL);
__this->___reason_1 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reason_1), (void*)L_9);
V_3 = (bool)0;
goto IL_0066;
}
IL_0039:
{
String_t* L_10 = V_1;
if (!L_10)
{
goto IL_0045;
}
}
{
String_t* L_11 = V_1;
bool L_12;
L_12 = CultureDetector_IsCultureSupported_m15B32AE6CCED0D6B854429295DA382A4690C928C(__this, L_11, NULL);
G_B8_0 = ((int32_t)(L_12));
goto IL_0046;
}
IL_0045:
{
G_B8_0 = 0;
}
IL_0046:
{
V_4 = (bool)G_B8_0;
bool L_13 = V_4;
if (!L_13)
{
goto IL_0062;
}
}
{
String_t* L_14 = V_1;
String_t* L_15;
L_15 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralF25204B3E15691D979E7BFB2D8914CA375F07BB8, L_14, NULL);
__this->___reason_1 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reason_1), (void*)L_15);
V_3 = (bool)0;
goto IL_0066;
}
IL_0062:
{
V_3 = (bool)1;
goto IL_0066;
}
IL_0066:
{
bool L_16 = V_3;
return L_16;
}
}
// System.Boolean NUnit.Framework.Internal.CultureDetector::IsCultureSupported(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureDetector_IsCultureSupported_m15B32AE6CCED0D6B854429295DA382A4690C928C (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, String_t* ___culture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0CC299EB24A2FA80B435C29E78AEBA3188FF506);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t G_B7_0 = 0;
{
String_t* L_0 = ___culture0;
NullCheck(L_0);
String_t* L_1;
L_1 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_0, NULL);
___culture0 = L_1;
String_t* L_2 = ___culture0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_2, ((int32_t)44), NULL);
V_0 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_0;
if (!L_4)
{
goto IL_003e;
}
}
{
String_t* L_5 = ___culture0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = L_6;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)44));
NullCheck(L_5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8;
L_8 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_5, L_7, NULL);
bool L_9;
L_9 = CultureDetector_IsCultureSupported_mE6E109C1204F63A673DC382E3611AF6E7ACA6ACA(__this, L_8, NULL);
V_1 = L_9;
bool L_10 = V_1;
if (!L_10)
{
goto IL_003b;
}
}
{
V_2 = (bool)1;
goto IL_0084;
}
IL_003b:
{
goto IL_006f;
}
IL_003e:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11 = __this->___currentCulture_0;
NullCheck(L_11);
String_t* L_12;
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_11);
String_t* L_13 = ___culture0;
bool L_14;
L_14 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_12, L_13, NULL);
if (L_14)
{
goto IL_0065;
}
}
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15 = __this->___currentCulture_0;
NullCheck(L_15);
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Globalization.CultureInfo::get_TwoLetterISOLanguageName() */, L_15);
String_t* L_17 = ___culture0;
bool L_18;
L_18 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_16, L_17, NULL);
G_B7_0 = ((int32_t)(L_18));
goto IL_0066;
}
IL_0065:
{
G_B7_0 = 1;
}
IL_0066:
{
V_3 = (bool)G_B7_0;
bool L_19 = V_3;
if (!L_19)
{
goto IL_006e;
}
}
{
V_2 = (bool)1;
goto IL_0084;
}
IL_006e:
{
}
IL_006f:
{
String_t* L_20 = ___culture0;
String_t* L_21;
L_21 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralA0CC299EB24A2FA80B435C29E78AEBA3188FF506, L_20, NULL);
__this->___reason_1 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reason_1), (void*)L_21);
V_2 = (bool)0;
goto IL_0084;
}
IL_0084:
{
bool L_22 = V_2;
return L_22;
}
}
// System.String NUnit.Framework.Internal.CultureDetector::get_Reason()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureDetector_get_Reason_mA13F0F00F5E3B83BE67CDA4B3DB2A1BE0B0329F3 (CultureDetector_t30CB7539DFFFF89B7432D8E89CF28D2C7FD51150* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = __this->___reason_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
String_t* L_1 = V_0;
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.ExceptionHelper::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHelper__cctor_m16C8527E5E12268A640AEDB85D37F738885DB25A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__1_0_mD4B6D2A4D021CBB24932ED5F4368C1EC2E186B21_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29E415B82AA4296A0387864F3ADF1C8158795ED0);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t* V_0 = NULL;
bool V_1 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Exception_t_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
NullCheck(L_1);
MethodInfo_t* L_2;
L_2 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_1, _stringLiteral29E415B82AA4296A0387864F3ADF1C8158795ED0, ((int32_t)36), NULL);
V_0 = L_2;
MethodInfo_t* L_3 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(MethodInfo_t*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0044;
}
}
{
}
try
{// begin try (depth: 1)
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_6;
L_6 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_5, NULL);
MethodInfo_t* L_7 = V_0;
Delegate_t* L_8;
L_8 = Delegate_CreateDelegate_mA2E221A01A8B3FBEC4C8A529F3C213C60A3A2C53(L_6, L_7, NULL);
((ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_StaticFields*)il2cpp_codegen_static_fields_for(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var))->___PreserveStackTrace_0 = ((Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04*)Castclass((RuntimeObject*)L_8, Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&((ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_StaticFields*)il2cpp_codegen_static_fields_for(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var))->___PreserveStackTrace_0), (void*)((Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04*)Castclass((RuntimeObject*)L_8, Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_il2cpp_TypeInfo_var)));
goto IL_0059;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_003e;
}
throw e;
}
CATCH_003e:
{// begin catch(System.InvalidOperationException)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0043;
}// end catch (depth: 1)
IL_0043:
{
}
IL_0044:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var);
U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4* L_9 = ((U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04* L_10 = (Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04*)il2cpp_codegen_object_new(Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04_il2cpp_TypeInfo_var);
NullCheck(L_10);
Action_1__ctor_m55F05090D04B2CE985AB61F6DB2C073AECD12A2E(L_10, L_9, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__1_0_mD4B6D2A4D021CBB24932ED5F4368C1EC2E186B21_RuntimeMethod_var), NULL);
((ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_StaticFields*)il2cpp_codegen_static_fields_for(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var))->___PreserveStackTrace_0 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&((ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_StaticFields*)il2cpp_codegen_static_fields_for(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var))->___PreserveStackTrace_0), (void*)L_10);
}
IL_0059:
{
return;
}
}
// System.Void NUnit.Framework.Internal.ExceptionHelper::Rethrow(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHelper_Rethrow_mF9AF053D68C9F918E961CF19613578B954253356 (Exception_t* ___exception0, const RuntimeMethod* method)
{
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var)));
Action_1_tAFBD759E01ADE1CCF9C2015D5EFB3E69A9F26F04* L_0 = ((ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var))))->___PreserveStackTrace_0;
Exception_t* L_1 = ___exception0;
NullCheck(L_0);
Action_1_Invoke_m43B5C4C0F292CE3E07CB03B46D8F960ACF7D6A58_inline(L_0, L_1, NULL);
Exception_t* L_2 = ___exception0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExceptionHelper_Rethrow_mF9AF053D68C9F918E961CF19613578B954253356_RuntimeMethod_var)));
}
}
// System.String NUnit.Framework.Internal.ExceptionHelper::BuildMessage(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExceptionHelper_BuildMessage_m2723473059C1EB01C29EEA7E3E538174BD64180E (Exception_t* ___exception0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D4C24A1ACA0CB6E213D41CDD46C0BC7420D226D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5090601C1FA231267786280DAFE2BAF9941DF5C);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82 V_1;
memset((&V_1), 0, sizeof(V_1));
Exception_t* V_2 = NULL;
String_t* V_3 = NULL;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
StringBuilder_t* L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
Exception_t* L_5 = ___exception0;
NullCheck(L_5);
Type_t* L_6;
L_6 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_5, NULL);
NullCheck(L_6);
String_t* L_7;
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_7);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_7);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_4;
Exception_t* L_9 = ___exception0;
NullCheck(L_9);
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_9);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
NullCheck(L_1);
StringBuilder_t* L_11;
L_11 = StringBuilder_AppendFormat_m0A69DC59537ACE5D88B174EE1098453E1276E53B(L_1, L_2, _stringLiteral2D4C24A1ACA0CB6E213D41CDD46C0BC7420D226D, L_8, NULL);
Exception_t* L_12 = ___exception0;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_13;
L_13 = ExceptionHelper_FlattenExceptionHierarchy_m4D69B1BE447970AA6D6855AB8DB7CDB696020663(L_12, NULL);
NullCheck(L_13);
Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82 L_14;
L_14 = List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4(L_13, List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4_RuntimeMethod_var);
V_1 = L_14;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0093:
{// begin finally (depth: 1)
Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD((&V_1), Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0088_1;
}
IL_0044_1:
{
Exception_t* L_15;
L_15 = Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_inline((&V_1), Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_RuntimeMethod_var);
V_2 = L_15;
StringBuilder_t* L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
String_t* L_17 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___NewLine_0;
NullCheck(L_16);
StringBuilder_t* L_18;
L_18 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_16, L_17, NULL);
StringBuilder_t* L_19 = V_0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20;
L_20 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_21;
Exception_t* L_23 = V_2;
NullCheck(L_23);
Type_t* L_24;
L_24 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_23, NULL);
NullCheck(L_24);
String_t* L_25;
L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_22;
Exception_t* L_27 = V_2;
NullCheck(L_27);
String_t* L_28;
L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_27);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_28);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_28);
NullCheck(L_19);
StringBuilder_t* L_29;
L_29 = StringBuilder_AppendFormat_m0A69DC59537ACE5D88B174EE1098453E1276E53B(L_19, L_20, _stringLiteralE5090601C1FA231267786280DAFE2BAF9941DF5C, L_26, NULL);
}
IL_0088_1:
{
bool L_30;
L_30 = Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A((&V_1), Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A_RuntimeMethod_var);
if (L_30)
{
goto IL_0044_1;
}
}
{
goto IL_00a2;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00a2:
{
StringBuilder_t* L_31 = V_0;
NullCheck(L_31);
String_t* L_32;
L_32 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
V_3 = L_32;
goto IL_00ab;
}
IL_00ab:
{
String_t* L_33 = V_3;
return L_33;
}
}
// System.String NUnit.Framework.Internal.ExceptionHelper::BuildStackTrace(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExceptionHelper_BuildStackTrace_m9DD1D48727C9183AC0491C98C776ED3E7988F034 (Exception_t* ___exception0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82 V_1;
memset((&V_1), 0, sizeof(V_1));
Exception_t* V_2 = NULL;
String_t* V_3 = NULL;
{
Exception_t* L_0 = ___exception0;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = ExceptionHelper_GetStackTrace_mB7A7D34D4EEC118261A309DBEF542D0B5BB5AE3A(L_0, NULL);
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_2);
StringBuilder__ctor_mCD797D942316CB356205FD96415B0B7581CDAD60(L_2, L_1, NULL);
V_0 = L_2;
Exception_t* L_3 = ___exception0;
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_4;
L_4 = ExceptionHelper_FlattenExceptionHierarchy_m4D69B1BE447970AA6D6855AB8DB7CDB696020663(L_3, NULL);
NullCheck(L_4);
Enumerator_tE941F211CAA1208B04F1FA80BCCFC9CBA2638B82 L_5;
L_5 = List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4(L_4, List_1_GetEnumerator_m5F7EFD19708B759935BCE132EC5BE86AA1CBB7F4_RuntimeMethod_var);
V_1 = L_5;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0074:
{// begin finally (depth: 1)
Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD((&V_1), Enumerator_Dispose_m53D174F6B5C58AE748800614A1D6ED9833B142CD_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0069_1;
}
IL_001c_1:
{
Exception_t* L_6;
L_6 = Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_inline((&V_1), Enumerator_get_Current_m84B0E2FFB4D3CDFBF613E9C976A4BD4DBAE307A6_RuntimeMethod_var);
V_2 = L_6;
StringBuilder_t* L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
String_t* L_8 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___NewLine_0;
NullCheck(L_7);
StringBuilder_t* L_9;
L_9 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, L_8, NULL);
StringBuilder_t* L_10 = V_0;
NullCheck(L_10);
StringBuilder_t* L_11;
L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_10, _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, NULL);
StringBuilder_t* L_12 = V_0;
Exception_t* L_13 = V_2;
NullCheck(L_13);
Type_t* L_14;
L_14 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_13, NULL);
NullCheck(L_14);
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14);
NullCheck(L_12);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, L_15, NULL);
StringBuilder_t* L_17 = V_0;
String_t* L_18 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___NewLine_0;
NullCheck(L_17);
StringBuilder_t* L_19;
L_19 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_17, L_18, NULL);
StringBuilder_t* L_20 = V_0;
Exception_t* L_21 = V_2;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
String_t* L_22;
L_22 = ExceptionHelper_GetStackTrace_mB7A7D34D4EEC118261A309DBEF542D0B5BB5AE3A(L_21, NULL);
NullCheck(L_20);
StringBuilder_t* L_23;
L_23 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_20, L_22, NULL);
}
IL_0069_1:
{
bool L_24;
L_24 = Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A((&V_1), Enumerator_MoveNext_m9B08FB945AA5298DB9B99FCC7C6EC3B08B60D30A_RuntimeMethod_var);
if (L_24)
{
goto IL_001c_1;
}
}
{
goto IL_0083;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0083:
{
StringBuilder_t* L_25 = V_0;
NullCheck(L_25);
String_t* L_26;
L_26 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
V_3 = L_26;
goto IL_008c;
}
IL_008c:
{
String_t* L_27 = V_3;
return L_27;
}
}
// System.String NUnit.Framework.Internal.ExceptionHelper::GetStackTrace(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExceptionHelper_GetStackTrace_mB7A7D34D4EEC118261A309DBEF542D0B5BB5AE3A (Exception_t* ___exception0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
}
try
{// begin try (depth: 1)
Exception_t* L_0 = ___exception0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_0);
V_0 = L_1;
goto IL_0015;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_000b;
}
throw e;
}
CATCH_000b:
{// begin catch(System.Exception)
V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACB8818E130CD6D2CF62B52E466769119854F189));
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0015;
}// end catch (depth: 1)
IL_0015:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Collections.Generic.List`1<System.Exception> NUnit.Framework.Internal.ExceptionHelper::FlattenExceptionHierarchy(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* ExceptionHelper_FlattenExceptionHierarchy_m4D69B1BE447970AA6D6855AB8DB7CDB696020663 (Exception_t* ___exception0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m8338E210501007C3BFAC9729E40F6260D0D68E96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8E3C27DE02A5C8D1AE01D55D6B325BFB693CF385_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD910536376B8EBB5BDB30088BE4FE395391592F3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* V_0 = NULL;
bool V_1 = false;
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* V_2 = NULL;
{
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_0 = (List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B*)il2cpp_codegen_object_new(List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mD910536376B8EBB5BDB30088BE4FE395391592F3(L_0, List_1__ctor_mD910536376B8EBB5BDB30088BE4FE395391592F3_RuntimeMethod_var);
V_0 = L_0;
Exception_t* L_1 = ___exception0;
NullCheck(L_1);
Exception_t* L_2;
L_2 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_1, NULL);
V_1 = (bool)((!(((RuntimeObject*)(Exception_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0035;
}
}
{
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_4 = V_0;
Exception_t* L_5 = ___exception0;
NullCheck(L_5);
Exception_t* L_6;
L_6 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_5, NULL);
NullCheck(L_4);
List_1_Add_m8E3C27DE02A5C8D1AE01D55D6B325BFB693CF385_inline(L_4, L_6, List_1_Add_m8E3C27DE02A5C8D1AE01D55D6B325BFB693CF385_RuntimeMethod_var);
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_7 = V_0;
Exception_t* L_8 = ___exception0;
NullCheck(L_8);
Exception_t* L_9;
L_9 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_10;
L_10 = ExceptionHelper_FlattenExceptionHierarchy_m4D69B1BE447970AA6D6855AB8DB7CDB696020663(L_9, NULL);
NullCheck(L_7);
List_1_AddRange_m8338E210501007C3BFAC9729E40F6260D0D68E96(L_7, L_10, List_1_AddRange_m8338E210501007C3BFAC9729E40F6260D0D68E96_RuntimeMethod_var);
}
IL_0035:
{
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_11 = V_0;
V_2 = L_11;
goto IL_0039;
}
IL_0039:
{
List_1_tA61E6ACDC88C89A9523D28C560996ABFF548352B* L_12 = V_2;
return L_12;
}
}
// System.Void NUnit.Framework.Internal.ExceptionHelper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHelper__ctor_m805CE835C8FD0F57423570E95DF0A7F610833B9D (ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.ExceptionHelper/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m9433549AF8160CE15A497DF7826F7FF457723BC3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4* L_0 = (U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4*)il2cpp_codegen_object_new(U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m80B205F82D13F3D3E598AD3D16419D83161F357A(L_0, NULL);
((U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.ExceptionHelper/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m80B205F82D13F3D3E598AD3D16419D83161F357A (U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.ExceptionHelper/<>c::<.cctor>b__1_0(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__1_0_mD4B6D2A4D021CBB24932ED5F4368C1EC2E186B21 (U3CU3Ec_tF429B927AD3C9FF1C24285D01296BE3160B1EBD4* __this, Exception_t* ____0, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.InvalidTestFixtureException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTestFixtureException__ctor_m2E07453F52C7E4495B8A89DF8A5FD0EEF2566175 (InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.InvalidTestFixtureException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTestFixtureException__ctor_mB0A8F2AC74097118D584A7BE75399320B10A9EBF (InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E* __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.InvalidTestFixtureException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTestFixtureException__ctor_m13B5584728B507B312831623A90F0F6342E1366B (InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E* __this, String_t* ___message0, Exception_t* ___inner1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___inner1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3(__this, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.InvalidTestFixtureException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTestFixtureException__ctor_m389A965957A65597BFCC72C3C5F9B3529FC72B8A (InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120(__this, L_0, L_1, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.NUnitException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitException__ctor_m6ED3233ADBB9F473716E03A6A7CBBC2FD8CB5F3F (NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.NUnitException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitException__ctor_m67186AF328823E15D571D4B8C6E8DBF162CA8219 (NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B* __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.NUnitException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitException__ctor_mF31D051315A644200E31B8830F02FF49F49DECC1 (NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B* __this, String_t* ___message0, Exception_t* ___inner1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___inner1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3(__this, L_0, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.NUnitException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitException__ctor_mD26C77996A4FC1FB4122DB9EA966A701A2D6AF04 (NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120(__this, L_0, L_1, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// NUnit.Framework.Internal.OSPlatform NUnit.Framework.Internal.OSPlatform::get_CurrentPlatform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* OSPlatform_get_CurrentPlatform_mAA30E992CA73D50A2B088BB2B30259A51EDE2DB3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_get_Value_mA06497456E245ECEDE2834708416005A67704514_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C* L_0 = ((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___currentPlatform_3;
NullCheck(L_0);
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_1;
L_1 = Lazy_1_get_Value_mA06497456E245ECEDE2834708416005A67704514(L_0, Lazy_1_get_Value_mA06497456E245ECEDE2834708416005A67704514_RuntimeMethod_var);
V_0 = L_1;
goto IL_000e;
}
IL_000e:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_2 = V_0;
return L_2;
}
}
// System.Version NUnit.Framework.Internal.OSPlatform::GetWindows81PlusVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* OSPlatform_GetWindows81PlusVersion_m28DF68894026FFBE5DAC300555388EB5F349425B (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral152F83EA5EA86BA156C444107AC5760B88008E3B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5107C4CB852C80C4845056004EA4FFE3225C8F50);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9955EBAB6EB45138EA978CE13B2B740424A20EC9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD281329DFDEC2FD32152FEE94FF8C137B18019FD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD397C6CA484A9C705C8638889E93DB0F5575C194);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6664827DC27C06530D4349D406286FE4CDABE44);
s_Il2CppMethodInitialized = true;
}
void* L_12 = alloca(sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
void* L_15 = alloca(sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
int32_t V_3 = 0;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_4;
memset((&V_4), 0, sizeof(V_4));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_5;
memset((&V_5), 0, sizeof(V_5));
String_t* V_6 = NULL;
bool V_7 = false;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_8 = NULL;
bool V_9 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B6_0 = 0;
{
}
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var);
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_0 = ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___LocalMachine_4;
NullCheck(L_0);
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_1;
L_1 = RegistryKey_OpenSubKey_m096C287ECF6C7A3D8B8F14986969D40A3FEAC6D1(L_0, _stringLiteralD397C6CA484A9C705C8638889E93DB0F5575C194, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00d0_1:
{// begin finally (depth: 2)
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_2 = V_0;
if (!L_2)
{
goto IL_00da_1;
}
}
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_00da_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_4 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_00cd_2;
}
}
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_6 = V_0;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69(L_6, _stringLiteral5107C4CB852C80C4845056004EA4FFE3225C8F50, NULL);
V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var));
V_3 = 0;
String_t* L_8 = V_2;
bool L_9;
L_9 = Int32_TryParse_mFC6BFCB86964E2BCA4052155B10983837A695EA4(L_8, (&V_3), NULL);
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_10 = V_0;
NullCheck(L_10);
RuntimeObject* L_11;
L_11 = RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69(L_10, _stringLiteral152F83EA5EA86BA156C444107AC5760B88008E3B, NULL);
UnBoxNullable(((RuntimeObject*)IsInst((RuntimeObject*)L_11, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var)), Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, L_12);
V_4 = ((*(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)((Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)L_12)));
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_13 = V_0;
NullCheck(L_13);
RuntimeObject* L_14;
L_14 = RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69(L_13, _stringLiteral9955EBAB6EB45138EA978CE13B2B740424A20EC9, NULL);
UnBoxNullable(((RuntimeObject*)IsInst((RuntimeObject*)L_14, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var)), Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, L_15);
V_5 = ((*(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)((Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)L_15)));
bool L_16;
L_16 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_4), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!L_16)
{
goto IL_007b_2;
}
}
{
bool L_17;
L_17 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_5), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
G_B6_0 = ((int32_t)(L_17));
goto IL_007c_2;
}
IL_007b_2:
{
G_B6_0 = 0;
}
IL_007c_2:
{
V_7 = (bool)G_B6_0;
bool L_18 = V_7;
if (!L_18)
{
goto IL_009b_2;
}
}
{
int32_t L_19;
L_19 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_4), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
int32_t L_20;
L_20 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_5), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
int32_t L_21 = V_3;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_22 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_22);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_22, L_19, L_20, L_21, NULL);
V_8 = L_22;
goto IL_00e8;
}
IL_009b_2:
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_23 = V_0;
NullCheck(L_23);
RuntimeObject* L_24;
L_24 = RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69(L_23, _stringLiteralD281329DFDEC2FD32152FEE94FF8C137B18019FD, NULL);
V_6 = ((String_t*)IsInstSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var));
String_t* L_25 = V_6;
bool L_26;
L_26 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_25, _stringLiteralD6664827DC27C06530D4349D406286FE4CDABE44, NULL);
V_9 = L_26;
bool L_27 = V_9;
if (!L_27)
{
goto IL_00cc_2;
}
}
{
int32_t L_28 = V_3;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_29 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_29);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_29, 6, 3, L_28, NULL);
V_8 = L_29;
goto IL_00e8;
}
IL_00cc_2:
{
}
IL_00cd_2:
{
goto IL_00db_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00db_1:
{
goto IL_00e3;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00de;
}
throw e;
}
CATCH_00de:
{// begin catch(System.Exception)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00e3;
}// end catch (depth: 1)
IL_00e3:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_30 = ___version0;
V_8 = L_30;
goto IL_00e8;
}
IL_00e8:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_31 = V_8;
return L_31;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::GetVersionEx(NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_GetVersionEx_m66218C77B5B530AD59F4309CFEA2B818D3067A4C (OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985* ___osvi0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_Kernel32_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("Kernel32.dll"), "GetVersionEx", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___osvi0' to native representation
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke* ____osvi0_marshaled = NULL;
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke ____osvi0_marshaled_dereferenced = {};
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke(*___osvi0, ____osvi0_marshaled_dereferenced);
____osvi0_marshaled = &____osvi0_marshaled_dereferenced;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_Kernel32_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(GetVersionEx)(____osvi0_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(____osvi0_marshaled);
#endif
// Marshaling of parameter '___osvi0' back from native representation
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985 _____osvi0_marshaled_unmarshaled_dereferenced;
memset((&_____osvi0_marshaled_unmarshaled_dereferenced), 0, sizeof(_____osvi0_marshaled_unmarshaled_dereferenced));
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke_back(*____osvi0_marshaled, _____osvi0_marshaled_unmarshaled_dereferenced);
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke_cleanup(*____osvi0_marshaled);
*___osvi0 = _____osvi0_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___osvi0)->___szCSDVersion_5), (void*)NULL);
return static_cast<bool>(returnValue);
}
// System.Void NUnit.Framework.Internal.OSPlatform::.ctor(System.PlatformID,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSPlatform__ctor_mDE31E42118F815EC12A8782DF6A3B539F09109DF (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, int32_t ___platform0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___platform0;
__this->____platform_0 = L_0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = ___version1;
__this->____version_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____version_1), (void*)L_1);
return;
}
}
// System.Void NUnit.Framework.Internal.OSPlatform::.ctor(System.PlatformID,System.Version,NUnit.Framework.Internal.OSPlatform/ProductType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSPlatform__ctor_mB7660859450214BBBFA46C50105C9C97A9A6F64F (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, int32_t ___platform0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, int32_t ___product2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___platform0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = ___version1;
OSPlatform__ctor_mDE31E42118F815EC12A8782DF6A3B539F09109DF(__this, L_0, L_1, NULL);
int32_t L_2 = ___product2;
__this->____product_2 = L_2;
return;
}
}
// System.PlatformID NUnit.Framework.Internal.OSPlatform::get_Platform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OSPlatform_get_Platform_mB8FCB1C801B7DE2F134A6772E9DBC26BEF2E805C (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->____platform_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Version NUnit.Framework.Internal.OSPlatform::get_Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* OSPlatform_get_Version_m959FCDCA66BE8A74E15FC59427AE81B4BE1FA514 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_0 = NULL;
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->____version_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = V_0;
return L_1;
}
}
// NUnit.Framework.Internal.OSPlatform/ProductType NUnit.Framework.Internal.OSPlatform::get_Product()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->____product_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows_m59B38172EDFFE9F94F501E74D92BEF49B5C56FB5 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0026;
}
}
{
int32_t L_1 = __this->____platform_0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0026;
}
}
{
int32_t L_2 = __this->____platform_0;
if (!L_2)
{
goto IL_0026;
}
}
{
int32_t L_3 = __this->____platform_0;
G_B5_0 = ((((int32_t)L_3) == ((int32_t)3))? 1 : 0);
goto IL_0027;
}
IL_0026:
{
G_B5_0 = 1;
}
IL_0027:
{
V_0 = (bool)G_B5_0;
goto IL_002a;
}
IL_002a:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsUnix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsUnix_m797C0DC874772632774D3FD80E086327FE25733D (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->____platform_0;
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
int32_t L_1 = ((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___UnixPlatformID_Microsoft_4;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_001d;
}
}
{
int32_t L_2 = __this->____platform_0;
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
int32_t L_3 = ((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___UnixPlatformID_Mono_5;
G_B3_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0);
goto IL_001e;
}
IL_001d:
{
G_B3_0 = 1;
}
IL_001e:
{
V_0 = (bool)G_B3_0;
goto IL_0021;
}
IL_0021:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin32S()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin32S_mF2E2F0ACB5A5E69DFA81A04BFFECD2EAC19CFBDD (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = __this->____platform_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin32Windows()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin32Windows_mBB31A2A5BBD7EAFC3189867099BE41CE84C8DFF4 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = __this->____platform_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin32NT()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin32NT_mBFCF71010E87A78AC12701D05586DBF4AF30FE9A (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = __this->____platform_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWinCE()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWinCE_m7BC8934676764F97F0DAEA8F87BE3100723A9852 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = __this->____platform_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsXbox()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsXbox_mF95B9FD244F3904C76ABCE6AEE2AB9F4B71277A4 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
int32_t L_0 = __this->____platform_0;
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
int32_t L_1 = ((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___XBoxPlatformID_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
goto IL_0011;
}
IL_0011:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsMacOSX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsMacOSX_mA0FCA733093BEE490FEBA55CF14F983D80B5B350 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
int32_t L_0 = __this->____platform_0;
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
int32_t L_1 = ((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___MacOSXPlatformID_7;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
goto IL_0011;
}
IL_0011:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Int32 NUnit.Framework.Internal.OSPlatform::uname(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OSPlatform_uname_m47DD4CDFC0AC7F84E04745002F208E9868CC5AF0 (intptr_t ___buf0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("libc"), "uname", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(uname)(___buf0);
#else
int32_t returnValue = il2cppPInvokeFunc(___buf0);
#endif
return returnValue;
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::CheckIfIsMacOSX(System.PlatformID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_CheckIfIsMacOSX_m888C4CD1D41638D30B1D76DE97B249EA2B6D452A (int32_t ___platform0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
String_t* V_6 = NULL;
{
int32_t L_0 = ___platform0;
V_2 = (bool)((((int32_t)L_0) == ((int32_t)6))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_000d;
}
}
{
V_3 = (bool)1;
goto IL_005c;
}
IL_000d:
{
int32_t L_2 = ___platform0;
V_4 = (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_4;
if (!L_3)
{
goto IL_001e;
}
}
{
V_3 = (bool)0;
goto IL_005c;
}
IL_001e:
{
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_m0187620AAB78B85416CE4C948B60B6A76CA84CAC(((int32_t)8192), NULL);
V_0 = L_4;
V_1 = (bool)0;
intptr_t L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
int32_t L_6;
L_6 = OSPlatform_uname_m47DD4CDFC0AC7F84E04745002F208E9868CC5AF0(L_5, NULL);
V_5 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_5;
if (!L_7)
{
goto IL_0051;
}
}
{
intptr_t L_8 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
String_t* L_9;
L_9 = Marshal_PtrToStringAnsi_m86CDF46D9E4810BD7DB9BB52C1036E24A7DD46EE(L_8, NULL);
V_6 = L_9;
String_t* L_10 = V_6;
NullCheck(L_10);
bool L_11;
L_11 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_10, _stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6, NULL);
V_1 = L_11;
}
IL_0051:
{
intptr_t L_12 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m691596E1E19CB74918F8FF871A05E4BE80748BCC(L_12, NULL);
bool L_13 = V_1;
V_3 = L_13;
goto IL_005c;
}
IL_005c:
{
bool L_14 = V_3;
return L_14;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin95()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin95_m0F59FDD2B297706FA6F08AAE0D6A4328248420F9 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0028;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0028;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_3 = __this->____version_1;
NullCheck(L_3);
int32_t L_4;
L_4 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_3, NULL);
G_B4_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_0029;
}
IL_0028:
{
G_B4_0 = 0;
}
IL_0029:
{
V_0 = (bool)G_B4_0;
goto IL_002c;
}
IL_002c:
{
bool L_5 = V_0;
return L_5;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin98()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin98_mF7151E634C22161731F7AED35DBACCF13068A735 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0029;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0029;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_3 = __this->____version_1;
NullCheck(L_3);
int32_t L_4;
L_4 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_3, NULL);
G_B4_0 = ((((int32_t)L_4) == ((int32_t)((int32_t)10)))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B4_0 = 0;
}
IL_002a:
{
V_0 = (bool)G_B4_0;
goto IL_002d;
}
IL_002d:
{
bool L_5 = V_0;
return L_5;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWinME()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWinME_m5F5B0B804FED799DCFE3D85A0FD0D33AC19E469F (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0029;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0029;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_3 = __this->____version_1;
NullCheck(L_3);
int32_t L_4;
L_4 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_3, NULL);
G_B4_0 = ((((int32_t)L_4) == ((int32_t)((int32_t)90)))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B4_0 = 0;
}
IL_002a:
{
V_0 = (bool)G_B4_0;
goto IL_002d;
}
IL_002d:
{
bool L_5 = V_0;
return L_5;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT3()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT3_mD7E4FC4DC300FD630D6104C352CEC8109E6016FF (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_001a;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)3))? 1 : 0);
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
V_0 = (bool)G_B3_0;
goto IL_001e;
}
IL_001e:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT4_mA5B54B1A40227F10E23784622E26309FB811AAAC (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_001a;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)4))? 1 : 0);
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
V_0 = (bool)G_B3_0;
goto IL_001e;
}
IL_001e:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT5()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT5_m34D6214439FBB40C912831D37ECB994668C66AD0 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_001a;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)5))? 1 : 0);
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
V_0 = (bool)G_B3_0;
goto IL_001e;
}
IL_001e:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2K()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2K_mF61C096DACD782C92A81349AB1B1C5BE992475BB (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT5_m34D6214439FBB40C912831D37ECB994668C66AD0(__this, NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWinXP()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWinXP_m9B36B5738A3CA9CC380C7B6D66663ACB475FA6C4 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT5_m34D6214439FBB40C912831D37ECB994668C66AD0(__this, NULL);
if (!L_0)
{
goto IL_0036;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_1, NULL);
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0033;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_3 = __this->____version_1;
NullCheck(L_3);
int32_t L_4;
L_4 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_3, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
{
goto IL_0030;
}
}
{
int32_t L_5;
L_5 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B5_0 = ((((int32_t)L_5) == ((int32_t)1))? 1 : 0);
goto IL_0031;
}
IL_0030:
{
G_B5_0 = 0;
}
IL_0031:
{
G_B7_0 = G_B5_0;
goto IL_0034;
}
IL_0033:
{
G_B7_0 = 1;
}
IL_0034:
{
G_B9_0 = G_B7_0;
goto IL_0037;
}
IL_0036:
{
G_B9_0 = 0;
}
IL_0037:
{
V_0 = (bool)G_B9_0;
goto IL_003a;
}
IL_003a:
{
bool L_6 = V_0;
return L_6;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2003Server()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2003Server_mF433F336D0D831F284BEF0A537B6D94AFFBCFDC8 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT5_m34D6214439FBB40C912831D37ECB994668C66AD0(__this, NULL);
if (!L_0)
{
goto IL_0022;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0022;
}
}
{
int32_t L_3;
L_3 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B4_0 = ((((int32_t)L_3) == ((int32_t)3))? 1 : 0);
goto IL_0023;
}
IL_0022:
{
G_B4_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B4_0;
goto IL_0026;
}
IL_0026:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT6()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT6_m550248CB78CB699F59F5536A10C33EAB8FC57E2C (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_001a;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)6))? 1 : 0);
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
V_0 = (bool)G_B3_0;
goto IL_001e;
}
IL_001e:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT60()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT60_mCE537D211AFA131241978F07F2DEA62C9041B730 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT6_m550248CB78CB699F59F5536A10C33EAB8FC57E2C(__this, NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT61()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT61_mDDCDE0DE81CA3AAACB57DD656803AC05A8710B5B (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT6_m550248CB78CB699F59F5536A10C33EAB8FC57E2C(__this, NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT62()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT62_m643943A1716DBDF1D4CE4086F51666EAA0A66384 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT6_m550248CB78CB699F59F5536A10C33EAB8FC57E2C(__this, NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)2))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsNT63()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsNT63_mF20A06FC28149B6CA86B84EBD3F72159C1BE1C26 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT6_m550248CB78CB699F59F5536A10C33EAB8FC57E2C(__this, NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)3))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsVista()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsVista_m0BC1AE06C93FF6C0C37FD6D1D3149FCD60E469F1 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT60_mCE537D211AFA131241978F07F2DEA62C9041B730(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2008Server()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2008Server_mCDAD53AAA4FA53EFF846E77EE46C785D3FDCE384 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsWin2008ServerR1_m0CF0A9EB235214C892138552137C43959ADB7C36(__this, NULL);
if (L_0)
{
goto IL_0011;
}
}
{
bool L_1;
L_1 = OSPlatform_get_IsWin2008ServerR2_m6C3097D335B599B5F961BD3776CB9E6EB4A2FED5(__this, NULL);
G_B3_0 = ((int32_t)(L_1));
goto IL_0012;
}
IL_0011:
{
G_B3_0 = 1;
}
IL_0012:
{
V_0 = (bool)G_B3_0;
goto IL_0015;
}
IL_0015:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2008ServerR1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2008ServerR1_m0CF0A9EB235214C892138552137C43959ADB7C36 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT60_mCE537D211AFA131241978F07F2DEA62C9041B730(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2008ServerR2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2008ServerR2_m6C3097D335B599B5F961BD3776CB9E6EB4A2FED5 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT61_mDDCDE0DE81CA3AAACB57DD656803AC05A8710B5B(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2012Server()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2012Server_mC8CFC86E7F63B87EFE4454842E01BF3CED951D3D (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsWin2012ServerR1_m81BF0B08F0B697AE9693101F88ABB62887A1AA94(__this, NULL);
if (L_0)
{
goto IL_0011;
}
}
{
bool L_1;
L_1 = OSPlatform_get_IsWin2012ServerR2_m8C07B3DD9974CE4B3125726373BDEE29B5E6D86C(__this, NULL);
G_B3_0 = ((int32_t)(L_1));
goto IL_0012;
}
IL_0011:
{
G_B3_0 = 1;
}
IL_0012:
{
V_0 = (bool)G_B3_0;
goto IL_0015;
}
IL_0015:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2012ServerR1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2012ServerR1_m81BF0B08F0B697AE9693101F88ABB62887A1AA94 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT62_m643943A1716DBDF1D4CE4086F51666EAA0A66384(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWin2012ServerR2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWin2012ServerR2_m8C07B3DD9974CE4B3125726373BDEE29B5E6D86C (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT63_mF20A06FC28149B6CA86B84EBD3F72159C1BE1C26(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows7()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows7_m8E9569688D6D77FCA212F5C255B4B712881959A9 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT61_mDDCDE0DE81CA3AAACB57DD656803AC05A8710B5B(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows8_mEA37FAB6B24A870EE955128FE614ED22EDA6363B (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT62_m643943A1716DBDF1D4CE4086F51666EAA0A66384(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows81()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows81_m06EBD12E629E46F24E7F91F487571301F30E5CD6 (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0;
L_0 = OSPlatform_get_IsNT63_mF20A06FC28149B6CA86B84EBD3F72159C1BE1C26(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindows10()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindows10_m280FCD350B458CBDB01774736BF806A70893DD0A (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0024;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10)))))
{
goto IL_0024;
}
}
{
int32_t L_3;
L_3 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B4_0 = ((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
goto IL_0025;
}
IL_0024:
{
G_B4_0 = 0;
}
IL_0025:
{
V_0 = (bool)G_B4_0;
goto IL_0028;
}
IL_0028:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Boolean NUnit.Framework.Internal.OSPlatform::get_IsWindowsServer10()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OSPlatform_get_IsWindowsServer10_m14C148ADA6C8A0DB61180933E58C332A6107BAEE (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
int32_t L_0 = __this->____platform_0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0024;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->____version_1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10)))))
{
goto IL_0024;
}
}
{
int32_t L_3;
L_3 = OSPlatform_get_Product_m9B7EAF1562F34D84BA6361DB7F7C8AEC5E7910B1(__this, NULL);
G_B4_0 = ((((int32_t)L_3) == ((int32_t)3))? 1 : 0);
goto IL_0025;
}
IL_0024:
{
G_B4_0 = 0;
}
IL_0025:
{
V_0 = (bool)G_B4_0;
goto IL_0028;
}
IL_0028:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Void NUnit.Framework.Internal.OSPlatform::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSPlatform__cctor_m08CC87DC75723268DAD8EA4E84F4DBB2D7224AE2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1__ctor_mD933F1FADC69D0A5BDF12476DCFFF3C751DE510A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__92_0_mDD4908AFB150C3DDEF41BEAA149B875A1E089CDC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var);
U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543* L_0 = ((U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4* L_1 = (Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4*)il2cpp_codegen_object_new(Func_1_t1F2DAADDC6CD7C43C53106B4ADCB2C4B44338DB4_il2cpp_TypeInfo_var);
NullCheck(L_1);
Func_1__ctor_mB0EBC77B9BB3B0BE0E782E16B7A33BD1528753B8(L_1, L_0, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__92_0_mDD4908AFB150C3DDEF41BEAA149B875A1E089CDC_RuntimeMethod_var), NULL);
Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C* L_2 = (Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C*)il2cpp_codegen_object_new(Lazy_1_tDBE7C193683E466D7BC533C14CE17E2E0BCF2D1C_il2cpp_TypeInfo_var);
NullCheck(L_2);
Lazy_1__ctor_mD933F1FADC69D0A5BDF12476DCFFF3C751DE510A(L_2, L_1, Lazy_1__ctor_mD933F1FADC69D0A5BDF12476DCFFF3C751DE510A_RuntimeMethod_var);
((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___currentPlatform_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___currentPlatform_3), (void*)L_2);
((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___UnixPlatformID_Microsoft_4 = 4;
((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___UnixPlatformID_Mono_5 = ((int32_t)128);
((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___XBoxPlatformID_6 = 5;
((OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_StaticFields*)il2cpp_codegen_static_fields_for(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var))->___MacOSXPlatformID_7 = 6;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke(const OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985& unmarshaled, OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke& marshaled)
{
marshaled.___dwOSVersionInfoSize_0 = unmarshaled.___dwOSVersionInfoSize_0;
marshaled.___dwMajorVersion_1 = unmarshaled.___dwMajorVersion_1;
marshaled.___dwMinorVersion_2 = unmarshaled.___dwMinorVersion_2;
marshaled.___dwBuildNumber_3 = unmarshaled.___dwBuildNumber_3;
marshaled.___dwPlatformId_4 = unmarshaled.___dwPlatformId_4;
il2cpp_codegen_marshal_string_fixed(unmarshaled.___szCSDVersion_5, (char*)&marshaled.___szCSDVersion_5, 128);
marshaled.___wServicePackMajor_6 = unmarshaled.___wServicePackMajor_6;
marshaled.___wServicePackMinor_7 = unmarshaled.___wServicePackMinor_7;
marshaled.___wSuiteMask_8 = unmarshaled.___wSuiteMask_8;
marshaled.___ProductType_9 = unmarshaled.___ProductType_9;
marshaled.___Reserved_10 = unmarshaled.___Reserved_10;
}
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke_back(const OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke& marshaled, OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985& unmarshaled)
{
uint32_t unmarshaleddwOSVersionInfoSize_temp_0 = 0;
unmarshaleddwOSVersionInfoSize_temp_0 = marshaled.___dwOSVersionInfoSize_0;
unmarshaled.___dwOSVersionInfoSize_0 = unmarshaleddwOSVersionInfoSize_temp_0;
uint32_t unmarshaleddwMajorVersion_temp_1 = 0;
unmarshaleddwMajorVersion_temp_1 = marshaled.___dwMajorVersion_1;
unmarshaled.___dwMajorVersion_1 = unmarshaleddwMajorVersion_temp_1;
uint32_t unmarshaleddwMinorVersion_temp_2 = 0;
unmarshaleddwMinorVersion_temp_2 = marshaled.___dwMinorVersion_2;
unmarshaled.___dwMinorVersion_2 = unmarshaleddwMinorVersion_temp_2;
uint32_t unmarshaleddwBuildNumber_temp_3 = 0;
unmarshaleddwBuildNumber_temp_3 = marshaled.___dwBuildNumber_3;
unmarshaled.___dwBuildNumber_3 = unmarshaleddwBuildNumber_temp_3;
uint32_t unmarshaleddwPlatformId_temp_4 = 0;
unmarshaleddwPlatformId_temp_4 = marshaled.___dwPlatformId_4;
unmarshaled.___dwPlatformId_4 = unmarshaleddwPlatformId_temp_4;
unmarshaled.___szCSDVersion_5 = il2cpp_codegen_marshal_string_result(marshaled.___szCSDVersion_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___szCSDVersion_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___szCSDVersion_5));
int16_t unmarshaledwServicePackMajor_temp_6 = 0;
unmarshaledwServicePackMajor_temp_6 = marshaled.___wServicePackMajor_6;
unmarshaled.___wServicePackMajor_6 = unmarshaledwServicePackMajor_temp_6;
int16_t unmarshaledwServicePackMinor_temp_7 = 0;
unmarshaledwServicePackMinor_temp_7 = marshaled.___wServicePackMinor_7;
unmarshaled.___wServicePackMinor_7 = unmarshaledwServicePackMinor_temp_7;
int16_t unmarshaledwSuiteMask_temp_8 = 0;
unmarshaledwSuiteMask_temp_8 = marshaled.___wSuiteMask_8;
unmarshaled.___wSuiteMask_8 = unmarshaledwSuiteMask_temp_8;
uint8_t unmarshaledProductType_temp_9 = 0x0;
unmarshaledProductType_temp_9 = marshaled.___ProductType_9;
unmarshaled.___ProductType_9 = unmarshaledProductType_temp_9;
uint8_t unmarshaledReserved_temp_10 = 0x0;
unmarshaledReserved_temp_10 = marshaled.___Reserved_10;
unmarshaled.___Reserved_10 = unmarshaledReserved_temp_10;
}
// Conversion method for clean up from marshalling of: NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_pinvoke_cleanup(OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_com(const OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985& unmarshaled, OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_com& marshaled)
{
marshaled.___dwOSVersionInfoSize_0 = unmarshaled.___dwOSVersionInfoSize_0;
marshaled.___dwMajorVersion_1 = unmarshaled.___dwMajorVersion_1;
marshaled.___dwMinorVersion_2 = unmarshaled.___dwMinorVersion_2;
marshaled.___dwBuildNumber_3 = unmarshaled.___dwBuildNumber_3;
marshaled.___dwPlatformId_4 = unmarshaled.___dwPlatformId_4;
il2cpp_codegen_marshal_string_fixed(unmarshaled.___szCSDVersion_5, (char*)&marshaled.___szCSDVersion_5, 128);
marshaled.___wServicePackMajor_6 = unmarshaled.___wServicePackMajor_6;
marshaled.___wServicePackMinor_7 = unmarshaled.___wServicePackMinor_7;
marshaled.___wSuiteMask_8 = unmarshaled.___wSuiteMask_8;
marshaled.___ProductType_9 = unmarshaled.___ProductType_9;
marshaled.___Reserved_10 = unmarshaled.___Reserved_10;
}
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_com_back(const OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_com& marshaled, OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985& unmarshaled)
{
uint32_t unmarshaleddwOSVersionInfoSize_temp_0 = 0;
unmarshaleddwOSVersionInfoSize_temp_0 = marshaled.___dwOSVersionInfoSize_0;
unmarshaled.___dwOSVersionInfoSize_0 = unmarshaleddwOSVersionInfoSize_temp_0;
uint32_t unmarshaleddwMajorVersion_temp_1 = 0;
unmarshaleddwMajorVersion_temp_1 = marshaled.___dwMajorVersion_1;
unmarshaled.___dwMajorVersion_1 = unmarshaleddwMajorVersion_temp_1;
uint32_t unmarshaleddwMinorVersion_temp_2 = 0;
unmarshaleddwMinorVersion_temp_2 = marshaled.___dwMinorVersion_2;
unmarshaled.___dwMinorVersion_2 = unmarshaleddwMinorVersion_temp_2;
uint32_t unmarshaleddwBuildNumber_temp_3 = 0;
unmarshaleddwBuildNumber_temp_3 = marshaled.___dwBuildNumber_3;
unmarshaled.___dwBuildNumber_3 = unmarshaleddwBuildNumber_temp_3;
uint32_t unmarshaleddwPlatformId_temp_4 = 0;
unmarshaleddwPlatformId_temp_4 = marshaled.___dwPlatformId_4;
unmarshaled.___dwPlatformId_4 = unmarshaleddwPlatformId_temp_4;
unmarshaled.___szCSDVersion_5 = il2cpp_codegen_marshal_string_result(marshaled.___szCSDVersion_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___szCSDVersion_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___szCSDVersion_5));
int16_t unmarshaledwServicePackMajor_temp_6 = 0;
unmarshaledwServicePackMajor_temp_6 = marshaled.___wServicePackMajor_6;
unmarshaled.___wServicePackMajor_6 = unmarshaledwServicePackMajor_temp_6;
int16_t unmarshaledwServicePackMinor_temp_7 = 0;
unmarshaledwServicePackMinor_temp_7 = marshaled.___wServicePackMinor_7;
unmarshaled.___wServicePackMinor_7 = unmarshaledwServicePackMinor_temp_7;
int16_t unmarshaledwSuiteMask_temp_8 = 0;
unmarshaledwSuiteMask_temp_8 = marshaled.___wSuiteMask_8;
unmarshaled.___wSuiteMask_8 = unmarshaledwSuiteMask_temp_8;
uint8_t unmarshaledProductType_temp_9 = 0x0;
unmarshaledProductType_temp_9 = marshaled.___ProductType_9;
unmarshaled.___ProductType_9 = unmarshaledProductType_temp_9;
uint8_t unmarshaledReserved_temp_10 = 0x0;
unmarshaledReserved_temp_10 = marshaled.___Reserved_10;
unmarshaled.___Reserved_10 = unmarshaledReserved_temp_10;
}
// Conversion method for clean up from marshalling of: NUnit.Framework.Internal.OSPlatform/OSVERSIONINFOEX
IL2CPP_EXTERN_C void OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshal_com_cleanup(OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.OSPlatform/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m1BE26D9EE4931FA2A3E9C3A6A3A95C4735E40098 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543* L_0 = (U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543*)il2cpp_codegen_object_new(U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m126830B662F42C71AB9E16787DB92A8FAB15AF2B(L_0, NULL);
((U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.OSPlatform/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m126830B662F42C71AB9E16787DB92A8FAB15AF2B (U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// NUnit.Framework.Internal.OSPlatform NUnit.Framework.Internal.OSPlatform/<>c::<.cctor>b__92_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* U3CU3Ec_U3C_cctorU3Eb__92_0_mDD4908AFB150C3DDEF41BEAA149B875A1E089CDC (U3CU3Ec_t1C36DA4A8717999543D772EB0C45D4C3983CF543* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* V_0 = NULL;
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* V_1 = NULL;
bool V_2 = false;
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* V_6 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B7_0 = 0;
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_0;
L_0 = Environment_get_OSVersion_mE57572A131F223315BB4EFDE0CE136DC2FDDCEE2(NULL);
V_1 = L_0;
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_1 = V_1;
NullCheck(L_1);
int32_t L_2;
L_2 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0023;
}
}
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_3 = V_1;
NullCheck(L_3);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_4;
L_4 = OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline(L_3, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_4, NULL);
G_B3_0 = ((((int32_t)((((int32_t)L_5) < ((int32_t)5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0024;
}
IL_0023:
{
G_B3_0 = 0;
}
IL_0024:
{
V_2 = (bool)G_B3_0;
bool L_6 = V_2;
if (!L_6)
{
goto IL_00a5;
}
}
{
il2cpp_codegen_initobj((&V_3), sizeof(OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985));
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985 L_7 = V_3;
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985 L_8 = L_7;
RuntimeObject* L_9 = Box(OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985_il2cpp_TypeInfo_var, &L_8);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = Marshal_SizeOf_m024A94DC162D5D968E753E86E4CD500C75990649(L_9, NULL);
(&V_3)->___dwOSVersionInfoSize_0 = L_10;
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
bool L_11;
L_11 = OSPlatform_GetVersionEx_m66218C77B5B530AD59F4309CFEA2B818D3067A4C((&V_3), NULL);
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_12 = V_1;
NullCheck(L_12);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_13;
L_13 = OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline(L_12, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_13, NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)6))))
{
goto IL_006c;
}
}
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_15 = V_1;
NullCheck(L_15);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_16;
L_16 = OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline(L_15, NULL);
NullCheck(L_16);
int32_t L_17;
L_17 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_16, NULL);
G_B7_0 = ((((int32_t)((((int32_t)L_17) < ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_006d;
}
IL_006c:
{
G_B7_0 = 0;
}
IL_006d:
{
V_4 = (bool)G_B7_0;
bool L_18 = V_4;
if (!L_18)
{
goto IL_008a;
}
}
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_19 = V_1;
NullCheck(L_19);
int32_t L_20;
L_20 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_19, NULL);
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_21 = V_1;
NullCheck(L_21);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_22;
L_22 = OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline(L_21, NULL);
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_23;
L_23 = OSPlatform_GetWindows81PlusVersion_m28DF68894026FFBE5DAC300555388EB5F349425B(L_22, NULL);
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_24 = (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557*)il2cpp_codegen_object_new(OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557_il2cpp_TypeInfo_var);
NullCheck(L_24);
OperatingSystem__ctor_mC7971D7F68B642197150EDDF6343D20A178888FE(L_24, L_20, L_23, NULL);
V_1 = L_24;
}
IL_008a:
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_25 = V_1;
NullCheck(L_25);
int32_t L_26;
L_26 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_25, NULL);
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_27 = V_1;
NullCheck(L_27);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_28;
L_28 = OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline(L_27, NULL);
OSVERSIONINFOEX_t026EF0F31031CDA05B526608153D6BD4C3878985 L_29 = V_3;
uint8_t L_30 = L_29.___ProductType_9;
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_31 = (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF*)il2cpp_codegen_object_new(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
NullCheck(L_31);
OSPlatform__ctor_mB7660859450214BBBFA46C50105C9C97A9A6F64F(L_31, L_26, L_28, L_30, NULL);
V_0 = L_31;
goto IL_00d9;
}
IL_00a5:
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_32 = V_1;
NullCheck(L_32);
int32_t L_33;
L_33 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_32, NULL);
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
bool L_34;
L_34 = OSPlatform_CheckIfIsMacOSX_m888C4CD1D41638D30B1D76DE97B249EA2B6D452A(L_33, NULL);
V_5 = L_34;
bool L_35 = V_5;
if (!L_35)
{
goto IL_00c7;
}
}
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_36 = V_1;
NullCheck(L_36);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_37;
L_37 = OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline(L_36, NULL);
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_38 = (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF*)il2cpp_codegen_object_new(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
NullCheck(L_38);
OSPlatform__ctor_mDE31E42118F815EC12A8782DF6A3B539F09109DF(L_38, 6, L_37, NULL);
V_0 = L_38;
goto IL_00d9;
}
IL_00c7:
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_39 = V_1;
NullCheck(L_39);
int32_t L_40;
L_40 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_39, NULL);
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_41 = V_1;
NullCheck(L_41);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_42;
L_42 = OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline(L_41, NULL);
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_43 = (OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF*)il2cpp_codegen_object_new(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
NullCheck(L_43);
OSPlatform__ctor_mDE31E42118F815EC12A8782DF6A3B539F09109DF(L_43, L_40, L_42, NULL);
V_0 = L_43;
}
IL_00d9:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_44 = V_0;
V_6 = L_44;
goto IL_00de;
}
IL_00de:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_45 = V_6;
return L_45;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestCaseParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestCaseParameters__ctor_mB1A2E872F027806A21AA0FA10B746AD89ADF02CF (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, const RuntimeMethod* method)
{
{
TestParameters__ctor_mC49A06A39A590A9DA7B4A982CA7D4C3C78FB758D(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestCaseParameters::.ctor(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestCaseParameters__ctor_mC12FA265274A1DACFE64E1B62B53100E72D6AE7A (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, Exception_t* ___exception0, const RuntimeMethod* method)
{
{
Exception_t* L_0 = ___exception0;
TestParameters__ctor_m712295DB7928CDA70FE5E5C8FE86B982AC844C3F(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestCaseParameters::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestCaseParameters__ctor_m7D261A85D0CA54BA3058222473AB410ACF1083D1 (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___args0;
TestParameters__ctor_m9921E5D1963E97BC423A7C866B55B90B6E7784A1(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestCaseParameters::.ctor(NUnit.Framework.Interfaces.ITestCaseData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestCaseParameters__ctor_m8659A0AAB9AA71FD5252AEF81006D9EF39D4858B (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, RuntimeObject* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestCaseData_tA87A93DD48AEA2F0C9F166360584865E159BC13D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RuntimeObject* L_0 = ___data0;
TestParameters__ctor_m4D654A16738D58AD3BCE6B96B39D744E57F2BDFE(__this, L_0, NULL);
RuntimeObject* L_1 = ___data0;
NullCheck(L_1);
bool L_2;
L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean NUnit.Framework.Interfaces.ITestCaseData::get_HasExpectedResult() */, ITestCaseData_tA87A93DD48AEA2F0C9F166360584865E159BC13D_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0020;
}
}
{
RuntimeObject* L_4 = ___data0;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Object NUnit.Framework.Interfaces.ITestCaseData::get_ExpectedResult() */, ITestCaseData_tA87A93DD48AEA2F0C9F166360584865E159BC13D_il2cpp_TypeInfo_var, L_4);
TestCaseParameters_set_ExpectedResult_m33057A81E860C767B6DB7B29C9BBA0553C964108(__this, L_5, NULL);
}
IL_0020:
{
return;
}
}
// System.Object NUnit.Framework.Internal.TestCaseParameters::get_ExpectedResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestCaseParameters_get_ExpectedResult_m53E4F721BCB316B999436ADDAA61B3869BD3261F (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->____expectedResult_5;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestCaseParameters::set_ExpectedResult(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestCaseParameters_set_ExpectedResult_m33057A81E860C767B6DB7B29C9BBA0553C964108 (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->____expectedResult_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____expectedResult_5), (void*)L_0);
TestCaseParameters_set_HasExpectedResult_m4B5A5C19BB1C9FCB4D5D0D32DBB82A6F81F581EB_inline(__this, (bool)1, NULL);
return;
}
}
// System.Boolean NUnit.Framework.Internal.TestCaseParameters::get_HasExpectedResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestCaseParameters_get_HasExpectedResult_mBB9E1AEE8215A00F2E4482273FC2C01B806C8130 (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CHasExpectedResultU3Ek__BackingField_6;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestCaseParameters::set_HasExpectedResult(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestCaseParameters_set_HasExpectedResult_m4B5A5C19BB1C9FCB4D5D0D32DBB82A6F81F581EB (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CHasExpectedResultU3Ek__BackingField_6 = L_0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.PlatformHelper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformHelper__ctor_mAF19CF31257B72AD9338EF4F7D0D7EACFBA366C7 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____reason_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____reason_2), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF_il2cpp_TypeInfo_var);
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_1;
L_1 = OSPlatform_get_CurrentPlatform_mAA30E992CA73D50A2B088BB2B30259A51EDE2DB3(NULL);
__this->____os_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____os_0), (void*)L_1);
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_2;
L_2 = RuntimeFramework_get_CurrentFramework_mFCB528F6989439C0319620FA680D09BF324EB8A4(NULL);
__this->____rt_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____rt_1), (void*)L_2);
return;
}
}
// System.Void NUnit.Framework.Internal.PlatformHelper::.ctor(NUnit.Framework.Internal.OSPlatform,NUnit.Framework.Internal.RuntimeFramework)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformHelper__ctor_m09E21F41297FD6E0EFC555F15EC998E0B612611A (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* ___os0, RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* ___rt1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____reason_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____reason_2), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_1 = ___os0;
__this->____os_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____os_0), (void*)L_1);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_2 = ___rt1;
__this->____rt_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____rt_1), (void*)L_2);
return;
}
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_mEA869815F4F73D2BCC50631CBCFAC1242E485DE8 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___platforms0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformHelper_IsPlatformSupported_m3AA1AA227AA2DB5922B342324B3C92CAF4413D81_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___platforms0;
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* L_1 = (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*)il2cpp_codegen_object_new(Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
NullCheck(L_1);
Func_2__ctor_m247D5044A4E1F518CA84A38B9A9F30E66BDD8184(L_1, __this, (intptr_t)((void*)PlatformHelper_IsPlatformSupported_m3AA1AA227AA2DB5922B342324B3C92CAF4413D81_RuntimeMethod_var), NULL);
bool L_2;
L_2 = Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E((RuntimeObject*)L_0, L_1, Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E_RuntimeMethod_var);
V_0 = L_2;
goto IL_0016;
}
IL_0016:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(NUnit.Framework.PlatformAttribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_m62B4A95F04EBB8F7013A756057E8B328ACC61745 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, PlatformAttribute_t44A6780D77D3944A1A705DD3E1C8644E9852FFF9* ___platformAttribute0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
String_t* V_1 = NULL;
bool V_2 = false;
{
PlatformAttribute_t44A6780D77D3944A1A705DD3E1C8644E9852FFF9* L_0 = ___platformAttribute0;
NullCheck(L_0);
String_t* L_1;
L_1 = IncludeExcludeAttribute_get_Include_m92D4285172521EAEF1D145F7A3C69B8EC7D9EFE9(L_0, NULL);
V_0 = L_1;
PlatformAttribute_t44A6780D77D3944A1A705DD3E1C8644E9852FFF9* L_2 = ___platformAttribute0;
NullCheck(L_2);
String_t* L_3;
L_3 = IncludeExcludeAttribute_get_Exclude_m7D73D76489F4AB23F9086859D4B0CD45183FE831(L_2, NULL);
V_1 = L_3;
String_t* L_4 = V_0;
String_t* L_5 = V_1;
bool L_6;
L_6 = PlatformHelper_IsPlatformSupported_m06FAC74737BACC5D8927C4C704F21F3D097D8960(__this, L_4, L_5, NULL);
V_2 = L_6;
goto IL_001a;
}
IL_001a:
{
bool L_7 = V_2;
return L_7;
}
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(NUnit.Framework.TestCaseAttribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_m8CE01C87DC58D41C44820166F755278149A5AD21 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06* ___testCaseAttribute0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
String_t* V_1 = NULL;
bool V_2 = false;
{
TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06* L_0 = ___testCaseAttribute0;
NullCheck(L_0);
String_t* L_1;
L_1 = TestCaseAttribute_get_IncludePlatform_m5B08D3DD593602D4F7385705F303CE907DC44D45_inline(L_0, NULL);
V_0 = L_1;
TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06* L_2 = ___testCaseAttribute0;
NullCheck(L_2);
String_t* L_3;
L_3 = TestCaseAttribute_get_ExcludePlatform_m87B55A96FE8F8B3AFF9BD21DB2D94AE8DC1744ED_inline(L_2, NULL);
V_1 = L_3;
String_t* L_4 = V_0;
String_t* L_5 = V_1;
bool L_6;
L_6 = PlatformHelper_IsPlatformSupported_m06FAC74737BACC5D8927C4C704F21F3D097D8960(__this, L_4, L_5, NULL);
V_2 = L_6;
goto IL_001a;
}
IL_001a:
{
bool L_7 = V_2;
return L_7;
}
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_m06FAC74737BACC5D8927C4C704F21F3D097D8960 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, String_t* ___include0, String_t* ___exclude1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D49DEA6095DAF1F7A1319584CFB612CB29896D0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEC37F2E8E9298F5F91404F91D1A04D27756733F);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
Exception_t* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B4_0 = 0;
int32_t G_B9_0 = 0;
{
}
try
{// begin try (depth: 1)
{
String_t* L_0 = ___include0;
if (!L_0)
{
goto IL_0011_1;
}
}
{
String_t* L_1 = ___include0;
bool L_2;
L_2 = PlatformHelper_IsPlatformSupported_m3AA1AA227AA2DB5922B342324B3C92CAF4413D81(__this, L_1, NULL);
G_B4_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_0012_1;
}
IL_0011_1:
{
G_B4_0 = 0;
}
IL_0012_1:
{
V_0 = (bool)G_B4_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_002c_1;
}
}
{
String_t* L_4 = ___include0;
String_t* L_5;
L_5 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral7D49DEA6095DAF1F7A1319584CFB612CB29896D0, L_4, NULL);
__this->____reason_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____reason_2), (void*)L_5);
V_1 = (bool)0;
goto IL_006c;
}
IL_002c_1:
{
String_t* L_6 = ___exclude1;
if (!L_6)
{
goto IL_0038_1;
}
}
{
String_t* L_7 = ___exclude1;
bool L_8;
L_8 = PlatformHelper_IsPlatformSupported_m3AA1AA227AA2DB5922B342324B3C92CAF4413D81(__this, L_7, NULL);
G_B9_0 = ((int32_t)(L_8));
goto IL_0039_1;
}
IL_0038_1:
{
G_B9_0 = 0;
}
IL_0039_1:
{
V_2 = (bool)G_B9_0;
bool L_9 = V_2;
if (!L_9)
{
goto IL_0053_1;
}
}
{
String_t* L_10 = ___exclude1;
String_t* L_11;
L_11 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralDEC37F2E8E9298F5F91404F91D1A04D27756733F, L_10, NULL);
__this->____reason_2 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____reason_2), (void*)L_11);
V_1 = (bool)0;
goto IL_006c;
}
IL_0053_1:
{
goto IL_0068;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0056;
}
throw e;
}
CATCH_0056:
{// begin catch(System.Exception)
V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
Exception_t* L_12 = V_3;
NullCheck(L_12);
String_t* L_13;
L_13 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_12);
__this->____reason_2 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->____reason_2), (void*)L_13);
V_1 = (bool)0;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_006c;
}// end catch (depth: 1)
IL_0068:
{
V_1 = (bool)1;
goto IL_006c;
}
IL_006c:
{
bool L_14 = V_1;
return L_14;
}
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsPlatformSupported(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsPlatformSupported_m3AA1AA227AA2DB5922B342324B3C92CAF4413D81 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, String_t* ___platform0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0451DCA931854EE2A09E001A49A52817F1CE5886);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07EB9CA026169C4985E68AF5CD163969460A81CB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10893DC6FCD1C5FCFCDEAF49D525F5C253442FFE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral203D6FD43D60A25E90BEF5D03A0D2849B11A7557);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2148495B4B99645B10CA73574B311D2B533C7D00);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27A906C71A5B376C1FFD6FFD5EC924FA0F89DC71);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral308A209926B434CA8BB2BE967E342BFB67E11743);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral358EBDB8EDA534A975666D8E79C6E3D5BC55D9F1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F35DC8B750CB9C31B0F7EC1D63B7C58E3D0B711);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4363E8B5ED44FA07BDCE6A680D2DD9D308348962);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CEFA0EB0495A1B1427818CBB28876202F333707);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral516DB4167F778F9C19B560C4AC8BC8D3FB51D662);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral523FB04BE96D927349E54B828CED4309FE3292CD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5287242371AE3A2923E9FD2C6366A59A8152AD67);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5398F2AD68ABF01123FE764DD418AB3A56262554);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78E0EB8CE240AD8239D26F174DBEFF00C4529892);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E623C97320198093F74B27607EFB2B8684E22FC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F219B992E9CD68BC23F100D9A9C43087655B9E8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85F6A066C8B6E252CF803E46B565956AFFDF556B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral942D9041278EEE9DD8895B61704DB6FC3BCEF2F5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A7809E93FA97301BB5F326D7201B46D67300883);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CD83594461EC8DB9DD2EEC02C717BE3C3160BCD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E695638B941BF03F229B5E8D2C2ECDFFB9F4A5D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA17E3DD03E964E282185F70A9101251B97C2E526);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA52A6E3439CFEC1FED7FC9867676A798A9FCF441);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5113537CA5F5582B7754FE880A401CE8E2BD835);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB57525869052E441B60D8A4CF7FB0662FB3971FA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7539A06B19171D7A9875D68698E6E35B315617B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8776F32B4855992EE2370209D2A129395996E67);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC385CFFADE038AC539B7A9EEEFF90271E7BFF503);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6140F3EC51FBB28F7B74E6F4B77DEF09D2E6478);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9EBD1CF1B78D40248219321E8E24420455119BD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9FEB66469AF77D0FC01FAD43B0EAF8146BAF20E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC4805BB907CC228209DEE71DB7EA8C39CE580A2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCA8AB19BF2E18D3A61423D6250AD221009CC7C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDED255C47F85805DAF5133785B7266A63ABAACC8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE806C25CC90020D5B6BF507B1C6440328166D6E9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F3D2953AD6B8851EB918A60E42D229222C13E6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE933A4536B2840744CE2E93A5DE6419ADC6838BB);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
uint32_t V_6 = 0;
bool V_7 = false;
int32_t G_B190_0 = 0;
{
String_t* L_0 = ___platform0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_0, ((int32_t)44), NULL);
V_2 = (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_2;
if (!L_2)
{
goto IL_0030;
}
}
{
String_t* L_3 = ___platform0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)44));
NullCheck(L_3);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6;
L_6 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_3, L_5, NULL);
bool L_7;
L_7 = PlatformHelper_IsPlatformSupported_mEA869815F4F73D2BCC50631CBCFAC1242E485DE8(__this, L_6, NULL);
V_3 = L_7;
goto IL_087a;
}
IL_0030:
{
String_t* L_8 = ___platform0;
NullCheck(L_8);
String_t* L_9;
L_9 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_8, NULL);
V_0 = L_9;
String_t* L_10 = V_0;
NullCheck(L_10);
String_t* L_11;
L_11 = String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49(L_10, NULL);
V_5 = L_11;
String_t* L_12 = V_5;
V_4 = L_12;
String_t* L_13 = V_4;
uint32_t L_14;
L_14 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD398C62135534CCC9D153A2C63849122EE8ABADD(L_13, NULL);
V_6 = L_14;
uint32_t L_15 = V_6;
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)-1961243026)))))
{
goto IL_01bc;
}
}
{
uint32_t L_16 = V_6;
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1476344488)))))
{
goto IL_0109;
}
}
{
uint32_t L_17 = V_6;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)1191793915)))))
{
goto IL_00b4;
}
}
{
uint32_t L_18 = V_6;
if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)436681763)))))
{
goto IL_0095;
}
}
{
uint32_t L_19 = V_6;
if ((((int32_t)L_19) == ((int32_t)((int32_t)281847058))))
{
goto IL_0480;
}
}
{
goto IL_0084;
}
IL_0084:
{
uint32_t L_20 = V_6;
if ((((int32_t)L_20) == ((int32_t)((int32_t)436681763))))
{
goto IL_05b4;
}
}
{
goto IL_0851;
}
IL_0095:
{
uint32_t L_21 = V_6;
if ((((int32_t)L_21) == ((int32_t)((int32_t)1112662414))))
{
goto IL_05f6;
}
}
{
goto IL_00a3;
}
IL_00a3:
{
uint32_t L_22 = V_6;
if ((((int32_t)L_22) == ((int32_t)((int32_t)1191793915))))
{
goto IL_0546;
}
}
{
goto IL_0851;
}
IL_00b4:
{
uint32_t L_23 = V_6;
if ((!(((uint32_t)L_23) <= ((uint32_t)((int32_t)1263058300)))))
{
goto IL_00dc;
}
}
{
uint32_t L_24 = V_6;
if ((((int32_t)L_24) == ((int32_t)((int32_t)1223692241))))
{
goto IL_0362;
}
}
{
goto IL_00cb;
}
IL_00cb:
{
uint32_t L_25 = V_6;
if ((((int32_t)L_25) == ((int32_t)((int32_t)1263058300))))
{
goto IL_059e;
}
}
{
goto IL_0851;
}
IL_00dc:
{
uint32_t L_26 = V_6;
if ((((int32_t)L_26) == ((int32_t)((int32_t)1311932089))))
{
goto IL_0320;
}
}
{
goto IL_00ea;
}
IL_00ea:
{
uint32_t L_27 = V_6;
if ((((int32_t)L_27) == ((int32_t)((int32_t)1426011631))))
{
goto IL_03a4;
}
}
{
goto IL_00f8;
}
IL_00f8:
{
uint32_t L_28 = V_6;
if ((((int32_t)L_28) == ((int32_t)((int32_t)1476344488))))
{
goto IL_03ba;
}
}
{
goto IL_0851;
}
IL_0109:
{
uint32_t L_29 = V_6;
if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)2015867504)))))
{
goto IL_0167;
}
}
{
uint32_t L_30 = V_6;
if ((!(((uint32_t)L_30) <= ((uint32_t)((int32_t)1665458689)))))
{
goto IL_013a;
}
}
{
uint32_t L_31 = V_6;
if ((((int32_t)L_31) == ((int32_t)((int32_t)1611845368))))
{
goto IL_0588;
}
}
{
goto IL_0129;
}
IL_0129:
{
uint32_t L_32 = V_6;
if ((((int32_t)L_32) == ((int32_t)((int32_t)1665458689))))
{
goto IL_0622;
}
}
{
goto IL_0851;
}
IL_013a:
{
uint32_t L_33 = V_6;
if ((((int32_t)L_33) == ((int32_t)((int32_t)1779915748))))
{
goto IL_0336;
}
}
{
goto IL_0148;
}
IL_0148:
{
uint32_t L_34 = V_6;
if ((((int32_t)L_34) == ((int32_t)((int32_t)1860230706))))
{
goto IL_064e;
}
}
{
goto IL_0156;
}
IL_0156:
{
uint32_t L_35 = V_6;
if ((((int32_t)L_35) == ((int32_t)((int32_t)2015867504))))
{
goto IL_0496;
}
}
{
goto IL_0851;
}
IL_0167:
{
uint32_t L_36 = V_6;
if ((!(((uint32_t)L_36) <= ((uint32_t)((int32_t)2110265432)))))
{
goto IL_018f;
}
}
{
uint32_t L_37 = V_6;
if ((((int32_t)L_37) == ((int32_t)((int32_t)2049808529))))
{
goto IL_038e;
}
}
{
goto IL_017e;
}
IL_017e:
{
uint32_t L_38 = V_6;
if ((((int32_t)L_38) == ((int32_t)((int32_t)2110265432))))
{
goto IL_05e0;
}
}
{
goto IL_0851;
}
IL_018f:
{
uint32_t L_39 = V_6;
if ((((int32_t)L_39) == ((int32_t)((int32_t)-2075598711))))
{
goto IL_060c;
}
}
{
goto IL_019d;
}
IL_019d:
{
uint32_t L_40 = V_6;
if ((((int32_t)L_40) == ((int32_t)((int32_t)-2003983870))))
{
goto IL_055c;
}
}
{
goto IL_01ab;
}
IL_01ab:
{
uint32_t L_41 = V_6;
if ((((int32_t)L_41) == ((int32_t)((int32_t)-1961243026))))
{
goto IL_0428;
}
}
{
goto IL_0851;
}
IL_01bc:
{
uint32_t L_42 = V_6;
if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)-1140408295)))))
{
goto IL_026d;
}
}
{
uint32_t L_43 = V_6;
if ((!(((uint32_t)L_43) <= ((uint32_t)((int32_t)-1589410941)))))
{
goto IL_0218;
}
}
{
uint32_t L_44 = V_6;
if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-1761489219)))))
{
goto IL_01f9;
}
}
{
uint32_t L_45 = V_6;
if ((((int32_t)L_45) == ((int32_t)((int32_t)-1776371173))))
{
goto IL_03d0;
}
}
{
goto IL_01e8;
}
IL_01e8:
{
uint32_t L_46 = V_6;
if ((((int32_t)L_46) == ((int32_t)((int32_t)-1761489219))))
{
goto IL_05ca;
}
}
{
goto IL_0851;
}
IL_01f9:
{
uint32_t L_47 = V_6;
if ((((int32_t)L_47) == ((int32_t)((int32_t)-1703074541))))
{
goto IL_0530;
}
}
{
goto IL_0207;
}
IL_0207:
{
uint32_t L_48 = V_6;
if ((((int32_t)L_48) == ((int32_t)((int32_t)-1589410941))))
{
goto IL_0572;
}
}
{
goto IL_0851;
}
IL_0218:
{
uint32_t L_49 = V_6;
if ((!(((uint32_t)L_49) <= ((uint32_t)((int32_t)-1245998337)))))
{
goto IL_0240;
}
}
{
uint32_t L_50 = V_6;
if ((((int32_t)L_50) == ((int32_t)((int32_t)-1484965494))))
{
goto IL_04ee;
}
}
{
goto IL_022f;
}
IL_022f:
{
uint32_t L_51 = V_6;
if ((((int32_t)L_51) == ((int32_t)((int32_t)-1245998337))))
{
goto IL_04c2;
}
}
{
goto IL_0851;
}
IL_0240:
{
uint32_t L_52 = V_6;
if ((((int32_t)L_52) == ((int32_t)((int32_t)-1225814055))))
{
goto IL_043e;
}
}
{
goto IL_024e;
}
IL_024e:
{
uint32_t L_53 = V_6;
if ((((int32_t)L_53) == ((int32_t)((int32_t)-1178246891))))
{
goto IL_034c;
}
}
{
goto IL_025c;
}
IL_025c:
{
uint32_t L_54 = V_6;
if ((((int32_t)L_54) == ((int32_t)((int32_t)-1140408295))))
{
goto IL_0454;
}
}
{
goto IL_0851;
}
IL_026d:
{
uint32_t L_55 = V_6;
if ((!(((uint32_t)L_55) <= ((uint32_t)((int32_t)-844098447)))))
{
goto IL_02cb;
}
}
{
uint32_t L_56 = V_6;
if ((!(((uint32_t)L_56) <= ((uint32_t)((int32_t)-877653685)))))
{
goto IL_029e;
}
}
{
uint32_t L_57 = V_6;
if ((((int32_t)L_57) == ((int32_t)((int32_t)-996679170))))
{
goto IL_0378;
}
}
{
goto IL_028d;
}
IL_028d:
{
uint32_t L_58 = V_6;
if ((((int32_t)L_58) == ((int32_t)((int32_t)-877653685))))
{
goto IL_046a;
}
}
{
goto IL_0851;
}
IL_029e:
{
uint32_t L_59 = V_6;
if ((((int32_t)L_59) == ((int32_t)((int32_t)-861708746))))
{
goto IL_051a;
}
}
{
goto IL_02ac;
}
IL_02ac:
{
uint32_t L_60 = V_6;
if ((((int32_t)L_60) == ((int32_t)((int32_t)-860876066))))
{
goto IL_0412;
}
}
{
goto IL_02ba;
}
IL_02ba:
{
uint32_t L_61 = V_6;
if ((((int32_t)L_61) == ((int32_t)((int32_t)-844098447))))
{
goto IL_03fc;
}
}
{
goto IL_0851;
}
IL_02cb:
{
uint32_t L_62 = V_6;
if ((!(((uint32_t)L_62) <= ((uint32_t)((int32_t)-818958081)))))
{
goto IL_02f3;
}
}
{
uint32_t L_63 = V_6;
if ((((int32_t)L_63) == ((int32_t)((int32_t)-827320828))))
{
goto IL_03e6;
}
}
{
goto IL_02e2;
}
IL_02e2:
{
uint32_t L_64 = V_6;
if ((((int32_t)L_64) == ((int32_t)((int32_t)-818958081))))
{
goto IL_04d8;
}
}
{
goto IL_0851;
}
IL_02f3:
{
uint32_t L_65 = V_6;
if ((((int32_t)L_65) == ((int32_t)((int32_t)-781153188))))
{
goto IL_04ac;
}
}
{
goto IL_0301;
}
IL_0301:
{
uint32_t L_66 = V_6;
if ((((int32_t)L_66) == ((int32_t)((int32_t)-677154937))))
{
goto IL_0504;
}
}
{
goto IL_030f;
}
IL_030f:
{
uint32_t L_67 = V_6;
if ((((int32_t)L_67) == ((int32_t)((int32_t)-611099582))))
{
goto IL_0638;
}
}
{
goto IL_0851;
}
IL_0320:
{
String_t* L_68 = V_4;
bool L_69;
L_69 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_68, _stringLiteral78E0EB8CE240AD8239D26F174DBEFF00C4529892, NULL);
if (L_69)
{
goto IL_0664;
}
}
{
goto IL_0851;
}
IL_0336:
{
String_t* L_70 = V_4;
bool L_71;
L_71 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_70, _stringLiteralC385CFFADE038AC539B7A9EEEFF90271E7BFF503, NULL);
if (L_71)
{
goto IL_0664;
}
}
{
goto IL_0851;
}
IL_034c:
{
String_t* L_72 = V_4;
bool L_73;
L_73 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_72, _stringLiteralDCA8AB19BF2E18D3A61423D6250AD221009CC7C9, NULL);
if (L_73)
{
goto IL_0675;
}
}
{
goto IL_0851;
}
IL_0362:
{
String_t* L_74 = V_4;
bool L_75;
L_75 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_74, _stringLiteral516DB4167F778F9C19B560C4AC8BC8D3FB51D662, NULL);
if (L_75)
{
goto IL_0686;
}
}
{
goto IL_0851;
}
IL_0378:
{
String_t* L_76 = V_4;
bool L_77;
L_77 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_76, _stringLiteral07EB9CA026169C4985E68AF5CD163969460A81CB, NULL);
if (L_77)
{
goto IL_0697;
}
}
{
goto IL_0851;
}
IL_038e:
{
String_t* L_78 = V_4;
bool L_79;
L_79 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_78, _stringLiteral4363E8B5ED44FA07BDCE6A680D2DD9D308348962, NULL);
if (L_79)
{
goto IL_06a8;
}
}
{
goto IL_0851;
}
IL_03a4:
{
String_t* L_80 = V_4;
bool L_81;
L_81 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_80, _stringLiteral7F219B992E9CD68BC23F100D9A9C43087655B9E8, NULL);
if (L_81)
{
goto IL_06b9;
}
}
{
goto IL_0851;
}
IL_03ba:
{
String_t* L_82 = V_4;
bool L_83;
L_83 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_82, _stringLiteralC6140F3EC51FBB28F7B74E6F4B77DEF09D2E6478, NULL);
if (L_83)
{
goto IL_06ca;
}
}
{
goto IL_0851;
}
IL_03d0:
{
String_t* L_84 = V_4;
bool L_85;
L_85 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_84, _stringLiteral4CEFA0EB0495A1B1427818CBB28876202F333707, NULL);
if (L_85)
{
goto IL_06db;
}
}
{
goto IL_0851;
}
IL_03e6:
{
String_t* L_86 = V_4;
bool L_87;
L_87 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_86, _stringLiteral27A906C71A5B376C1FFD6FFD5EC924FA0F89DC71, NULL);
if (L_87)
{
goto IL_06ec;
}
}
{
goto IL_0851;
}
IL_03fc:
{
String_t* L_88 = V_4;
bool L_89;
L_89 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_88, _stringLiteral203D6FD43D60A25E90BEF5D03A0D2849B11A7557, NULL);
if (L_89)
{
goto IL_06fd;
}
}
{
goto IL_0851;
}
IL_0412:
{
String_t* L_90 = V_4;
bool L_91;
L_91 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_90, _stringLiteral2148495B4B99645B10CA73574B311D2B533C7D00, NULL);
if (L_91)
{
goto IL_070e;
}
}
{
goto IL_0851;
}
IL_0428:
{
String_t* L_92 = V_4;
bool L_93;
L_93 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_92, _stringLiteral9CD83594461EC8DB9DD2EEC02C717BE3C3160BCD, NULL);
if (L_93)
{
goto IL_071f;
}
}
{
goto IL_0851;
}
IL_043e:
{
String_t* L_94 = V_4;
bool L_95;
L_95 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_94, _stringLiteralC9EBD1CF1B78D40248219321E8E24420455119BD, NULL);
if (L_95)
{
goto IL_0730;
}
}
{
goto IL_0851;
}
IL_0454:
{
String_t* L_96 = V_4;
bool L_97;
L_97 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_96, _stringLiteral10893DC6FCD1C5FCFCDEAF49D525F5C253442FFE, NULL);
if (L_97)
{
goto IL_0741;
}
}
{
goto IL_0851;
}
IL_046a:
{
String_t* L_98 = V_4;
bool L_99;
L_99 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_98, _stringLiteral7E623C97320198093F74B27607EFB2B8684E22FC, NULL);
if (L_99)
{
goto IL_0752;
}
}
{
goto IL_0851;
}
IL_0480:
{
String_t* L_100 = V_4;
bool L_101;
L_101 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_100, _stringLiteral9A7809E93FA97301BB5F326D7201B46D67300883, NULL);
if (L_101)
{
goto IL_0763;
}
}
{
goto IL_0851;
}
IL_0496:
{
String_t* L_102 = V_4;
bool L_103;
L_103 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_102, _stringLiteral308A209926B434CA8BB2BE967E342BFB67E11743, NULL);
if (L_103)
{
goto IL_0774;
}
}
{
goto IL_0851;
}
IL_04ac:
{
String_t* L_104 = V_4;
bool L_105;
L_105 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_104, _stringLiteralE933A4536B2840744CE2E93A5DE6419ADC6838BB, NULL);
if (L_105)
{
goto IL_0785;
}
}
{
goto IL_0851;
}
IL_04c2:
{
String_t* L_106 = V_4;
bool L_107;
L_107 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_106, _stringLiteral523FB04BE96D927349E54B828CED4309FE3292CD, NULL);
if (L_107)
{
goto IL_0796;
}
}
{
goto IL_0851;
}
IL_04d8:
{
String_t* L_108 = V_4;
bool L_109;
L_109 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_108, _stringLiteral358EBDB8EDA534A975666D8E79C6E3D5BC55D9F1, NULL);
if (L_109)
{
goto IL_07b7;
}
}
{
goto IL_0851;
}
IL_04ee:
{
String_t* L_110 = V_4;
bool L_111;
L_111 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_110, _stringLiteralB5113537CA5F5582B7754FE880A401CE8E2BD835, NULL);
if (L_111)
{
goto IL_07c8;
}
}
{
goto IL_0851;
}
IL_0504:
{
String_t* L_112 = V_4;
bool L_113;
L_113 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_112, _stringLiteral3F35DC8B750CB9C31B0F7EC1D63B7C58E3D0B711, NULL);
if (L_113)
{
goto IL_07c8;
}
}
{
goto IL_0851;
}
IL_051a:
{
String_t* L_114 = V_4;
bool L_115;
L_115 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_114, _stringLiteralA52A6E3439CFEC1FED7FC9867676A798A9FCF441, NULL);
if (L_115)
{
goto IL_07d9;
}
}
{
goto IL_0851;
}
IL_0530:
{
String_t* L_116 = V_4;
bool L_117;
L_117 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_116, _stringLiteral5398F2AD68ABF01123FE764DD418AB3A56262554, NULL);
if (L_117)
{
goto IL_07d9;
}
}
{
goto IL_0851;
}
IL_0546:
{
String_t* L_118 = V_4;
bool L_119;
L_119 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_118, _stringLiteral9E695638B941BF03F229B5E8D2C2ECDFFB9F4A5D, NULL);
if (L_119)
{
goto IL_07e7;
}
}
{
goto IL_0851;
}
IL_055c:
{
String_t* L_120 = V_4;
bool L_121;
L_121 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_120, _stringLiteral85F6A066C8B6E252CF803E46B565956AFFDF556B, NULL);
if (L_121)
{
goto IL_07e7;
}
}
{
goto IL_0851;
}
IL_0572:
{
String_t* L_122 = V_4;
bool L_123;
L_123 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_122, _stringLiteralDED255C47F85805DAF5133785B7266A63ABAACC8, NULL);
if (L_123)
{
goto IL_07f5;
}
}
{
goto IL_0851;
}
IL_0588:
{
String_t* L_124 = V_4;
bool L_125;
L_125 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_124, _stringLiteral0451DCA931854EE2A09E001A49A52817F1CE5886, NULL);
if (L_125)
{
goto IL_07f5;
}
}
{
goto IL_0851;
}
IL_059e:
{
String_t* L_126 = V_4;
bool L_127;
L_127 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_126, _stringLiteral5287242371AE3A2923E9FD2C6366A59A8152AD67, NULL);
if (L_127)
{
goto IL_0803;
}
}
{
goto IL_0851;
}
IL_05b4:
{
String_t* L_128 = V_4;
bool L_129;
L_129 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_128, _stringLiteralC9FEB66469AF77D0FC01FAD43B0EAF8146BAF20E, NULL);
if (L_129)
{
goto IL_0811;
}
}
{
goto IL_0851;
}
IL_05ca:
{
String_t* L_130 = V_4;
bool L_131;
L_131 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_130, _stringLiteralE806C25CC90020D5B6BF507B1C6440328166D6E9, NULL);
if (L_131)
{
goto IL_0811;
}
}
{
goto IL_0851;
}
IL_05e0:
{
String_t* L_132 = V_4;
bool L_133;
L_133 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_132, _stringLiteralB7539A06B19171D7A9875D68698E6E35B315617B, NULL);
if (L_133)
{
goto IL_081f;
}
}
{
goto IL_0851;
}
IL_05f6:
{
String_t* L_134 = V_4;
bool L_135;
L_135 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_134, _stringLiteralA17E3DD03E964E282185F70A9101251B97C2E526, NULL);
if (L_135)
{
goto IL_082d;
}
}
{
goto IL_0851;
}
IL_060c:
{
String_t* L_136 = V_4;
bool L_137;
L_137 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_136, _stringLiteralB8776F32B4855992EE2370209D2A129395996E67, NULL);
if (L_137)
{
goto IL_083b;
}
}
{
goto IL_0851;
}
IL_0622:
{
String_t* L_138 = V_4;
bool L_139;
L_139 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_138, _stringLiteralE8F3D2953AD6B8851EB918A60E42D229222C13E6, NULL);
if (L_139)
{
goto IL_083b;
}
}
{
goto IL_0851;
}
IL_0638:
{
String_t* L_140 = V_4;
bool L_141;
L_141 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_140, _stringLiteral942D9041278EEE9DD8895B61704DB6FC3BCEF2F5, NULL);
if (L_141)
{
goto IL_0846;
}
}
{
goto IL_0851;
}
IL_064e:
{
String_t* L_142 = V_4;
bool L_143;
L_143 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_142, _stringLiteralB57525869052E441B60D8A4CF7FB0662FB3971FA, NULL);
if (L_143)
{
goto IL_0846;
}
}
{
goto IL_0851;
}
IL_0664:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_144 = __this->____os_0;
NullCheck(L_144);
bool L_145;
L_145 = OSPlatform_get_IsWindows_m59B38172EDFFE9F94F501E74D92BEF49B5C56FB5(L_144, NULL);
V_1 = L_145;
goto IL_085b;
}
IL_0675:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_146 = __this->____os_0;
NullCheck(L_146);
bool L_147;
L_147 = OSPlatform_get_IsWin32S_mF2E2F0ACB5A5E69DFA81A04BFFECD2EAC19CFBDD(L_146, NULL);
V_1 = L_147;
goto IL_085b;
}
IL_0686:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_148 = __this->____os_0;
NullCheck(L_148);
bool L_149;
L_149 = OSPlatform_get_IsWin32Windows_mBB31A2A5BBD7EAFC3189867099BE41CE84C8DFF4(L_148, NULL);
V_1 = L_149;
goto IL_085b;
}
IL_0697:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_150 = __this->____os_0;
NullCheck(L_150);
bool L_151;
L_151 = OSPlatform_get_IsWin32NT_mBFCF71010E87A78AC12701D05586DBF4AF30FE9A(L_150, NULL);
V_1 = L_151;
goto IL_085b;
}
IL_06a8:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_152 = __this->____os_0;
NullCheck(L_152);
bool L_153;
L_153 = OSPlatform_get_IsWinCE_m7BC8934676764F97F0DAEA8F87BE3100723A9852(L_152, NULL);
V_1 = L_153;
goto IL_085b;
}
IL_06b9:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_154 = __this->____os_0;
NullCheck(L_154);
bool L_155;
L_155 = OSPlatform_get_IsWin95_m0F59FDD2B297706FA6F08AAE0D6A4328248420F9(L_154, NULL);
V_1 = L_155;
goto IL_085b;
}
IL_06ca:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_156 = __this->____os_0;
NullCheck(L_156);
bool L_157;
L_157 = OSPlatform_get_IsWin98_mF7151E634C22161731F7AED35DBACCF13068A735(L_156, NULL);
V_1 = L_157;
goto IL_085b;
}
IL_06db:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_158 = __this->____os_0;
NullCheck(L_158);
bool L_159;
L_159 = OSPlatform_get_IsWinME_m5F5B0B804FED799DCFE3D85A0FD0D33AC19E469F(L_158, NULL);
V_1 = L_159;
goto IL_085b;
}
IL_06ec:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_160 = __this->____os_0;
NullCheck(L_160);
bool L_161;
L_161 = OSPlatform_get_IsNT3_mD7E4FC4DC300FD630D6104C352CEC8109E6016FF(L_160, NULL);
V_1 = L_161;
goto IL_085b;
}
IL_06fd:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_162 = __this->____os_0;
NullCheck(L_162);
bool L_163;
L_163 = OSPlatform_get_IsNT4_mA5B54B1A40227F10E23784622E26309FB811AAAC(L_162, NULL);
V_1 = L_163;
goto IL_085b;
}
IL_070e:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_164 = __this->____os_0;
NullCheck(L_164);
bool L_165;
L_165 = OSPlatform_get_IsNT5_m34D6214439FBB40C912831D37ECB994668C66AD0(L_164, NULL);
V_1 = L_165;
goto IL_085b;
}
IL_071f:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_166 = __this->____os_0;
NullCheck(L_166);
bool L_167;
L_167 = OSPlatform_get_IsWin2K_mF61C096DACD782C92A81349AB1B1C5BE992475BB(L_166, NULL);
V_1 = L_167;
goto IL_085b;
}
IL_0730:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_168 = __this->____os_0;
NullCheck(L_168);
bool L_169;
L_169 = OSPlatform_get_IsWinXP_m9B36B5738A3CA9CC380C7B6D66663ACB475FA6C4(L_168, NULL);
V_1 = L_169;
goto IL_085b;
}
IL_0741:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_170 = __this->____os_0;
NullCheck(L_170);
bool L_171;
L_171 = OSPlatform_get_IsWin2003Server_mF433F336D0D831F284BEF0A537B6D94AFFBCFDC8(L_170, NULL);
V_1 = L_171;
goto IL_085b;
}
IL_0752:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_172 = __this->____os_0;
NullCheck(L_172);
bool L_173;
L_173 = OSPlatform_get_IsNT6_m550248CB78CB699F59F5536A10C33EAB8FC57E2C(L_172, NULL);
V_1 = L_173;
goto IL_085b;
}
IL_0763:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_174 = __this->____os_0;
NullCheck(L_174);
bool L_175;
L_175 = OSPlatform_get_IsVista_m0BC1AE06C93FF6C0C37FD6D1D3149FCD60E469F1(L_174, NULL);
V_1 = L_175;
goto IL_085b;
}
IL_0774:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_176 = __this->____os_0;
NullCheck(L_176);
bool L_177;
L_177 = OSPlatform_get_IsWin2008Server_mCDAD53AAA4FA53EFF846E77EE46C785D3FDCE384(L_176, NULL);
V_1 = L_177;
goto IL_085b;
}
IL_0785:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_178 = __this->____os_0;
NullCheck(L_178);
bool L_179;
L_179 = OSPlatform_get_IsWin2008ServerR2_m6C3097D335B599B5F961BD3776CB9E6EB4A2FED5(L_178, NULL);
V_1 = L_179;
goto IL_085b;
}
IL_0796:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_180 = __this->____os_0;
NullCheck(L_180);
bool L_181;
L_181 = OSPlatform_get_IsWin2012ServerR1_m81BF0B08F0B697AE9693101F88ABB62887A1AA94(L_180, NULL);
if (L_181)
{
goto IL_07b0;
}
}
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_182 = __this->____os_0;
NullCheck(L_182);
bool L_183;
L_183 = OSPlatform_get_IsWin2012ServerR2_m8C07B3DD9974CE4B3125726373BDEE29B5E6D86C(L_182, NULL);
G_B190_0 = ((int32_t)(L_183));
goto IL_07b1;
}
IL_07b0:
{
G_B190_0 = 1;
}
IL_07b1:
{
V_1 = (bool)G_B190_0;
goto IL_085b;
}
IL_07b7:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_184 = __this->____os_0;
NullCheck(L_184);
bool L_185;
L_185 = OSPlatform_get_IsWin2012ServerR2_m8C07B3DD9974CE4B3125726373BDEE29B5E6D86C(L_184, NULL);
V_1 = L_185;
goto IL_085b;
}
IL_07c8:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_186 = __this->____os_0;
NullCheck(L_186);
bool L_187;
L_187 = OSPlatform_get_IsWindows7_m8E9569688D6D77FCA212F5C255B4B712881959A9(L_186, NULL);
V_1 = L_187;
goto IL_085b;
}
IL_07d9:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_188 = __this->____os_0;
NullCheck(L_188);
bool L_189;
L_189 = OSPlatform_get_IsWindows8_mEA37FAB6B24A870EE955128FE614ED22EDA6363B(L_188, NULL);
V_1 = L_189;
goto IL_085b;
}
IL_07e7:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_190 = __this->____os_0;
NullCheck(L_190);
bool L_191;
L_191 = OSPlatform_get_IsWindows81_m06EBD12E629E46F24E7F91F487571301F30E5CD6(L_190, NULL);
V_1 = L_191;
goto IL_085b;
}
IL_07f5:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_192 = __this->____os_0;
NullCheck(L_192);
bool L_193;
L_193 = OSPlatform_get_IsWindows10_m280FCD350B458CBDB01774736BF806A70893DD0A(L_192, NULL);
V_1 = L_193;
goto IL_085b;
}
IL_0803:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_194 = __this->____os_0;
NullCheck(L_194);
bool L_195;
L_195 = OSPlatform_get_IsWindowsServer10_m14C148ADA6C8A0DB61180933E58C332A6107BAEE(L_194, NULL);
V_1 = L_195;
goto IL_085b;
}
IL_0811:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_196 = __this->____os_0;
NullCheck(L_196);
bool L_197;
L_197 = OSPlatform_get_IsUnix_m797C0DC874772632774D3FD80E086327FE25733D(L_196, NULL);
V_1 = L_197;
goto IL_085b;
}
IL_081f:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_198 = __this->____os_0;
NullCheck(L_198);
bool L_199;
L_199 = OSPlatform_get_IsXbox_mF95B9FD244F3904C76ABCE6AEE2AB9F4B71277A4(L_198, NULL);
V_1 = L_199;
goto IL_085b;
}
IL_082d:
{
OSPlatform_t0C0FEBBA9B44F0C3C1FC42C3BC9F642121FB22CF* L_200 = __this->____os_0;
NullCheck(L_200);
bool L_201;
L_201 = OSPlatform_get_IsMacOSX_mA0FCA733093BEE490FEBA55CF14F983D80B5B350(L_200, NULL);
V_1 = L_201;
goto IL_085b;
}
IL_083b:
{
int32_t L_202;
L_202 = IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10(NULL);
V_1 = (bool)((((int32_t)L_202) == ((int32_t)8))? 1 : 0);
goto IL_085b;
}
IL_0846:
{
int32_t L_203;
L_203 = IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10(NULL);
V_1 = (bool)((((int32_t)L_203) == ((int32_t)4))? 1 : 0);
goto IL_085b;
}
IL_0851:
{
String_t* L_204 = V_0;
bool L_205;
L_205 = PlatformHelper_IsRuntimeSupported_m08BC3FBB3CB9CDD75E9B7E92C86CA64CCDF732EB(__this, L_204, NULL);
V_1 = L_205;
goto IL_085b;
}
IL_085b:
{
bool L_206 = V_1;
V_7 = (bool)((((int32_t)L_206) == ((int32_t)0))? 1 : 0);
bool L_207 = V_7;
if (!L_207)
{
goto IL_0876;
}
}
{
String_t* L_208 = ___platform0;
String_t* L_209;
L_209 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralDC4805BB907CC228209DEE71DB7EA8C39CE580A2, L_208, NULL);
__this->____reason_2 = L_209;
Il2CppCodeGenWriteBarrier((void**)(&__this->____reason_2), (void*)L_209);
}
IL_0876:
{
bool L_210 = V_1;
V_3 = L_210;
goto IL_087a;
}
IL_087a:
{
bool L_211 = V_3;
return L_211;
}
}
// System.String NUnit.Framework.Internal.PlatformHelper::get_Reason()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformHelper_get_Reason_m0583563643328B52C566D80422BE4BF01A052BC8 (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = __this->____reason_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
String_t* L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsRuntimeSupported(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsRuntimeSupported_m08BC3FBB3CB9CDD75E9B7E92C86CA64CCDF732EB (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, String_t* ___platformName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C07C54E700D9B7F4C97947918F759380799B35B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral199C0D0EF7088E9490EDDFFDBA6A9C664FC436F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33A61CC102E31B9F0FB17B7C0D09CADD27C0D677);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3831B267F78EE987E49501BA652F3EC8F6AB53B2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E7359C38460C9DFDC2A1E1E7A803B928C22F149);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral775C9F0067EA1FA2236FAF5FD3FA43468C1B4CD5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E30B1F10F4FDFBA4C15E100617C6723FF1F95EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDCEA7ABC854976A139ABC9E078B75EDB86C7D22);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
bool V_2 = false;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
uint32_t V_5 = 0;
bool V_6 = false;
{
V_0 = (String_t*)NULL;
String_t* L_0 = ___platformName0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)45));
NullCheck(L_0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
L_3 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_0, L_2, NULL);
V_1 = L_3;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_1;
NullCheck(L_4);
V_2 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))) == ((int32_t)2))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_002a;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_1;
NullCheck(L_6);
int32_t L_7 = 0;
String_t* L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
___platformName0 = L_8;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_1;
NullCheck(L_9);
int32_t L_10 = 1;
String_t* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_0 = L_11;
}
IL_002a:
{
String_t* L_12 = ___platformName0;
NullCheck(L_12);
String_t* L_13;
L_13 = String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49(L_12, NULL);
V_4 = L_13;
String_t* L_14 = V_4;
V_3 = L_14;
String_t* L_15 = V_3;
uint32_t L_16;
L_16 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD398C62135534CCC9D153A2C63849122EE8ABADD(L_15, NULL);
V_5 = L_16;
uint32_t L_17 = V_5;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)1661113898)))))
{
goto IL_008a;
}
}
{
uint32_t L_18 = V_5;
if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)639377869)))))
{
goto IL_006b;
}
}
{
uint32_t L_19 = V_5;
if ((((int32_t)L_19) == ((int32_t)((int32_t)156576741))))
{
goto IL_00d7;
}
}
{
goto IL_005a;
}
IL_005a:
{
uint32_t L_20 = V_5;
if ((((int32_t)L_20) == ((int32_t)((int32_t)639377869))))
{
goto IL_013a;
}
}
{
goto IL_0191;
}
IL_006b:
{
uint32_t L_21 = V_5;
if ((((int32_t)L_21) == ((int32_t)((int32_t)680471060))))
{
goto IL_012b;
}
}
{
goto IL_0079;
}
IL_0079:
{
uint32_t L_22 = V_5;
if ((((int32_t)L_22) == ((int32_t)((int32_t)1661113898))))
{
goto IL_011c;
}
}
{
goto IL_0191;
}
IL_008a:
{
uint32_t L_23 = V_5;
if ((!(((uint32_t)L_23) <= ((uint32_t)((int32_t)1897920759)))))
{
goto IL_00ac;
}
}
{
uint32_t L_24 = V_5;
if ((((int32_t)L_24) == ((int32_t)((int32_t)1760219187))))
{
goto IL_00fb;
}
}
{
goto IL_009e;
}
IL_009e:
{
uint32_t L_25 = V_5;
if ((((int32_t)L_25) == ((int32_t)((int32_t)1897920759))))
{
goto IL_00e9;
}
}
{
goto IL_0191;
}
IL_00ac:
{
uint32_t L_26 = V_5;
if ((((int32_t)L_26) == ((int32_t)((int32_t)-1479235208))))
{
goto IL_00c5;
}
}
{
goto IL_00b7;
}
IL_00b7:
{
uint32_t L_27 = V_5;
if ((((int32_t)L_27) == ((int32_t)((int32_t)-599719574))))
{
goto IL_010d;
}
}
{
goto IL_0191;
}
IL_00c5:
{
String_t* L_28 = V_3;
bool L_29;
L_29 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_28, _stringLiteralBDCEA7ABC854976A139ABC9E078B75EDB86C7D22, NULL);
if (L_29)
{
goto IL_0149;
}
}
{
goto IL_0191;
}
IL_00d7:
{
String_t* L_30 = V_3;
bool L_31;
L_31 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_30, _stringLiteral33A61CC102E31B9F0FB17B7C0D09CADD27C0D677, NULL);
if (L_31)
{
goto IL_0155;
}
}
{
goto IL_0191;
}
IL_00e9:
{
String_t* L_32 = V_3;
bool L_33;
L_33 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_32, _stringLiteral775C9F0067EA1FA2236FAF5FD3FA43468C1B4CD5, NULL);
if (L_33)
{
goto IL_0161;
}
}
{
goto IL_0191;
}
IL_00fb:
{
String_t* L_34 = V_3;
bool L_35;
L_35 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_34, _stringLiteral9E30B1F10F4FDFBA4C15E100617C6723FF1F95EE, NULL);
if (L_35)
{
goto IL_0161;
}
}
{
goto IL_0191;
}
IL_010d:
{
String_t* L_36 = V_3;
bool L_37;
L_37 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_36, _stringLiteral3831B267F78EE987E49501BA652F3EC8F6AB53B2, NULL);
if (L_37)
{
goto IL_016d;
}
}
{
goto IL_0191;
}
IL_011c:
{
String_t* L_38 = V_3;
bool L_39;
L_39 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_38, _stringLiteral0C07C54E700D9B7F4C97947918F759380799B35B, NULL);
if (L_39)
{
goto IL_0179;
}
}
{
goto IL_0191;
}
IL_012b:
{
String_t* L_40 = V_3;
bool L_41;
L_41 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_40, _stringLiteral3E7359C38460C9DFDC2A1E1E7A803B928C22F149, NULL);
if (L_41)
{
goto IL_0179;
}
}
{
goto IL_0191;
}
IL_013a:
{
String_t* L_42 = V_3;
bool L_43;
L_43 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_42, _stringLiteral199C0D0EF7088E9490EDDFFDBA6A9C664FC436F3, NULL);
if (L_43)
{
goto IL_0185;
}
}
{
goto IL_0191;
}
IL_0149:
{
String_t* L_44 = V_0;
bool L_45;
L_45 = PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C(__this, 1, L_44, NULL);
V_6 = L_45;
goto IL_019d;
}
IL_0155:
{
String_t* L_46 = V_0;
bool L_47;
L_47 = PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C(__this, 2, L_46, NULL);
V_6 = L_47;
goto IL_019d;
}
IL_0161:
{
String_t* L_48 = V_0;
bool L_49;
L_49 = PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C(__this, 3, L_48, NULL);
V_6 = L_49;
goto IL_019d;
}
IL_016d:
{
String_t* L_50 = V_0;
bool L_51;
L_51 = PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C(__this, 4, L_50, NULL);
V_6 = L_51;
goto IL_019d;
}
IL_0179:
{
String_t* L_52 = V_0;
bool L_53;
L_53 = PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C(__this, 5, L_52, NULL);
V_6 = L_53;
goto IL_019d;
}
IL_0185:
{
String_t* L_54 = V_0;
bool L_55;
L_55 = PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C(__this, 6, L_54, NULL);
V_6 = L_55;
goto IL_019d;
}
IL_0191:
{
String_t* L_56 = ___platformName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_57 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_57);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38F1F26AE87BFEEDAEB514515C89D439E3AC8AC1)), L_56, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformHelper_IsRuntimeSupported_m08BC3FBB3CB9CDD75E9B7E92C86CA64CCDF732EB_RuntimeMethod_var)));
}
IL_019d:
{
bool L_58 = V_6;
return L_58;
}
}
// System.Boolean NUnit.Framework.Internal.PlatformHelper::IsRuntimeSupported(NUnit.Framework.Internal.RuntimeType,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_IsRuntimeSupported_m436EAC62CC009B2A90E616D6B89B99EC097F5E0C (PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11* __this, int32_t ___runtime0, String_t* ___versionSpecification1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_0 = NULL;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* V_1 = NULL;
bool V_2 = false;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B3_0 = NULL;
{
String_t* L_0 = ___versionSpecification1;
if (!L_0)
{
goto IL_000c;
}
}
{
String_t* L_1 = ___versionSpecification1;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_2 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_2);
Version__ctor_m52D06833AE6481C0A9B72085BDC4D09A723CEF7F(L_2, L_1, NULL);
G_B3_0 = L_2;
goto IL_0011;
}
IL_000c:
{
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_3 = ((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___DefaultVersion_0;
G_B3_0 = L_3;
}
IL_0011:
{
V_0 = G_B3_0;
int32_t L_4 = ___runtime0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_5 = V_0;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_6 = (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644*)il2cpp_codegen_object_new(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
NullCheck(L_6);
RuntimeFramework__ctor_mFB7FC673DA46E030AD1E365313546DBFA46C8BDF(L_6, L_4, L_5, NULL);
V_1 = L_6;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_7 = __this->____rt_1;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_8 = V_1;
NullCheck(L_7);
bool L_9;
L_9 = RuntimeFramework_Supports_m07884F38E122DC79E6C4A157665341FB83A164B4(L_7, L_8, NULL);
V_2 = L_9;
goto IL_0029;
}
IL_0029:
{
bool L_10 = V_2;
return L_10;
}
}
// System.Void NUnit.Framework.Internal.PlatformHelper::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformHelper__cctor_m685C2B87F99A04CD82DE74514E2C939B612968AC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral484BFB202A8E85E8C7295D586F355C0F2A03B4BC);
s_Il2CppMethodInitialized = true;
}
{
((PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11_il2cpp_TypeInfo_var))->___RuntimePlatforms_5 = _stringLiteral484BFB202A8E85E8C7295D586F355C0F2A03B4BC;
Il2CppCodeGenWriteBarrier((void**)(&((PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tCBF4DCF3B8A0447BDFBF8CAEFB9271E492645B11_il2cpp_TypeInfo_var))->___RuntimePlatforms_5), (void*)_stringLiteral484BFB202A8E85E8C7295D586F355C0F2A03B4BC);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.PropertyBag::Add(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag_Add_mA7572A819BD5709CD5CD0893C1FB1C241940F2A2 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, String_t* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
{
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_0 = __this->___inner_0;
String_t* L_1 = ___key0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_002c;
}
}
{
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_4 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
NullCheck(L_4);
List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_4, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
V_0 = L_4;
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_5 = __this->___inner_0;
String_t* L_6 = ___key0;
RuntimeObject* L_7 = V_0;
NullCheck(L_5);
Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD(L_5, L_6, L_7, Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD_RuntimeMethod_var);
}
IL_002c:
{
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = ___value1;
NullCheck(L_8);
int32_t L_10;
L_10 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_8, L_9);
return;
}
}
// System.Void NUnit.Framework.Internal.PropertyBag::Set(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag_Set_m7F103778A8FCED1FC73CA0D8B01C1527C062EA9D (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, String_t* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
String_t* L_0 = ___key0;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, NULL);
RuntimeObject* L_1 = ___value1;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_1, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, NULL);
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_2 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_2, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
V_0 = L_2;
RuntimeObject* L_3 = V_0;
RuntimeObject* L_4 = ___value1;
NullCheck(L_3);
int32_t L_5;
L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_3, L_4);
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_6 = __this->___inner_0;
String_t* L_7 = ___key0;
RuntimeObject* L_8 = V_0;
NullCheck(L_6);
Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C(L_6, L_7, L_8, Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C_RuntimeMethod_var);
return;
}
}
// System.Object NUnit.Framework.Internal.PropertyBag::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyBag_Get_m63CCB4A8E7AC63CA45FF5CC772BE4B7F54BCD649 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
{
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_0 = __this->___inner_0;
String_t* L_1 = ___key0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18_RuntimeMethod_var);
if (!L_2)
{
goto IL_001a;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
int32_t L_4;
L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_3);
if ((((int32_t)L_4) > ((int32_t)0)))
{
goto IL_001d;
}
}
IL_001a:
{
G_B4_0 = NULL;
goto IL_0024;
}
IL_001d:
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_5, 0);
G_B4_0 = L_6;
}
IL_0024:
{
V_1 = G_B4_0;
goto IL_0027;
}
IL_0027:
{
RuntimeObject* L_7 = V_1;
return L_7;
}
}
// System.Boolean NUnit.Framework.Internal.PropertyBag::ContainsKey(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBag_ContainsKey_m2F9E1871EABB2B30A48380FF55734606ACC1D509 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5204DD37DAD1FE2D13DA1358C95E50E40EA7D6D7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_0 = __this->___inner_0;
String_t* L_1 = ___key0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_ContainsKey_m5204DD37DAD1FE2D13DA1358C95E50E40EA7D6D7(L_0, L_1, Dictionary_2_ContainsKey_m5204DD37DAD1FE2D13DA1358C95E50E40EA7D6D7_RuntimeMethod_var);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Collections.Generic.ICollection`1<System.String> NUnit.Framework.Internal.PropertyBag::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyBag_get_Keys_m2DB91FA39E64211A377866C9B8FF1E15E074B711 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m0A6A7C4A7F5AF2FD3AC691C19216EFBF119423A5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_0 = __this->___inner_0;
NullCheck(L_0);
KeyCollection_t5BAF0C9B489855B153EF4C22EF467ACFF1EFF1F1* L_1;
L_1 = Dictionary_2_get_Keys_m0A6A7C4A7F5AF2FD3AC691C19216EFBF119423A5(L_0, Dictionary_2_get_Keys_m0A6A7C4A7F5AF2FD3AC691C19216EFBF119423A5_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_2 = V_0;
return L_2;
}
}
// System.Collections.IList NUnit.Framework.Internal.PropertyBag::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyBag_get_Item_m5346297A7C9D82EAF38F431154530F6820EBFF8F (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
{
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_0 = __this->___inner_0;
String_t* L_1 = ___key0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m33B6C5F5C757A8D4718A48299D5AE2DCA61E0B18_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_002c;
}
}
{
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_4 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
NullCheck(L_4);
List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_4, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
V_0 = L_4;
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_5 = __this->___inner_0;
String_t* L_6 = ___key0;
RuntimeObject* L_7 = V_0;
NullCheck(L_5);
Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD(L_5, L_6, L_7, Dictionary_2_Add_m6D5603047FE625D1D4B2833010790104F8764CDD_RuntimeMethod_var);
}
IL_002c:
{
RuntimeObject* L_8 = V_0;
V_2 = L_8;
goto IL_0030;
}
IL_0030:
{
RuntimeObject* L_9 = V_2;
return L_9;
}
}
// System.Void NUnit.Framework.Internal.PropertyBag::set_Item(System.String,System.Collections.IList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag_set_Item_mB1773DD209A724ED00BD22A37BB9B889C11B8941 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, String_t* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_0 = __this->___inner_0;
String_t* L_1 = ___key0;
RuntimeObject* L_2 = ___value1;
NullCheck(L_0);
Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C(L_0, L_1, L_2, Dictionary_2_set_Item_mE9E0ABCDE9C66FE70D4C2784A5E4F63A567F111C_RuntimeMethod_var);
return;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.PropertyBag::ToXml(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* PropertyBag_ToXml_mE04EAD71A85BC2C9EA2DD03C8B9182F0714684F1 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, bool ___recursive0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*)il2cpp_codegen_object_new(TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
NullCheck(L_0);
TNode__ctor_mCB3D048428044D2BACE926AEC5B12344A0EAE73A(L_0, _stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2, NULL);
bool L_1 = ___recursive0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2;
L_2 = PropertyBag_AddToXml_m30FD00226AB3D89D6B229E4A26BB4C4969C064A0(__this, L_0, L_1, NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.PropertyBag::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* PropertyBag_AddToXml_m30FD00226AB3D89D6B229E4A26BB4C4969C064A0 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___parentNode0, bool ___recursive1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8640B5B3EA5D79BF55FFD3D0D0AADA17A24415C1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
RuntimeObject* V_4 = NULL;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_5 = NULL;
RuntimeObject* V_6 = NULL;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_7 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = ___parentNode0;
NullCheck(L_0);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1;
L_1 = TNode_AddElement_m72A18EF5081B2D80E44D7950287CF42FD9355B43(L_0, _stringLiteral8640B5B3EA5D79BF55FFD3D0D0AADA17A24415C1, NULL);
V_0 = L_1;
RuntimeObject* L_2;
L_2 = PropertyBag_get_Keys_m2DB91FA39E64211A377866C9B8FF1E15E074B711(__this, NULL);
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_2);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_009c:
{// begin finally (depth: 1)
{
RuntimeObject* L_4 = V_1;
if (!L_4)
{
goto IL_00a6;
}
}
{
RuntimeObject* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_00a6:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0092_1;
}
IL_001c_1:
{
RuntimeObject* L_6 = V_1;
NullCheck(L_6);
String_t* L_7;
L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
String_t* L_8 = V_2;
RuntimeObject* L_9;
L_9 = PropertyBag_get_Item_m5346297A7C9D82EAF38F431154530F6820EBFF8F(__this, L_8, NULL);
NullCheck(L_9);
RuntimeObject* L_10;
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_9);
V_3 = L_10;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_007c_1:
{// begin finally (depth: 2)
{
RuntimeObject* L_11 = V_3;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_12 = V_6;
if (!L_12)
{
goto IL_0090_1;
}
}
{
RuntimeObject* L_13 = V_6;
NullCheck(L_13);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13);
}
IL_0090_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
goto IL_0072_2;
}
IL_0034_2:
{
RuntimeObject* L_14 = V_3;
NullCheck(L_14);
RuntimeObject* L_15;
L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
V_4 = L_15;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_16 = V_0;
NullCheck(L_16);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_17;
L_17 = TNode_AddElement_m72A18EF5081B2D80E44D7950287CF42FD9355B43(L_16, _stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E, NULL);
V_5 = L_17;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_18 = V_5;
String_t* L_19 = V_2;
NullCheck(L_19);
String_t* L_20;
L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19);
NullCheck(L_18);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_18, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, L_20, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_21 = V_5;
RuntimeObject* L_22 = V_4;
NullCheck(L_22);
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
NullCheck(L_21);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_21, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, L_23, NULL);
}
IL_0072_2:
{
RuntimeObject* L_24 = V_3;
NullCheck(L_24);
bool L_25;
L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24);
if (L_25)
{
goto IL_0034_2;
}
}
{
goto IL_0091_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0091_1:
{
}
IL_0092_1:
{
RuntimeObject* L_26 = V_1;
NullCheck(L_26);
bool L_27;
L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_26);
if (L_27)
{
goto IL_001c_1;
}
}
{
goto IL_00a7;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00a7:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_28 = V_0;
V_7 = L_28;
goto IL_00ac;
}
IL_00ac:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_29 = V_7;
return L_29;
}
}
// System.Void NUnit.Framework.Internal.PropertyBag::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBag__ctor_mB3ABDD45D4773DDDC946B65E63E2D2FE071F6D20 (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mBA760178D2BEA77BAB13E9206771B92B46F63662_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA* L_0 = (Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA*)il2cpp_codegen_object_new(Dictionary_2_t566DDFFFB6F4E0B95F7366FD48D296187E4C49BA_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_mBA760178D2BEA77BAB13E9206771B92B46F63662(L_0, Dictionary_2__ctor_mBA760178D2BEA77BAB13E9206771B92B46F63662_RuntimeMethod_var);
__this->___inner_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___inner_0), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MethodInfo[] NUnit.Framework.Internal.Reflect::GetMethodsWithAttribute(System.Type,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* Reflect_GetMethodsWithAttribute_mE589EB9892E8477263F36E1899D7472020E11AEA (Type_t* ___fixtureType0, Type_t* ___attributeType1, bool ___inherit2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF8C65449AF6B15906CE1E82754FA5D89CADEB217_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mC927030548967988A7D9F06EA48C64F8C2E23092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m798F27C64A36987B8433EB6BDDDCC88C45B83F4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m77A797E121255F214E782ADF78DFA7E03614C11F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* V_0 = NULL;
int32_t V_1 = 0;
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* V_2 = NULL;
int32_t V_3 = 0;
MethodInfo_t* V_4 = NULL;
bool V_5 = false;
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* V_6 = NULL;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
{
List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* L_0 = (List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB*)il2cpp_codegen_object_new(List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m77A797E121255F214E782ADF78DFA7E03614C11F(L_0, List_1__ctor_m77A797E121255F214E782ADF78DFA7E03614C11F_RuntimeMethod_var);
V_0 = L_0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
int32_t L_1 = ((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___AllMembers_0;
bool L_2 = ___inherit2;
G_B1_0 = L_1;
if (L_2)
{
G_B2_0 = L_1;
goto IL_0012;
}
}
{
G_B3_0 = 2;
G_B3_1 = G_B1_0;
goto IL_0014;
}
IL_0012:
{
G_B3_0 = ((int32_t)64);
G_B3_1 = G_B2_0;
}
IL_0014:
{
V_1 = ((int32_t)((int32_t)G_B3_1|G_B3_0));
Type_t* L_3 = ___fixtureType0;
int32_t L_4 = V_1;
NullCheck(L_3);
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_5;
L_5 = VirtualFuncInvoker1< MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265*, int32_t >::Invoke(102 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_3, L_4);
V_2 = L_5;
V_3 = 0;
goto IL_0046;
}
IL_0023:
{
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_6 = V_2;
int32_t L_7 = V_3;
NullCheck(L_6);
int32_t L_8 = L_7;
MethodInfo_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_4 = L_9;
MethodInfo_t* L_10 = V_4;
Type_t* L_11 = ___attributeType1;
bool L_12 = ___inherit2;
NullCheck(L_10);
bool L_13;
L_13 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_10, L_11, L_12);
V_5 = L_13;
bool L_14 = V_5;
if (!L_14)
{
goto IL_0041;
}
}
{
List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* L_15 = V_0;
MethodInfo_t* L_16 = V_4;
NullCheck(L_15);
List_1_Add_mF8C65449AF6B15906CE1E82754FA5D89CADEB217_inline(L_15, L_16, List_1_Add_mF8C65449AF6B15906CE1E82754FA5D89CADEB217_RuntimeMethod_var);
}
IL_0041:
{
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_0046:
{
int32_t L_18 = V_3;
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_19 = V_2;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
{
goto IL_0023;
}
}
{
List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* L_20 = V_0;
BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D* L_21 = (BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D*)il2cpp_codegen_object_new(BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D_il2cpp_TypeInfo_var);
NullCheck(L_21);
BaseTypesFirstComparer__ctor_m3AFA79634AB05EDC15FF7651C88ECBF49BFD6D6B(L_21, NULL);
NullCheck(L_20);
List_1_Sort_mC927030548967988A7D9F06EA48C64F8C2E23092(L_20, L_21, List_1_Sort_mC927030548967988A7D9F06EA48C64F8C2E23092_RuntimeMethod_var);
List_1_tAA22D565EFA8D6D98AB10DE37D44553FDE22DBFB* L_22 = V_0;
NullCheck(L_22);
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_23;
L_23 = List_1_ToArray_m798F27C64A36987B8433EB6BDDDCC88C45B83F4A(L_22, List_1_ToArray_m798F27C64A36987B8433EB6BDDDCC88C45B83F4A_RuntimeMethod_var);
V_6 = L_23;
goto IL_0062;
}
IL_0062:
{
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_24 = V_6;
return L_24;
}
}
// System.Boolean NUnit.Framework.Internal.Reflect::HasMethodWithAttribute(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reflect_HasMethodWithAttribute_m91E6A549B00FEF0CEC01AE59B01159D7A6A4F85C (Type_t* ___fixtureType0, Type_t* ___attributeType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* V_0 = NULL;
int32_t V_1 = 0;
MethodInfo_t* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
{
Type_t* L_0 = ___fixtureType0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
int32_t L_1 = ((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___AllMembers_0;
NullCheck(L_0);
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_2;
L_2 = VirtualFuncInvoker1< MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265*, int32_t >::Invoke(102 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_0, ((int32_t)((int32_t)L_1|((int32_t)64))));
V_0 = L_2;
V_1 = 0;
goto IL_0030;
}
IL_0015:
{
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_3 = V_0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
MethodInfo_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = L_6;
MethodInfo_t* L_7 = V_2;
Type_t* L_8 = ___attributeType1;
NullCheck(L_7);
bool L_9;
L_9 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_7, L_8, (bool)0);
V_3 = L_9;
bool L_10 = V_3;
if (!L_10)
{
goto IL_002b;
}
}
{
V_4 = (bool)1;
goto IL_003b;
}
IL_002b:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0030:
{
int32_t L_12 = V_1;
MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_13 = V_0;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
{
goto IL_0015;
}
}
{
V_4 = (bool)0;
goto IL_003b;
}
IL_003b:
{
bool L_14 = V_4;
return L_14;
}
}
// System.Object NUnit.Framework.Internal.Reflect::Construct(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Reflect_Construct_m76A0270446D21C0111055B0289DC6A92681AEB7A (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
bool V_3 = false;
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* L_0;
L_0 = Reflect_get_ConstructorCallWrapper_mB42AF19CC4DA009FC311CB58860DCF91EF57AE4E_inline(NULL);
V_1 = (bool)((!(((RuntimeObject*)(Func_3_tE3297F9B22AC96103F28230F95C054493DE09335*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* L_2;
L_2 = Reflect_get_ConstructorCallWrapper_mB42AF19CC4DA009FC311CB58860DCF91EF57AE4E_inline(NULL);
Type_t* L_3 = ___type0;
NullCheck(L_2);
RuntimeObject* L_4;
L_4 = Func_3_Invoke_m2016220A7D63E0F979911D8D94B6DBD00061F072_inline(L_2, L_3, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL);
V_2 = L_4;
goto IL_0050;
}
IL_001c:
{
Type_t* L_5 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = ((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___EmptyTypes_1;
NullCheck(L_5);
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_7;
L_7 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_5, L_6, NULL);
V_0 = L_7;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_8 = V_0;
V_3 = (bool)((((RuntimeObject*)(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_0046;
}
}
{
Type_t* L_10 = ___type0;
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_10);
String_t* L_12;
L_12 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral044B1D1E5425447CCC2E68E32F3E6DCC65730FAC)), NULL);
InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E* L_13 = (InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E_il2cpp_TypeInfo_var)));
NullCheck(L_13);
InvalidTestFixtureException__ctor_mB0A8F2AC74097118D584A7BE75399320B10A9EBF(L_13, L_12, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Reflect_Construct_m76A0270446D21C0111055B0289DC6A92681AEB7A_RuntimeMethod_var)));
}
IL_0046:
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_14 = V_0;
NullCheck(L_14);
RuntimeObject* L_15;
L_15 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_14, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL);
V_2 = L_15;
goto IL_0050;
}
IL_0050:
{
RuntimeObject* L_16 = V_2;
return L_16;
}
}
// System.Object NUnit.Framework.Internal.Reflect::Construct(System.Type,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Reflect_Construct_m50792E63FF1CB8A7E09C0AE92607B7F02A403D2B (Type_t* ___type0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL;
RuntimeObject* V_1 = NULL;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_2 = NULL;
bool V_3 = false;
RuntimeObject* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* L_0;
L_0 = Reflect_get_ConstructorCallWrapper_mB42AF19CC4DA009FC311CB58860DCF91EF57AE4E_inline(NULL);
V_3 = (bool)((!(((RuntimeObject*)(Func_3_tE3297F9B22AC96103F28230F95C054493DE09335*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* L_2;
L_2 = Reflect_get_ConstructorCallWrapper_mB42AF19CC4DA009FC311CB58860DCF91EF57AE4E_inline(NULL);
Type_t* L_3 = ___type0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___arguments1;
NullCheck(L_2);
RuntimeObject* L_5;
L_5 = Func_3_Invoke_m2016220A7D63E0F979911D8D94B6DBD00061F072_inline(L_2, L_3, L_4, NULL);
V_4 = L_5;
goto IL_0072;
}
IL_001d:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = ___arguments1;
V_5 = (bool)((((RuntimeObject*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_7 = V_5;
if (!L_7)
{
goto IL_0031;
}
}
{
Type_t* L_8 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
RuntimeObject* L_9;
L_9 = Reflect_Construct_m76A0270446D21C0111055B0289DC6A92681AEB7A(L_8, NULL);
V_4 = L_9;
goto IL_0072;
}
IL_0031:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___arguments1;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11;
L_11 = Reflect_GetTypeArray_m7524F11DE7930ED20E089A4686C59E1604EB06CE(L_10, NULL);
V_0 = L_11;
Type_t* L_12 = ___type0;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_13 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_13);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_13, L_12, NULL);
V_1 = L_13;
RuntimeObject* L_14 = V_1;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_15 = V_0;
NullCheck(L_14);
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_16;
L_16 = InterfaceFuncInvoker1< ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(19 /* System.Reflection.ConstructorInfo NUnit.Framework.Interfaces.ITypeInfo::GetConstructor(System.Type[]) */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_14, L_15);
V_2 = L_16;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_17 = V_2;
V_6 = (bool)((((RuntimeObject*)(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)L_17) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_18 = V_6;
if (!L_18)
{
goto IL_0067;
}
}
{
Type_t* L_19 = ___type0;
NullCheck(L_19);
String_t* L_20;
L_20 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_19);
String_t* L_21;
L_21 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8EED79D6767C3933229E4009AF886C29A8F1573F)), NULL);
InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E* L_22 = (InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTestFixtureException_t2EF4CA889D665F338087A547E46E7B6130FC8B4E_il2cpp_TypeInfo_var)));
NullCheck(L_22);
InvalidTestFixtureException__ctor_mB0A8F2AC74097118D584A7BE75399320B10A9EBF(L_22, L_21, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Reflect_Construct_m50792E63FF1CB8A7E09C0AE92607B7F02A403D2B_RuntimeMethod_var)));
}
IL_0067:
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_23 = V_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = ___arguments1;
NullCheck(L_23);
RuntimeObject* L_25;
L_25 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_23, L_24, NULL);
V_4 = L_25;
goto IL_0072;
}
IL_0072:
{
RuntimeObject* L_26 = V_4;
return L_26;
}
}
// System.Type[] NUnit.Framework.Internal.Reflect::GetTypeArray(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* Reflect_GetTypeArray_m7524F11DE7930ED20E089A4686C59E1604EB06CE (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___objects0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitNullType_t28F4E492F2211FC635C4A71542A0B3BDBFD2B77D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL;
int32_t V_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_2 = NULL;
int32_t V_3 = 0;
RuntimeObject* V_4 = NULL;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_5 = NULL;
int32_t G_B3_0 = 0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* G_B2_1 = NULL;
Type_t* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* G_B4_2 = NULL;
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___objects0;
NullCheck(L_0);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)));
V_0 = L_1;
V_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___objects0;
V_2 = L_2;
V_3 = 0;
goto IL_003c;
}
IL_0013:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = V_2;
int32_t L_4 = V_3;
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_4 = L_6;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = V_0;
int32_t L_8 = V_1;
int32_t L_9 = L_8;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
RuntimeObject* L_10 = V_4;
G_B2_0 = L_9;
G_B2_1 = L_7;
if (!L_10)
{
G_B3_0 = L_9;
G_B3_1 = L_7;
goto IL_002c;
}
}
{
RuntimeObject* L_11 = V_4;
NullCheck(L_11);
Type_t* L_12;
L_12 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_11, NULL);
G_B4_0 = L_12;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0036;
}
IL_002c:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast<intptr_t> (NUnitNullType_t28F4E492F2211FC635C4A71542A0B3BDBFD2B77D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_14;
L_14 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_13, NULL);
G_B4_0 = L_14;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0036:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (Type_t*)G_B4_0);
int32_t L_15 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_003c:
{
int32_t L_16 = V_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = V_2;
NullCheck(L_17);
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
{
goto IL_0013;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_18 = V_0;
V_5 = L_18;
goto IL_0047;
}
IL_0047:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = V_5;
return L_19;
}
}
// System.Object NUnit.Framework.Internal.Reflect::InvokeMethod(System.Reflection.MethodInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Reflect_InvokeMethod_m80F8883028DEDF69E74B33F1DD4A305E95A93C12 (MethodInfo_t* ___method0, RuntimeObject* ___fixture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
MethodInfo_t* L_0 = ___method0;
RuntimeObject* L_1 = ___fixture1;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = Reflect_InvokeMethod_mEC33738E0BA6C77E038589F303B5B005BAC2DEAB(L_0, L_1, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL);
V_0 = L_2;
goto IL_000c;
}
IL_000c:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
// System.Object NUnit.Framework.Internal.Reflect::InvokeMethod(System.Reflection.MethodInfo,System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Reflect_InvokeMethod_mEC33738E0BA6C77E038589F303B5B005BAC2DEAB (MethodInfo_t* ___method0, RuntimeObject* ___fixture1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_U3CInvokeMethodU3Eb__0_m8616ACAA01B214CA52900816579D6F7F83614625_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
RuntimeObject* V_3 = NULL;
TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* V_4 = NULL;
Exception_t* V_5 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_0 = (U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass9_0__ctor_mCCB924095B2409503962B0747A0FA848B88DFC33(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_1 = V_0;
MethodInfo_t* L_2 = ___method0;
NullCheck(L_1);
L_1->___method_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___method_0), (void*)L_2);
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_3 = V_0;
RuntimeObject* L_4 = ___fixture1;
NullCheck(L_3);
L_3->___fixture_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___fixture_1), (void*)L_4);
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_5 = V_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = ___args2;
NullCheck(L_5);
L_5->___args_2 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___args_2), (void*)L_6);
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_7 = V_0;
NullCheck(L_7);
MethodInfo_t* L_8 = L_7->___method_0;
V_1 = (bool)((!(((RuntimeObject*)(MethodInfo_t*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_9 = V_1;
if (!L_9)
{
goto IL_0095;
}
}
{
}
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* L_10;
L_10 = Reflect_get_MethodCallWrapper_mE4BF0186B3D2037ED785400FCEFD30CB8EF1F225_inline(NULL);
V_2 = (bool)((!(((RuntimeObject*)(Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_0050_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* L_12;
L_12 = Reflect_get_MethodCallWrapper_mE4BF0186B3D2037ED785400FCEFD30CB8EF1F225_inline(NULL);
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_13 = V_0;
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_14 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
NullCheck(L_14);
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_14, L_13, (intptr_t)((void*)U3CU3Ec__DisplayClass9_0_U3CInvokeMethodU3Eb__0_m8616ACAA01B214CA52900816579D6F7F83614625_RuntimeMethod_var), NULL);
NullCheck(L_12);
RuntimeObject* L_15;
L_15 = Func_2_Invoke_m576FD895997C3B20F127609540D0D327EE4C8ED2_inline(L_12, L_14, NULL);
V_3 = L_15;
goto IL_0099;
}
IL_0050_1:
{
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_16 = V_0;
NullCheck(L_16);
MethodInfo_t* L_17 = L_16->___method_0;
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_18 = V_0;
NullCheck(L_18);
RuntimeObject* L_19 = L_18->___fixture_1;
U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* L_20 = V_0;
NullCheck(L_20);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_20->___args_2;
NullCheck(L_17);
RuntimeObject* L_22;
L_22 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_17, L_19, L_21, NULL);
V_3 = L_22;
goto IL_0099;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_006a;
}
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0070;
}
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0085;
}
throw e;
}
CATCH_006a:
{// begin catch(System.Threading.ThreadAbortException)
V_3 = NULL;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0099;
}// end catch (depth: 1)
CATCH_0070:
{// begin catch(System.Reflection.TargetInvocationException)
V_4 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));
TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_23 = V_4;
NullCheck(L_23);
Exception_t* L_24;
L_24 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_23, NULL);
NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B* L_25 = (NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var)));
NullCheck(L_25);
NUnitException__ctor_mF31D051315A644200E31B8830F02FF49F49DECC1(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDD5382D1FC591659EFEE6EA76B305ED99A09918)), L_24, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Reflect_InvokeMethod_mEC33738E0BA6C77E038589F303B5B005BAC2DEAB_RuntimeMethod_var)));
}// end catch (depth: 1)
CATCH_0085:
{// begin catch(System.Exception)
V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
Exception_t* L_26 = V_5;
NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B* L_27 = (NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var)));
NullCheck(L_27);
NUnitException__ctor_mF31D051315A644200E31B8830F02FF49F49DECC1(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDD5382D1FC591659EFEE6EA76B305ED99A09918)), L_26, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Reflect_InvokeMethod_mEC33738E0BA6C77E038589F303B5B005BAC2DEAB_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0095:
{
V_3 = NULL;
goto IL_0099;
}
IL_0099:
{
RuntimeObject* L_28 = V_3;
return L_28;
}
}
// System.Func`2<System.Func`1<System.Object>,System.Object> NUnit.Framework.Internal.Reflect::get_MethodCallWrapper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* Reflect_get_MethodCallWrapper_mE4BF0186B3D2037ED785400FCEFD30CB8EF1F225 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* L_0 = ((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CMethodCallWrapperU3Ek__BackingField_2;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Reflect::set_MethodCallWrapper(System.Func`2<System.Func`1<System.Object>,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reflect_set_MethodCallWrapper_mAC923524B58C8E743F5431978A60DC673993CFC2 (Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CMethodCallWrapperU3Ek__BackingField_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CMethodCallWrapperU3Ek__BackingField_2), (void*)L_0);
return;
}
}
// System.Func`3<System.Type,System.Object[],System.Object> NUnit.Framework.Internal.Reflect::get_ConstructorCallWrapper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* Reflect_get_ConstructorCallWrapper_mB42AF19CC4DA009FC311CB58860DCF91EF57AE4E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* L_0 = ((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CConstructorCallWrapperU3Ek__BackingField_3;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Reflect::set_ConstructorCallWrapper(System.Func`3<System.Type,System.Object[],System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reflect_set_ConstructorCallWrapper_mEFE6F91F570D1BAECFA62EB185BF4A2DC408BF93 (Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CConstructorCallWrapperU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CConstructorCallWrapperU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.Reflect::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reflect__cctor_m5B846CA5845EFCD715D0D1918D2822AAEC02381C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___AllMembers_0 = ((int32_t)60);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0);
((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___EmptyTypes_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___EmptyTypes_1), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 NUnit.Framework.Internal.Reflect/BaseTypesFirstComparer::Compare(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseTypesFirstComparer_Compare_m3F5440B9038A903C1C4FBE45A49FDAD89CB06128 (BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D* __this, MethodInfo_t* ___m10, MethodInfo_t* ___m21, const RuntimeMethod* method)
{
Type_t* V_0 = NULL;
Type_t* V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
int32_t G_B3_0 = 0;
{
MethodInfo_t* L_0 = ___m10;
if (!L_0)
{
goto IL_000a;
}
}
{
MethodInfo_t* L_1 = ___m21;
G_B3_0 = ((((RuntimeObject*)(MethodInfo_t*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_000b;
}
IL_000a:
{
G_B3_0 = 1;
}
IL_000b:
{
V_2 = (bool)G_B3_0;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0013;
}
}
{
V_3 = 0;
goto IL_0044;
}
IL_0013:
{
MethodInfo_t* L_3 = ___m10;
NullCheck(L_3);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3);
V_0 = L_4;
MethodInfo_t* L_5 = ___m21;
NullCheck(L_5);
Type_t* L_6;
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5);
V_1 = L_6;
Type_t* L_7 = V_0;
Type_t* L_8 = V_1;
V_4 = (bool)((((RuntimeObject*)(Type_t*)L_7) == ((RuntimeObject*)(Type_t*)L_8))? 1 : 0);
bool L_9 = V_4;
if (!L_9)
{
goto IL_002f;
}
}
{
V_3 = 0;
goto IL_0044;
}
IL_002f:
{
Type_t* L_10 = V_0;
Type_t* L_11 = V_1;
NullCheck(L_10);
bool L_12;
L_12 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11);
V_5 = L_12;
bool L_13 = V_5;
if (!L_13)
{
goto IL_0040;
}
}
{
V_3 = (-1);
goto IL_0044;
}
IL_0040:
{
V_3 = 1;
goto IL_0044;
}
IL_0044:
{
int32_t L_14 = V_3;
return L_14;
}
}
// System.Void NUnit.Framework.Internal.Reflect/BaseTypesFirstComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseTypesFirstComparer__ctor_m3AFA79634AB05EDC15FF7651C88ECBF49BFD6D6B (BaseTypesFirstComparer_t35E3074A9087FC2158A26C06ACE6712A6A42F59D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_mCCB924095B2409503962B0747A0FA848B88DFC33 (U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Object NUnit.Framework.Internal.Reflect/<>c__DisplayClass9_0::<InvokeMethod>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass9_0_U3CInvokeMethodU3Eb__0_m8616ACAA01B214CA52900816579D6F7F83614625 (U3CU3Ec__DisplayClass9_0_t9053BCEE24D6517B27E59A72867119AA3401E7AB* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___method_0;
RuntimeObject* L_1 = __this->___fixture_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = __this->___args_2;
NullCheck(L_0);
RuntimeObject* L_3;
L_3 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_0, L_1, L_2, NULL);
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestResult::.ctor(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult__ctor_m3B57F646BDF919E79C19532777B0A1BCBCF18BCD (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
__this->____output_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____output_3), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_1 = ___test0;
TestResult_set_Test_m9E32116D6982DF71116CE3537831BA23927875EE_inline(__this, L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_2 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Inconclusive_0;
TestResult_set_ResultState_m1903D6A2AA42496386147627C9A7EAF34DD0168D(__this, L_2, NULL);
StringBuilder_t* L_3 = __this->____output_3;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_4 = (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D*)il2cpp_codegen_object_new(StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
NullCheck(L_4);
StringWriter__ctor_mF38CB8046B79DEF523E427B7F41CA3135671D0C8(L_4, L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_5;
L_5 = TextWriter_Synchronized_m23960EE72ADE15FF98371EB36D86ACB3F913487F(L_4, NULL);
TestResult_set_OutWriter_m47F542AEBDD5BC8FF22884BECC0543B89A98F209_inline(__this, L_5, NULL);
return;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Internal.TestResult::get_Test()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTestU3Ek__BackingField_9;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_Test(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_Test_m9E32116D6982DF71116CE3537831BA23927875EE (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTestU3Ek__BackingField_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestU3Ek__BackingField_9), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.ResultState NUnit.Framework.Internal.TestResult::get_ResultState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* V_0 = NULL;
{
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_000b:
{// begin finally (depth: 1)
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_0 = __this->____resultState_6;
V_0 = L_0;
goto IL_000e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_000e:
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_ResultState(NUnit.Framework.Interfaces.ResultState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_ResultState_m1903D6A2AA42496386147627C9A7EAF34DD0168D (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___value0, const RuntimeMethod* method)
{
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_0 = ___value0;
__this->____resultState_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____resultState_6), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.TestResult::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestResult_get_Name_mF558FAB2F96EC44B79220A4B3531D413F9EA6504 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0;
L_0 = TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String NUnit.Framework.Interfaces.ITest::get_Name() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.String NUnit.Framework.Internal.TestResult::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestResult_get_FullName_m08A6F697FC8B6BC87AE21ABBCFA14BE5E6BAF0CD (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0;
L_0 = TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String NUnit.Framework.Interfaces.ITest::get_FullName() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Double NUnit.Framework.Internal.TestResult::get_Duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TestResult_get_Duration_mF42A678DAB67153C84CA1079FFBDDBC105F8F76F (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
double V_0 = 0.0;
{
double L_0 = __this->____duration_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
double L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_Duration(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_Duration_m6056A1F94FD5CCF367BF4E899B470D647D86D9E4 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, double ___value0, const RuntimeMethod* method)
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* G_B2_0 = NULL;
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* G_B1_0 = NULL;
double G_B3_0 = 0.0;
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* G_B3_1 = NULL;
{
double L_0 = ___value0;
G_B1_0 = __this;
if ((((double)L_0) >= ((double)(9.9999999999999995E-07))))
{
G_B2_0 = __this;
goto IL_0019;
}
}
{
G_B3_0 = (9.9999999999999995E-07);
G_B3_1 = G_B1_0;
goto IL_001a;
}
IL_0019:
{
double L_1 = ___value0;
G_B3_0 = L_1;
G_B3_1 = G_B2_0;
}
IL_001a:
{
NullCheck(G_B3_1);
G_B3_1->____duration_4 = G_B3_0;
return;
}
}
// System.DateTime NUnit.Framework.Internal.TestResult::get_StartTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TestResult_get_StartTime_mBDB073A620DCDA8A1DB41B4D735170FB745B4306 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___U3CStartTimeU3Ek__BackingField_10;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_StartTime(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_StartTime_m32C96330E9A1482472BB822029005861BF7C94A7 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___value0;
__this->___U3CStartTimeU3Ek__BackingField_10 = L_0;
return;
}
}
// System.DateTime NUnit.Framework.Internal.TestResult::get_EndTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TestResult_get_EndTime_mCF4DC9C37F6E91EC30CEB304242127A5BC1A891E (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___U3CEndTimeU3Ek__BackingField_11;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_EndTime(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_EndTime_m95F1C9CB59C81717E3F516C746CC0E578AE5088B (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___value0;
__this->___U3CEndTimeU3Ek__BackingField_11 = L_0;
return;
}
}
// System.String NUnit.Framework.Internal.TestResult::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_000b:
{// begin finally (depth: 1)
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
String_t* L_0 = __this->____message_7;
V_0 = L_0;
goto IL_000e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_000e:
{
String_t* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_Message(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_Message_m23C4CBACF76115986D2424EB4776CF451074EDC1 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____message_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____message_7), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.TestResult::get_StackTrace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestResult_get_StackTrace_mD308ED4BEA0BEBE726065B0F15D4D441338CA854 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_000b:
{// begin finally (depth: 1)
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
String_t* L_0 = __this->____stackTrace_8;
V_0 = L_0;
goto IL_000e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_000e:
{
String_t* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_StackTrace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_StackTrace_m7E7D97D28B6B6F86B1915AB34078F367AC4F2405 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____stackTrace_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____stackTrace_8), (void*)L_0);
return;
}
}
// System.Int32 NUnit.Framework.Internal.TestResult::get_AssertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestResult_get_AssertCount_mFF5145BF2BD4ECB8F97CBD60B08B8CC0FE05541C (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_000b:
{// begin finally (depth: 1)
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
int32_t L_0 = __this->___InternalAssertCount_5;
V_0 = L_0;
goto IL_000e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_000e:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_AssertCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_AssertCount_m6DC2EFD6397A444F9F366B6989D4FD9A8C215C23 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___InternalAssertCount_5 = L_0;
return;
}
}
// System.IO.TextWriter NUnit.Framework.Internal.TestResult::get_OutWriter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* TestResult_get_OutWriter_mB87336A23A8A3B339D3F00A782559CEEAD250C7F (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___U3COutWriterU3Ek__BackingField_12;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestResult::set_OutWriter(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_set_OutWriter_m47F542AEBDD5BC8FF22884BECC0543B89A98F209 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___value0, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___value0;
__this->___U3COutWriterU3Ek__BackingField_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COutWriterU3Ek__BackingField_12), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.TestResult::get_Output()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestResult_get_Output_m0CC95E42E32C71DA158DB3137180832FDE840CCF (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
StringBuilder_t* L_0 = __this->____output_3;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::ToXml(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_ToXml_m157256FC2187C332CAA1CDC7B7315B4A89075C68 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, bool ___recursive0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*)il2cpp_codegen_object_new(TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
NullCheck(L_0);
TNode__ctor_mCB3D048428044D2BACE926AEC5B12344A0EAE73A(L_0, _stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2, NULL);
bool L_1 = ___recursive0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2;
L_2 = VirtualFuncInvoker2< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(32 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean) */, __this, L_0, L_1);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_AddToXml_mB9BDF4D23D645DB6AC486BDA60C9497A43520C1D (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___parentNode0, bool ___recursive1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FailureSite_tF2B86426DB86DD1324F9A4F0C7E047C1558F19C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tEB140812D4790494FD051347FC47EAC0CC892647_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t645A8FE7D6C0BBC0A1B876A6C5887C85460D72AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestStatus_t5DDD085A209DE81EA90AA8595C48E5B292BBAF38_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0742E6BD16A2CB27B9248DB2BDAB59F463F68D6D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F44E979278381587AD1B1317A030D9996EBC322);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F9095E85AC4C22DE3E1CE9F951375C490AB08C7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32250904578F7F3EA4AA51D74259B832AA14F1DA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AE1BC202A087D57F2EAF9581B2FD9F6B317581C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D4E892DF299B62E86C93F4B8F6FB863422A279E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8174CA9CD84F86539853890382CF5C587FB8B9BE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E652084A8B69FA1057707F03EFBCC3766444574);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABC204F72030440CA9F2F5352FBE204C9F95F7D4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABD884F7688123CE5EAB301152D58085806E28FD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD704D0C61FC66ED4899352E0268EFCA60445ED6A);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_5;
memset((&V_5), 0, sizeof(V_5));
double V_6 = 0.0;
bool V_7 = false;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
RuntimeObject* V_14 = NULL;
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* V_15 = NULL;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_16 = NULL;
int32_t G_B19_0 = 0;
{
RuntimeObject* L_0;
L_0 = TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0_inline(__this, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1 = ___parentNode0;
NullCheck(L_0);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2;
L_2 = InterfaceFuncInvoker2< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(1 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_0, L_1, (bool)0);
V_0 = L_2;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_4;
L_4 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(__this, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = ResultState_get_Status_m2919855C7E5612271F746EF2C6FD2DA18C0ADB44_inline(L_4, NULL);
V_1 = L_5;
Il2CppFakeBox<int32_t> L_6(TestStatus_t5DDD085A209DE81EA90AA8595C48E5B292BBAF38_il2cpp_TypeInfo_var, (&V_1));
String_t* L_7;
L_7 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_6), NULL);
NullCheck(L_3);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_3, _stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B, L_7, NULL);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_8;
L_8 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(__this, NULL);
NullCheck(L_8);
String_t* L_9;
L_9 = ResultState_get_Label_m5CEB77E1D24D3F80511751530A00AF86C6D793B1_inline(L_8, NULL);
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
bool L_11;
L_11 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_9, L_10, NULL);
V_2 = L_11;
bool L_12 = V_2;
if (!L_12)
{
goto IL_0064;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_13 = V_0;
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_14;
L_14 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(__this, NULL);
NullCheck(L_14);
String_t* L_15;
L_15 = ResultState_get_Label_m5CEB77E1D24D3F80511751530A00AF86C6D793B1_inline(L_14, NULL);
NullCheck(L_13);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_13, _stringLiteral8174CA9CD84F86539853890382CF5C587FB8B9BE, L_15, NULL);
}
IL_0064:
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_16;
L_16 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(__this, NULL);
NullCheck(L_16);
int32_t L_17;
L_17 = ResultState_get_Site_m7AD17B819EE2615E4C2AA75659C5A49F9B9C9E23_inline(L_16, NULL);
V_3 = (bool)((!(((uint32_t)L_17) <= ((uint32_t)0)))? 1 : 0);
bool L_18 = V_3;
if (!L_18)
{
goto IL_009c;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_19 = V_0;
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_20;
L_20 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(__this, NULL);
NullCheck(L_20);
int32_t L_21;
L_21 = ResultState_get_Site_m7AD17B819EE2615E4C2AA75659C5A49F9B9C9E23_inline(L_20, NULL);
V_4 = L_21;
Il2CppFakeBox<int32_t> L_22(FailureSite_tF2B86426DB86DD1324F9A4F0C7E047C1558F19C3_il2cpp_TypeInfo_var, (&V_4));
String_t* L_23;
L_23 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_22), NULL);
NullCheck(L_19);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_19, _stringLiteralABC204F72030440CA9F2F5352FBE204C9F95F7D4, L_23, NULL);
}
IL_009c:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_24 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_25;
L_25 = TestResult_get_StartTime_mBDB073A620DCDA8A1DB41B4D735170FB745B4306_inline(__this, NULL);
V_5 = L_25;
String_t* L_26;
L_26 = DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78((&V_5), _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B, NULL);
NullCheck(L_24);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_24, _stringLiteral3AE1BC202A087D57F2EAF9581B2FD9F6B317581C, L_26, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_27 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28;
L_28 = TestResult_get_EndTime_mCF4DC9C37F6E91EC30CEB304242127A5BC1A891E_inline(__this, NULL);
V_5 = L_28;
String_t* L_29;
L_29 = DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78((&V_5), _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B, NULL);
NullCheck(L_27);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_27, _stringLiteral2F9095E85AC4C22DE3E1CE9F951375C490AB08C7, L_29, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_30 = V_0;
double L_31;
L_31 = TestResult_get_Duration_mF42A678DAB67153C84CA1079FFBDDBC105F8F76F(__this, NULL);
V_6 = L_31;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_32;
L_32 = NumberFormatInfo_get_InvariantInfo_m08BD3BFBBBE015F2EDCF6DE969ACFB327E453621(NULL);
String_t* L_33;
L_33 = Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789((&V_6), _stringLiteral8E652084A8B69FA1057707F03EFBCC3766444574, L_32, NULL);
NullCheck(L_30);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_30, _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D, L_33, NULL);
RuntimeObject* L_34;
L_34 = TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0_inline(__this, NULL);
V_7 = (bool)((!(((RuntimeObject*)(TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*)((TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*)IsInstClass((RuntimeObject*)L_34, TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_35 = V_7;
if (!L_35)
{
goto IL_01b6;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_36 = V_0;
int32_t L_37;
L_37 = VirtualFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 NUnit.Framework.Internal.TestResult::get_PassCount() */, __this);
int32_t L_38;
L_38 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Int32 NUnit.Framework.Internal.TestResult::get_FailCount() */, __this);
int32_t L_39;
L_39 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 NUnit.Framework.Internal.TestResult::get_SkipCount() */, __this);
int32_t L_40;
L_40 = VirtualFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 NUnit.Framework.Internal.TestResult::get_InconclusiveCount() */, __this);
V_8 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_37, L_38)), L_39)), L_40));
String_t* L_41;
L_41 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
NullCheck(L_36);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_36, _stringLiteral1F44E979278381587AD1B1317A030D9996EBC322, L_41, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_42 = V_0;
int32_t L_43;
L_43 = VirtualFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 NUnit.Framework.Internal.TestResult::get_PassCount() */, __this);
V_8 = L_43;
String_t* L_44;
L_44 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
NullCheck(L_42);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_42, _stringLiteralD704D0C61FC66ED4899352E0268EFCA60445ED6A, L_44, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_45 = V_0;
int32_t L_46;
L_46 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Int32 NUnit.Framework.Internal.TestResult::get_FailCount() */, __this);
V_8 = L_46;
String_t* L_47;
L_47 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
NullCheck(L_45);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_45, _stringLiteralABD884F7688123CE5EAB301152D58085806E28FD, L_47, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_48 = V_0;
int32_t L_49;
L_49 = VirtualFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 NUnit.Framework.Internal.TestResult::get_InconclusiveCount() */, __this);
V_8 = L_49;
String_t* L_50;
L_50 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
NullCheck(L_48);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_48, _stringLiteral32250904578F7F3EA4AA51D74259B832AA14F1DA, L_50, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_51 = V_0;
int32_t L_52;
L_52 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 NUnit.Framework.Internal.TestResult::get_SkipCount() */, __this);
V_8 = L_52;
String_t* L_53;
L_53 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
NullCheck(L_51);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_51, _stringLiteral7D4E892DF299B62E86C93F4B8F6FB863422A279E, L_53, NULL);
}
IL_01b6:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_54 = V_0;
int32_t L_55;
L_55 = TestResult_get_AssertCount_mFF5145BF2BD4ECB8F97CBD60B08B8CC0FE05541C(__this, NULL);
V_8 = L_55;
String_t* L_56;
L_56 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
NullCheck(L_54);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_54, _stringLiteral0742E6BD16A2CB27B9248DB2BDAB59F463F68D6D, L_56, NULL);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_57;
L_57 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(__this, NULL);
NullCheck(L_57);
int32_t L_58;
L_58 = ResultState_get_Status_m2919855C7E5612271F746EF2C6FD2DA18C0ADB44_inline(L_57, NULL);
V_10 = L_58;
int32_t L_59 = V_10;
V_9 = L_59;
int32_t L_60 = V_9;
if ((!(((uint32_t)L_60) > ((uint32_t)2))))
{
goto IL_01fa;
}
}
{
goto IL_01e9;
}
IL_01e9:
{
int32_t L_61 = V_9;
if ((((int32_t)L_61) == ((int32_t)3)))
{
goto IL_01f0;
}
}
{
goto IL_0213;
}
IL_01f0:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_62 = V_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_63;
L_63 = TestResult_AddFailureElement_mB8732E247B7105A6A8D05F71E45D427C796FC2D7(__this, L_62, NULL);
goto IL_0213;
}
IL_01fa:
{
String_t* L_64;
L_64 = TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651(__this, NULL);
V_11 = (bool)((!(((RuntimeObject*)(String_t*)L_64) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_65 = V_11;
if (!L_65)
{
goto IL_0211;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_66 = V_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_67;
L_67 = TestResult_AddReasonElement_m33250B3A9D30866AAD1FADD3E1DFF42253E37DF0(__this, L_66, NULL);
}
IL_0211:
{
goto IL_0213;
}
IL_0213:
{
String_t* L_68;
L_68 = TestResult_get_Output_m0CC95E42E32C71DA158DB3137180832FDE840CCF(__this, NULL);
NullCheck(L_68);
int32_t L_69;
L_69 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_68, NULL);
V_12 = (bool)((((int32_t)L_69) > ((int32_t)0))? 1 : 0);
bool L_70 = V_12;
if (!L_70)
{
goto IL_022f;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_71 = V_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_72;
L_72 = TestResult_AddOutputElement_m0F56D0B292986D812F5BD75A06C5B3BDBFF3B357(__this, L_71, NULL);
}
IL_022f:
{
bool L_73 = ___recursive1;
if (!L_73)
{
goto IL_023a;
}
}
{
bool L_74;
L_74 = VirtualFuncInvoker0< bool >::Invoke(30 /* System.Boolean NUnit.Framework.Internal.TestResult::get_HasChildren() */, __this);
G_B19_0 = ((int32_t)(L_74));
goto IL_023b;
}
IL_023a:
{
G_B19_0 = 0;
}
IL_023b:
{
V_13 = (bool)G_B19_0;
bool L_75 = V_13;
if (!L_75)
{
goto IL_0281;
}
}
{
RuntimeObject* L_76;
L_76 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.Generic.IEnumerable`1<NUnit.Framework.Interfaces.ITestResult> NUnit.Framework.Internal.TestResult::get_Children() */, __this);
NullCheck(L_76);
RuntimeObject* L_77;
L_77 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NUnit.Framework.Interfaces.ITestResult>::GetEnumerator() */, IEnumerable_1_tEB140812D4790494FD051347FC47EAC0CC892647_il2cpp_TypeInfo_var, L_76);
V_14 = L_77;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0274:
{// begin finally (depth: 1)
{
RuntimeObject* L_78 = V_14;
if (!L_78)
{
goto IL_0280;
}
}
{
RuntimeObject* L_79 = V_14;
NullCheck(L_79);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_79);
}
IL_0280:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0269_1;
}
IL_0251_1:
{
RuntimeObject* L_80 = V_14;
NullCheck(L_80);
RuntimeObject* L_81;
L_81 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NUnit.Framework.Interfaces.ITestResult>::get_Current() */, IEnumerator_1_t645A8FE7D6C0BBC0A1B876A6C5887C85460D72AE_il2cpp_TypeInfo_var, L_80);
V_15 = ((TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851*)CastclassClass((RuntimeObject*)L_81, TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var));
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_82 = V_15;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_83 = V_0;
bool L_84 = ___recursive1;
NullCheck(L_82);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_85;
L_85 = VirtualFuncInvoker2< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(32 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean) */, L_82, L_83, L_84);
}
IL_0269_1:
{
RuntimeObject* L_86 = V_14;
NullCheck(L_86);
bool L_87;
L_87 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_86);
if (L_87)
{
goto IL_0251_1;
}
}
{
goto IL_0281;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0281:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_88 = V_0;
V_16 = L_88;
goto IL_0286;
}
IL_0286:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_89 = V_16;
return L_89;
}
}
// System.Void NUnit.Framework.Internal.TestResult::SetResult(NUnit.Framework.Interfaces.ResultState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_SetResult_mB38697C44D48644E2F476E85F652CD4AF54D8608 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___resultState0, const RuntimeMethod* method)
{
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_0 = ___resultState0;
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_0, (String_t*)NULL, (String_t*)NULL, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestResult::SetResult(NUnit.Framework.Interfaces.ResultState,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_SetResult_mF9BCA49ABF05C16BCC03CBF2E89E8DDD19A0ABE7 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___resultState0, String_t* ___message1, const RuntimeMethod* method)
{
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_0 = ___resultState0;
String_t* L_1 = ___message1;
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_0, L_1, (String_t*)NULL, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestResult::SetResult(NUnit.Framework.Interfaces.ResultState,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* ___resultState0, String_t* ___message1, String_t* ___stackTrace2, const RuntimeMethod* method)
{
{
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_0 = ___resultState0;
TestResult_set_ResultState_m1903D6A2AA42496386147627C9A7EAF34DD0168D(__this, L_0, NULL);
String_t* L_1 = ___message1;
TestResult_set_Message_m23C4CBACF76115986D2424EB4776CF451074EDC1(__this, L_1, NULL);
String_t* L_2 = ___stackTrace2;
TestResult_set_StackTrace_m7E7D97D28B6B6F86B1915AB34078F367AC4F2405(__this, L_2, NULL);
goto IL_0020;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0020:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestResult::RecordException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_RecordException_m5AC734BDB717B93241F7896CF17105EBD77639C9 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, Exception_t* ___ex0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1C1F351A820C5D1DFFB02C233BA399D737603D6);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
Exception_t* L_0 = ___ex0;
V_0 = (bool)((!(((RuntimeObject*)(NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)((NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)IsInstClass((RuntimeObject*)L_0, NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
Exception_t* L_2 = ___ex0;
NullCheck(L_2);
Exception_t* L_3;
L_3 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_2, NULL);
___ex0 = L_3;
}
IL_0016:
{
Exception_t* L_4 = ___ex0;
V_1 = (bool)((!(((RuntimeObject*)(ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)((ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)IsInstClass((RuntimeObject*)L_4, ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0048;
}
}
{
Exception_t* L_6 = ___ex0;
NullCheck(((ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)CastclassClass((RuntimeObject*)L_6, ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var)));
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_7;
L_7 = VirtualFuncInvoker0< ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* >::Invoke(12 /* NUnit.Framework.Interfaces.ResultState NUnit.Framework.ResultStateException::get_ResultState() */, ((ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)CastclassClass((RuntimeObject*)L_6, ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var)));
Exception_t* L_8 = ___ex0;
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_8);
Exception_t* L_10 = ___ex0;
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_10);
il2cpp_codegen_runtime_class_init_inline(StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var);
String_t* L_12;
L_12 = StackFilter_Filter_m5843B216249F7BD98AFD12B7A71041495142D91D(L_11, NULL);
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_7, L_9, L_12, NULL);
goto IL_0086;
}
IL_0048:
{
Exception_t* L_13 = ___ex0;
V_2 = (bool)((!(((RuntimeObject*)(ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*)((ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*)IsInstSealed((RuntimeObject*)L_13, ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_14 = V_2;
if (!L_14)
{
goto IL_006e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_15 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Cancelled_7;
Exception_t* L_16 = ___ex0;
NullCheck(L_16);
String_t* L_17;
L_17 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_16);
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_15, _stringLiteralA1C1F351A820C5D1DFFB02C233BA399D737603D6, L_17, NULL);
goto IL_0086;
}
IL_006e:
{
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_18 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Error_6;
Exception_t* L_19 = ___ex0;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
String_t* L_20;
L_20 = ExceptionHelper_BuildMessage_m2723473059C1EB01C29EEA7E3E538174BD64180E(L_19, NULL);
Exception_t* L_21 = ___ex0;
String_t* L_22;
L_22 = ExceptionHelper_BuildStackTrace_m9DD1D48727C9183AC0491C98C776ED3E7988F034(L_21, NULL);
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_18, L_20, L_22, NULL);
}
IL_0086:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestResult::RecordException(System.Exception,NUnit.Framework.Interfaces.FailureSite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_RecordException_m63BF7A977427BA102241341E24B6023449B754B1 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, Exception_t* ___ex0, int32_t ___site1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1C1F351A820C5D1DFFB02C233BA399D737603D6);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
Exception_t* L_0 = ___ex0;
V_0 = (bool)((!(((RuntimeObject*)(NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)((NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)IsInstClass((RuntimeObject*)L_0, NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
Exception_t* L_2 = ___ex0;
NullCheck(L_2);
Exception_t* L_3;
L_3 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_2, NULL);
___ex0 = L_3;
}
IL_0016:
{
Exception_t* L_4 = ___ex0;
V_1 = (bool)((!(((RuntimeObject*)(ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)((ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)IsInstClass((RuntimeObject*)L_4, ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_004e;
}
}
{
Exception_t* L_6 = ___ex0;
NullCheck(((ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)CastclassClass((RuntimeObject*)L_6, ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var)));
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_7;
L_7 = VirtualFuncInvoker0< ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* >::Invoke(12 /* NUnit.Framework.Interfaces.ResultState NUnit.Framework.ResultStateException::get_ResultState() */, ((ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE*)CastclassClass((RuntimeObject*)L_6, ResultStateException_t81A21AC6E72535591B97A57DE302FF11B98E49DE_il2cpp_TypeInfo_var)));
int32_t L_8 = ___site1;
NullCheck(L_7);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_9;
L_9 = ResultState_WithSite_mB9B8CED6D7F3B110926C554B46DF7EA5D176E2F4(L_7, L_8, NULL);
Exception_t* L_10 = ___ex0;
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_10);
Exception_t* L_12 = ___ex0;
NullCheck(L_12);
String_t* L_13;
L_13 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_12);
il2cpp_codegen_runtime_class_init_inline(StackFilter_t3F2444011DAAB8552DE2B83DECD09D28F1D25145_il2cpp_TypeInfo_var);
String_t* L_14;
L_14 = StackFilter_Filter_m5843B216249F7BD98AFD12B7A71041495142D91D(L_13, NULL);
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_9, L_11, L_14, NULL);
goto IL_0098;
}
IL_004e:
{
Exception_t* L_15 = ___ex0;
V_2 = (bool)((!(((RuntimeObject*)(ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*)((ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*)IsInstSealed((RuntimeObject*)L_15, ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_16 = V_2;
if (!L_16)
{
goto IL_007a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_17 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Cancelled_7;
int32_t L_18 = ___site1;
NullCheck(L_17);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_19;
L_19 = ResultState_WithSite_mB9B8CED6D7F3B110926C554B46DF7EA5D176E2F4(L_17, L_18, NULL);
Exception_t* L_20 = ___ex0;
NullCheck(L_20);
String_t* L_21;
L_21 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_20);
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_19, _stringLiteralA1C1F351A820C5D1DFFB02C233BA399D737603D6, L_21, NULL);
goto IL_0098;
}
IL_007a:
{
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_22 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Error_6;
int32_t L_23 = ___site1;
NullCheck(L_22);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_24;
L_24 = ResultState_WithSite_mB9B8CED6D7F3B110926C554B46DF7EA5D176E2F4(L_22, L_23, NULL);
Exception_t* L_25 = ___ex0;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
String_t* L_26;
L_26 = ExceptionHelper_BuildMessage_m2723473059C1EB01C29EEA7E3E538174BD64180E(L_25, NULL);
Exception_t* L_27 = ___ex0;
String_t* L_28;
L_28 = ExceptionHelper_BuildStackTrace_m9DD1D48727C9183AC0491C98C776ED3E7988F034(L_27, NULL);
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_24, L_26, L_28, NULL);
}
IL_0098:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestResult::RecordTearDownException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult_RecordTearDownException_m32C27AA9C2D821735BF0196D5A0E149760EC3F5C (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, Exception_t* ___ex0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC8B0D37321974B5DFDEE8981BFFE86DF0601A13);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD6E2D8A4439C485B2CBBCD8C15EDB496D799A9E);
s_Il2CppMethodInitialized = true;
}
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* G_B5_0 = NULL;
{
Exception_t* L_0 = ___ex0;
V_3 = (bool)((!(((RuntimeObject*)(NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)((NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B*)IsInstClass((RuntimeObject*)L_0, NUnitException_t07CF34502CA78FC406356477A649E72291F6C48B_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0016;
}
}
{
Exception_t* L_2 = ___ex0;
NullCheck(L_2);
Exception_t* L_3;
L_3 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_2, NULL);
___ex0 = L_3;
}
IL_0016:
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_4;
L_4 = TestResult_get_ResultState_mB8AFA145AD687CD1EE3B5154D451BD2D4DD128BD(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_5 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Cancelled_7;
if ((((RuntimeObject*)(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A*)L_4) == ((RuntimeObject*)(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A*)L_5)))
{
goto IL_002a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_6 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Error_6;
G_B5_0 = L_6;
goto IL_002f;
}
IL_002a:
{
il2cpp_codegen_runtime_class_init_inline(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_7 = ((ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_StaticFields*)il2cpp_codegen_static_fields_for(ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A_il2cpp_TypeInfo_var))->___Cancelled_7;
G_B5_0 = L_7;
}
IL_002f:
{
V_0 = G_B5_0;
RuntimeObject* L_8;
L_8 = TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0_inline(__this, NULL);
NullCheck(L_8);
bool L_9;
L_9 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean NUnit.Framework.Interfaces.ITest::get_IsSuite() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_8);
V_4 = L_9;
bool L_10 = V_4;
if (!L_10)
{
goto IL_0049;
}
}
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_11 = V_0;
NullCheck(L_11);
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_12;
L_12 = ResultState_WithSite_mB9B8CED6D7F3B110926C554B46DF7EA5D176E2F4(L_11, 2, NULL);
V_0 = L_12;
}
IL_0049:
{
Exception_t* L_13 = ___ex0;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
String_t* L_14;
L_14 = ExceptionHelper_BuildMessage_m2723473059C1EB01C29EEA7E3E538174BD64180E(L_13, NULL);
String_t* L_15;
L_15 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralFD6E2D8A4439C485B2CBBCD8C15EDB496D799A9E, L_14, NULL);
V_1 = L_15;
String_t* L_16;
L_16 = TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651(__this, NULL);
V_5 = (bool)((!(((RuntimeObject*)(String_t*)L_16) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_17 = V_5;
if (!L_17)
{
goto IL_007b;
}
}
{
String_t* L_18;
L_18 = TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
String_t* L_19 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___NewLine_0;
String_t* L_20 = V_1;
String_t* L_21;
L_21 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_18, L_19, L_20, NULL);
V_1 = L_21;
}
IL_007b:
{
il2cpp_codegen_runtime_class_init_inline(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
String_t* L_22 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___NewLine_0;
Exception_t* L_23 = ___ex0;
il2cpp_codegen_runtime_class_init_inline(ExceptionHelper_tAA2C65FEE2DD79B24AD0952008D310FE6D8B700D_il2cpp_TypeInfo_var);
String_t* L_24;
L_24 = ExceptionHelper_BuildStackTrace_m9DD1D48727C9183AC0491C98C776ED3E7988F034(L_23, NULL);
String_t* L_25;
L_25 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralDC8B0D37321974B5DFDEE8981BFFE86DF0601A13, L_22, L_24, NULL);
V_2 = L_25;
String_t* L_26;
L_26 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String NUnit.Framework.Internal.TestResult::get_StackTrace() */, __this);
V_6 = (bool)((!(((RuntimeObject*)(String_t*)L_26) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_27 = V_6;
if (!L_27)
{
goto IL_00b2;
}
}
{
String_t* L_28;
L_28 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String NUnit.Framework.Internal.TestResult::get_StackTrace() */, __this);
il2cpp_codegen_runtime_class_init_inline(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
String_t* L_29 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___NewLine_0;
String_t* L_30 = V_2;
String_t* L_31;
L_31 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_28, L_29, L_30, NULL);
V_2 = L_31;
}
IL_00b2:
{
ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* L_32 = V_0;
String_t* L_33 = V_1;
String_t* L_34 = V_2;
TestResult_SetResult_mD07241676BF68B6998D59B6BB2728907067F8ADD(__this, L_32, L_33, L_34, NULL);
return;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddReasonElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_AddReasonElement_m33250B3A9D30866AAD1FADD3E1DFF42253E37DF0 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral012A18907B249DF0954BFA806717C2FD7DDB76F9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_1 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = ___targetNode0;
NullCheck(L_0);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1;
L_1 = TNode_AddElement_m72A18EF5081B2D80E44D7950287CF42FD9355B43(L_0, _stringLiteral012A18907B249DF0954BFA806717C2FD7DDB76F9, NULL);
V_0 = L_1;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2 = V_0;
String_t* L_3;
L_3 = TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651(__this, NULL);
NullCheck(L_2);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_4;
L_4 = TNode_AddElementWithCDATA_m841285147BFE840C1C28549A8BA385E240F8041C(L_2, _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964, L_3, NULL);
V_1 = L_4;
goto IL_0021;
}
IL_0021:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_5 = V_1;
return L_5;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddFailureElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_AddFailureElement_mB8732E247B7105A6A8D05F71E45D427C796FC2D7 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E3DB61522C4E7AA1D5A216FFA2CA92BAFA2EBF1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9143C850DA53717576D218516012B6C88BDB335E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_3 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = ___targetNode0;
NullCheck(L_0);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1;
L_1 = TNode_AddElement_m72A18EF5081B2D80E44D7950287CF42FD9355B43(L_0, _stringLiteral1E3DB61522C4E7AA1D5A216FFA2CA92BAFA2EBF1, NULL);
V_0 = L_1;
String_t* L_2;
L_2 = TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651(__this, NULL);
V_1 = (bool)((!(((RuntimeObject*)(String_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_002c;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_4 = V_0;
String_t* L_5;
L_5 = TestResult_get_Message_m63DAFB51BF6BD03873DB3216BE99BC5C76D61651(__this, NULL);
NullCheck(L_4);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_6;
L_6 = TNode_AddElementWithCDATA_m841285147BFE840C1C28549A8BA385E240F8041C(L_4, _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964, L_5, NULL);
}
IL_002c:
{
String_t* L_7;
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String NUnit.Framework.Internal.TestResult::get_StackTrace() */, __this);
V_2 = (bool)((!(((RuntimeObject*)(String_t*)L_7) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_004b;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_9 = V_0;
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String NUnit.Framework.Internal.TestResult::get_StackTrace() */, __this);
NullCheck(L_9);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_11;
L_11 = TNode_AddElementWithCDATA_m841285147BFE840C1C28549A8BA385E240F8041C(L_9, _stringLiteral9143C850DA53717576D218516012B6C88BDB335E, L_10, NULL);
}
IL_004b:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12 = V_0;
V_3 = L_12;
goto IL_004f;
}
IL_004f:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_13 = V_3;
return L_13;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestResult::AddOutputElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestResult_AddOutputElement_m0F56D0B292986D812F5BD75A06C5B3BDBFF3B357 (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71443AC7CF5CC108984A138188DE915E32441BB2);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = ___targetNode0;
String_t* L_1;
L_1 = TestResult_get_Output_m0CC95E42E32C71DA158DB3137180832FDE840CCF(__this, NULL);
NullCheck(L_0);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2;
L_2 = TNode_AddElementWithCDATA_m841285147BFE840C1C28549A8BA385E240F8041C(L_0, _stringLiteral71443AC7CF5CC108984A138188DE915E32441BB2, L_1, NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Internal.TestResult::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestResult__cctor_m20146177DF400C67906E719EB173AB0E497E7EB1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FB808C8E43B94C0A11546ECE98F11274B3B0293);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB749D646D3FD0CAE2A9E0F86E4518E247954BCFF);
s_Il2CppMethodInitialized = true;
}
{
((TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_StaticFields*)il2cpp_codegen_static_fields_for(TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var))->___CHILD_ERRORS_MESSAGE_0 = _stringLiteralB749D646D3FD0CAE2A9E0F86E4518E247954BCFF;
Il2CppCodeGenWriteBarrier((void**)(&((TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_StaticFields*)il2cpp_codegen_static_fields_for(TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var))->___CHILD_ERRORS_MESSAGE_0), (void*)_stringLiteralB749D646D3FD0CAE2A9E0F86E4518E247954BCFF);
((TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_StaticFields*)il2cpp_codegen_static_fields_for(TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var))->___CHILD_IGNORE_MESSAGE_1 = _stringLiteral3FB808C8E43B94C0A11546ECE98F11274B3B0293;
Il2CppCodeGenWriteBarrier((void**)(&((TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_StaticFields*)il2cpp_codegen_static_fields_for(TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851_il2cpp_TypeInfo_var))->___CHILD_IGNORE_MESSAGE_1), (void*)_stringLiteral3FB808C8E43B94C0A11546ECE98F11274B3B0293);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.RuntimeFramework::.ctor(NUnit.Framework.Internal.RuntimeType,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework__ctor_mFB7FC673DA46E030AD1E365313546DBFA46C8BDF (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, int32_t ___runtime0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___runtime0;
RuntimeFramework_set_Runtime_m973DC99C054F85F98C190BD9A9B6220BE52A1D25_inline(__this, L_0, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = ___version1;
NullCheck(L_1);
int32_t L_2;
L_2 = Version_get_Build_m6B12DD50C0DD307EEE100834EAE94E9E4D7865D6_inline(L_1, NULL);
V_0 = (bool)((((int32_t)L_2) < ((int32_t)0))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0027;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_4 = ___version1;
RuntimeFramework_InitFromFrameworkVersion_m3BDFB2C5773B0032AFA411E409347E87D5386A13(__this, L_4, NULL);
goto IL_002f;
}
IL_0027:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_5 = ___version1;
RuntimeFramework_InitFromClrVersion_mA329B174A586487A57AA32D31177ADD39B5D7E28(__this, L_5, NULL);
}
IL_002f:
{
int32_t L_6 = ___runtime0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_7 = ___version1;
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
String_t* L_8;
L_8 = RuntimeFramework_GetDefaultDisplayName_mE6698618C807FF8401F22B7669654957C29F5D7E(L_6, L_7, NULL);
RuntimeFramework_set_DisplayName_m7695CE23F90B2512A2A873674FE6450AC4584BAF_inline(__this, L_8, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::InitFromFrameworkVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_InitFromFrameworkVersion_m3BDFB2C5773B0032AFA411E409347E87D5386A13 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
bool V_8 = false;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* G_B11_0 = NULL;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* G_B10_0 = NULL;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B12_0 = NULL;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* G_B12_1 = NULL;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* G_B24_0 = NULL;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* G_B23_0 = NULL;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B25_0 = NULL;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* G_B25_1 = NULL;
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___version0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = L_0;
V_0 = L_1;
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(__this, L_1, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_2 = V_0;
RuntimeFramework_set_FrameworkVersion_m6A81243F4E047A26B2518ECBC55F5EE3D3394E2D_inline(__this, L_2, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_3 = ___version0;
NullCheck(L_3);
int32_t L_4;
L_4 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_3, NULL);
V_1 = (bool)((((int32_t)L_4) > ((int32_t)0))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_019b;
}
}
{
int32_t L_6;
L_6 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
V_3 = L_6;
int32_t L_7 = V_3;
V_2 = L_7;
int32_t L_8 = V_2;
switch (L_8)
{
case 0:
{
goto IL_004f;
}
case 1:
{
goto IL_004f;
}
case 2:
{
goto IL_015c;
}
case 3:
{
goto IL_019b;
}
case 4:
{
goto IL_004f;
}
case 5:
{
goto IL_0130;
}
}
}
{
goto IL_019b;
}
IL_004f:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_9 = ___version0;
NullCheck(L_9);
int32_t L_10;
L_10 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_9, NULL);
V_5 = L_10;
int32_t L_11 = V_5;
V_4 = L_11;
int32_t L_12 = V_4;
switch (((int32_t)il2cpp_codegen_subtract(L_12, 1)))
{
case 0:
{
goto IL_0079;
}
case 1:
{
goto IL_00fb;
}
case 2:
{
goto IL_00fb;
}
case 3:
{
goto IL_0110;
}
}
}
{
goto IL_0125;
}
IL_0079:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_13 = ___version0;
NullCheck(L_13);
int32_t L_14;
L_14 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_13, NULL);
V_7 = L_14;
int32_t L_15 = V_7;
V_6 = L_15;
int32_t L_16 = V_6;
if (!L_16)
{
goto IL_0092;
}
}
{
goto IL_008b;
}
IL_008b:
{
int32_t L_17 = V_6;
if ((((int32_t)L_17) == ((int32_t)1)))
{
goto IL_00be;
}
}
{
goto IL_00f0;
}
IL_0092:
{
int32_t L_18;
L_18 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
G_B10_0 = __this;
if ((((int32_t)L_18) == ((int32_t)4)))
{
G_B11_0 = __this;
goto IL_00aa;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_19 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_19);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_19, 1, 0, ((int32_t)3705), NULL);
G_B12_0 = L_19;
G_B12_1 = G_B10_0;
goto IL_00b6;
}
IL_00aa:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_20 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_20);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_20, 1, 1, ((int32_t)4322), NULL);
G_B12_0 = L_20;
G_B12_1 = G_B11_0;
}
IL_00b6:
{
NullCheck(G_B12_1);
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(G_B12_1, G_B12_0, NULL);
goto IL_00f9;
}
IL_00be:
{
int32_t L_21;
L_21 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
V_8 = (bool)((((int32_t)L_21) == ((int32_t)4))? 1 : 0);
bool L_22 = V_8;
if (!L_22)
{
goto IL_00db;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_23 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_23);
Version__ctor_m0871675040007535EA3D8083A4BEAE9DF8C92FF4(L_23, 1, 0, NULL);
RuntimeFramework_set_FrameworkVersion_m6A81243F4E047A26B2518ECBC55F5EE3D3394E2D_inline(__this, L_23, NULL);
}
IL_00db:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_24 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_24);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_24, 1, 1, ((int32_t)4322), NULL);
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(__this, L_24, NULL);
goto IL_00f9;
}
IL_00f0:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_25 = ___version0;
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
RuntimeFramework_ThrowInvalidFrameworkVersion_m5F45AF8D73CA3A2CC7A5B8C7860D3EF927D5A19B(L_25, NULL);
goto IL_00f9;
}
IL_00f9:
{
goto IL_012e;
}
IL_00fb:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_26 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_26);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_26, 2, 0, ((int32_t)50727), NULL);
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(__this, L_26, NULL);
goto IL_012e;
}
IL_0110:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_27 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_27);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_27, 4, 0, ((int32_t)30319), NULL);
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(__this, L_27, NULL);
goto IL_012e;
}
IL_0125:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_28 = ___version0;
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
RuntimeFramework_ThrowInvalidFrameworkVersion_m5F45AF8D73CA3A2CC7A5B8C7860D3EF927D5A19B(L_28, NULL);
goto IL_012e;
}
IL_012e:
{
goto IL_019b;
}
IL_0130:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_29 = ___version0;
NullCheck(L_29);
int32_t L_30;
L_30 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_29, NULL);
G_B23_0 = __this;
if ((((int32_t)L_30) >= ((int32_t)4)))
{
G_B24_0 = __this;
goto IL_0148;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_31 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_31);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_31, 2, 0, ((int32_t)50727), NULL);
G_B25_0 = L_31;
G_B25_1 = G_B23_0;
goto IL_0154;
}
IL_0148:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_32 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_32);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_32, 4, 0, ((int32_t)60310), NULL);
G_B25_0 = L_32;
G_B25_1 = G_B24_0;
}
IL_0154:
{
NullCheck(G_B25_1);
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(G_B25_1, G_B25_0, NULL);
goto IL_019b;
}
IL_015c:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_33 = ___version0;
NullCheck(L_33);
int32_t L_34;
L_34 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_33, NULL);
V_10 = L_34;
int32_t L_35 = V_10;
V_9 = L_35;
int32_t L_36 = V_9;
if ((((int32_t)L_36) == ((int32_t)3)))
{
goto IL_016f;
}
}
{
goto IL_0199;
}
IL_016f:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_37 = ___version0;
NullCheck(L_37);
int32_t L_38;
L_38 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_37, NULL);
V_12 = L_38;
int32_t L_39 = V_12;
V_11 = L_39;
int32_t L_40 = V_11;
if ((((int32_t)L_40) == ((int32_t)5)))
{
goto IL_0182;
}
}
{
goto IL_0197;
}
IL_0182:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_41 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_41);
Version__ctor_m7D8EE608025AE8D7AD8867718BC0AC96A2CFC1F5(L_41, 3, 5, ((int32_t)7283), NULL);
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(__this, L_41, NULL);
goto IL_0197;
}
IL_0197:
{
goto IL_0199;
}
IL_0199:
{
goto IL_019b;
}
IL_019b:
{
return;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::ThrowInvalidFrameworkVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_ThrowInvalidFrameworkVersion_m5F45AF8D73CA3A2CC7A5B8C7860D3EF927D5A19B (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method)
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B2_0 = NULL;
String_t* G_B2_1 = NULL;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B1_0 = NULL;
String_t* G_B1_1 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___version0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66C2038E9D15E2D08FE2C4E1D4325F7A1168EF56));
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66C2038E9D15E2D08FE2C4E1D4325F7A1168EF56));
goto IL_000e;
}
}
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B1_1;
goto IL_0013;
}
IL_000e:
{
NullCheck(G_B2_0);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B2_0);
G_B3_0 = L_2;
G_B3_1 = G_B2_1;
}
IL_0013:
{
String_t* L_3;
L_3 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(G_B3_1, G_B3_0, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeFramework_ThrowInvalidFrameworkVersion_m5F45AF8D73CA3A2CC7A5B8C7860D3EF927D5A19B_RuntimeMethod_var)));
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::InitFromClrVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_InitFromClrVersion_mA329B174A586487A57AA32D31177ADD39B5D7E28 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___version0;
NullCheck(L_0);
int32_t L_1;
L_1 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_0, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_2 = ___version0;
NullCheck(L_2);
int32_t L_3;
L_3 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_2, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_4 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_4);
Version__ctor_m0871675040007535EA3D8083A4BEAE9DF8C92FF4(L_4, L_1, L_3, NULL);
RuntimeFramework_set_FrameworkVersion_m6A81243F4E047A26B2518ECBC55F5EE3D3394E2D_inline(__this, L_4, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_5 = ___version0;
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(__this, L_5, NULL);
int32_t L_6;
L_6 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)4))))
{
goto IL_0035;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_7 = ___version0;
NullCheck(L_7);
int32_t L_8;
L_8 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_7, NULL);
G_B3_0 = ((((int32_t)L_8) == ((int32_t)1))? 1 : 0);
goto IL_0036;
}
IL_0035:
{
G_B3_0 = 0;
}
IL_0036:
{
V_0 = (bool)G_B3_0;
bool L_9 = V_0;
if (!L_9)
{
goto IL_0048;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_10 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_10);
Version__ctor_m0871675040007535EA3D8083A4BEAE9DF8C92FF4(L_10, 1, 0, NULL);
RuntimeFramework_set_FrameworkVersion_m6A81243F4E047A26B2518ECBC55F5EE3D3394E2D_inline(__this, L_10, NULL);
}
IL_0048:
{
return;
}
}
// NUnit.Framework.Internal.RuntimeFramework NUnit.Framework.Internal.RuntimeFramework::get_CurrentFramework()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* RuntimeFramework_get_CurrentFramework_mFCB528F6989439C0319620FA680D09BF324EB8A4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_get_Value_m219524ED5DC97781E8CE97614707D844A0331538_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34* L_0 = ((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___currentFramework_1;
NullCheck(L_0);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_1;
L_1 = Lazy_1_get_Value_m219524ED5DC97781E8CE97614707D844A0331538(L_0, Lazy_1_get_Value_m219524ED5DC97781E8CE97614707D844A0331538_RuntimeMethod_var);
V_0 = L_1;
goto IL_000e;
}
IL_000e:
{
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Internal.RuntimeType NUnit.Framework.Internal.RuntimeFramework::get_Runtime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CRuntimeU3Ek__BackingField_2;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_Runtime(NUnit.Framework.Internal.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_set_Runtime_m973DC99C054F85F98C190BD9A9B6220BE52A1D25 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CRuntimeU3Ek__BackingField_2 = L_0;
return;
}
}
// System.Version NUnit.Framework.Internal.RuntimeFramework::get_FrameworkVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___U3CFrameworkVersionU3Ek__BackingField_3;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_FrameworkVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_set_FrameworkVersion_m6A81243F4E047A26B2518ECBC55F5EE3D3394E2D (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___value0, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___value0;
__this->___U3CFrameworkVersionU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFrameworkVersionU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Version NUnit.Framework.Internal.RuntimeFramework::get_ClrVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* RuntimeFramework_get_ClrVersion_mFBBF6F9E396A4C7F43B1E72B1CC9C994890C933F (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___U3CClrVersionU3Ek__BackingField_4;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_ClrVersion(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___value0, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___value0;
__this->___U3CClrVersionU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CClrVersionU3Ek__BackingField_4), (void*)L_0);
return;
}
}
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::get_AllowAnyVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_get_AllowAnyVersion_m685ED3CDD79A628339FD2EE2E1CBDBB5BF108C6F (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0;
L_0 = RuntimeFramework_get_ClrVersion_mFBBF6F9E396A4C7F43B1E72B1CC9C994890C933F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = ((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___DefaultVersion_0;
bool L_2;
L_2 = Version_op_Equality_m4DFED47C6F3258EB59FCACA6A314B42B30EB7BC0(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0014;
}
IL_0014:
{
bool L_3 = V_0;
return L_3;
}
}
// System.String NUnit.Framework.Internal.RuntimeFramework::get_DisplayName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeFramework_get_DisplayName_mEA8D512D72C95F531B3A1E2CDD93D36328538972 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CDisplayNameU3Ek__BackingField_5;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::set_DisplayName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework_set_DisplayName_m7695CE23F90B2512A2A873674FE6450AC4584BAF (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CDisplayNameU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayNameU3Ek__BackingField_5), (void*)L_0);
return;
}
}
// NUnit.Framework.Internal.RuntimeFramework NUnit.Framework.Internal.RuntimeFramework::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* RuntimeFramework_Parse_mC9B02AF74301A2FD47A38A8164844B3E4189C0A3 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL;
bool V_3 = false;
String_t* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* V_8 = NULL;
{
V_0 = 0;
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___DefaultVersion_0;
V_1 = L_0;
String_t* L_1 = ___s0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)45));
NullCheck(L_1);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4;
L_4 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_1, L_3, NULL);
V_2 = L_4;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = V_2;
NullCheck(L_5);
V_3 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))) == ((int32_t)2))? 1 : 0);
bool L_6 = V_3;
if (!L_6)
{
goto IL_0061;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_8;
L_8 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_7, NULL);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_2;
NullCheck(L_9);
int32_t L_10 = 0;
String_t* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_12;
L_12 = Enum_Parse_m1ABE53499F05D295104BDE57EE12376CF4513585(L_8, L_11, (bool)1, NULL);
V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_12, RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var))));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = 1;
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_4 = L_15;
String_t* L_16 = V_4;
bool L_17;
L_17 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_16, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
V_5 = L_17;
bool L_18 = V_5;
if (!L_18)
{
goto IL_005e;
}
}
{
String_t* L_19 = V_4;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_20 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_20);
Version__ctor_m52D06833AE6481C0A9B72085BDC4D09A723CEF7F(L_20, L_19, NULL);
V_1 = L_20;
}
IL_005e:
{
goto IL_00b8;
}
IL_0061:
{
String_t* L_21 = ___s0;
NullCheck(L_21);
Il2CppChar L_22;
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_21, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
Il2CppChar L_23;
L_23 = Char_ToLower_m643675C4A50AD39A7BE3F5C3F40A1BFD547FF957(L_22, NULL);
V_6 = (bool)((((int32_t)L_23) == ((int32_t)((int32_t)118)))? 1 : 0);
bool L_24 = V_6;
if (!L_24)
{
goto IL_0088;
}
}
{
String_t* L_25 = ___s0;
NullCheck(L_25);
String_t* L_26;
L_26 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_25, 1, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_27 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_27);
Version__ctor_m52D06833AE6481C0A9B72085BDC4D09A723CEF7F(L_27, L_26, NULL);
V_1 = L_27;
goto IL_00b8;
}
IL_0088:
{
String_t* L_28 = ___s0;
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
bool L_29;
L_29 = RuntimeFramework_IsRuntimeTypeName_m2BA11A21731DA8B955B26B0F523912637865E593(L_28, NULL);
V_7 = L_29;
bool L_30 = V_7;
if (!L_30)
{
goto IL_00af;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_31 = { reinterpret_cast<intptr_t> (RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_32;
L_32 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_31, NULL);
String_t* L_33 = ___s0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_34;
L_34 = Enum_Parse_m1ABE53499F05D295104BDE57EE12376CF4513585(L_32, L_33, (bool)1, NULL);
V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_34, RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var))));
goto IL_00b8;
}
IL_00af:
{
String_t* L_35 = ___s0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_36 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_36);
Version__ctor_m52D06833AE6481C0A9B72085BDC4D09A723CEF7F(L_36, L_35, NULL);
V_1 = L_36;
}
IL_00b8:
{
int32_t L_37 = V_0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_38 = V_1;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_39 = (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644*)il2cpp_codegen_object_new(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
NullCheck(L_39);
RuntimeFramework__ctor_mFB7FC673DA46E030AD1E365313546DBFA46C8BDF(L_39, L_37, L_38, NULL);
V_8 = L_39;
goto IL_00c3;
}
IL_00c3:
{
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_40 = V_8;
return L_40;
}
}
// System.String NUnit.Framework.Internal.RuntimeFramework::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeFramework_ToString_m0CA56523409ED1CA1A13077C9AED92CD866B7C0A (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
bool V_4 = false;
{
bool L_0;
L_0 = RuntimeFramework_get_AllowAnyVersion_m685ED3CDD79A628339FD2EE2E1CBDBB5BF108C6F(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0028;
}
}
{
int32_t L_2;
L_2 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
V_1 = L_2;
Il2CppFakeBox<int32_t> L_3(RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var, (&V_1));
String_t* L_4;
L_4 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_3), NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_4, NULL);
V_2 = L_5;
goto IL_0079;
}
IL_0028:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_6;
L_6 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(__this, NULL);
NullCheck(L_6);
String_t* L_7;
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
V_3 = L_7;
int32_t L_8;
L_8 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
V_4 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
bool L_9 = V_4;
if (!L_9)
{
goto IL_0052;
}
}
{
String_t* L_10 = V_3;
String_t* L_11;
L_11 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA, L_10, NULL);
V_2 = L_11;
goto IL_0079;
}
IL_0052:
{
int32_t L_12;
L_12 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
V_1 = L_12;
Il2CppFakeBox<int32_t> L_13(RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var, (&V_1));
String_t* L_14;
L_14 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_13), NULL);
NullCheck(L_14);
String_t* L_15;
L_15 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_14, NULL);
String_t* L_16 = V_3;
String_t* L_17;
L_17 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_15, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, L_16, NULL);
V_2 = L_17;
goto IL_0079;
}
IL_0079:
{
String_t* L_18 = V_2;
return L_18;
}
}
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::Supports(NUnit.Framework.Internal.RuntimeFramework)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_Supports_m07884F38E122DC79E6C4A157665341FB83A164B4 (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t G_B4_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B21_0 = 0;
{
int32_t L_0;
L_0 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
if (!L_0)
{
goto IL_0024;
}
}
{
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_1 = ___target0;
NullCheck(L_1);
int32_t L_2;
L_2 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(L_1, NULL);
if (!L_2)
{
goto IL_0024;
}
}
{
int32_t L_3;
L_3 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_4 = ___target0;
NullCheck(L_4);
int32_t L_5;
L_5 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(L_4, NULL);
G_B4_0 = ((((int32_t)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0025;
}
IL_0024:
{
G_B4_0 = 0;
}
IL_0025:
{
V_0 = (bool)G_B4_0;
bool L_6 = V_0;
if (!L_6)
{
goto IL_0030;
}
}
{
V_1 = (bool)0;
goto IL_00df;
}
IL_0030:
{
bool L_7;
L_7 = RuntimeFramework_get_AllowAnyVersion_m685ED3CDD79A628339FD2EE2E1CBDBB5BF108C6F(__this, NULL);
if (L_7)
{
goto IL_0040;
}
}
{
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_8 = ___target0;
NullCheck(L_8);
bool L_9;
L_9 = RuntimeFramework_get_AllowAnyVersion_m685ED3CDD79A628339FD2EE2E1CBDBB5BF108C6F(L_8, NULL);
G_B9_0 = ((int32_t)(L_9));
goto IL_0041;
}
IL_0040:
{
G_B9_0 = 1;
}
IL_0041:
{
V_2 = (bool)G_B9_0;
bool L_10 = V_2;
if (!L_10)
{
goto IL_004c;
}
}
{
V_1 = (bool)1;
goto IL_00df;
}
IL_004c:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_11;
L_11 = RuntimeFramework_get_ClrVersion_mFBBF6F9E396A4C7F43B1E72B1CC9C994890C933F_inline(__this, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_12 = ___target0;
NullCheck(L_12);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_13;
L_13 = RuntimeFramework_get_ClrVersion_mFBBF6F9E396A4C7F43B1E72B1CC9C994890C933F_inline(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
bool L_14;
L_14 = RuntimeFramework_VersionsMatch_mFC7FD8B2E68DC9C42E58D792849300025A63CC36(L_11, L_13, NULL);
V_3 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
bool L_15 = V_3;
if (!L_15)
{
goto IL_0068;
}
}
{
V_1 = (bool)0;
goto IL_00df;
}
IL_0068:
{
int32_t L_16;
L_16 = RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline(__this, NULL);
if ((((int32_t)L_16) == ((int32_t)5)))
{
goto IL_00a9;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_17;
L_17 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(__this, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_17, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_19 = ___target0;
NullCheck(L_19);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_20;
L_20 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(L_19, NULL);
NullCheck(L_20);
int32_t L_21;
L_21 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_20, NULL);
if ((((int32_t)L_18) < ((int32_t)L_21)))
{
goto IL_00a6;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_22;
L_22 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(__this, NULL);
NullCheck(L_22);
int32_t L_23;
L_23 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_22, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_24 = ___target0;
NullCheck(L_24);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_25;
L_25 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(L_24, NULL);
NullCheck(L_25);
int32_t L_26;
L_26 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_25, NULL);
G_B17_0 = ((((int32_t)((((int32_t)L_23) < ((int32_t)L_26))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00a7;
}
IL_00a6:
{
G_B17_0 = 0;
}
IL_00a7:
{
G_B21_0 = G_B17_0;
goto IL_00dc;
}
IL_00a9:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_27;
L_27 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(__this, NULL);
NullCheck(L_27);
int32_t L_28;
L_28 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_27, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_29 = ___target0;
NullCheck(L_29);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_30;
L_30 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(L_29, NULL);
NullCheck(L_30);
int32_t L_31;
L_31 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_30, NULL);
if ((!(((uint32_t)L_28) == ((uint32_t)L_31))))
{
goto IL_00db;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_32;
L_32 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(__this, NULL);
NullCheck(L_32);
int32_t L_33;
L_33 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_32, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_34 = ___target0;
NullCheck(L_34);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_35;
L_35 = RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline(L_34, NULL);
NullCheck(L_35);
int32_t L_36;
L_36 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_35, NULL);
G_B21_0 = ((((int32_t)L_33) == ((int32_t)L_36))? 1 : 0);
goto IL_00dc;
}
IL_00db:
{
G_B21_0 = 0;
}
IL_00dc:
{
V_1 = (bool)G_B21_0;
goto IL_00df;
}
IL_00df:
{
bool L_37 = V_1;
return L_37;
}
}
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::IsRuntimeTypeName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_IsRuntimeTypeName_m2BA11A21731DA8B955B26B0F523912637865E593 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CIsRuntimeTypeNameU3Eb__0_m6A2BB753911C5FB844A68F049538A67C565B5C65_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6* V_0 = NULL;
bool V_1 = false;
{
U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6* L_0 = (U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass29_0__ctor_m2E097841A36F9022CC0480B3D250B60FF6C676FB(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6* L_1 = V_0;
String_t* L_2 = ___name0;
NullCheck(L_1);
L_1->___name_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___name_0), (void*)L_2);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeHelper_t61FD1DCC92DD8F7721A2ABF777FE855EED4EA10E_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5;
L_5 = TypeHelper_GetEnumNames_m63984A5578A0E7B3139D55E531262A278C114860(L_4, NULL);
U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6* L_6 = V_0;
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* L_7 = (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*)il2cpp_codegen_object_new(Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
NullCheck(L_7);
Func_2__ctor_m247D5044A4E1F518CA84A38B9A9F30E66BDD8184(L_7, L_6, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CIsRuntimeTypeNameU3Eb__0_m6A2BB753911C5FB844A68F049538A67C565B5C65_RuntimeMethod_var), NULL);
bool L_8;
L_8 = Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E((RuntimeObject*)L_5, L_7, Enumerable_Any_TisString_t_m5D996C56476B6F24D173C202AA19623C7F31358E_RuntimeMethod_var);
V_1 = L_8;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_1;
return L_9;
}
}
// System.String NUnit.Framework.Internal.RuntimeFramework::GetDefaultDisplayName(NUnit.Framework.Internal.RuntimeType,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeFramework_GetDefaultDisplayName_mE6698618C807FF8401F22B7669654957C29F5D7E (int32_t ___runtime0, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
bool V_2 = false;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B5_0 = NULL;
String_t* G_B5_1 = NULL;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
String_t* G_B6_0 = NULL;
String_t* G_B6_1 = NULL;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B9_0 = NULL;
String_t* G_B9_1 = NULL;
String_t* G_B9_2 = NULL;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* G_B8_0 = NULL;
String_t* G_B8_1 = NULL;
String_t* G_B8_2 = NULL;
String_t* G_B10_0 = NULL;
String_t* G_B10_1 = NULL;
String_t* G_B10_2 = NULL;
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___version1;
il2cpp_codegen_runtime_class_init_inline(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = ((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___DefaultVersion_0;
bool L_2;
L_2 = Version_op_Equality_m4DFED47C6F3258EB59FCACA6A314B42B30EB7BC0(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0020;
}
}
{
Il2CppFakeBox<int32_t> L_4(RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var, (&___runtime0));
String_t* L_5;
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
V_1 = L_5;
goto IL_0069;
}
IL_0020:
{
int32_t L_6 = ___runtime0;
V_2 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0042;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_8 = ___version1;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_9 = L_8;
G_B4_0 = L_9;
G_B4_1 = _stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA;
if (L_9)
{
G_B5_0 = L_9;
G_B5_1 = _stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA;
goto IL_0035;
}
}
{
G_B6_0 = ((String_t*)(NULL));
G_B6_1 = G_B4_1;
goto IL_003a;
}
IL_0035:
{
NullCheck(G_B5_0);
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B5_0);
G_B6_0 = L_10;
G_B6_1 = G_B5_1;
}
IL_003a:
{
String_t* L_11;
L_11 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(G_B6_1, G_B6_0, NULL);
V_1 = L_11;
goto IL_0069;
}
IL_0042:
{
Il2CppFakeBox<int32_t> L_12(RuntimeType_t32CA73E0D9E4A5B16FC8F48441119542F5D6A871_il2cpp_TypeInfo_var, (&___runtime0));
String_t* L_13;
L_13 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_12), NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_14 = ___version1;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_15 = L_14;
G_B8_0 = L_15;
G_B8_1 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
G_B8_2 = L_13;
if (L_15)
{
G_B9_0 = L_15;
G_B9_1 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
G_B9_2 = L_13;
goto IL_005c;
}
}
{
G_B10_0 = ((String_t*)(NULL));
G_B10_1 = G_B8_1;
G_B10_2 = G_B8_2;
goto IL_0061;
}
IL_005c:
{
NullCheck(G_B9_0);
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B9_0);
G_B10_0 = L_16;
G_B10_1 = G_B9_1;
G_B10_2 = G_B9_2;
}
IL_0061:
{
String_t* L_17;
L_17 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(G_B10_2, G_B10_1, G_B10_0, NULL);
V_1 = L_17;
goto IL_0069;
}
IL_0069:
{
String_t* L_18 = V_1;
return L_18;
}
}
// System.Boolean NUnit.Framework.Internal.RuntimeFramework::VersionsMatch(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFramework_VersionsMatch_mFC7FD8B2E68DC9C42E58D792849300025A63CC36 (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___v10, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___v21, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B9_0 = 0;
int32_t G_B11_0 = 0;
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___v10;
NullCheck(L_0);
int32_t L_1;
L_1 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_0, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_2 = ___v21;
NullCheck(L_2);
int32_t L_3;
L_3 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_2, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_0062;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_4 = ___v10;
NullCheck(L_4);
int32_t L_5;
L_5 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_4, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_6 = ___v21;
NullCheck(L_6);
int32_t L_7;
L_7 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_6, NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)L_7))))
{
goto IL_0062;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_8 = ___v10;
NullCheck(L_8);
int32_t L_9;
L_9 = Version_get_Build_m6B12DD50C0DD307EEE100834EAE94E9E4D7865D6_inline(L_8, NULL);
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_003d;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_10 = ___v21;
NullCheck(L_10);
int32_t L_11;
L_11 = Version_get_Build_m6B12DD50C0DD307EEE100834EAE94E9E4D7865D6_inline(L_10, NULL);
if ((((int32_t)L_11) < ((int32_t)0)))
{
goto IL_003d;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_12 = ___v10;
NullCheck(L_12);
int32_t L_13;
L_13 = Version_get_Build_m6B12DD50C0DD307EEE100834EAE94E9E4D7865D6_inline(L_12, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_14 = ___v21;
NullCheck(L_14);
int32_t L_15;
L_15 = Version_get_Build_m6B12DD50C0DD307EEE100834EAE94E9E4D7865D6_inline(L_14, NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)L_15))))
{
goto IL_0062;
}
}
IL_003d:
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_16 = ___v10;
NullCheck(L_16);
int32_t L_17;
L_17 = Version_get_Revision_mB8ABEDBEF89C1F44A43A93E90A943EBF94BDB030_inline(L_16, NULL);
if ((((int32_t)L_17) < ((int32_t)0)))
{
goto IL_005f;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_18 = ___v21;
NullCheck(L_18);
int32_t L_19;
L_19 = Version_get_Revision_mB8ABEDBEF89C1F44A43A93E90A943EBF94BDB030_inline(L_18, NULL);
if ((((int32_t)L_19) < ((int32_t)0)))
{
goto IL_005f;
}
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_20 = ___v10;
NullCheck(L_20);
int32_t L_21;
L_21 = Version_get_Revision_mB8ABEDBEF89C1F44A43A93E90A943EBF94BDB030_inline(L_20, NULL);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_22 = ___v21;
NullCheck(L_22);
int32_t L_23;
L_23 = Version_get_Revision_mB8ABEDBEF89C1F44A43A93E90A943EBF94BDB030_inline(L_22, NULL);
G_B9_0 = ((((int32_t)L_21) == ((int32_t)L_23))? 1 : 0);
goto IL_0060;
}
IL_005f:
{
G_B9_0 = 1;
}
IL_0060:
{
G_B11_0 = G_B9_0;
goto IL_0063;
}
IL_0062:
{
G_B11_0 = 0;
}
IL_0063:
{
V_0 = (bool)G_B11_0;
goto IL_0066;
}
IL_0066:
{
bool L_24 = V_0;
return L_24;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFramework__cctor_m27DE061AF69C5BC0778547132F7A2D67B8D1B23B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1__ctor_mB5C8AF11557A74C9394D87BDDFADAC3BD7CD755D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_0);
Version__ctor_m0871675040007535EA3D8083A4BEAE9DF8C92FF4(L_0, 0, 0, NULL);
((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___DefaultVersion_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___DefaultVersion_0), (void*)L_0);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var);
U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539* L_1 = ((U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261* L_2 = (Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261*)il2cpp_codegen_object_new(Func_1_t3A1EBEF63A7D091A067FE1E916D53B79129DE261_il2cpp_TypeInfo_var);
NullCheck(L_2);
Func_1__ctor_m50EE7BB0E4FF81CA7149D04699458DE3064FFD3B(L_2, L_1, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E_RuntimeMethod_var), NULL);
Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34* L_3 = (Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34*)il2cpp_codegen_object_new(Lazy_1_t7EB7507A0B0EF7A63CD0AD6A918124DB35A83C34_il2cpp_TypeInfo_var);
NullCheck(L_3);
Lazy_1__ctor_mB5C8AF11557A74C9394D87BDDFADAC3BD7CD755D(L_3, L_2, Lazy_1__ctor_mB5C8AF11557A74C9394D87BDDFADAC3BD7CD755D_RuntimeMethod_var);
((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___currentFramework_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var))->___currentFramework_1), (void*)L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.RuntimeFramework/<>c__DisplayClass29_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0__ctor_m2E097841A36F9022CC0480B3D250B60FF6C676FB (U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NUnit.Framework.Internal.RuntimeFramework/<>c__DisplayClass29_0::<IsRuntimeTypeName>b__0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass29_0_U3CIsRuntimeTypeNameU3Eb__0_m6A2BB753911C5FB844A68F049538A67C565B5C65 (U3CU3Ec__DisplayClass29_0_t61F2DC2AA263C2AA6FF872CC7F051D4FE69C2CA6* __this, String_t* ___item0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___item0;
NullCheck(L_0);
String_t* L_1;
L_1 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_0, NULL);
String_t* L_2 = __this->___name_0;
NullCheck(L_2);
String_t* L_3;
L_3 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_2, NULL);
bool L_4;
L_4 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_1, L_3, NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.RuntimeFramework/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m92412A81CDEF20E1C2230005A362D13F62701FDD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539* L_0 = (U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539*)il2cpp_codegen_object_new(U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mCDB3E57D72424A2C561A20F78D3B84E851352D6D(L_0, NULL);
((U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.RuntimeFramework/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mCDB3E57D72424A2C561A20F78D3B84E851352D6D (U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// NUnit.Framework.Internal.RuntimeFramework NUnit.Framework.Internal.RuntimeFramework/<>c::<.cctor>b__32_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E (U3CU3Ec_tEAE140F427406286534609835DA02EA3D80BD539* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m9CB153D66D389B8AE265D05E666E2B7E4EB0EF74_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E9A65DC92555534646FBC09F63A46BC2DAE6633);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2479DBDA030EA5AF6A502F1D7B42A1D59D34EF22);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37ADC0FEC78025879D2F179F28F67FD6B1B8334B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral520625740DAAAA312839FA6347FCA8DD2FA9A82C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5587F26CA9FEA538F287128FDE3CE089DEB03FF9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA18A4AE569C5BE88A9C406093C040EFEBFF78C5E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1A492CC8A029C98C957720C753423E22CBC8149);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2230E71BB2A4058F4E1979D5887615085B84A60);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
Type_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* V_7 = NULL;
bool V_8 = false;
int32_t V_9 = 0;
int32_t V_10 = 0;
bool V_11 = false;
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* V_12 = NULL;
bool V_13 = false;
String_t* V_14 = NULL;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
MethodInfo_t* V_20 = NULL;
bool V_21 = false;
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* V_22 = NULL;
int32_t G_B5_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B35_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_0;
L_0 = il2cpp_codegen_get_type(_stringLiteralA18A4AE569C5BE88A9C406093C040EFEBFF78C5E, (bool)0, Type_GetType_m9CB153D66D389B8AE265D05E666E2B7E4EB0EF74_RuntimeMethod_var, U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E_RuntimeMethod_var);
V_0 = L_0;
Type_t* L_1;
L_1 = il2cpp_codegen_get_type(_stringLiteral0E9A65DC92555534646FBC09F63A46BC2DAE6633, Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var, U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E_RuntimeMethod_var);
V_1 = L_1;
Type_t* L_2 = V_1;
V_2 = (bool)((!(((RuntimeObject*)(Type_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
Type_t* L_3 = V_0;
V_3 = (bool)((!(((RuntimeObject*)(Type_t*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_2;
if (L_4)
{
goto IL_003e;
}
}
{
bool L_5 = V_3;
if (L_5)
{
goto IL_003b;
}
}
{
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_6;
L_6 = Environment_get_OSVersion_mE57572A131F223315BB4EFDE0CE136DC2FDDCEE2(NULL);
NullCheck(L_6);
int32_t L_7;
L_7 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_6, NULL);
if ((((int32_t)L_7) == ((int32_t)3)))
{
goto IL_0038;
}
}
{
G_B5_0 = 1;
goto IL_0039;
}
IL_0038:
{
G_B5_0 = 2;
}
IL_0039:
{
G_B7_0 = G_B5_0;
goto IL_003c;
}
IL_003b:
{
G_B7_0 = 4;
}
IL_003c:
{
G_B9_0 = G_B7_0;
goto IL_003f;
}
IL_003e:
{
G_B9_0 = 6;
}
IL_003f:
{
V_4 = G_B9_0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_8;
L_8 = Environment_get_Version_m965E39968014A21B9EE509E938D59BBF2922F3D4(NULL);
NullCheck(L_8);
int32_t L_9;
L_9 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_8, NULL);
V_5 = L_9;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_10;
L_10 = Environment_get_Version_m965E39968014A21B9EE509E938D59BBF2922F3D4(NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_10, NULL);
V_6 = L_11;
bool L_12 = V_3;
V_8 = L_12;
bool L_13 = V_8;
if (!L_13)
{
goto IL_008a;
}
}
{
int32_t L_14 = V_5;
V_10 = L_14;
int32_t L_15 = V_10;
V_9 = L_15;
int32_t L_16 = V_9;
if ((((int32_t)L_16) == ((int32_t)1)))
{
goto IL_0077;
}
}
{
goto IL_0070;
}
IL_0070:
{
int32_t L_17 = V_9;
if ((((int32_t)L_17) == ((int32_t)2)))
{
goto IL_007c;
}
}
{
goto IL_0084;
}
IL_0077:
{
V_6 = 0;
goto IL_0084;
}
IL_007c:
{
V_5 = 3;
V_6 = 5;
goto IL_0084;
}
IL_0084:
{
goto IL_014b;
}
IL_008a:
{
int32_t L_18 = V_5;
V_11 = (bool)((((int32_t)L_18) == ((int32_t)2))? 1 : 0);
bool L_19 = V_11;
if (!L_19)
{
goto IL_012b;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var);
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_20 = ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___LocalMachine_4;
NullCheck(L_20);
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_21;
L_21 = RegistryKey_OpenSubKey_m096C287ECF6C7A3D8B8F14986969D40A3FEAC6D1(L_20, _stringLiteralB1A492CC8A029C98C957720C753423E22CBC8149, NULL);
V_12 = L_21;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_011b:
{// begin finally (depth: 1)
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_22 = V_12;
if (!L_22)
{
goto IL_0127;
}
}
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_23 = V_12;
NullCheck(L_23);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_23);
}
IL_0127:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_24 = V_12;
V_13 = (bool)((!(((RuntimeObject*)(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)L_24) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_25 = V_13;
if (!L_25)
{
goto IL_0118_1;
}
}
{
RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_26 = V_12;
NullCheck(L_26);
RuntimeObject* L_27;
L_27 = RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69(L_26, _stringLiteral2479DBDA030EA5AF6A502F1D7B42A1D59D34EF22, NULL);
V_14 = ((String_t*)IsInstSealed((RuntimeObject*)L_27, String_t_il2cpp_TypeInfo_var));
String_t* L_28 = V_14;
V_15 = (bool)((!(((RuntimeObject*)(String_t*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_29 = V_15;
if (!L_29)
{
goto IL_0117_1;
}
}
{
String_t* L_30 = V_14;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_31;
L_31 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_30, _stringLiteral5587F26CA9FEA538F287128FDE3CE089DEB03FF9, NULL);
bool L_32;
L_32 = Directory_Exists_m1AC1A8910C9883BD4198ECF585C97F09E23C4702(L_31, NULL);
V_16 = L_32;
bool L_33 = V_16;
if (!L_33)
{
goto IL_00f7_1;
}
}
{
V_5 = 3;
V_6 = 5;
goto IL_0116_1;
}
IL_00f7_1:
{
String_t* L_34 = V_14;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_35;
L_35 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_34, _stringLiteral520625740DAAAA312839FA6347FCA8DD2FA9A82C, NULL);
bool L_36;
L_36 = Directory_Exists_m1AC1A8910C9883BD4198ECF585C97F09E23C4702(L_35, NULL);
V_17 = L_36;
bool L_37 = V_17;
if (!L_37)
{
goto IL_0116_1;
}
}
{
V_5 = 3;
V_6 = 0;
}
IL_0116_1:
{
}
IL_0117_1:
{
}
IL_0118_1:
{
goto IL_0128;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0128:
{
goto IL_014b;
}
IL_012b:
{
int32_t L_38 = V_5;
if ((!(((uint32_t)L_38) == ((uint32_t)4))))
{
goto IL_013f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_39;
L_39 = il2cpp_codegen_get_type(_stringLiteral37ADC0FEC78025879D2F179F28F67FD6B1B8334B, Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var, U3CU3Ec_U3C_cctorU3Eb__32_0_m00D5A502CB8B4BE9D13314B136EA2F85C6824A6E_RuntimeMethod_var);
G_B35_0 = ((!(((RuntimeObject*)(Type_t*)L_39) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_0140;
}
IL_013f:
{
G_B35_0 = 0;
}
IL_0140:
{
V_18 = (bool)G_B35_0;
bool L_40 = V_18;
if (!L_40)
{
goto IL_014b;
}
}
{
V_6 = 5;
}
IL_014b:
{
int32_t L_41 = V_4;
int32_t L_42 = V_5;
int32_t L_43 = V_6;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_44 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_44);
Version__ctor_m0871675040007535EA3D8083A4BEAE9DF8C92FF4(L_44, L_42, L_43, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_45 = (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644*)il2cpp_codegen_object_new(RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644_il2cpp_TypeInfo_var);
NullCheck(L_45);
RuntimeFramework__ctor_mFB7FC673DA46E030AD1E365313546DBFA46C8BDF(L_45, L_41, L_44, NULL);
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_46 = L_45;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_47;
L_47 = Environment_get_Version_m965E39968014A21B9EE509E938D59BBF2922F3D4(NULL);
NullCheck(L_46);
RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline(L_46, L_47, NULL);
V_7 = L_46;
bool L_48 = V_3;
V_19 = L_48;
bool L_49 = V_19;
if (!L_49)
{
goto IL_01aa;
}
}
{
Type_t* L_50 = V_0;
NullCheck(L_50);
MethodInfo_t* L_51;
L_51 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_50, _stringLiteralB2230E71BB2A4058F4E1979D5887615085B84A60, ((int32_t)65578), NULL);
V_20 = L_51;
MethodInfo_t* L_52 = V_20;
V_21 = (bool)((!(((RuntimeObject*)(MethodInfo_t*)L_52) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_53 = V_21;
if (!L_53)
{
goto IL_01a9;
}
}
{
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_54 = V_7;
MethodInfo_t* L_55 = V_20;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_56 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)0);
NullCheck(L_55);
RuntimeObject* L_57;
L_57 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_55, NULL, L_56, NULL);
NullCheck(L_54);
RuntimeFramework_set_DisplayName_m7695CE23F90B2512A2A873674FE6450AC4584BAF_inline(L_54, ((String_t*)CastclassSealed((RuntimeObject*)L_57, String_t_il2cpp_TypeInfo_var)), NULL);
}
IL_01a9:
{
}
IL_01aa:
{
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_58 = V_7;
V_22 = L_58;
goto IL_01b0;
}
IL_01b0:
{
RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* L_59 = V_22;
return L_59;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestExecutionContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext__ctor_m00D6E867F90070CF85CFB9DEC2909CAEE19B82C3 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__9_0_m8718714E1B846D40BA1BAC7CF0C9D265F2099532_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* G_B2_0 = NULL;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* G_B2_1 = NULL;
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* G_B1_0 = NULL;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* G_B1_1 = NULL;
{
RuntimeObject* L_0;
L_0 = TestListener_get_NULL_m7768ACF96311942327C3C9886825E408D469A669(NULL);
__this->____listener_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____listener_3), (void*)L_0);
LongLivedMarshalByRefObject__ctor_m1472CD5B08C1A89BBB81C34452E5B72BAAEFE0DE(__this, NULL);
__this->____priorContext_1 = (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____priorContext_1), (void*)(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)NULL);
TestExecutionContext_set_TestCaseTimeout_mF7F1A7744B6B319994A3C91FB6647830F3A52169_inline(__this, 0, NULL);
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_1 = (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*)il2cpp_codegen_object_new(List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09(L_1, List_1__ctor_mC7BCF2CB1C864F7D1EAC92759649FB1666831B09_RuntimeMethod_var);
TestExecutionContext_set_UpstreamActions_m334ECC5DCF2C70FD4BCFB903D2A04AF62DC35166_inline(__this, L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
__this->____currentCulture_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentCulture_6), (void*)L_2);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
L_3 = CultureInfo_get_CurrentUICulture_m6802203666D09C5CC178AC9F5DEAF3D1C7076CE5(NULL);
__this->____currentUICulture_7 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentUICulture_7), (void*)L_3);
RuntimeObject* L_4;
L_4 = Thread_get_CurrentPrincipal_m72E9728B8C7F4117237D730C33A2DBC83E391E2F(NULL);
__this->____currentPrincipal_9 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentPrincipal_9), (void*)L_4);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var);
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_5 = ((U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var))->___U3CU3E9__9_0_1;
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_6 = L_5;
G_B1_0 = L_6;
G_B1_1 = __this;
if (L_6)
{
G_B2_0 = L_6;
G_B2_1 = __this;
goto IL_006f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var);
U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C* L_7 = ((U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var))->___U3CU3E9_0;
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_8 = (ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6*)il2cpp_codegen_object_new(ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6_il2cpp_TypeInfo_var);
NullCheck(L_8);
ValueFormatter__ctor_mFAB66D34A2B66AE2A6463C3C83157B9630F9D700(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__9_0_m8718714E1B846D40BA1BAC7CF0C9D265F2099532_RuntimeMethod_var), NULL);
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_9 = L_8;
((U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var))->___U3CU3E9__9_0_1 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var))->___U3CU3E9__9_0_1), (void*)L_9);
G_B2_0 = L_9;
G_B2_1 = G_B1_1;
}
IL_006f:
{
NullCheck(G_B2_1);
TestExecutionContext_set_CurrentValueFormatter_m7E9C68A8CFF99CCCFB20EC57DC5B29DA13293D7B_inline(G_B2_1, G_B2_0, NULL);
TestExecutionContext_set_IsSingleThreaded_m9A58D84E39F776E8FCB03D6F449FCBDFC4EA26DC_inline(__this, (bool)0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::.ctor(NUnit.Framework.Internal.TestExecutionContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext__ctor_mA56A429DBF7F5FB4D2DC775E56048A74D37F6CFE (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0;
L_0 = TestListener_get_NULL_m7768ACF96311942327C3C9886825E408D469A669(NULL);
__this->____listener_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____listener_3), (void*)L_0);
LongLivedMarshalByRefObject__ctor_m1472CD5B08C1A89BBB81C34452E5B72BAAEFE0DE(__this, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_1 = ___other0;
__this->____priorContext_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____priorContext_1), (void*)L_1);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_2 = ___other0;
NullCheck(L_2);
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_3;
L_3 = TestExecutionContext_get_CurrentTest_m2ED96D816867716706E549FDB4E96A267C400259_inline(L_2, NULL);
TestExecutionContext_set_CurrentTest_m1C1A0218999EAB6BA5878D120A6BA5A9C298C265_inline(__this, L_3, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_4 = ___other0;
NullCheck(L_4);
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_5;
L_5 = TestExecutionContext_get_CurrentResult_m68C19D68D6779835199529955628BB0703BEC49B(L_4, NULL);
TestExecutionContext_set_CurrentResult_mDE69D8FA71E768695ECC85BCB15A33F8AD74B9D2(__this, L_5, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_6 = ___other0;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = TestExecutionContext_get_TestObject_mF7BC109595DA8B174503BE598D818ED04CA2FDE1_inline(L_6, NULL);
TestExecutionContext_set_TestObject_m80932E4120A4B321E372C01808E19BCBF63537BC_inline(__this, L_7, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_8 = ___other0;
NullCheck(L_8);
String_t* L_9;
L_9 = TestExecutionContext_get_WorkDirectory_m36C7C4DC2DB852AAEC4CC1964E2CEFC73148BE23_inline(L_8, NULL);
TestExecutionContext_set_WorkDirectory_m722BE383D5C0747B277393D7F6A806228F7D4CA7_inline(__this, L_9, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_10 = ___other0;
NullCheck(L_10);
RuntimeObject* L_11 = L_10->____listener_3;
__this->____listener_3 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____listener_3), (void*)L_11);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_12 = ___other0;
NullCheck(L_12);
bool L_13;
L_13 = TestExecutionContext_get_StopOnError_m10738D6909E68C5E29F3605FBCC060AAD720EEF1_inline(L_12, NULL);
TestExecutionContext_set_StopOnError_m4F9D69A32FA1B59093C00848D44C728AD6C42D2B_inline(__this, L_13, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_14 = ___other0;
NullCheck(L_14);
int32_t L_15;
L_15 = TestExecutionContext_get_TestCaseTimeout_mDC877CF23B14A203108DAD7B2CB90295DE29FF9A_inline(L_14, NULL);
TestExecutionContext_set_TestCaseTimeout_mF7F1A7744B6B319994A3C91FB6647830F3A52169_inline(__this, L_15, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_16 = ___other0;
NullCheck(L_16);
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_17;
L_17 = TestExecutionContext_get_UpstreamActions_m59A782BADA8EF96C9DF024D8721247073EAB0D1B_inline(L_16, NULL);
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_18 = (List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B*)il2cpp_codegen_object_new(List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B_il2cpp_TypeInfo_var);
NullCheck(L_18);
List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB(L_18, L_17, List_1__ctor_mA13F29C90EAC448037C182C50EC5B54C7B19C6CB_RuntimeMethod_var);
TestExecutionContext_set_UpstreamActions_m334ECC5DCF2C70FD4BCFB903D2A04AF62DC35166_inline(__this, L_18, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_19 = ___other0;
NullCheck(L_19);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20;
L_20 = TestExecutionContext_get_CurrentCulture_mE440A7E644615DF403D0DC4CBC7ACCD96099454C(L_19, NULL);
__this->____currentCulture_6 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentCulture_6), (void*)L_20);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_21 = ___other0;
NullCheck(L_21);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22;
L_22 = TestExecutionContext_get_CurrentUICulture_m0CFE421D502516D75CB86DE8265B79CC3B27176B(L_21, NULL);
__this->____currentUICulture_7 = L_22;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentUICulture_7), (void*)L_22);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_23 = ___other0;
NullCheck(L_23);
RuntimeObject* L_24;
L_24 = TestExecutionContext_get_CurrentPrincipal_m4A7172D24D31B520C9771504177C0A444DFA56FB(L_23, NULL);
__this->____currentPrincipal_9 = L_24;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentPrincipal_9), (void*)L_24);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_25 = ___other0;
NullCheck(L_25);
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_26;
L_26 = TestExecutionContext_get_CurrentValueFormatter_mA777892544A577F63638D9DD9F807F51BF064902_inline(L_25, NULL);
TestExecutionContext_set_CurrentValueFormatter_m7E9C68A8CFF99CCCFB20EC57DC5B29DA13293D7B_inline(__this, L_26, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_27 = ___other0;
NullCheck(L_27);
RuntimeObject* L_28;
L_28 = TestExecutionContext_get_Dispatcher_m93951A50AE8A50ABD31625181AF214975FF60C40_inline(L_27, NULL);
TestExecutionContext_set_Dispatcher_m246147F23E54A48DB088587D0E681602D355E1EA_inline(__this, L_28, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_29 = ___other0;
NullCheck(L_29);
int32_t L_30;
L_30 = TestExecutionContext_get_ParallelScope_m85C17659CD61171BBB5FF8482429AD82A817AA25_inline(L_29, NULL);
TestExecutionContext_set_ParallelScope_m2B2173E5B0D118DED595FE3FACEF59868C28B7EC_inline(__this, L_30, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_31 = ___other0;
NullCheck(L_31);
bool L_32;
L_32 = TestExecutionContext_get_IsSingleThreaded_m27B0746FE941B1830E1C5BE08C3537487E98E68D_inline(L_31, NULL);
TestExecutionContext_set_IsSingleThreaded_m9A58D84E39F776E8FCB03D6F449FCBDFC4EA26DC_inline(__this, L_32, NULL);
return;
}
}
// NUnit.Framework.Internal.ITestExecutionContext NUnit.Framework.Internal.TestExecutionContext::get_CurrentContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_CurrentContext_m9C2BF9353ADCDDE43E88B69834672EC34829EEE5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_0;
L_0 = TestExecutionContext_GetTestExecutionContext_m609EDAB038CF85D0A7E525DC0F6FDCE1A97DFB82(NULL);
V_0 = L_0;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_1 = V_0;
V_1 = (bool)((((RuntimeObject*)(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0023;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_3 = (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)il2cpp_codegen_object_new(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
NullCheck(L_3);
TestExecutionContext__ctor_m00D6E867F90070CF85CFB9DEC2909CAEE19B82C3(L_3, NULL);
V_0 = L_3;
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
String_t* L_4 = ((TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_StaticFields*)il2cpp_codegen_static_fields_for(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var))->___CONTEXT_KEY_10;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_5 = V_0;
CallContext_SetData_mEB9BA76F9234C6AF7B82DF75599F3EE15086C825(L_4, L_5, NULL);
}
IL_0023:
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_6 = V_0;
V_2 = L_6;
goto IL_0027;
}
IL_0027:
{
RuntimeObject* L_7 = V_2;
return L_7;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentContext(NUnit.Framework.Internal.ITestExecutionContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentContext_m6AA8BEF8B37C14EA44D670FA8DC52ECDE741DC06 (RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RuntimeObject* L_0 = ___value0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
String_t* L_2 = ((TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_StaticFields*)il2cpp_codegen_static_fields_for(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var))->___CONTEXT_KEY_10;
CallContext_FreeNamedDataSlot_mC3ACFF5C58F3238B436C6969152C871CB65EC8FA(L_2, NULL);
goto IL_0022;
}
IL_0016:
{
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
String_t* L_3 = ((TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_StaticFields*)il2cpp_codegen_static_fields_for(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var))->___CONTEXT_KEY_10;
RuntimeObject* L_4 = ___value0;
CallContext_SetData_mEB9BA76F9234C6AF7B82DF75599F3EE15086C825(L_3, L_4, NULL);
}
IL_0022:
{
return;
}
}
// NUnit.Framework.Internal.TestExecutionContext NUnit.Framework.Internal.TestExecutionContext::GetTestExecutionContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* TestExecutionContext_GetTestExecutionContext_m609EDAB038CF85D0A7E525DC0F6FDCE1A97DFB82 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
String_t* L_0 = ((TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_StaticFields*)il2cpp_codegen_static_fields_for(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var))->___CONTEXT_KEY_10;
RuntimeObject* L_1;
L_1 = CallContext_GetData_mC567B579742A9612DA44879EB73B87EF4AFF17D4(L_0, NULL);
V_0 = ((TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)IsInstClass((RuntimeObject*)L_1, TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var));
goto IL_0013;
}
IL_0013:
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_2 = V_0;
return L_2;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::ClearCurrentContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_ClearCurrentContext_mA732ECE8299990868CFF61B01F45C3FADFA778F2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
TestExecutionContext_set_CurrentContext_m6AA8BEF8B37C14EA44D670FA8DC52ECDE741DC06((RuntimeObject*)NULL, NULL);
return;
}
}
// NUnit.Framework.Internal.Test NUnit.Framework.Internal.TestExecutionContext::get_CurrentTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* TestExecutionContext_get_CurrentTest_m2ED96D816867716706E549FDB4E96A267C400259 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->___U3CCurrentTestU3Ek__BackingField_11;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentTest(NUnit.Framework.Internal.Test)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentTest_m1C1A0218999EAB6BA5878D120A6BA5A9C298C265 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___value0, const RuntimeMethod* method)
{
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = ___value0;
__this->___U3CCurrentTestU3Ek__BackingField_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCurrentTestU3Ek__BackingField_11), (void*)L_0);
return;
}
}
// System.DateTime NUnit.Framework.Internal.TestExecutionContext::get_StartTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TestExecutionContext_get_StartTime_m06E13D59F0EEFDCC0073EA3482C4B043815467C7 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___U3CStartTimeU3Ek__BackingField_12;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_StartTime(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_StartTime_mD3E6060B61843B13DAEDE8587B73709A4234284A (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___value0;
__this->___U3CStartTimeU3Ek__BackingField_12 = L_0;
return;
}
}
// System.Int64 NUnit.Framework.Internal.TestExecutionContext::get_StartTicks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TestExecutionContext_get_StartTicks_mD197AD2B4B3F000BCF454BC5253578BCDCDEE03B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->___U3CStartTicksU3Ek__BackingField_13;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_StartTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_StartTicks_mA4BCAD7F539A85E8B95D65EB44896B8904A38B78 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int64_t ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___value0;
__this->___U3CStartTicksU3Ek__BackingField_13 = L_0;
return;
}
}
// NUnit.Framework.Internal.TestResult NUnit.Framework.Internal.TestExecutionContext::get_CurrentResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* TestExecutionContext_get_CurrentResult_m68C19D68D6779835199529955628BB0703BEC49B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* V_0 = NULL;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->____currentResult_8;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentResult(NUnit.Framework.Internal.TestResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentResult_mDE69D8FA71E768695ECC85BCB15A33F8AD74B9D2 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = ___value0;
__this->____currentResult_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentResult_8), (void*)L_0);
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_1 = ___value0;
V_0 = (bool)((!(((RuntimeObject*)(TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_3 = ___value0;
NullCheck(L_3);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_4;
L_4 = TestResult_get_OutWriter_mB87336A23A8A3B339D3F00A782559CEEAD250C7F_inline(L_3, NULL);
TestExecutionContext_set_OutWriter_m0BB68EFFF540A99BC5CC573C48AC25D487A8E078_inline(__this, L_4, NULL);
}
IL_001d:
{
return;
}
}
// System.IO.TextWriter NUnit.Framework.Internal.TestExecutionContext::get_OutWriter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* TestExecutionContext_get_OutWriter_m21382DE1F52E3F477F8E374A036B2AFC8CCBC941 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___U3COutWriterU3Ek__BackingField_14;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_OutWriter(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_OutWriter_m0BB68EFFF540A99BC5CC573C48AC25D487A8E078 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___value0, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___value0;
__this->___U3COutWriterU3Ek__BackingField_14 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COutWriterU3Ek__BackingField_14), (void*)L_0);
return;
}
}
// System.Object NUnit.Framework.Internal.TestExecutionContext::get_TestObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_TestObject_mF7BC109595DA8B174503BE598D818ED04CA2FDE1 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTestObjectU3Ek__BackingField_15;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_TestObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_TestObject_m80932E4120A4B321E372C01808E19BCBF63537BC (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTestObjectU3Ek__BackingField_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestObjectU3Ek__BackingField_15), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.TestExecutionContext::get_WorkDirectory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestExecutionContext_get_WorkDirectory_m36C7C4DC2DB852AAEC4CC1964E2CEFC73148BE23 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CWorkDirectoryU3Ek__BackingField_16;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_WorkDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_WorkDirectory_m722BE383D5C0747B277393D7F6A806228F7D4CA7 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CWorkDirectoryU3Ek__BackingField_16 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CWorkDirectoryU3Ek__BackingField_16), (void*)L_0);
return;
}
}
// System.Boolean NUnit.Framework.Internal.TestExecutionContext::get_StopOnError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestExecutionContext_get_StopOnError_m10738D6909E68C5E29F3605FBCC060AAD720EEF1 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CStopOnErrorU3Ek__BackingField_17;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_StopOnError(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_StopOnError_m4F9D69A32FA1B59093C00848D44C728AD6C42D2B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CStopOnErrorU3Ek__BackingField_17 = L_0;
return;
}
}
// NUnit.Framework.Internal.TestExecutionStatus NUnit.Framework.Internal.TestExecutionContext::get_ExecutionStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_ExecutionStatus_m39ACF481F72DDC045E3ADDAB1F981D9947151501 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->____executionStatus_2;
if (L_0)
{
goto IL_0014;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_1 = __this->____priorContext_1;
G_B3_0 = ((!(((RuntimeObject*)(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002a;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_3 = __this->____priorContext_1;
NullCheck(L_3);
int32_t L_4;
L_4 = TestExecutionContext_get_ExecutionStatus_m39ACF481F72DDC045E3ADDAB1F981D9947151501(L_3, NULL);
__this->____executionStatus_2 = L_4;
}
IL_002a:
{
int32_t L_5 = __this->____executionStatus_2;
V_1 = L_5;
goto IL_0033;
}
IL_0033:
{
int32_t L_6 = V_1;
return L_6;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_ExecutionStatus(NUnit.Framework.Internal.TestExecutionStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_ExecutionStatus_mBC15E2B44E87091C782409F899B755C82F283777 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___value0;
__this->____executionStatus_2 = L_0;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_1 = __this->____priorContext_1;
V_0 = (bool)((!(((RuntimeObject*)(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0022;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_3 = __this->____priorContext_1;
int32_t L_4 = ___value0;
NullCheck(L_3);
TestExecutionContext_set_ExecutionStatus_mBC15E2B44E87091C782409F899B755C82F283777(L_3, L_4, NULL);
}
IL_0022:
{
return;
}
}
// NUnit.Framework.Interfaces.ITestListener NUnit.Framework.Internal.TestExecutionContext::get_Listener()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_Listener_mFBAE2BDE4DA7493071C74C6FE2CB2EEC06977A7A (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->____listener_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_Listener(NUnit.Framework.Interfaces.ITestListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_Listener_m399C41581F2E46027886DCCB69594C2823C1DD9F (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->____listener_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____listener_3), (void*)L_0);
return;
}
}
// NUnit.Framework.Internal.Execution.IWorkItemDispatcher NUnit.Framework.Internal.TestExecutionContext::get_Dispatcher()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_Dispatcher_m93951A50AE8A50ABD31625181AF214975FF60C40 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CDispatcherU3Ek__BackingField_18;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_Dispatcher(NUnit.Framework.Internal.Execution.IWorkItemDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_Dispatcher_m246147F23E54A48DB088587D0E681602D355E1EA (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CDispatcherU3Ek__BackingField_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDispatcherU3Ek__BackingField_18), (void*)L_0);
return;
}
}
// NUnit.Framework.ParallelScope NUnit.Framework.Internal.TestExecutionContext::get_ParallelScope()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_ParallelScope_m85C17659CD61171BBB5FF8482429AD82A817AA25 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CParallelScopeU3Ek__BackingField_19;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_ParallelScope(NUnit.Framework.ParallelScope)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_ParallelScope_m2B2173E5B0D118DED595FE3FACEF59868C28B7EC (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CParallelScopeU3Ek__BackingField_19 = L_0;
return;
}
}
// System.String NUnit.Framework.Internal.TestExecutionContext::get_WorkerId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestExecutionContext_get_WorkerId_m2DB9F944A92F9555285C26E72DC5520DB29A56AE (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CWorkerIdU3Ek__BackingField_20;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_WorkerId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_WorkerId_mE5E6B799BC58867C4AC37D1048E2738C5D8E6303 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CWorkerIdU3Ek__BackingField_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CWorkerIdU3Ek__BackingField_20), (void*)L_0);
return;
}
}
// NUnit.Framework.Internal.Randomizer NUnit.Framework.Internal.TestExecutionContext::get_RandomGenerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* TestExecutionContext_get_RandomGenerator_m9D5F9FA7C823928C308A4FED4C9EB8BB14AB8743 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* V_1 = NULL;
{
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_0 = __this->____randomGenerator_5;
V_0 = (bool)((((RuntimeObject*)(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0024;
}
}
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_2;
L_2 = TestExecutionContext_get_CurrentTest_m2ED96D816867716706E549FDB4E96A267C400259_inline(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = Test_get_Seed_m4F34E769EAE1E5214690FE70B3C1B94683CC024D_inline(L_2, NULL);
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_4 = (Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2*)il2cpp_codegen_object_new(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
NullCheck(L_4);
Randomizer__ctor_m3F00C02876C6A10D3A20CB35F34F2D50045938B2(L_4, L_3, NULL);
__this->____randomGenerator_5 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____randomGenerator_5), (void*)L_4);
}
IL_0024:
{
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_5 = __this->____randomGenerator_5;
V_1 = L_5;
goto IL_002d;
}
IL_002d:
{
Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2* L_6 = V_1;
return L_6;
}
}
// System.Int32 NUnit.Framework.Internal.TestExecutionContext::get_AssertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_AssertCount_m0312533A9FF3A159B3CDCEDB898B6FAADBCD7AC6 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->____assertCount_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Int32 NUnit.Framework.Internal.TestExecutionContext::get_TestCaseTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_TestCaseTimeout_mDC877CF23B14A203108DAD7B2CB90295DE29FF9A (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CTestCaseTimeoutU3Ek__BackingField_21;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_TestCaseTimeout(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_TestCaseTimeout_mF7F1A7744B6B319994A3C91FB6647830F3A52169 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CTestCaseTimeoutU3Ek__BackingField_21 = L_0;
return;
}
}
// System.Collections.Generic.List`1<NUnit.Framework.ITestAction> NUnit.Framework.Internal.TestExecutionContext::get_UpstreamActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* TestExecutionContext_get_UpstreamActions_m59A782BADA8EF96C9DF024D8721247073EAB0D1B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_0 = __this->___U3CUpstreamActionsU3Ek__BackingField_22;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_UpstreamActions(System.Collections.Generic.List`1<NUnit.Framework.ITestAction>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_UpstreamActions_m334ECC5DCF2C70FD4BCFB903D2A04AF62DC35166 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* ___value0, const RuntimeMethod* method)
{
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_0 = ___value0;
__this->___U3CUpstreamActionsU3Ek__BackingField_22 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUpstreamActionsU3Ek__BackingField_22), (void*)L_0);
return;
}
}
// System.Globalization.CultureInfo NUnit.Framework.Internal.TestExecutionContext::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* TestExecutionContext_get_CurrentCulture_mE440A7E644615DF403D0DC4CBC7ACCD96099454C (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_0 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->____currentCulture_6;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentCulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentCulture_m36A9DCBE610358A64E25B05BEFFB5E436493D151 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___value0;
__this->____currentCulture_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentCulture_6), (void*)L_0);
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_1;
L_1 = Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB(NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = __this->____currentCulture_6;
NullCheck(L_1);
Thread_set_CurrentCulture_mF3DAE075752A66909692C46156765EECE6F2BE58(L_1, L_2, NULL);
return;
}
}
// System.Globalization.CultureInfo NUnit.Framework.Internal.TestExecutionContext::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* TestExecutionContext_get_CurrentUICulture_m0CFE421D502516D75CB86DE8265B79CC3B27176B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_0 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->____currentUICulture_7;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentUICulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentUICulture_mC73B722FA7FBA421515A6D2C471FD48849CEF0B8 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___value0;
__this->____currentUICulture_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentUICulture_7), (void*)L_0);
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_1;
L_1 = Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB(NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = __this->____currentUICulture_7;
NullCheck(L_1);
Thread_set_CurrentUICulture_mF8448EED21809F0FB760ED56EED430F760635C46(L_1, L_2, NULL);
return;
}
}
// System.Security.Principal.IPrincipal NUnit.Framework.Internal.TestExecutionContext::get_CurrentPrincipal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_CurrentPrincipal_m4A7172D24D31B520C9771504177C0A444DFA56FB (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->____currentPrincipal_9;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentPrincipal(System.Security.Principal.IPrincipal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentPrincipal_mFE5CA689A4E95EF10BD833B3F86AF7D854E9F5F9 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->____currentPrincipal_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentPrincipal_9), (void*)L_0);
RuntimeObject* L_1 = __this->____currentPrincipal_9;
Thread_set_CurrentPrincipal_m99F63840C59AE2EE2F1CB13BF4176F7523A3EBC0(L_1, NULL);
return;
}
}
// NUnit.Framework.Constraints.ValueFormatter NUnit.Framework.Internal.TestExecutionContext::get_CurrentValueFormatter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* TestExecutionContext_get_CurrentValueFormatter_mA777892544A577F63638D9DD9F807F51BF064902 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_0 = __this->___U3CCurrentValueFormatterU3Ek__BackingField_23;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_CurrentValueFormatter(NUnit.Framework.Constraints.ValueFormatter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentValueFormatter_m7E9C68A8CFF99CCCFB20EC57DC5B29DA13293D7B (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___value0, const RuntimeMethod* method)
{
{
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_0 = ___value0;
__this->___U3CCurrentValueFormatterU3Ek__BackingField_23 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCurrentValueFormatterU3Ek__BackingField_23), (void*)L_0);
return;
}
}
// System.Boolean NUnit.Framework.Internal.TestExecutionContext::get_IsSingleThreaded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestExecutionContext_get_IsSingleThreaded_m27B0746FE941B1830E1C5BE08C3537487E98E68D (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CIsSingleThreadedU3Ek__BackingField_24;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::set_IsSingleThreaded(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_set_IsSingleThreaded_m9A58D84E39F776E8FCB03D6F449FCBDFC4EA26DC (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CIsSingleThreadedU3Ek__BackingField_24 = L_0;
return;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::UpdateContextFromEnvironment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_UpdateContextFromEnvironment_m864B3C5CA4B92F324482EE14E9AADA634C8CF2D7 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
__this->____currentCulture_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentCulture_6), (void*)L_0);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_CurrentUICulture_m6802203666D09C5CC178AC9F5DEAF3D1C7076CE5(NULL);
__this->____currentUICulture_7 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentUICulture_7), (void*)L_1);
RuntimeObject* L_2;
L_2 = Thread_get_CurrentPrincipal_m72E9728B8C7F4117237D730C33A2DBC83E391E2F(NULL);
__this->____currentPrincipal_9 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____currentPrincipal_9), (void*)L_2);
return;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::EstablishExecutionEnvironment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_EstablishExecutionEnvironment_m37D3F78751FFCBD628C7574381F269A5720D3C57 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_0;
L_0 = Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB(NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = __this->____currentCulture_6;
NullCheck(L_0);
Thread_set_CurrentCulture_mF3DAE075752A66909692C46156765EECE6F2BE58(L_0, L_1, NULL);
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_2;
L_2 = Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB(NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3 = __this->____currentUICulture_7;
NullCheck(L_2);
Thread_set_CurrentUICulture_mF8448EED21809F0FB760ED56EED430F760635C46(L_2, L_3, NULL);
RuntimeObject* L_4 = __this->____currentPrincipal_9;
Thread_set_CurrentPrincipal_m99F63840C59AE2EE2F1CB13BF4176F7523A3EBC0(L_4, NULL);
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
TestExecutionContext_set_CurrentContext_m6AA8BEF8B37C14EA44D670FA8DC52ECDE741DC06(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::IncrementAssertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_IncrementAssertCount_m03C3322D33C6C993D70F2E7A58B558BEB1616459 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
int32_t* L_0 = (&__this->____assertCount_4);
int32_t L_1;
L_1 = Interlocked_Increment_m7AC68EC482A6AFD97BCEFABA0FD45D203F3EA2E1(L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::IncrementAssertCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_IncrementAssertCount_m25EC4058130DFE9AA703BAEB8044A8AB5BBADF29 (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___count0, const RuntimeMethod* method)
{
bool V_0 = false;
{
goto IL_000f;
}
IL_0003:
{
int32_t* L_0 = (&__this->____assertCount_4);
int32_t L_1;
L_1 = Interlocked_Increment_m7AC68EC482A6AFD97BCEFABA0FD45D203F3EA2E1(L_0, NULL);
}
IL_000f:
{
int32_t L_2 = ___count0;
int32_t L_3 = L_2;
___count0 = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
V_0 = (bool)((((int32_t)L_3) > ((int32_t)0))? 1 : 0);
bool L_4 = V_0;
if (L_4)
{
goto IL_0003;
}
}
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::AddFormatter(NUnit.Framework.Constraints.ValueFormatterFactory)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_AddFormatter_m2DCA60694FB32B5AE4D8C590C1FFF8E53670A9BE (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, ValueFormatterFactory_t51FAB223E83477D09F2413C26FFBB6A3FA17B6AF* ___formatterFactory0, const RuntimeMethod* method)
{
{
ValueFormatterFactory_t51FAB223E83477D09F2413C26FFBB6A3FA17B6AF* L_0 = ___formatterFactory0;
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_1;
L_1 = TestExecutionContext_get_CurrentValueFormatter_mA777892544A577F63638D9DD9F807F51BF064902_inline(__this, NULL);
NullCheck(L_0);
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_2;
L_2 = ValueFormatterFactory_Invoke_m3530258204507AF8438A29DCC848B912D2CF753A_inline(L_0, L_1, NULL);
TestExecutionContext_set_CurrentValueFormatter_m7E9C68A8CFF99CCCFB20EC57DC5B29DA13293D7B_inline(__this, L_2, NULL);
return;
}
}
// System.Object NUnit.Framework.Internal.TestExecutionContext::InitializeLifetimeService()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_InitializeLifetimeService_mF3E272CD152F6F4E9D91079370D36DD627A078DA (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
V_0 = NULL;
goto IL_0005;
}
IL_0005:
{
RuntimeObject* L_0 = V_0;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext__cctor_m3D2A13E705B596AFD592389A4E5F99071D719D82 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50050E36E3D06D1C2C209372DBAEF3D47C3172A4);
s_Il2CppMethodInitialized = true;
}
{
((TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_StaticFields*)il2cpp_codegen_static_fields_for(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var))->___CONTEXT_KEY_10 = _stringLiteral50050E36E3D06D1C2C209372DBAEF3D47C3172A4;
Il2CppCodeGenWriteBarrier((void**)(&((TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_StaticFields*)il2cpp_codegen_static_fields_for(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var))->___CONTEXT_KEY_10), (void*)_stringLiteral50050E36E3D06D1C2C209372DBAEF3D47C3172A4);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestExecutionContext/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mFEEAEDECDE05D845A3545164F831FE74EA9B449F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C* L_0 = (U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C*)il2cpp_codegen_object_new(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mDA19C2C79C7BBE3A152D4ACAF6C614BF1692F646(L_0, NULL);
((U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.TestExecutionContext/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mDA19C2C79C7BBE3A152D4ACAF6C614BF1692F646 (U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String NUnit.Framework.Internal.TestExecutionContext/<>c::<.ctor>b__9_0(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3C_ctorU3Eb__9_0_m8718714E1B846D40BA1BAC7CF0C9D265F2099532 (U3CU3Ec_tBA1DBB5DE4BF019FB8DBDC0BFE2E818F1AABE75C* __this, RuntimeObject* ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_0;
L_0 = MsgUtils_get_DefaultValueFormatter_mC953FE835D165642006E0F7497A39D244EAD59E4_inline(NULL);
RuntimeObject* L_1 = ___val0;
NullCheck(L_0);
String_t* L_2;
L_2 = ValueFormatter_Invoke_mDACAF181B4BC0359B4DA909CBCA4C9CCE75B1149_inline(L_0, L_1, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean NUnit.Framework.Internal.TestFilter::get_IsEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestFilter_get_IsEmpty_m8BEEE493DC2B8AB17CEE465AA1303A6CA8F09AC0 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
V_0 = (bool)((!(((RuntimeObject*)(EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112*)((EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112*)IsInstClass((RuntimeObject*)__this, EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_0 = V_0;
return L_0;
}
}
// System.Boolean NUnit.Framework.Internal.TestFilter::get_TopLevel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestFilter_get_TopLevel_m109C3BD66D951A0A66739879CD85DCD07E17C528 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CTopLevelU3Ek__BackingField_1;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.TestFilter::set_TopLevel(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFilter_set_TopLevel_m5DA4D7303859199D72D9DC336768A6D8F5AF7DB9 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CTopLevelU3Ek__BackingField_1 = L_0;
return;
}
}
// System.Boolean NUnit.Framework.Internal.TestFilter::Pass(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestFilter_Pass_m0AE372483905A9E4F572BADB345DD625EAB5D5D4 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
RuntimeObject* L_0 = ___test0;
bool L_1;
L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(10 /* System.Boolean NUnit.Framework.Internal.TestFilter::Match(NUnit.Framework.Interfaces.ITest) */, __this, L_0);
if (L_1)
{
goto IL_001c;
}
}
{
RuntimeObject* L_2 = ___test0;
bool L_3;
L_3 = TestFilter_MatchParent_mC5DD25A39CCA5830B3C1F52D74525EF2CD0B0928(__this, L_2, NULL);
if (L_3)
{
goto IL_001c;
}
}
{
RuntimeObject* L_4 = ___test0;
bool L_5;
L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(11 /* System.Boolean NUnit.Framework.Internal.TestFilter::MatchDescendant(NUnit.Framework.Interfaces.ITest) */, __this, L_4);
G_B4_0 = ((int32_t)(L_5));
goto IL_001d;
}
IL_001c:
{
G_B4_0 = 1;
}
IL_001d:
{
V_0 = (bool)G_B4_0;
goto IL_0020;
}
IL_0020:
{
bool L_6 = V_0;
return L_6;
}
}
// System.Boolean NUnit.Framework.Internal.TestFilter::IsExplicitMatch(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestFilter_IsExplicitMatch_m400313AA44E674DAA69746646928152D6EAAE8D5 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
RuntimeObject* L_0 = ___test0;
bool L_1;
L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(10 /* System.Boolean NUnit.Framework.Internal.TestFilter::Match(NUnit.Framework.Interfaces.ITest) */, __this, L_0);
if (L_1)
{
goto IL_0013;
}
}
{
RuntimeObject* L_2 = ___test0;
bool L_3;
L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(11 /* System.Boolean NUnit.Framework.Internal.TestFilter::MatchDescendant(NUnit.Framework.Interfaces.ITest) */, __this, L_2);
G_B3_0 = ((int32_t)(L_3));
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 1;
}
IL_0014:
{
V_0 = (bool)G_B3_0;
goto IL_0017;
}
IL_0017:
{
bool L_4 = V_0;
return L_4;
}
}
// System.Boolean NUnit.Framework.Internal.TestFilter::MatchParent(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestFilter_MatchParent_mC5DD25A39CCA5830B3C1F52D74525EF2CD0B0928 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
{
RuntimeObject* L_0 = ___test0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITest::get_Parent() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_0);
if (!L_1)
{
goto IL_0028;
}
}
{
RuntimeObject* L_2 = ___test0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITest::get_Parent() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_2);
bool L_4;
L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(10 /* System.Boolean NUnit.Framework.Internal.TestFilter::Match(NUnit.Framework.Interfaces.ITest) */, __this, L_3);
if (L_4)
{
goto IL_0025;
}
}
{
RuntimeObject* L_5 = ___test0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITest::get_Parent() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_5);
bool L_7;
L_7 = TestFilter_MatchParent_mC5DD25A39CCA5830B3C1F52D74525EF2CD0B0928(__this, L_6, NULL);
G_B4_0 = ((int32_t)(L_7));
goto IL_0026;
}
IL_0025:
{
G_B4_0 = 1;
}
IL_0026:
{
G_B6_0 = G_B4_0;
goto IL_0029;
}
IL_0028:
{
G_B6_0 = 0;
}
IL_0029:
{
V_0 = (bool)G_B6_0;
goto IL_002c;
}
IL_002c:
{
bool L_8 = V_0;
return L_8;
}
}
// System.Boolean NUnit.Framework.Internal.TestFilter::MatchDescendant(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestFilter_MatchDescendant_m6D809B37BA45BA7D4C60F3686CEA6499CA2DBF3A (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tAE7B448D771CB994F4B163BB4A1AD7488DC51A19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t04E9392986EA655774E17BC036A051956B776999_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
bool V_4 = false;
int32_t G_B7_0 = 0;
{
RuntimeObject* L_0 = ___test0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(13 /* System.Collections.Generic.IList`1<NUnit.Framework.Interfaces.ITest> NUnit.Framework.Interfaces.ITest::get_Tests() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_0);
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
V_1 = (bool)0;
goto IL_0060;
}
IL_0012:
{
RuntimeObject* L_3 = ___test0;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(13 /* System.Collections.Generic.IList`1<NUnit.Framework.Interfaces.ITest> NUnit.Framework.Interfaces.ITest::get_Tests() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_3);
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NUnit.Framework.Interfaces.ITest>::GetEnumerator() */, IEnumerable_1_tAE7B448D771CB994F4B163BB4A1AD7488DC51A19_il2cpp_TypeInfo_var, L_4);
V_2 = L_5;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0051:
{// begin finally (depth: 1)
{
RuntimeObject* L_6 = V_2;
if (!L_6)
{
goto IL_005b;
}
}
{
RuntimeObject* L_7 = V_2;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
}
IL_005b:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0047_1;
}
IL_0021_1:
{
RuntimeObject* L_8 = V_2;
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NUnit.Framework.Interfaces.ITest>::get_Current() */, IEnumerator_1_t04E9392986EA655774E17BC036A051956B776999_il2cpp_TypeInfo_var, L_8);
V_3 = L_9;
RuntimeObject* L_10 = V_3;
bool L_11;
L_11 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(10 /* System.Boolean NUnit.Framework.Internal.TestFilter::Match(NUnit.Framework.Interfaces.ITest) */, __this, L_10);
if (L_11)
{
goto IL_003b_1;
}
}
{
RuntimeObject* L_12 = V_3;
bool L_13;
L_13 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(11 /* System.Boolean NUnit.Framework.Internal.TestFilter::MatchDescendant(NUnit.Framework.Interfaces.ITest) */, __this, L_12);
G_B7_0 = ((int32_t)(L_13));
goto IL_003c_1;
}
IL_003b_1:
{
G_B7_0 = 1;
}
IL_003c_1:
{
V_4 = (bool)G_B7_0;
bool L_14 = V_4;
if (!L_14)
{
goto IL_0046_1;
}
}
{
V_1 = (bool)1;
goto IL_0060;
}
IL_0046_1:
{
}
IL_0047_1:
{
RuntimeObject* L_15 = V_2;
NullCheck(L_15);
bool L_16;
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
if (L_16)
{
goto IL_0021_1;
}
}
{
goto IL_005c;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005c:
{
V_1 = (bool)0;
goto IL_0060;
}
IL_0060:
{
bool L_17 = V_1;
return L_17;
}
}
// NUnit.Framework.Internal.TestFilter NUnit.Framework.Internal.TestFilter::FromXml(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01 (String_t* ___xmlText0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3EA31ACDA6495EDFA14AABBC81136AD8751B0F2C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
int32_t V_1 = 0;
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* V_2 = NULL;
bool V_3 = false;
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* V_4 = NULL;
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* G_B6_0 = NULL;
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* G_B8_0 = NULL;
{
String_t* L_0 = ___xmlText0;
il2cpp_codegen_runtime_class_init_inline(TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1;
L_1 = TNode_FromXml_m2ACF4D423CE969CE586D1A6A7B27CD52F5675763(L_0, NULL);
V_0 = L_1;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2 = V_0;
NullCheck(L_2);
String_t* L_3;
L_3 = TNode_get_Name_m9DD3A2292B6F54709B6841F867F9B8A0749011EC_inline(L_2, NULL);
bool L_4;
L_4 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_3, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
V_3 = L_4;
bool L_5 = V_3;
if (!L_5)
{
goto IL_0027;
}
}
{
Exception_t* L_6 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_6);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B4F9C4EA6E414F08413B1FA75512040A9AFAD28)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01_RuntimeMethod_var)));
}
IL_0027:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_7 = V_0;
NullCheck(L_7);
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* L_8;
L_8 = TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline(L_7, NULL);
NullCheck(L_8);
int32_t L_9;
L_9 = List_1_get_Count_m3EA31ACDA6495EDFA14AABBC81136AD8751B0F2C_inline(L_8, List_1_get_Count_m3EA31ACDA6495EDFA14AABBC81136AD8751B0F2C_RuntimeMethod_var);
V_1 = L_9;
int32_t L_10 = V_1;
if (!L_10)
{
goto IL_004f;
}
}
{
int32_t L_11 = V_1;
if ((((int32_t)L_11) == ((int32_t)1)))
{
goto IL_0042;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12 = V_0;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_13;
L_13 = TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD(L_12, NULL);
G_B6_0 = L_13;
goto IL_004d;
}
IL_0042:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_14 = V_0;
NullCheck(L_14);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_15;
L_15 = TNode_get_FirstChild_m5E6A80675CCB2258606AAE8CA17D7442001B4D1E(L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_16;
L_16 = TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD(L_15, NULL);
G_B6_0 = L_16;
}
IL_004d:
{
G_B8_0 = G_B6_0;
goto IL_0054;
}
IL_004f:
{
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_17 = ((TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_StaticFields*)il2cpp_codegen_static_fields_for(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var))->___Empty_0;
G_B8_0 = L_17;
}
IL_0054:
{
V_2 = G_B8_0;
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_18 = V_2;
NullCheck(L_18);
TestFilter_set_TopLevel_m5DA4D7303859199D72D9DC336768A6D8F5AF7DB9_inline(L_18, (bool)1, NULL);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_19 = V_2;
V_4 = L_19;
goto IL_0062;
}
IL_0062:
{
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_20 = V_4;
return L_20;
}
}
// NUnit.Framework.Internal.TestFilter NUnit.Framework.Internal.TestFilter::FromXml(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4C4EBF9BCD518BC67693C7ED09B2D43E1CE31C0A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m2405836F443FC6B2DACCBD1FEC340AB2AD54AE20_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF58DE0D989A74EC55230B298EB466609CC4B94E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdFilter_t6A643D865715B96EB97B38398A935638B293D037_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mDB8A8DCA75013DE2DF42F1F3DDBDCBD455EFA8E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E6DBEFB654139460DE43FF2E7AE64CB366D96C3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral614B501556B12B5890C878B29FB23C1807F2B680);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63FEAE5081ABFB719642D387AE43B7D4DFB3CFEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87F8ED9157125FFC4DA9E06A7B8011AD80A53FE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93B98C3040BF26B2D68E7DD514A4EE37837430F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACEE411ABD2F7F90CF5EF568EA956CF470BC2687);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD37DEA162B5925AA039D60BA3A596B0B16818294);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D* V_1 = NULL;
OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
uint32_t V_6 = 0;
Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99 V_7;
memset((&V_7), 0, sizeof(V_7));
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_8 = NULL;
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* V_9 = NULL;
Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99 V_10;
memset((&V_10), 0, sizeof(V_10));
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_11 = NULL;
bool V_12 = false;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = ___node0;
NullCheck(L_0);
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* L_1;
L_1 = TNode_get_Attributes_mAA2908248A826D45BC70FC91BF5219276E16B4D8_inline(L_0, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = AttributeDictionary_get_Item_m0315276CD99EDA9706D1FED36FDF0E8282A02B4D(L_1, _stringLiteralACEE411ABD2F7F90CF5EF568EA956CF470BC2687, NULL);
bool L_3;
L_3 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_2, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL);
V_0 = L_3;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_4 = ___node0;
NullCheck(L_4);
String_t* L_5;
L_5 = TNode_get_Name_m9DD3A2292B6F54709B6841F867F9B8A0749011EC_inline(L_4, NULL);
V_5 = L_5;
String_t* L_6 = V_5;
V_4 = L_6;
String_t* L_7 = V_4;
uint32_t L_8;
L_8 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD398C62135534CCC9D153A2C63849122EE8ABADD(L_7, NULL);
V_6 = L_8;
uint32_t L_9 = V_6;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)1563699588)))))
{
goto IL_008f;
}
}
{
uint32_t L_10 = V_6;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)254395046)))))
{
goto IL_0062;
}
}
{
uint32_t L_11 = V_6;
if ((((int32_t)L_11) == ((int32_t)((int32_t)108289031))))
{
goto IL_01b5;
}
}
{
goto IL_0051;
}
IL_0051:
{
uint32_t L_12 = V_6;
if ((((int32_t)L_12) == ((int32_t)((int32_t)254395046))))
{
goto IL_0105;
}
}
{
goto IL_0356;
}
IL_0062:
{
uint32_t L_13 = V_6;
if ((((int32_t)L_13) == ((int32_t)((int32_t)699505802))))
{
goto IL_0131;
}
}
{
goto IL_0070;
}
IL_0070:
{
uint32_t L_14 = V_6;
if ((((int32_t)L_14) == ((int32_t)((int32_t)926444256))))
{
goto IL_0147;
}
}
{
goto IL_007e;
}
IL_007e:
{
uint32_t L_15 = V_6;
if ((((int32_t)L_15) == ((int32_t)((int32_t)1563699588))))
{
goto IL_011b;
}
}
{
goto IL_0356;
}
IL_008f:
{
uint32_t L_16 = V_6;
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)-1421478096)))))
{
goto IL_00c5;
}
}
{
uint32_t L_17 = V_6;
if ((((int32_t)L_17) == ((int32_t)((int32_t)-1925595674))))
{
goto IL_0173;
}
}
{
goto IL_00a6;
}
IL_00a6:
{
uint32_t L_18 = V_6;
if ((((int32_t)L_18) == ((int32_t)((int32_t)-1421997057))))
{
goto IL_019f;
}
}
{
goto IL_00b4;
}
IL_00b4:
{
uint32_t L_19 = V_6;
if ((((int32_t)L_19) == ((int32_t)((int32_t)-1421478096))))
{
goto IL_0189;
}
}
{
goto IL_0356;
}
IL_00c5:
{
uint32_t L_20 = V_6;
if ((((int32_t)L_20) == ((int32_t)((int32_t)-1345293851))))
{
goto IL_015d;
}
}
{
goto IL_00d3;
}
IL_00d3:
{
uint32_t L_21 = V_6;
if ((((int32_t)L_21) == ((int32_t)((int32_t)-941528969))))
{
goto IL_00ef;
}
}
{
goto IL_00de;
}
IL_00de:
{
uint32_t L_22 = V_6;
if ((((int32_t)L_22) == ((int32_t)((int32_t)-650243592))))
{
goto IL_01cb;
}
}
{
goto IL_0356;
}
IL_00ef:
{
String_t* L_23 = V_4;
bool L_24;
L_24 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_23, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
if (L_24)
{
goto IL_01e1;
}
}
{
goto IL_0356;
}
IL_0105:
{
String_t* L_25 = V_4;
bool L_26;
L_26 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_25, _stringLiteral1E6DBEFB654139460DE43FF2E7AE64CB366D96C3, NULL);
if (L_26)
{
goto IL_01e1;
}
}
{
goto IL_0356;
}
IL_011b:
{
String_t* L_27 = V_4;
bool L_28;
L_28 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_27, _stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7, NULL);
if (L_28)
{
goto IL_0230;
}
}
{
goto IL_0356;
}
IL_0131:
{
String_t* L_29 = V_4;
bool L_30;
L_30 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_29, _stringLiteral63FEAE5081ABFB719642D387AE43B7D4DFB3CFEB, NULL);
if (L_30)
{
goto IL_027f;
}
}
{
goto IL_0356;
}
IL_0147:
{
String_t* L_31 = V_4;
bool L_32;
L_32 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_31, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, NULL);
if (L_32)
{
goto IL_0296;
}
}
{
goto IL_0356;
}
IL_015d:
{
String_t* L_33 = V_4;
bool L_34;
L_34 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_33, _stringLiteral87F8ED9157125FFC4DA9E06A7B8011AD80A53FE1, NULL);
if (L_34)
{
goto IL_02a8;
}
}
{
goto IL_0356;
}
IL_0173:
{
String_t* L_35 = V_4;
bool L_36;
L_36 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_35, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
if (L_36)
{
goto IL_02c2;
}
}
{
goto IL_0356;
}
IL_0189:
{
String_t* L_37 = V_4;
bool L_38;
L_38 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_37, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, NULL);
if (L_38)
{
goto IL_02dc;
}
}
{
goto IL_0356;
}
IL_019f:
{
String_t* L_39 = V_4;
bool L_40;
L_40 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_39, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, NULL);
if (L_40)
{
goto IL_02f3;
}
}
{
goto IL_0356;
}
IL_01b5:
{
String_t* L_41 = V_4;
bool L_42;
L_42 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_41, _stringLiteral93B98C3040BF26B2D68E7DD514A4EE37837430F3, NULL);
if (L_42)
{
goto IL_030a;
}
}
{
goto IL_0356;
}
IL_01cb:
{
String_t* L_43 = V_4;
bool L_44;
L_44 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_43, _stringLiteralD37DEA162B5925AA039D60BA3A596B0B16818294, NULL);
if (L_44)
{
goto IL_0321;
}
}
{
goto IL_0356;
}
IL_01e1:
{
AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D* L_45 = (AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D*)il2cpp_codegen_object_new(AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D_il2cpp_TypeInfo_var);
NullCheck(L_45);
AndFilter__ctor_m3EA8827CC6F381B497E7222F920585B05F13F2FC(L_45, NULL);
V_1 = L_45;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_46 = ___node0;
NullCheck(L_46);
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* L_47;
L_47 = TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline(L_46, NULL);
NullCheck(L_47);
Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99 L_48;
L_48 = List_1_GetEnumerator_mDB8A8DCA75013DE2DF42F1F3DDBDCBD455EFA8E5(L_47, List_1_GetEnumerator_mDB8A8DCA75013DE2DF42F1F3DDBDCBD455EFA8E5_RuntimeMethod_var);
V_7 = L_48;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0219:
{// begin finally (depth: 1)
Enumerator_Dispose_m4C4EBF9BCD518BC67693C7ED09B2D43E1CE31C0A((&V_7), Enumerator_Dispose_m4C4EBF9BCD518BC67693C7ED09B2D43E1CE31C0A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_020e_1;
}
IL_01f7_1:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_49;
L_49 = Enumerator_get_Current_mF58DE0D989A74EC55230B298EB466609CC4B94E5_inline((&V_7), Enumerator_get_Current_mF58DE0D989A74EC55230B298EB466609CC4B94E5_RuntimeMethod_var);
V_8 = L_49;
AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D* L_50 = V_1;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_51 = V_8;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_52;
L_52 = TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD(L_51, NULL);
NullCheck(L_50);
CompositeFilter_Add_m9315FD346C6075CE4416FDDF1B0207D54C32D4C4(L_50, L_52, NULL);
}
IL_020e_1:
{
bool L_53;
L_53 = Enumerator_MoveNext_m2405836F443FC6B2DACCBD1FEC340AB2AD54AE20((&V_7), Enumerator_MoveNext_m2405836F443FC6B2DACCBD1FEC340AB2AD54AE20_RuntimeMethod_var);
if (L_53)
{
goto IL_01f7_1;
}
}
{
goto IL_0228;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0228:
{
AndFilter_t486E29D77B939B8645F77BAFCA2F567FAB07478D* L_54 = V_1;
V_9 = L_54;
goto IL_0371;
}
IL_0230:
{
OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F* L_55 = (OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F*)il2cpp_codegen_object_new(OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F_il2cpp_TypeInfo_var);
NullCheck(L_55);
OrFilter__ctor_m844F9EDA1B4C6E0829AF6B03D5E1ACEFC8DBA8EF(L_55, NULL);
V_2 = L_55;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_56 = ___node0;
NullCheck(L_56);
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* L_57;
L_57 = TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline(L_56, NULL);
NullCheck(L_57);
Enumerator_t40E5D0F4AEF3E83A4287C9040727641E46D80E99 L_58;
L_58 = List_1_GetEnumerator_mDB8A8DCA75013DE2DF42F1F3DDBDCBD455EFA8E5(L_57, List_1_GetEnumerator_mDB8A8DCA75013DE2DF42F1F3DDBDCBD455EFA8E5_RuntimeMethod_var);
V_10 = L_58;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0268:
{// begin finally (depth: 1)
Enumerator_Dispose_m4C4EBF9BCD518BC67693C7ED09B2D43E1CE31C0A((&V_10), Enumerator_Dispose_m4C4EBF9BCD518BC67693C7ED09B2D43E1CE31C0A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_025d_1;
}
IL_0246_1:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_59;
L_59 = Enumerator_get_Current_mF58DE0D989A74EC55230B298EB466609CC4B94E5_inline((&V_10), Enumerator_get_Current_mF58DE0D989A74EC55230B298EB466609CC4B94E5_RuntimeMethod_var);
V_11 = L_59;
OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F* L_60 = V_2;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_61 = V_11;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_62;
L_62 = TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD(L_61, NULL);
NullCheck(L_60);
CompositeFilter_Add_m9315FD346C6075CE4416FDDF1B0207D54C32D4C4(L_60, L_62, NULL);
}
IL_025d_1:
{
bool L_63;
L_63 = Enumerator_MoveNext_m2405836F443FC6B2DACCBD1FEC340AB2AD54AE20((&V_10), Enumerator_MoveNext_m2405836F443FC6B2DACCBD1FEC340AB2AD54AE20_RuntimeMethod_var);
if (L_63)
{
goto IL_0246_1;
}
}
{
goto IL_0277;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0277:
{
OrFilter_t9AED509C2A97CAD6E5713E48EC6342F861112D9F* L_64 = V_2;
V_9 = L_64;
goto IL_0371;
}
IL_027f:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_65 = ___node0;
NullCheck(L_65);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_66;
L_66 = TNode_get_FirstChild_m5E6A80675CCB2258606AAE8CA17D7442001B4D1E(L_65, NULL);
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_67;
L_67 = TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD(L_66, NULL);
NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09* L_68 = (NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09*)il2cpp_codegen_object_new(NotFilter_t698A0A0908F94715F3D5548911C64D382D279D09_il2cpp_TypeInfo_var);
NullCheck(L_68);
NotFilter__ctor_mFF141B765DA4904D8754F44AE9039081C14575A3(L_68, L_67, NULL);
V_9 = L_68;
goto IL_0371;
}
IL_0296:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_69 = ___node0;
NullCheck(L_69);
String_t* L_70;
L_70 = TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline(L_69, NULL);
IdFilter_t6A643D865715B96EB97B38398A935638B293D037* L_71 = (IdFilter_t6A643D865715B96EB97B38398A935638B293D037*)il2cpp_codegen_object_new(IdFilter_t6A643D865715B96EB97B38398A935638B293D037_il2cpp_TypeInfo_var);
NullCheck(L_71);
IdFilter__ctor_m92434F82927A997B7A240DE9A78F9E5F455C92D5(L_71, L_70, NULL);
V_9 = L_71;
goto IL_0371;
}
IL_02a8:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_72 = ___node0;
NullCheck(L_72);
String_t* L_73;
L_73 = TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline(L_72, NULL);
FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D* L_74 = (FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D*)il2cpp_codegen_object_new(FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D_il2cpp_TypeInfo_var);
NullCheck(L_74);
FullNameFilter__ctor_mF5112E3E63922EEA8B7360E70DE23F8FB44AE9ED(L_74, L_73, NULL);
FullNameFilter_tBA5C77C5239394A1DA32B2052E138868A271A72D* L_75 = L_74;
bool L_76 = V_0;
NullCheck(L_75);
ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline(L_75, L_76, NULL);
V_9 = L_75;
goto IL_0371;
}
IL_02c2:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_77 = ___node0;
NullCheck(L_77);
String_t* L_78;
L_78 = TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline(L_77, NULL);
TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1* L_79 = (TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1*)il2cpp_codegen_object_new(TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1_il2cpp_TypeInfo_var);
NullCheck(L_79);
TestNameFilter__ctor_m537B934B7A6637F7605664A7E4EF0E97A8E7021B(L_79, L_78, NULL);
TestNameFilter_t85FF9B45B6CCCBB8A96160F2052C647F69E8BFA1* L_80 = L_79;
bool L_81 = V_0;
NullCheck(L_80);
ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline(L_80, L_81, NULL);
V_9 = L_80;
goto IL_0371;
}
IL_02dc:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_82 = ___node0;
NullCheck(L_82);
String_t* L_83;
L_83 = TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline(L_82, NULL);
MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A* L_84 = (MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A*)il2cpp_codegen_object_new(MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A_il2cpp_TypeInfo_var);
NullCheck(L_84);
MethodNameFilter__ctor_m23866105689157011AE100C38BE70BD40464D4A5(L_84, L_83, NULL);
MethodNameFilter_t6C81E926E52D05E75338317EACCB9DA444C7E33A* L_85 = L_84;
bool L_86 = V_0;
NullCheck(L_85);
ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline(L_85, L_86, NULL);
V_9 = L_85;
goto IL_0371;
}
IL_02f3:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_87 = ___node0;
NullCheck(L_87);
String_t* L_88;
L_88 = TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline(L_87, NULL);
ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A* L_89 = (ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A*)il2cpp_codegen_object_new(ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A_il2cpp_TypeInfo_var);
NullCheck(L_89);
ClassNameFilter__ctor_mFC2E2BBDB3412B32A21BCA4319AD99ED6B621EFA(L_89, L_88, NULL);
ClassNameFilter_tB48CB6E2597BA8F151DFE605C3C721997A12876A* L_90 = L_89;
bool L_91 = V_0;
NullCheck(L_90);
ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline(L_90, L_91, NULL);
V_9 = L_90;
goto IL_0371;
}
IL_030a:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_92 = ___node0;
NullCheck(L_92);
String_t* L_93;
L_93 = TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline(L_92, NULL);
CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC* L_94 = (CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC*)il2cpp_codegen_object_new(CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC_il2cpp_TypeInfo_var);
NullCheck(L_94);
CategoryFilter__ctor_m7E3670D8A8D3442DC2E2A568F55561F863B5FD36(L_94, L_93, NULL);
CategoryFilter_t056CDE757CD36D43E9B0DE39CAC3FDE521E624DC* L_95 = L_94;
bool L_96 = V_0;
NullCheck(L_95);
ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline(L_95, L_96, NULL);
V_9 = L_95;
goto IL_0371;
}
IL_0321:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_97 = ___node0;
NullCheck(L_97);
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* L_98;
L_98 = TNode_get_Attributes_mAA2908248A826D45BC70FC91BF5219276E16B4D8_inline(L_97, NULL);
NullCheck(L_98);
String_t* L_99;
L_99 = AttributeDictionary_get_Item_m0315276CD99EDA9706D1FED36FDF0E8282A02B4D(L_98, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
V_3 = L_99;
String_t* L_100 = V_3;
V_12 = (bool)((!(((RuntimeObject*)(String_t*)L_100) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_101 = V_12;
if (!L_101)
{
goto IL_0354;
}
}
{
String_t* L_102 = V_3;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_103 = ___node0;
NullCheck(L_103);
String_t* L_104;
L_104 = TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline(L_103, NULL);
PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411* L_105 = (PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411*)il2cpp_codegen_object_new(PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411_il2cpp_TypeInfo_var);
NullCheck(L_105);
PropertyFilter__ctor_mCBD5D200A4ADCFC52957B99F241FB1D494E4D914(L_105, L_102, L_104, NULL);
PropertyFilter_tC2F94F3A8B975F5AE13FBCA3E24EA53D107BD411* L_106 = L_105;
bool L_107 = V_0;
NullCheck(L_106);
ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline(L_106, L_107, NULL);
V_9 = L_106;
goto IL_0371;
}
IL_0354:
{
goto IL_0356;
}
IL_0356:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_108 = ___node0;
NullCheck(L_108);
String_t* L_109;
L_109 = TNode_get_Name_m9DD3A2292B6F54709B6841F867F9B8A0749011EC_inline(L_108, NULL);
String_t* L_110;
L_110 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC86BB2655BCE80BB0DE3BDB5E9154D2FCC934D7)), L_109, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_111 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_111);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_111, L_110, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral25212832FFA9076AC0BE2F0816D8F3BF5ADBDC89)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestFilter_FromXml_m133087056DE71B0DB5F660E744D93A8099A3CACD_RuntimeMethod_var)));
}
IL_0371:
{
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_112 = V_9;
return L_112;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestFilter::ToXml(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* TestFilter_ToXml_mE8DD58BDB9F6A61D2041309F4FE758155C6C33EC (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, bool ___recursive0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*)il2cpp_codegen_object_new(TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
NullCheck(L_0);
TNode__ctor_mCB3D048428044D2BACE926AEC5B12344A0EAE73A(L_0, _stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2, NULL);
bool L_1 = ___recursive0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2;
L_2 = VirtualFuncInvoker2< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(12 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestFilter::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean) */, __this, L_0, L_1);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Internal.TestFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFilter__ctor_mDEF05112EA7CA1FB49492278A0B694B2D8DB7A79 (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.TestFilter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestFilter__cctor_m2EF5FF2CFCF58C46DEF070A440798624C8F758B3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112* L_0 = (EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112*)il2cpp_codegen_object_new(EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112_il2cpp_TypeInfo_var);
NullCheck(L_0);
EmptyFilter__ctor_mF198A80750858E76B646485F4E2A0B4F23EB4B4E(L_0, NULL);
((TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_StaticFields*)il2cpp_codegen_static_fields_for(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var))->___Empty_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_StaticFields*)il2cpp_codegen_static_fields_for(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var))->___Empty_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean NUnit.Framework.Internal.TestFilter/EmptyFilter::Match(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyFilter_Match_m4E08BFAAD5588C2FFBDA725C3656664D36AD6335 (EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
bool V_0 = false;
{
V_0 = (bool)1;
goto IL_0005;
}
IL_0005:
{
bool L_0 = V_0;
return L_0;
}
}
// System.Boolean NUnit.Framework.Internal.TestFilter/EmptyFilter::Pass(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyFilter_Pass_m556289E704747DFCE8516177255C5F4DFA2E1B3F (EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
bool V_0 = false;
{
V_0 = (bool)1;
goto IL_0005;
}
IL_0005:
{
bool L_0 = V_0;
return L_0;
}
}
// System.Boolean NUnit.Framework.Internal.TestFilter/EmptyFilter::IsExplicitMatch(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyFilter_IsExplicitMatch_m35DAD39026FD2BB09A37633F3529249CBCBA797B (EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
bool V_0 = false;
{
V_0 = (bool)0;
goto IL_0005;
}
IL_0005:
{
bool L_0 = V_0;
return L_0;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.TestFilter/EmptyFilter::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* EmptyFilter_AddToXml_mD7AC391643BC6591103B27A295075977B04AD319 (EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___parentNode0, bool ___recursive1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = ___parentNode0;
NullCheck(L_0);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1;
L_1 = TNode_AddElement_m72A18EF5081B2D80E44D7950287CF42FD9355B43(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2 = V_0;
return L_2;
}
}
// System.Void NUnit.Framework.Internal.TestFilter/EmptyFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyFilter__ctor_mF198A80750858E76B646485F4E2A0B4F23EB4B4E (EmptyFilter_t6AC4BF5CEC4F9A20B53A91044444CCC12B80C112* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter__ctor_mDEF05112EA7CA1FB49492278A0B694B2D8DB7A79(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestListener::TestStarted(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestListener_TestStarted_m678DCE7A27E64B11572DC8482FD9F2BEDB0BC2C4 (TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestListener::TestFinished(NUnit.Framework.Interfaces.ITestResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestListener_TestFinished_m44BEAB00075AE1388B4DB5E210AFE12817A7A157 (TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C* __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestListener::TestOutput(NUnit.Framework.Interfaces.TestOutput)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestListener_TestOutput_m2C53DC60EA4D52927759F49EADA6539E9BC9FF8C (TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C* __this, TestOutput_tFA4A15756E100310110FB01B8FE84C57435CA62D* ___output0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestListener::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestListener__ctor_m27303A2997B81C201062E813D1C2BB0F9F115F71 (TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// NUnit.Framework.Interfaces.ITestListener NUnit.Framework.Internal.TestListener::get_NULL()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestListener_get_NULL_m7768ACF96311942327C3C9886825E408D469A669 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C* L_0 = (TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C*)il2cpp_codegen_object_new(TestListener_t3D3BF667D58101A2AF7D61CED5EC5FF86FA7E01C_il2cpp_TypeInfo_var);
NullCheck(L_0);
TestListener__ctor_m27303A2997B81C201062E813D1C2BB0F9F115F71(L_0, NULL);
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.TestProgressReporter::.ctor(System.Web.UI.ICallbackEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestProgressReporter__ctor_m565B19D2DF46CD92D16BD62F2B0A341A356AECAE (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* __this, RuntimeObject* ___handler0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_0 = ___handler0;
__this->___handler_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___handler_1), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Internal.TestProgressReporter::TestStarted(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestProgressReporter_TestStarted_mBE61E7673423FA524FCAD610075F5A31BAEF1929 (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* __this, RuntimeObject* ___test0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20FF6F18F4A9660158AC453654C7531B7A39BA44);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244806EF60F37ECF297FFBA1DBC8EAB406EB1E61);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral580899C25801DB937F3767278FC09FE71EBDE394);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
Exception_t* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
String_t* G_B3_0 = NULL;
int32_t G_B6_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B6_1 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B6_2 = NULL;
String_t* G_B6_3 = NULL;
int32_t G_B5_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B5_1 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B5_2 = NULL;
String_t* G_B5_3 = NULL;
String_t* G_B7_0 = NULL;
int32_t G_B7_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B7_2 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B7_3 = NULL;
String_t* G_B7_4 = NULL;
{
RuntimeObject* L_0 = ___test0;
if (((TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*)IsInstClass((RuntimeObject*)L_0, TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C_il2cpp_TypeInfo_var)))
{
goto IL_0010;
}
}
{
G_B3_0 = _stringLiteral20FF6F18F4A9660158AC453654C7531B7A39BA44;
goto IL_0015;
}
IL_0010:
{
G_B3_0 = _stringLiteral244806EF60F37ECF297FFBA1DBC8EAB406EB1E61;
}
IL_0015:
{
V_0 = G_B3_0;
RuntimeObject* L_1 = ___test0;
il2cpp_codegen_runtime_class_init_inline(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = TestProgressReporter_GetParent_m4B069FD30EFD97B795DE312ED6C00F59354518B6(L_1, NULL);
V_1 = L_2;
}
try
{// begin try (depth: 1)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
String_t* L_5 = V_0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_4;
RuntimeObject* L_7 = ___test0;
NullCheck(L_7);
String_t* L_8;
L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String NUnit.Framework.Interfaces.ITest::get_Id() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_6;
RuntimeObject* L_10 = V_1;
G_B5_0 = 2;
G_B5_1 = L_9;
G_B5_2 = L_9;
G_B5_3 = _stringLiteral580899C25801DB937F3767278FC09FE71EBDE394;
if (L_10)
{
G_B6_0 = 2;
G_B6_1 = L_9;
G_B6_2 = L_9;
G_B6_3 = _stringLiteral580899C25801DB937F3767278FC09FE71EBDE394;
goto IL_0042_1;
}
}
{
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
G_B7_0 = L_11;
G_B7_1 = G_B5_0;
G_B7_2 = G_B5_1;
G_B7_3 = G_B5_2;
G_B7_4 = G_B5_3;
goto IL_0048_1;
}
IL_0042_1:
{
RuntimeObject* L_12 = V_1;
NullCheck(L_12);
String_t* L_13;
L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String NUnit.Framework.Interfaces.ITest::get_Id() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_12);
G_B7_0 = L_13;
G_B7_1 = G_B6_0;
G_B7_2 = G_B6_1;
G_B7_3 = G_B6_2;
G_B7_4 = G_B6_3;
}
IL_0048_1:
{
NullCheck(G_B7_2);
ArrayElementTypeCheck (G_B7_2, G_B7_0);
(G_B7_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B7_1), (RuntimeObject*)G_B7_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = G_B7_3;
RuntimeObject* L_15 = ___test0;
NullCheck(L_15);
String_t* L_16;
L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String NUnit.Framework.Interfaces.ITest::get_Name() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_15);
il2cpp_codegen_runtime_class_init_inline(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
String_t* L_17;
L_17 = TestProgressReporter_FormatAttributeValue_mD4B0712676F18E34CFC6A13DA95EDE0E68911EA5(L_16, NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_17);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_17);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_14;
RuntimeObject* L_19 = ___test0;
NullCheck(L_19);
String_t* L_20;
L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String NUnit.Framework.Interfaces.ITest::get_FullName() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_19);
String_t* L_21;
L_21 = TestProgressReporter_FormatAttributeValue_mD4B0712676F18E34CFC6A13DA95EDE0E68911EA5(L_20, NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_21);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_21);
String_t* L_22;
L_22 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(G_B7_4, L_18, NULL);
V_2 = L_22;
RuntimeObject* L_23 = __this->___handler_1;
String_t* L_24 = V_2;
NullCheck(L_23);
InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void System.Web.UI.ICallbackEventHandler::RaiseCallbackEvent(System.String) */, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var, L_23, L_24);
goto IL_00a6;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_007b;
}
throw e;
}
CATCH_007b:
{// begin catch(System.Exception)
V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var)));
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_25 = ((TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var))))->___log_0;
RuntimeObject* L_26 = ___test0;
NullCheck(L_26);
String_t* L_27;
L_27 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String NUnit.Framework.Interfaces.ITest::get_FullName() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var)), L_26);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var)));
String_t* L_28 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))))->___NewLine_0;
Exception_t* L_29 = V_3;
NullCheck(L_29);
String_t* L_30;
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29);
String_t* L_31;
L_31 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40D5AEA1D190FD26AEC587B28E14F82104528F8F)), L_27, L_28, L_30, NULL);
NullCheck(L_25);
Logger_Error_mF6ECEB3A1BE7D2A87E686C37BAA685F294F9B68B(L_25, L_31, NULL);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00a6;
}// end catch (depth: 1)
IL_00a6:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestProgressReporter::TestFinished(NUnit.Framework.Interfaces.ITestResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestProgressReporter_TestFinished_m2AB857E93B83EA1A6D4716BB41BDEFF47F334453 (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestResult_t55732795122D8B4D2E522A31B382F87754B8FA69_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39762277A9DA0FEFC53D787B3EB7B426A8E292A9);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
RuntimeObject* V_1 = NULL;
Exception_t* V_2 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
String_t* G_B3_0 = NULL;
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* G_B3_1 = NULL;
String_t* G_B2_0 = NULL;
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* G_B2_1 = NULL;
String_t* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* G_B4_2 = NULL;
{
}
try
{// begin try (depth: 1)
{
RuntimeObject* L_0 = ___result0;
NullCheck(L_0);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1;
L_1 = InterfaceFuncInvoker1< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(0 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::ToXml(System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_0, (bool)0);
V_0 = L_1;
RuntimeObject* L_2 = ___result0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(15 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITestResult::get_Test() */, ITestResult_t55732795122D8B4D2E522A31B382F87754B8FA69_il2cpp_TypeInfo_var, L_2);
il2cpp_codegen_runtime_class_init_inline(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
RuntimeObject* L_4;
L_4 = TestProgressReporter_GetParent_m4B069FD30EFD97B795DE312ED6C00F59354518B6(L_3, NULL);
V_1 = L_4;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_5 = V_0;
NullCheck(L_5);
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* L_6;
L_6 = TNode_get_Attributes_mAA2908248A826D45BC70FC91BF5219276E16B4D8_inline(L_5, NULL);
RuntimeObject* L_7 = V_1;
G_B2_0 = _stringLiteral39762277A9DA0FEFC53D787B3EB7B426A8E292A9;
G_B2_1 = L_6;
if (L_7)
{
G_B3_0 = _stringLiteral39762277A9DA0FEFC53D787B3EB7B426A8E292A9;
G_B3_1 = L_6;
goto IL_002b_1;
}
}
{
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
G_B4_0 = L_8;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0031_1;
}
IL_002b_1:
{
RuntimeObject* L_9 = V_1;
NullCheck(L_9);
String_t* L_10;
L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String NUnit.Framework.Interfaces.ITest::get_Id() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_9);
G_B4_0 = L_10;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0031_1:
{
NullCheck(G_B4_2);
Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(G_B4_2, G_B4_1, G_B4_0, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
RuntimeObject* L_11 = __this->___handler_1;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12 = V_0;
NullCheck(L_12);
String_t* L_13;
L_13 = TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4(L_12, NULL);
NullCheck(L_11);
InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void System.Web.UI.ICallbackEventHandler::RaiseCallbackEvent(System.String) */, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var, L_11, L_13);
goto IL_0077;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_004c;
}
throw e;
}
CATCH_004c:
{// begin catch(System.Exception)
V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var)));
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_14 = ((TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var))))->___log_0;
RuntimeObject* L_15 = ___result0;
NullCheck(L_15);
String_t* L_16;
L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String NUnit.Framework.Interfaces.ITestResult::get_FullName() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ITestResult_t55732795122D8B4D2E522A31B382F87754B8FA69_il2cpp_TypeInfo_var)), L_15);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var)));
String_t* L_17 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))))->___NewLine_0;
Exception_t* L_18 = V_2;
NullCheck(L_18);
String_t* L_19;
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18);
String_t* L_20;
L_20 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40D5AEA1D190FD26AEC587B28E14F82104528F8F)), L_16, L_17, L_19, NULL);
NullCheck(L_14);
Logger_Error_mF6ECEB3A1BE7D2A87E686C37BAA685F294F9B68B(L_14, L_20, NULL);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0077;
}// end catch (depth: 1)
IL_0077:
{
return;
}
}
// System.Void NUnit.Framework.Internal.TestProgressReporter::TestOutput(NUnit.Framework.Interfaces.TestOutput)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestProgressReporter_TestOutput_m7C2558CC165C661D972491D9802135B1BCAABA6F (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* __this, TestOutput_tFA4A15756E100310110FB01B8FE84C57435CA62D* ___output0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* V_0 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
}
try
{// begin try (depth: 1)
RuntimeObject* L_0 = __this->___handler_1;
TestOutput_tFA4A15756E100310110FB01B8FE84C57435CA62D* L_1 = ___output0;
NullCheck(L_1);
String_t* L_2;
L_2 = TestOutput_ToXml_mE50F8BB309FD0CFB0600FDD6AD912F808A54F9A9(L_1, NULL);
NullCheck(L_0);
InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void System.Web.UI.ICallbackEventHandler::RaiseCallbackEvent(System.String) */, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var, L_0, L_2);
goto IL_003c;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0017;
}
throw e;
}
CATCH_0017:
{// begin catch(System.Exception)
V_0 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var)));
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_3 = ((TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var))))->___log_0;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var)));
String_t* L_4 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))))->___NewLine_0;
Exception_t* L_5 = V_0;
NullCheck(L_5);
String_t* L_6;
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
String_t* L_7;
L_7 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D48616B47CCDA26B80C9AE9A57D40609D7980AA)), L_4, L_6, NULL);
NullCheck(L_3);
Logger_Error_mF6ECEB3A1BE7D2A87E686C37BAA685F294F9B68B(L_3, L_7, NULL);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_003c;
}// end catch (depth: 1)
IL_003c:
{
return;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Internal.TestProgressReporter::GetParent(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestProgressReporter_GetParent_m4B069FD30EFD97B795DE312ED6C00F59354518B6 (RuntimeObject* ___test0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
int32_t G_B3_0 = 0;
RuntimeObject* G_B8_0 = NULL;
{
RuntimeObject* L_0 = ___test0;
if (!L_0)
{
goto IL_000f;
}
}
{
RuntimeObject* L_1 = ___test0;
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITest::get_Parent() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_1);
G_B3_0 = ((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 1;
}
IL_0010:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0019;
}
}
{
V_1 = (RuntimeObject*)NULL;
goto IL_003c;
}
IL_0019:
{
RuntimeObject* L_4 = ___test0;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITest::get_Parent() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_4);
NullCheck(L_5);
bool L_6;
L_6 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean NUnit.Framework.Interfaces.ITest::get_IsSuite() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_5);
if (L_6)
{
goto IL_0033;
}
}
{
RuntimeObject* L_7 = ___test0;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITest::get_Parent() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_7);
il2cpp_codegen_runtime_class_init_inline(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
RuntimeObject* L_9;
L_9 = TestProgressReporter_GetParent_m4B069FD30EFD97B795DE312ED6C00F59354518B6(L_8, NULL);
G_B8_0 = L_9;
goto IL_0039;
}
IL_0033:
{
RuntimeObject* L_10 = ___test0;
NullCheck(L_10);
RuntimeObject* L_11;
L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Interfaces.ITest::get_Parent() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_10);
G_B8_0 = L_11;
}
IL_0039:
{
V_1 = G_B8_0;
goto IL_003c;
}
IL_003c:
{
RuntimeObject* L_12 = V_1;
return L_12;
}
}
// System.String NUnit.Framework.Internal.TestProgressReporter::FormatAttributeValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TestProgressReporter_FormatAttributeValue_mD4B0712676F18E34CFC6A13DA95EDE0E68911EA5 (String_t* ___original0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ___original0;
NullCheck(L_0);
String_t* L_1;
L_1 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_0, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, _stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_1, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E, NULL);
NullCheck(L_2);
String_t* L_3;
L_3 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_2, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, _stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642, NULL);
NullCheck(L_3);
String_t* L_4;
L_4 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_3, _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11, _stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8, NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_4, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, _stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837, NULL);
V_0 = L_5;
goto IL_0050;
}
IL_0050:
{
String_t* L_6 = V_0;
return L_6;
}
}
// System.Void NUnit.Framework.Internal.TestProgressReporter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestProgressReporter__cctor_mB57769DEA08BACB22F1F5392ECAF73ED47D017CD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E55D76B7E0430E76D66737410F4E8436EA48140);
s_Il2CppMethodInitialized = true;
}
{
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_0;
L_0 = InternalTrace_GetLogger_mC7399A42189FEEF158A0AAC2B11E4DE3424CA71D(_stringLiteral4E55D76B7E0430E76D66737410F4E8436EA48140, NULL);
((TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_StaticFields*)il2cpp_codegen_static_fields_for(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var))->___log_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_StaticFields*)il2cpp_codegen_static_fields_for(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var))->___log_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.ParameterizedFixtureSuite::.ctor(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedFixtureSuite__ctor_m533D8BB4AFCCAF50A0D0E53994153136C00FD9BB (ParameterizedFixtureSuite_t4B71AB8D3740BD0B1704DA3A842BE0C76E901724* __this, RuntimeObject* ___typeInfo0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___typeInfo0;
NullCheck(L_0);
String_t* L_1;
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String NUnit.Framework.Interfaces.ITypeInfo::get_Namespace() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_0);
RuntimeObject* L_2 = ___typeInfo0;
NullCheck(L_2);
String_t* L_3;
L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(13 /* System.String NUnit.Framework.Interfaces.ITypeInfo::GetDisplayName() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_2);
TestSuite__ctor_m4CEDF48FC3F203E37AE0BCF9B8BD539B7B32450D(__this, L_1, L_3, NULL);
RuntimeObject* L_4 = ___typeInfo0;
NullCheck(L_4);
bool L_5;
L_5 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean NUnit.Framework.Interfaces.ITypeInfo::get_ContainsGenericParameters() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_4);
__this->____genericFixture_19 = L_5;
return;
}
}
// System.String NUnit.Framework.Internal.ParameterizedFixtureSuite::get_TestType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedFixtureSuite_get_TestType_m001296B9C38988B068CDEC25A6ABF554D1922028 (ParameterizedFixtureSuite_t4B71AB8D3740BD0B1704DA3A842BE0C76E901724* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30B24419A788645A0043FECF0EB245571D2A75CD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B649CF1B9228AA747CFAA8A58D7CC441CA53047);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B3_0 = NULL;
{
bool L_0 = __this->____genericFixture_19;
if (L_0)
{
goto IL_0010;
}
}
{
G_B3_0 = _stringLiteral7B649CF1B9228AA747CFAA8A58D7CC441CA53047;
goto IL_0015;
}
IL_0010:
{
G_B3_0 = _stringLiteral30B24419A788645A0043FECF0EB245571D2A75CD;
}
IL_0015:
{
V_0 = G_B3_0;
goto IL_0018;
}
IL_0018:
{
String_t* L_1 = V_0;
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.ParameterizedMethodSuite::.ctor(NUnit.Framework.Interfaces.IMethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedMethodSuite__ctor_m78ADECE31342564F0E0F98F094579876749E21A2 (ParameterizedMethodSuite_t8DA1649BA369CDE02C3DCEB666DB196B2A3DBBA7* __this, RuntimeObject* ___method0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReflectionInfo_IsDefined_TisTheoryAttribute_tDDD9735353E32874145F508530D97E904FDB446A_mFA6AAD9B109AB8C40096EACE7A7A5E4F0A2FFA65_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___method0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Interfaces.IMethodInfo::get_TypeInfo() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_0);
NullCheck(L_1);
String_t* L_2;
L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String NUnit.Framework.Interfaces.ITypeInfo::get_FullName() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_1);
RuntimeObject* L_3 = ___method0;
NullCheck(L_3);
String_t* L_4;
L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String NUnit.Framework.Interfaces.IMethodInfo::get_Name() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_3);
TestSuite__ctor_m4CEDF48FC3F203E37AE0BCF9B8BD539B7B32450D(__this, L_2, L_4, NULL);
RuntimeObject* L_5 = ___method0;
Test_set_Method_m0C6295C736CC4F16C360BB907283E7C8A69AE8B9(__this, L_5, NULL);
RuntimeObject* L_6 = ___method0;
NullCheck(L_6);
bool L_7;
L_7 = GenericInterfaceFuncInvoker1< bool, bool >::Invoke(IReflectionInfo_IsDefined_TisTheoryAttribute_tDDD9735353E32874145F508530D97E904FDB446A_mFA6AAD9B109AB8C40096EACE7A7A5E4F0A2FFA65_RuntimeMethod_var, L_6, (bool)1);
__this->____isTheory_19 = L_7;
TestSuite_set_MaintainTestOrder_mA239602C73060934BE44CC22514D901CF671B905_inline(__this, (bool)1, NULL);
return;
}
}
// System.String NUnit.Framework.Internal.ParameterizedMethodSuite::get_TestType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedMethodSuite_get_TestType_mAC037B35BABDA3A2D01B2EB7231872AFAD939999 (ParameterizedMethodSuite_t8DA1649BA369CDE02C3DCEB666DB196B2A3DBBA7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BCB75B18104B18B64B0874E6214C5FEC09662D2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EB6D804EEC188461272722F0D3706A3BDD37B68);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBC4BF15E9CB96375F55C35A7FD939FC6C8D26AF);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
bool V_2 = false;
{
bool L_0 = __this->____isTheory_19;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0013;
}
}
{
V_1 = _stringLiteral0BCB75B18104B18B64B0874E6214C5FEC09662D2;
goto IL_0032;
}
IL_0013:
{
RuntimeObject* L_2;
L_2 = Test_get_Method_m43138AF6A6D99B8D3F8DCB3E38525C6D839C83AC(__this, NULL);
NullCheck(L_2);
bool L_3;
L_3 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean NUnit.Framework.Interfaces.IMethodInfo::get_ContainsGenericParameters() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_2);
V_2 = L_3;
bool L_4 = V_2;
if (!L_4)
{
goto IL_002a;
}
}
{
V_1 = _stringLiteral7EB6D804EEC188461272722F0D3706A3BDD37B68;
goto IL_0032;
}
IL_002a:
{
V_1 = _stringLiteralDBC4BF15E9CB96375F55C35A7FD939FC6C8D26AF;
goto IL_0032;
}
IL_0032:
{
String_t* L_5 = V_1;
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.SetUpFixture::.ctor(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetUpFixture__ctor_m0AE18DC98AD7BBFBC456C8015F54B8EB62D7CCA2 (SetUpFixture_tDB6F9B97DBC9394713E1D5147588A8D80E6BDC97* __this, RuntimeObject* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneTimeSetUpAttribute_tA2A8316FB3CB2BA509CB5146D2917A7A34F3D8FD_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneTimeTearDownAttribute_t5D8AA7C718449409C74EEBD39164905F0DE13394_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral827D75DB3B568D2A49A5ECB100B94223419CEB2E);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
{
RuntimeObject* L_0 = ___type0;
TestSuite__ctor_m435ACEECA6AF3F53C35E009E63B38859D1021B99(__this, L_0, NULL);
RuntimeObject* L_1 = ___type0;
NullCheck(L_1);
String_t* L_2;
L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String NUnit.Framework.Interfaces.ITypeInfo::get_Namespace() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_1);
Test_set_Name_m71F62D68C378FBCDBC07E0AFA2521497E38FA96B_inline(__this, L_2, NULL);
String_t* L_3;
L_3 = Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline(__this, NULL);
V_1 = (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002f;
}
}
{
Test_set_Name_m71F62D68C378FBCDBC07E0AFA2521497E38FA96B_inline(__this, _stringLiteral827D75DB3B568D2A49A5ECB100B94223419CEB2E, NULL);
}
IL_002f:
{
String_t* L_5;
L_5 = Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline(__this, NULL);
NullCheck(L_5);
int32_t L_6;
L_6 = String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E(L_5, ((int32_t)46), NULL);
V_0 = L_6;
int32_t L_7 = V_0;
V_2 = (bool)((((int32_t)L_7) > ((int32_t)0))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_005a;
}
}
{
String_t* L_9;
L_9 = Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline(__this, NULL);
int32_t L_10 = V_0;
NullCheck(L_9);
String_t* L_11;
L_11 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_9, ((int32_t)il2cpp_codegen_add(L_10, 1)), NULL);
Test_set_Name_m71F62D68C378FBCDBC07E0AFA2521497E38FA96B_inline(__this, L_11, NULL);
}
IL_005a:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast<intptr_t> (OneTimeSetUpAttribute_tA2A8316FB3CB2BA509CB5146D2917A7A34F3D8FD_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_13;
L_13 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_12, NULL);
TestSuite_CheckSetUpTearDownMethods_mA15D2F9C295F99E8F796B8A7FFB8BDD8476D586F(__this, L_13, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (OneTimeTearDownAttribute_t5D8AA7C718449409C74EEBD39164905F0DE13394_0_0_0_var) };
Type_t* L_15;
L_15 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_14, NULL);
TestSuite_CheckSetUpTearDownMethods_mA15D2F9C295F99E8F796B8A7FFB8BDD8476D586F(__this, L_15, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Internal.Test::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test__ctor_m9368D5FB5D2C4AF8F54C0061B874E1C1B63FF711 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___name0;
Guard_ArgumentNotNullOrEmpty_mDA4943C4C47BAD53F205C863BEFDB8479D217816(L_0, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
String_t* L_1 = ___name0;
Test_Initialize_mBCF7C46A1F0A33D2F84E6DB7ECF43FBB1B14301C(__this, L_1, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Test::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test__ctor_m585A66C96828D313B7FB936E89DC07BB3C6D3970 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___pathName0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38728CDE8FFE045D7057BF079AF6096991F507BE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___pathName0;
Guard_ArgumentNotNullOrEmpty_mDA4943C4C47BAD53F205C863BEFDB8479D217816(L_0, _stringLiteral38728CDE8FFE045D7057BF079AF6096991F507BE, NULL);
String_t* L_1 = ___name1;
Test_Initialize_mBCF7C46A1F0A33D2F84E6DB7ECF43FBB1B14301C(__this, L_1, NULL);
String_t* L_2 = ___pathName0;
String_t* L_3 = ___name1;
String_t* L_4;
L_4 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_2, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_3, NULL);
Test_set_FullName_m2CD9A660CBD93374718DD04D781675B3557CEAB5_inline(__this, L_4, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Test::.ctor(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test__ctor_mCC0B5B26645E3614E190ADDAED53BC27131E3DF7 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___typeInfo0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_0 = ___typeInfo0;
NullCheck(L_0);
String_t* L_1;
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(13 /* System.String NUnit.Framework.Interfaces.ITypeInfo::GetDisplayName() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_0);
Test_Initialize_mBCF7C46A1F0A33D2F84E6DB7ECF43FBB1B14301C(__this, L_1, NULL);
RuntimeObject* L_2 = ___typeInfo0;
NullCheck(L_2);
String_t* L_3;
L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String NUnit.Framework.Interfaces.ITypeInfo::get_Namespace() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_2);
V_0 = L_3;
String_t* L_4 = V_0;
if (!L_4)
{
goto IL_002c;
}
}
{
String_t* L_5 = V_0;
bool L_6;
L_6 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_5, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
G_B3_0 = ((int32_t)(L_6));
goto IL_002d;
}
IL_002c:
{
G_B3_0 = 0;
}
IL_002d:
{
V_1 = (bool)G_B3_0;
bool L_7 = V_1;
if (!L_7)
{
goto IL_0049;
}
}
{
String_t* L_8 = V_0;
String_t* L_9;
L_9 = Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline(__this, NULL);
String_t* L_10;
L_10 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_8, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_9, NULL);
Test_set_FullName_m2CD9A660CBD93374718DD04D781675B3557CEAB5_inline(__this, L_10, NULL);
}
IL_0049:
{
RuntimeObject* L_11 = ___typeInfo0;
Test_set_TypeInfo_mF68A9D675A6AEBB171CFDD020B1E7B9CB31E2AEA_inline(__this, L_11, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Test::.ctor(NUnit.Framework.Interfaces.IMethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test__ctor_mB3FE210880CD91128D39AD2A5843D00C615A58FC (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___method0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_0 = ___method0;
NullCheck(L_0);
String_t* L_1;
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String NUnit.Framework.Interfaces.IMethodInfo::get_Name() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_0);
Test_Initialize_mBCF7C46A1F0A33D2F84E6DB7ECF43FBB1B14301C(__this, L_1, NULL);
RuntimeObject* L_2 = ___method0;
Test_set_Method_m0C6295C736CC4F16C360BB907283E7C8A69AE8B9(__this, L_2, NULL);
RuntimeObject* L_3 = ___method0;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Interfaces.IMethodInfo::get_TypeInfo() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_3);
Test_set_TypeInfo_mF68A9D675A6AEBB171CFDD020B1E7B9CB31E2AEA_inline(__this, L_4, NULL);
RuntimeObject* L_5 = ___method0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Interfaces.IMethodInfo::get_TypeInfo() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_5);
NullCheck(L_6);
String_t* L_7;
L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String NUnit.Framework.Interfaces.ITypeInfo::get_FullName() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_6);
String_t* L_8;
L_8 = Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline(__this, NULL);
String_t* L_9;
L_9 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_7, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_8, NULL);
Test_set_FullName_m2CD9A660CBD93374718DD04D781675B3557CEAB5_inline(__this, L_9, NULL);
return;
}
}
// System.Void NUnit.Framework.Internal.Test::Initialize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_Initialize_mBCF7C46A1F0A33D2F84E6DB7ECF43FBB1B14301C (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ___name0;
String_t* L_1 = L_0;
V_0 = L_1;
Test_set_Name_m71F62D68C378FBCDBC07E0AFA2521497E38FA96B_inline(__this, L_1, NULL);
String_t* L_2 = V_0;
Test_set_FullName_m2CD9A660CBD93374718DD04D781675B3557CEAB5_inline(__this, L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = Test_GetNextId_m0E13B69CF41A8D5F9A5FD25541D8CAD80BBAD221(NULL);
Test_set_Id_mBE37AC82C9615CF5F649313AB71B333B960D09B7_inline(__this, L_3, NULL);
PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B* L_4 = (PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B*)il2cpp_codegen_object_new(PropertyBag_tA4B37DAC4E9FF3A969246EF7C1D764FCC46EE05B_il2cpp_TypeInfo_var);
NullCheck(L_4);
PropertyBag__ctor_mB3ABDD45D4773DDDC946B65E63E2D2FE071F6D20(L_4, NULL);
Test_set_Properties_m18C600D86FE5469823975B54DF2D1A4D726020EE_inline(__this, L_4, NULL);
Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7_inline(__this, 1, NULL);
return;
}
}
// System.String NUnit.Framework.Internal.Test::GetNextId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_GetNextId_m0E13B69CF41A8D5F9A5FD25541D8CAD80BBAD221 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
String_t* L_0;
L_0 = Test_get_IdPrefix_mBA0CFCFB4E33D1A6F2D65B01311ED46A2B656347_inline(NULL);
int32_t L_1 = ((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields*)il2cpp_codegen_static_fields_for(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var))->____nextID_0;
int32_t L_2 = L_1;
((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields*)il2cpp_codegen_static_fields_for(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var))->____nextID_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
V_0 = L_2;
String_t* L_3;
L_3 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
String_t* L_4;
L_4 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_0, L_3, NULL);
V_1 = L_4;
goto IL_0023;
}
IL_0023:
{
String_t* L_5 = V_1;
return L_5;
}
}
// System.String NUnit.Framework.Internal.Test::get_Id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_Id_m411E903261737CEF6369EA528015681FF474B3CB (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CIdU3Ek__BackingField_5;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_Id(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Id_mBE37AC82C9615CF5F649313AB71B333B960D09B7 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CIdU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIdU3Ek__BackingField_5), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.Test::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CNameU3Ek__BackingField_6;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_Name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Name_m71F62D68C378FBCDBC07E0AFA2521497E38FA96B (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CNameU3Ek__BackingField_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_6), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.Test::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_FullName_mBA3F7D639974882DFF12492D956499DEF57F6930 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CFullNameU3Ek__BackingField_7;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_FullName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_FullName_m2CD9A660CBD93374718DD04D781675B3557CEAB5 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CFullNameU3Ek__BackingField_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFullNameU3Ek__BackingField_7), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.Test::get_ClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_ClassName_m5ACE2DD02519B06EA01DDA5ECD3B690907E481C3 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
String_t* V_4 = NULL;
String_t* G_B9_0 = NULL;
{
RuntimeObject* L_0;
L_0 = Test_get_TypeInfo_mCF6343970E71214EB424F1EE43468679DC077965_inline(__this, NULL);
V_0 = L_0;
RuntimeObject* L_1;
L_1 = Test_get_Method_m43138AF6A6D99B8D3F8DCB3E38525C6D839C83AC(__this, NULL);
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0046;
}
}
{
RuntimeObject* L_3 = __this->___DeclaringTypeInfo_3;
V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_003e;
}
}
{
RuntimeObject* L_5;
L_5 = Test_get_Method_m43138AF6A6D99B8D3F8DCB3E38525C6D839C83AC(__this, NULL);
NullCheck(L_5);
MethodInfo_t* L_6;
L_6 = InterfaceFuncInvoker0< MethodInfo_t* >::Invoke(1 /* System.Reflection.MethodInfo NUnit.Framework.Interfaces.IMethodInfo::get_MethodInfo() */, IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119_il2cpp_TypeInfo_var, L_5);
NullCheck(L_6);
Type_t* L_7;
L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_6);
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_8 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_8);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_8, L_7, NULL);
__this->___DeclaringTypeInfo_3 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___DeclaringTypeInfo_3), (void*)L_8);
}
IL_003e:
{
RuntimeObject* L_9 = __this->___DeclaringTypeInfo_3;
V_0 = L_9;
}
IL_0046:
{
RuntimeObject* L_10 = V_0;
V_3 = (bool)((((RuntimeObject*)(RuntimeObject*)L_10) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_11 = V_3;
if (!L_11)
{
goto IL_0053;
}
}
{
V_4 = (String_t*)NULL;
goto IL_0072;
}
IL_0053:
{
RuntimeObject* L_12 = V_0;
NullCheck(L_12);
bool L_13;
L_13 = InterfaceFuncInvoker0< bool >::Invoke(8 /* System.Boolean NUnit.Framework.Interfaces.ITypeInfo::get_IsGenericType() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_12);
if (L_13)
{
goto IL_0063;
}
}
{
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
String_t* L_15;
L_15 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String NUnit.Framework.Interfaces.ITypeInfo::get_FullName() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_14);
G_B9_0 = L_15;
goto IL_006e;
}
IL_0063:
{
RuntimeObject* L_16 = V_0;
NullCheck(L_16);
Type_t* L_17;
L_17 = InterfaceFuncInvoker0< Type_t* >::Invoke(15 /* System.Type NUnit.Framework.Interfaces.ITypeInfo::GetGenericTypeDefinition() */, ITypeInfo_t213254F26BE711D9E17641CB529B35D2A55F48F2_il2cpp_TypeInfo_var, L_16);
NullCheck(L_17);
String_t* L_18;
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_17);
G_B9_0 = L_18;
}
IL_006e:
{
V_4 = G_B9_0;
goto IL_0072;
}
IL_0072:
{
String_t* L_19 = V_4;
return L_19;
}
}
// System.String NUnit.Framework.Internal.Test::get_MethodName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_MethodName_m8B57227625C0365ACBE5C094B32C2F9E46D57201 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
V_0 = (String_t*)NULL;
goto IL_0005;
}
IL_0005:
{
String_t* L_0 = V_0;
return L_0;
}
}
// NUnit.Framework.Interfaces.ITypeInfo NUnit.Framework.Internal.Test::get_TypeInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Test_get_TypeInfo_mCF6343970E71214EB424F1EE43468679DC077965 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTypeInfoU3Ek__BackingField_8;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_TypeInfo(NUnit.Framework.Interfaces.ITypeInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_TypeInfo_mF68A9D675A6AEBB171CFDD020B1E7B9CB31E2AEA (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTypeInfoU3Ek__BackingField_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeInfoU3Ek__BackingField_8), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.IMethodInfo NUnit.Framework.Internal.Test::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Test_get_Method_m43138AF6A6D99B8D3F8DCB3E38525C6D839C83AC (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->____method_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Internal.Test::set_Method(NUnit.Framework.Interfaces.IMethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Method_m0C6295C736CC4F16C360BB907283E7C8A69AE8B9 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
__this->___DeclaringTypeInfo_3 = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___DeclaringTypeInfo_3), (void*)(RuntimeObject*)NULL);
RuntimeObject* L_0 = ___value0;
__this->____method_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____method_4), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.RunState NUnit.Framework.Internal.Test::get_RunState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Test_get_RunState_mB62159BBB414FC0BC51CBC201178BDD2B4F15F34 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CRunStateU3Ek__BackingField_9;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_RunState(NUnit.Framework.Interfaces.RunState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CRunStateU3Ek__BackingField_9 = L_0;
return;
}
}
// System.String NUnit.Framework.Internal.Test::get_TestType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_TestType_m06600493C222E7153914ED695C3FC7F1F21B47DA (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Type_t* L_0;
L_0 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// System.Int32 NUnit.Framework.Internal.Test::get_TestCaseCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Test_get_TestCaseCount_m0524F97B38849D92C941C4C8FB8C7FF6DC7D5E90 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 1;
goto IL_0005;
}
IL_0005:
{
int32_t L_0 = V_0;
return L_0;
}
}
// NUnit.Framework.Interfaces.IPropertyBag NUnit.Framework.Internal.Test::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CPropertiesU3Ek__BackingField_10;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_Properties(NUnit.Framework.Interfaces.IPropertyBag)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Properties_m18C600D86FE5469823975B54DF2D1A4D726020EE (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CPropertiesU3Ek__BackingField_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertiesU3Ek__BackingField_10), (void*)L_0);
return;
}
}
// System.Boolean NUnit.Framework.Internal.Test::get_IsSuite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Test_get_IsSuite_m077843081C2602132819AF754C697DBC138F4609 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
V_0 = (bool)((!(((RuntimeObject*)(TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*)((TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*)IsInstClass((RuntimeObject*)__this, TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_0 = V_0;
return L_0;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Internal.Test::get_Parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Test_get_Parent_m33F9995298B4173652758411F21CC4FB8433F5C9 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CParentU3Ek__BackingField_11;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_Parent(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Parent_m522BDADCB7F33F39B46AD258B669E28726DB27B8 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CParentU3Ek__BackingField_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParentU3Ek__BackingField_11), (void*)L_0);
return;
}
}
// System.Object NUnit.Framework.Internal.Test::get_Fixture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Test_get_Fixture_m0C35EF1A76D08FFC29E5FBD5A64524E48DDDFF85 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CFixtureU3Ek__BackingField_12;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_Fixture(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Fixture_m1339D9F726294F92B862F597BD482A81872DAE94 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CFixtureU3Ek__BackingField_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFixtureU3Ek__BackingField_12), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Internal.Test::get_IdPrefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Test_get_IdPrefix_mBA0CFCFB4E33D1A6F2D65B01311ED46A2B656347 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
String_t* L_0 = ((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields*)il2cpp_codegen_static_fields_for(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var))->___U3CIdPrefixU3Ek__BackingField_13;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_IdPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_IdPrefix_m98E1C8026A76AC0CB43953EBC80ABC573F457D89 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields*)il2cpp_codegen_static_fields_for(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var))->___U3CIdPrefixU3Ek__BackingField_13 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields*)il2cpp_codegen_static_fields_for(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var))->___U3CIdPrefixU3Ek__BackingField_13), (void*)L_0);
return;
}
}
// System.Int32 NUnit.Framework.Internal.Test::get_Seed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Test_get_Seed_m4F34E769EAE1E5214690FE70B3C1B94683CC024D (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CSeedU3Ek__BackingField_14;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_Seed(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_Seed_mB8E03B48068624CECEDF002C1A09C868524BDBE5 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CSeedU3Ek__BackingField_14 = L_0;
return;
}
}
// System.Boolean NUnit.Framework.Internal.Test::get_RequiresThread()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Test_get_RequiresThread_mD6E6D76DBEF6B1CA1D1CF858298A4D6DF64D3273 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CRequiresThreadU3Ek__BackingField_15;
return L_0;
}
}
// System.Void NUnit.Framework.Internal.Test::set_RequiresThread(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_set_RequiresThread_m223D83EB17E8C01E3E8107EF57A1684E67D3D50B (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CRequiresThreadU3Ek__BackingField_15 = L_0;
return;
}
}
// System.Void NUnit.Framework.Internal.Test::ApplyAttributesToTest(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_ApplyAttributesToTest_m3EC5865A72AA0CFDE15BA19212060839E5683BB5 (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IApplyToTest_t10F55FCF112D6E96614CA05AE9A0D5F9160424D5_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IApplyToTest_t10F55FCF112D6E96614CA05AE9A0D5F9160424D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
RuntimeObject* V_2 = NULL;
{
RuntimeObject* L_0 = ___provider0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (IApplyToTest_t10F55FCF112D6E96614CA05AE9A0D5F9160424D5_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_2;
L_2 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_1, NULL);
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3;
L_3 = InterfaceFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(1 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean) */, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var, L_0, L_2, (bool)1);
V_0 = L_3;
V_1 = 0;
goto IL_002d;
}
IL_0018:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IApplyToTest_t10F55FCF112D6E96614CA05AE9A0D5F9160424D5_il2cpp_TypeInfo_var));
RuntimeObject* L_8 = V_2;
NullCheck(L_8);
InterfaceActionInvoker1< Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* >::Invoke(0 /* System.Void NUnit.Framework.Interfaces.IApplyToTest::ApplyToTest(NUnit.Framework.Internal.Test) */, IApplyToTest_t10F55FCF112D6E96614CA05AE9A0D5F9160424D5_il2cpp_TypeInfo_var, L_8, __this);
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_002d:
{
int32_t L_10 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = V_0;
NullCheck(L_11);
if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))
{
goto IL_0018;
}
}
{
return;
}
}
// System.Void NUnit.Framework.Internal.Test::PopulateTestNode(NUnit.Framework.Interfaces.TNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test_PopulateTestNode_m96CA6E48D1319F934BD7A464DAFEB4A2ED8D408F (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___thisNode0, bool ___recursive1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunState_tFE3ED71D73ED9616940B64E6C106F2DC3BF07A3E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25429449C15BE0143CF99744A7BE905C45E9F6F7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34DC7586DC2460266228AF5D43E954794FBFD387);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47CD5CE372C5AE99A354717C56D51AB1A83073A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB541F9450542474F70AB06E53955AA667B65B5B5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = ___thisNode0;
String_t* L_1;
L_1 = Test_get_Id_m411E903261737CEF6369EA528015681FF474B3CB_inline(__this, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
NullCheck(L_0);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_0, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, L_2, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = ___thisNode0;
String_t* L_4;
L_4 = Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline(__this, NULL);
NullCheck(L_3);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_3, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, L_4, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_5 = ___thisNode0;
String_t* L_6;
L_6 = Test_get_FullName_mBA3F7D639974882DFF12492D956499DEF57F6930_inline(__this, NULL);
NullCheck(L_5);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_5, _stringLiteralB541F9450542474F70AB06E53955AA667B65B5B5, L_6, NULL);
String_t* L_7;
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String NUnit.Framework.Internal.Test::get_MethodName() */, __this);
V_0 = (bool)((!(((RuntimeObject*)(String_t*)L_7) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_8 = V_0;
if (!L_8)
{
goto IL_005b;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_9 = ___thisNode0;
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String NUnit.Framework.Internal.Test::get_MethodName() */, __this);
NullCheck(L_9);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_9, _stringLiteral47CD5CE372C5AE99A354717C56D51AB1A83073A4, L_10, NULL);
}
IL_005b:
{
String_t* L_11;
L_11 = Test_get_ClassName_m5ACE2DD02519B06EA01DDA5ECD3B690907E481C3(__this, NULL);
V_1 = (bool)((!(((RuntimeObject*)(String_t*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_12 = V_1;
if (!L_12)
{
goto IL_007a;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_13 = ___thisNode0;
String_t* L_14;
L_14 = Test_get_ClassName_m5ACE2DD02519B06EA01DDA5ECD3B690907E481C3(__this, NULL);
NullCheck(L_13);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_13, _stringLiteral34DC7586DC2460266228AF5D43E954794FBFD387, L_14, NULL);
}
IL_007a:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_15 = ___thisNode0;
int32_t L_16;
L_16 = Test_get_RunState_mB62159BBB414FC0BC51CBC201178BDD2B4F15F34_inline(__this, NULL);
V_2 = L_16;
Il2CppFakeBox<int32_t> L_17(RunState_tFE3ED71D73ED9616940B64E6C106F2DC3BF07A3E_il2cpp_TypeInfo_var, (&V_2));
String_t* L_18;
L_18 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_17), NULL);
NullCheck(L_15);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_15, _stringLiteral25429449C15BE0143CF99744A7BE905C45E9F6F7, L_18, NULL);
RuntimeObject* L_19;
L_19 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(__this, NULL);
NullCheck(L_19);
RuntimeObject* L_20;
L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Collections.Generic.ICollection`1<System.String> NUnit.Framework.Interfaces.IPropertyBag::get_Keys() */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_19);
NullCheck(L_20);
int32_t L_21;
L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.String>::get_Count() */, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_20);
V_3 = (bool)((((int32_t)L_21) > ((int32_t)0))? 1 : 0);
bool L_22 = V_3;
if (!L_22)
{
goto IL_00bf;
}
}
{
RuntimeObject* L_23;
L_23 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(__this, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_24 = ___thisNode0;
bool L_25 = ___recursive1;
NullCheck(L_23);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_26;
L_26 = InterfaceFuncInvoker2< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(1 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_23, L_24, L_25);
}
IL_00bf:
{
return;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.Test::ToXml(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* Test_ToXml_mF9FB69EFC45BF9CE82D32293F0A8F9035640B6DC (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, bool ___recursive0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*)il2cpp_codegen_object_new(TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
NullCheck(L_0);
TNode__ctor_mCB3D048428044D2BACE926AEC5B12344A0EAE73A(L_0, _stringLiteral17718E71159B2A463A10CD2BCAE046100EF2ADF2, NULL);
bool L_1 = ___recursive0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_2;
L_2 = VirtualFuncInvoker2< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(31 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Internal.Test::AddToXml(NUnit.Framework.Interfaces.TNode,System.Boolean) */, __this, L_0, L_1);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
return L_3;
}
}
// System.Int32 NUnit.Framework.Internal.Test::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Test_CompareTo_m219269D49E918132DE1BDA3C321AC1AA695A4EBB (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
{
RuntimeObject* L_0 = ___obj0;
V_0 = ((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD*)IsInstClass((RuntimeObject*)L_0, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var));
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_1 = V_0;
V_1 = (bool)((((RuntimeObject*)(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0014;
}
}
{
V_2 = (-1);
goto IL_0028;
}
IL_0014:
{
String_t* L_3;
L_3 = Test_get_FullName_mBA3F7D639974882DFF12492D956499DEF57F6930_inline(__this, NULL);
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_4 = V_0;
NullCheck(L_4);
String_t* L_5;
L_5 = Test_get_FullName_mBA3F7D639974882DFF12492D956499DEF57F6930_inline(L_4, NULL);
NullCheck(L_3);
int32_t L_6;
L_6 = String_CompareTo_m32A3DFBEA443A4091053D53825DBB76E6EAFECCF(L_3, L_5, NULL);
V_2 = L_6;
goto IL_0028;
}
IL_0028:
{
int32_t L_7 = V_2;
return L_7;
}
}
// System.Void NUnit.Framework.Internal.Test::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Test__cctor_m39998B3CE5E2EE2A9DD60D5A0E4F168BE08000C2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields*)il2cpp_codegen_static_fields_for(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var))->____nextID_0 = ((int32_t)1000);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_Id_m411E903261737CEF6369EA528015681FF474B3CB_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CIdU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_Name_mD6FB3F5F91F069F9AC8783A9B21A9B1BB1224F93_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CNameU3Ek__BackingField_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_FullName_mBA3F7D639974882DFF12492D956499DEF57F6930_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CFullNameU3Ek__BackingField_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CPropertiesU3Ek__BackingField_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InternalTrace_get_Initialized_mFF012A624D54E14C390EA1CAB15BA56566742EFA_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InternalTrace_set_Initialized_mEB814E32D177876897E49E88B47BABEE1436D612_inline (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
((InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_StaticFields*)il2cpp_codegen_static_fields_for(InternalTrace_t81ACB330889A363C1F89C4098510FF05A4C87C72_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_2 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodWrapper_set_TypeInfo_mFE370AFBD3E4B896DD8451FA8A33BD75347916D2_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTypeInfoU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeInfoU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodWrapper_set_MethodInfo_m37B6A3EA071A3534A02C1E0671AA840AACA4C3D8_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, MethodInfo_t* ___value0, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___value0;
__this->___U3CMethodInfoU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodInfoU3Ek__BackingField_1), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* MethodWrapper_get_MethodInfo_m69F1E7DD9A7B86E38343DD6D7275E2DD360D4E22_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodInfoU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MethodWrapper_get_TypeInfo_m86F7233EA420299DAD0CA8E331FEC7CDB9CFF5D7_inline (MethodWrapper_t39FBB6EA8ED93505F59E0708F674A448B1523622* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTypeInfoU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ParameterWrapper_set_Method_mEA7A6910FD099DE21EDCE2BC8B2DBCC56240DE1D_inline (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CMethodU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ParameterWrapper_set_ParameterInfo_mB93D6B669F1909A6AB830804815019EEA07CC365_inline (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___value0, const RuntimeMethod* method)
{
{
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0 = ___value0;
__this->___U3CParameterInfoU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParameterInfoU3Ek__BackingField_1), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ParameterWrapper_get_ParameterInfo_m6966CE43B183D3AE7BAF384BA932D73AF7C8DA15_inline (ParameterWrapper_t15D3C332A5B4A97D5FF47856F3A7DC422FFD4440* __this, const RuntimeMethod* method)
{
{
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0 = __this->___U3CParameterInfoU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m6E8147B50DE6E7EDD6CAB8873F83B943E2CD74F9_inline (double ___d0, const RuntimeMethod* method)
{
{
double L_0 = ___d0;
return (bool)((((double)L_0) == ((double)(std::numeric_limits<double>::infinity())))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_mA198BA3110327CA9E3298794F07E4772E660FDA5_inline (double ___d0, const RuntimeMethod* method)
{
{
double L_0 = ___d0;
return (bool)((((double)L_0) == ((double)(-std::numeric_limits<double>::infinity())))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_m684B090AA2F895FD91821CA8684CBC11D784E4DD_inline (float ___f0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___f0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = BitConverter_SingleToInt32Bits_mA1902D40966CA4C89A8974B10E5680A06E88566B_inline(L_0, NULL);
return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m930B3369333FFFF7861552A9F3454A7122260F66_inline (float ___f0, const RuntimeMethod* method)
{
{
float L_0 = ___f0;
return (bool)((((float)L_0) == ((float)(std::numeric_limits<float>::infinity())))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m6A97B87E0422CF812D7B879F68752A043D50F68B_inline (float ___f0, const RuntimeMethod* method)
{
{
float L_0 = ___f0;
return (bool)((((float)L_0) == ((float)(-std::numeric_limits<float>::infinity())))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeWrapper_set_Type_m0359809735B7E82DC36B3ECB3FBBB546C5D5E344_inline (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, Type_t* ___value0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___value0;
__this->___U3CTypeU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeWrapper_get_Type_m761BC4A04CD16F91DD92864CB2093592DAC0F54B_inline (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Assembly_t* TestAssembly_get_Assembly_m14A6DE1A7E1A66A4294E7A16E5C71B3D0138DB42_inline (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* __this, const RuntimeMethod* method)
{
{
Assembly_t* L_0 = __this->___U3CAssemblyU3Ek__BackingField_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_Method_m530E19B7C5DE3FA75EC623775D6A7936EDDD0C2A_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, MethodInfo_t* ___value0, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___value0;
__this->___U3CMethodU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* GenericMethodHelper_get_Method_mC78D7917DAFB2E2274870EA58990F570D195AFD7_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_TypeParms_m7513903C2B63EB5B8E1DBDA49279129BE0683369_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CTypeParmsU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeParmsU3Ek__BackingField_1), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_TypeParms_mCEA4AE9ED1453605A10F897A2EB45CB5174DBFB9_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = __this->___U3CTypeParmsU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_TypeArgs_mA90F953566F7A4960A04AB90AD264E1631195367_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CTypeArgsU3Ek__BackingField_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeArgsU3Ek__BackingField_2), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GenericMethodHelper_set_ParmTypes_mD8A41376312EA724B214B27A5FA848134AE37D83_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CParmTypesU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParmTypesU3Ek__BackingField_3), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_ParmTypes_mBE1839DFEC56AC6634DEF759637907E0FD3AF129_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = __this->___U3CParmTypesU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* GenericMethodHelper_get_TypeArgs_mE84C47F71935E1EFEF3F9E59341CFE8E30E22DAF_inline (GenericMethodHelper_t1732EF0E91C9A07B002CE4F98CFC980DAC735385* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = __this->___U3CTypeArgsU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestFixtureParameters_set_TypeArgs_m7C2401BF7574A7561F434DC4CA7267D4A13C94A9_inline (TestFixtureParameters_tC8D8FBC6294AA96C1A28D435D72C98ACFD5541E5* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___value0, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___value0;
__this->___U3CTypeArgsU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeArgsU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_RunState_m02C4A21CC4ECC93FD88543C9A1A054F38F1CD988_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CRunStateU3Ek__BackingField_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_Properties_mE734C468607367431148524F9B4076C7AE27BE7E_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CPropertiesU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertiesU3Ek__BackingField_3), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestParameters_get_Properties_mF34C4804C5952DE711E8B0542D58F4E52D8CDF9B_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CPropertiesU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_TestName_m549FA9FF6C0DB488934B4C33DB6D77C20CE1E272_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CTestNameU3Ek__BackingField_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestNameU3Ek__BackingField_2), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_OriginalArguments_mC69A0BB91DEDCD133B229E4D8D7D2FAD1C470F0B_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->___U3COriginalArgumentsU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COriginalArgumentsU3Ek__BackingField_4), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestParameters_set_Arguments_mC540730FE014913CF4D7891C2E1B0F075C007095_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->___U3CArgumentsU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CArgumentsU3Ek__BackingField_1), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* TestParameters_get_Arguments_m68B241EEA64247527D8E7D07578672ABE65AF154_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CArgumentsU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TestParameters_get_RunState_m36FAF26A97B852242407C45BBF8B10BE575172E0_inline (TestParameters_t30F360C95F7176D219F914B7074407F81980BA01* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CRunStateU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CRunStateU3Ek__BackingField_9 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0 = __this->____innerException_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____Major_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____Minor_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____platform_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* OperatingSystem_get_Version_m535655B606064F2D5E20452DC2258338B59DA9F6_inline (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* __this, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->____version_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestCaseParameters_set_HasExpectedResult_m4B5A5C19BB1C9FCB4D5D0D32DBB82A6F81F581EB_inline (TestCaseParameters_t5154C8037E66EF0FE2B22E294F154BEAE968288C* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CHasExpectedResultU3Ek__BackingField_6 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TestCaseAttribute_get_IncludePlatform_m5B08D3DD593602D4F7385705F303CE907DC44D45_inline (TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CIncludePlatformU3Ek__BackingField_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TestCaseAttribute_get_ExcludePlatform_m87B55A96FE8F8B3AFF9BD21DB2D94AE8DC1744ED_inline (TestCaseAttribute_t24E433643D67854822F6CB6067335857D8BFFD06* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CExcludePlatformU3Ek__BackingField_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* Reflect_get_ConstructorCallWrapper_mB42AF19CC4DA009FC311CB58860DCF91EF57AE4E_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_3_tE3297F9B22AC96103F28230F95C054493DE09335* L_0 = ((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CConstructorCallWrapperU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* Reflect_get_MethodCallWrapper_mE4BF0186B3D2037ED785400FCEFD30CB8EF1F225_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
Func_2_t7B6662861DC72F3EB352803806A118CD780E5BE6* L_0 = ((Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_StaticFields*)il2cpp_codegen_static_fields_for(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var))->___U3CMethodCallWrapperU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestResult_set_Test_m9E32116D6982DF71116CE3537831BA23927875EE_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTestU3Ek__BackingField_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestU3Ek__BackingField_9), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestResult_set_OutWriter_m47F542AEBDD5BC8FF22884BECC0543B89A98F209_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___value0, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___value0;
__this->___U3COutWriterU3Ek__BackingField_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COutWriterU3Ek__BackingField_12), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestResult_get_Test_mD5DD8CB8CBEF44AA78BDB652570A211ACC8AECE0_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTestU3Ek__BackingField_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResultState_get_Status_m2919855C7E5612271F746EF2C6FD2DA18C0ADB44_inline (ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CStatusU3Ek__BackingField_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ResultState_get_Label_m5CEB77E1D24D3F80511751530A00AF86C6D793B1_inline (ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CLabelU3Ek__BackingField_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResultState_get_Site_m7AD17B819EE2615E4C2AA75659C5A49F9B9C9E23_inline (ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CSiteU3Ek__BackingField_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TestResult_get_StartTime_mBDB073A620DCDA8A1DB41B4D735170FB745B4306_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___U3CStartTimeU3Ek__BackingField_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TestResult_get_EndTime_mCF4DC9C37F6E91EC30CEB304242127A5BC1A891E_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___U3CEndTimeU3Ek__BackingField_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_Runtime_m973DC99C054F85F98C190BD9A9B6220BE52A1D25_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CRuntimeU3Ek__BackingField_2 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Build_m6B12DD50C0DD307EEE100834EAE94E9E4D7865D6_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____Build_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_DisplayName_m7695CE23F90B2512A2A873674FE6450AC4584BAF_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CDisplayNameU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayNameU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_ClrVersion_m587067B8F889E9F0890CCD99A0E6096ED1866317_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___value0, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___value0;
__this->___U3CClrVersionU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CClrVersionU3Ek__BackingField_4), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeFramework_set_FrameworkVersion_m6A81243F4E047A26B2518ECBC55F5EE3D3394E2D_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___value0, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___value0;
__this->___U3CFrameworkVersionU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFrameworkVersionU3Ek__BackingField_3), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RuntimeFramework_get_Runtime_m6BA1CC013DCEA45A0AC45CDF7885878D2464D68A_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CRuntimeU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* RuntimeFramework_get_ClrVersion_mFBBF6F9E396A4C7F43B1E72B1CC9C994890C933F_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___U3CClrVersionU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* RuntimeFramework_get_FrameworkVersion_m2F673B8E67AB62BAF508001AC225533B8CE7CF79_inline (RuntimeFramework_t5A5420CDE428083C9F0A003B9CD62493BAC64644* __this, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___U3CFrameworkVersionU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Revision_mB8ABEDBEF89C1F44A43A93E90A943EBF94BDB030_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____Revision_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_TestCaseTimeout_mF7F1A7744B6B319994A3C91FB6647830F3A52169_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CTestCaseTimeoutU3Ek__BackingField_21 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_UpstreamActions_m334ECC5DCF2C70FD4BCFB903D2A04AF62DC35166_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* ___value0, const RuntimeMethod* method)
{
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_0 = ___value0;
__this->___U3CUpstreamActionsU3Ek__BackingField_22 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUpstreamActionsU3Ek__BackingField_22), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentValueFormatter_m7E9C68A8CFF99CCCFB20EC57DC5B29DA13293D7B_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___value0, const RuntimeMethod* method)
{
{
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_0 = ___value0;
__this->___U3CCurrentValueFormatterU3Ek__BackingField_23 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCurrentValueFormatterU3Ek__BackingField_23), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_IsSingleThreaded_m9A58D84E39F776E8FCB03D6F449FCBDFC4EA26DC_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CIsSingleThreadedU3Ek__BackingField_24 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* TestExecutionContext_get_CurrentTest_m2ED96D816867716706E549FDB4E96A267C400259_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = __this->___U3CCurrentTestU3Ek__BackingField_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_CurrentTest_m1C1A0218999EAB6BA5878D120A6BA5A9C298C265_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___value0, const RuntimeMethod* method)
{
{
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_0 = ___value0;
__this->___U3CCurrentTestU3Ek__BackingField_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCurrentTestU3Ek__BackingField_11), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_TestObject_mF7BC109595DA8B174503BE598D818ED04CA2FDE1_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTestObjectU3Ek__BackingField_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_TestObject_m80932E4120A4B321E372C01808E19BCBF63537BC_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTestObjectU3Ek__BackingField_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestObjectU3Ek__BackingField_15), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TestExecutionContext_get_WorkDirectory_m36C7C4DC2DB852AAEC4CC1964E2CEFC73148BE23_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CWorkDirectoryU3Ek__BackingField_16;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_WorkDirectory_m722BE383D5C0747B277393D7F6A806228F7D4CA7_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CWorkDirectoryU3Ek__BackingField_16 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CWorkDirectoryU3Ek__BackingField_16), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TestExecutionContext_get_StopOnError_m10738D6909E68C5E29F3605FBCC060AAD720EEF1_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CStopOnErrorU3Ek__BackingField_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_StopOnError_m4F9D69A32FA1B59093C00848D44C728AD6C42D2B_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CStopOnErrorU3Ek__BackingField_17 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_TestCaseTimeout_mDC877CF23B14A203108DAD7B2CB90295DE29FF9A_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CTestCaseTimeoutU3Ek__BackingField_21;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* TestExecutionContext_get_UpstreamActions_m59A782BADA8EF96C9DF024D8721247073EAB0D1B_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* L_0 = __this->___U3CUpstreamActionsU3Ek__BackingField_22;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* TestExecutionContext_get_CurrentValueFormatter_mA777892544A577F63638D9DD9F807F51BF064902_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_0 = __this->___U3CCurrentValueFormatterU3Ek__BackingField_23;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TestExecutionContext_get_Dispatcher_m93951A50AE8A50ABD31625181AF214975FF60C40_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CDispatcherU3Ek__BackingField_18;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_Dispatcher_m246147F23E54A48DB088587D0E681602D355E1EA_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CDispatcherU3Ek__BackingField_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDispatcherU3Ek__BackingField_18), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TestExecutionContext_get_ParallelScope_m85C17659CD61171BBB5FF8482429AD82A817AA25_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CParallelScopeU3Ek__BackingField_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_ParallelScope_m2B2173E5B0D118DED595FE3FACEF59868C28B7EC_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CParallelScopeU3Ek__BackingField_19 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TestExecutionContext_get_IsSingleThreaded_m27B0746FE941B1830E1C5BE08C3537487E98E68D_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CIsSingleThreadedU3Ek__BackingField_24;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* TestResult_get_OutWriter_mB87336A23A8A3B339D3F00A782559CEEAD250C7F_inline (TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* __this, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->___U3COutWriterU3Ek__BackingField_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestExecutionContext_set_OutWriter_m0BB68EFFF540A99BC5CC573C48AC25D487A8E078_inline (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___value0, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___value0;
__this->___U3COutWriterU3Ek__BackingField_14 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COutWriterU3Ek__BackingField_14), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Test_get_Seed_m4F34E769EAE1E5214690FE70B3C1B94683CC024D_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CSeedU3Ek__BackingField_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ValueFormatterFactory_Invoke_m3530258204507AF8438A29DCC848B912D2CF753A_inline (ValueFormatterFactory_t51FAB223E83477D09F2413C26FFBB6A3FA17B6AF* __this, ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___next0, const RuntimeMethod* method)
{
typedef ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* (*FunctionPointerType) (ValueFormatterFactory_t51FAB223E83477D09F2413C26FFBB6A3FA17B6AF* __this, ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* ___next0, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___next0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* MsgUtils_get_DefaultValueFormatter_mC953FE835D165642006E0F7497A39D244EAD59E4_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* L_0 = ((MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_StaticFields*)il2cpp_codegen_static_fields_for(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var))->___U3CDefaultValueFormatterU3Ek__BackingField_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ValueFormatter_Invoke_mDACAF181B4BC0359B4DA909CBCA4C9CCE75B1149_inline (ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* __this, RuntimeObject* ___val0, const RuntimeMethod* method)
{
typedef String_t* (*FunctionPointerType) (ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6* __this, RuntimeObject* ___val0, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___val0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TNode_get_Name_m9DD3A2292B6F54709B6841F867F9B8A0749011EC_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CNameU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method)
{
{
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* L_0 = __this->___U3CChildNodesU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestFilter_set_TopLevel_m5DA4D7303859199D72D9DC336768A6D8F5AF7DB9_inline (TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CTopLevelU3Ek__BackingField_1 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* TNode_get_Attributes_mAA2908248A826D45BC70FC91BF5219276E16B4D8_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method)
{
{
AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770* L_0 = __this->___U3CAttributesU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TNode_get_Value_m9C35FE2610D317FE411081E1116C2A983978C891_inline (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CValueU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueMatchFilter_set_IsRegex_mA66CCF5C12F240AB6FECEE05980535B3B35051DB_inline (ValueMatchFilter_tA03E04310D554C88693D835548579E93AFE992D1* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CIsRegexU3Ek__BackingField_3 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestSuite_set_MaintainTestOrder_mA239602C73060934BE44CC22514D901CF671B905_inline (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CMaintainTestOrderU3Ek__BackingField_18 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_Name_m71F62D68C378FBCDBC07E0AFA2521497E38FA96B_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CNameU3Ek__BackingField_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_6), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_FullName_m2CD9A660CBD93374718DD04D781675B3557CEAB5_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CFullNameU3Ek__BackingField_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFullNameU3Ek__BackingField_7), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_TypeInfo_mF68A9D675A6AEBB171CFDD020B1E7B9CB31E2AEA_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTypeInfoU3Ek__BackingField_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeInfoU3Ek__BackingField_8), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_Id_mBE37AC82C9615CF5F649313AB71B333B960D09B7_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CIdU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIdU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_Properties_m18C600D86FE5469823975B54DF2D1A4D726020EE_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CPropertiesU3Ek__BackingField_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertiesU3Ek__BackingField_10), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Test_get_IdPrefix_mBA0CFCFB4E33D1A6F2D65B01311ED46A2B656347_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
String_t* L_0 = ((Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_StaticFields*)il2cpp_codegen_static_fields_for(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var))->___U3CIdPrefixU3Ek__BackingField_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Test_get_TypeInfo_mCF6343970E71214EB424F1EE43468679DC077965_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTypeInfoU3Ek__BackingField_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Test_get_RunState_mB62159BBB414FC0BC51CBC201178BDD2B4F15F34_inline (Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CRunStateU3Ek__BackingField_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___obj0, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___obj0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_3_Invoke_m31D9E56C7CAE538FD8564F34CABA2C2A537ED393_gshared_inline (Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566* __this, RuntimeObject* ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method)
{
typedef RuntimeObject* (*FunctionPointerType) (Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566* __this, RuntimeObject* ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg10, ___arg21, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method)
{
typedef RuntimeObject* (*FunctionPointerType) (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0)));
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mA1902D40966CA4C89A8974B10E5680A06E88566B_inline (float ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int32_t*)((uintptr_t)(&___value0)));
return L_0;
}
}