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

9732 行
514 KiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
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 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);
}
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<System.String>
struct Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// 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.Object>
struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
// System.Collections.Generic.Dictionary`2<System.String,NUnit.Framework.Internal.TestSuite>
struct Dictionary_2_t9476DB70089DC4F75C0BC53858AF25F6EB8B37C4;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs>
struct EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7;
// System.Func`2<System.Collections.DictionaryEntry,System.Object>
struct Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4;
// System.Func`2<System.Collections.DictionaryEntry,System.String>
struct Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF;
// System.Collections.Generic.IDictionary`2<System.String,System.Object>
struct IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19;
// System.Collections.Generic.IEnumerable`1<System.Collections.DictionaryEntry>
struct IEnumerable_1_t1EC9EB35B0A130CF2CBCDE9C7A237D8621D4FCC6;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
// System.Collections.Generic.IList`1<NUnit.Framework.Internal.Test>
struct IList_1_t59C595AC6D9A31891782F6D8BDD5C67CFF7983D7;
// System.Collections.Generic.IList`1<System.Type>
struct IList_1_t421C938039F8E10BD0A70BD6EBF5552B97B1D3F1;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Object>
struct KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36;
// System.Lazy`1<System.String>
struct Lazy_1_t293A7A145893FB5E1FB4759AD6E5C942CFB346D4;
// 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.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<NUnit.Framework.Interfaces.TNode>
struct List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5;
// System.Collections.Generic.List`1<NUnit.Framework.Internal.Test>
struct List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1;
// 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.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Object>
struct ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Object>[]
struct EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Reflection.MethodInfo[]
struct MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// NUnit.Framework.Interfaces.TNode[]
struct TNodeU5BU5D_t0E56C80BB8168586C9D31D37DF28EF75B2552E6A;
// NUnit.Framework.Internal.Test[]
struct TestU5BU5D_t2567B3805CF6821C408B4755C8EB0E8E3396C5A1;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.AppDomain
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.Reflection.Assembly
struct Assembly_t;
// System.AssemblyLoadEventHandler
struct AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42;
// System.Reflection.AssemblyName
struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// System.Diagnostics.AsyncStreamReader
struct AsyncStreamReader_tAC4F4C9FDA0C1A8D21F2B1C838C08C0E83AE871B;
// NUnit.Framework.Interfaces.AttributeDictionary
struct AttributeDictionary_t18A67A12828EBB496E6725C683BF115BAB62B770;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// NUnit.Framework.Constraints.CollectionItemsEqualConstraint
struct CollectionItemsEqualConstraint_tA18058F1DDDBA731677B83DE1B8AA880451BE618;
// NUnit.Framework.Constraints.CollectionOperator
struct CollectionOperator_t982E0D7B3F4AC4F852232076BF360EBC0D46780E;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.ConsoleCancelEventHandler
struct ConsoleCancelEventHandler_t7E25E018B7944F60BD34AE7F32E119F34DCEA053;
// NUnit.Framework.Constraints.Constraint
struct Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09;
// NUnit.Framework.Constraints.ConstraintBuilder
struct ConstraintBuilder_t0C1E1C0BDEF7BBDA3CE98DE9358686EE8D3CDFA8;
// NUnit.Framework.Constraints.ConstraintResult
struct ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// NUnit.Framework.Internal.Builders.DefaultSuiteBuilder
struct DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8;
// NUnit.Framework.Api.DefaultTestAssemblyBuilder
struct DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// System.EventArgs
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377;
// System.EventHandler
struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82;
// System.ComponentModel.EventHandlerList
struct EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8;
// NUnit.Framework.Internal.Execution.EventListenerTextWriter
struct EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9;
// System.Threading.EventWaitHandle
struct EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E;
// NUnit.Framework.Constraints.ExactCountConstraint
struct ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2;
// NUnit.Framework.Constraints.ExactCountOperator
struct ExactCountOperator_t47630B419C0D94CC941A40D7AA2A98F62850D929;
// NUnit.Framework.Constraints.ExactTypeConstraint
struct ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D;
// System.Exception
struct Exception_t;
// NUnit.Framework.Constraints.ExceptionTypeConstraint
struct ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637;
// NUnit.Framework.Api.FrameworkController
struct FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15;
// 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.Collections.IList
struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D;
// NUnit.Framework.Interfaces.IMethodInfo
struct IMethodInfo_t7F80F0D22BCA484D683AAF8E25102ED7D773D119;
// System.Security.Principal.IPrincipal
struct IPrincipal_tE7AF5096287F6C3472585E124CB38FF2A51EAB5F;
// NUnit.Framework.Interfaces.IPropertyBag
struct IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B;
// NUnit.Framework.Constraints.IResolveConstraint
struct IResolveConstraint_tD66D26721715917EB580750AA1A289E441ED13DE;
// System.ComponentModel.ISite
struct ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93;
// NUnit.Framework.Interfaces.ISuiteBuilder
struct ISuiteBuilder_t921F18F5DAA9F826B2C93C87B54DDC6328C487FD;
// System.ComponentModel.ISynchronizeInvoke
struct ISynchronizeInvoke_t94542FC52B3B1FCA7BC4D8CC518FC2EF9870861F;
// NUnit.Framework.Interfaces.ITest
struct ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04;
// NUnit.Framework.Api.ITestAssemblyBuilder
struct ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290;
// NUnit.Framework.Api.ITestAssemblyRunner
struct ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E;
// NUnit.Framework.Internal.ITestExecutionContext
struct ITestExecutionContext_t8CD71AA58964215CD511C979417A68F345BE8112;
// NUnit.Framework.Interfaces.ITestFilter
struct ITestFilter_t94000B8410FBE3E3DFBF8313202799281609EDAC;
// 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;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// NUnit.Framework.Internal.Logger
struct Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931;
// NUnit.Compatibility.LongLivedMarshalByRefObject
struct LongLivedMarshalByRefObject_tDE6F7C2A62F87B42F85F5B57A31E2B7D4A647889;
// System.Threading.ManualResetEvent
struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.IO.MemoryStream
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2;
// NUnit.Framework.Constraints.MessageWriter
struct MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// NUnit.Framework.Constraints.NUnitEqualityComparer
struct NUnitEqualityComparer_tE69BAAEE478896CEAAE513EA33F8531F6F209746;
// NUnit.Framework.Api.NUnitTestAssemblyRunner
struct NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE;
// NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder
struct NUnitTestFixtureBuilder_tD0F68F897850716BF36A63E1A0F7C4A2F2891EEB;
// NUnit.Framework.Internal.Builders.NamespaceTreeBuilder
struct NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC;
// NUnit.Framework.Interfaces.NodeList
struct NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F;
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// System.OperatingSystem
struct OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557;
// NUnit.Framework.Constraints.PrefixConstraint
struct PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04;
// System.Diagnostics.Process
struct Process_tF74794C64BCE464912BF158980B347CE66AF203B;
// System.Diagnostics.ProcessModuleCollection
struct ProcessModuleCollection_tB2EBC893262A796A0182EDF0022F0B08E30461EE;
// System.Diagnostics.ProcessThreadCollection
struct ProcessThreadCollection_t9E9F6B3EB7E8031736898D77DD88F2BD29740971;
// NUnit.Framework.Internal.Randomizer
struct Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2;
// System.Text.RegularExpressions.Regex
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
// System.Threading.RegisteredWaitHandle
struct RegisteredWaitHandle_t5AEE89AB4B4A54EAC5B66A72A0D7D2EF8C82EC86;
// System.ResolveEventHandler
struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692;
// NUnit.Framework.Interfaces.ResultState
struct ResultState_tAC1083C59D96033CBAAD909FA10A092E2397529A;
// Microsoft.Win32.SafeHandles.SafeProcessHandle
struct SafeProcessHandle_tA260D4420C5F481A5DA030FFB19D038BBF8A63CB;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2;
// NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher
struct SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0;
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
// System.IO.StreamReader
struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B;
// System.IO.StreamWriter
struct StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// NUnit.Framework.Constraints.StringConstraint
struct StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C;
// System.Reflection.StrongNameKeyPair
struct StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2;
// NUnit.Framework.Constraints.SubstringConstraint
struct SubstringConstraint_tA56665F39280B8C95B87BE404573F925E32D00AB;
// NUnit.Framework.Interfaces.TNode
struct TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244;
// NUnit.Framework.Internal.Test
struct Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD;
// NUnit.Framework.Internal.TestAssembly
struct TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE;
// NUnit.Framework.TestDelegate
struct TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89;
// NUnit.Framework.Internal.TestExecutionContext
struct TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471;
// NUnit.Framework.Internal.TestFilter
struct TestFilter_tE08579357F5A65289990112BAB9528B87B51201D;
// NUnit.Framework.TestParameters
struct TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1;
// 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;
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7;
// System.IO.TextWriter
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3;
// System.Threading.Thread
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F;
// NUnit.Framework.Constraints.ThrowsConstraint
struct ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374;
// NUnit.Framework.Constraints.ThrowsNothingConstraint
struct ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727;
// NUnit.Framework.Constraints.Tolerance
struct Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C;
// NUnit.Framework.Constraints.TrueConstraint
struct TrueConstraint_tE4ACF2ED81785A054473FB2D8B4B4438CDFE5E99;
// System.Type
struct Type_t;
// NUnit.Framework.Constraints.TypeConstraint
struct TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0;
// NUnit.Framework.Internal.TypeWrapper
struct TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C;
// System.Text.UnicodeEncoding
struct UnicodeEncoding_t2C90D9E1E55C16081FACA57B229053C1EF05DAF0;
// NUnit.Framework.Constraints.UniqueItemsConstraint
struct UniqueItemsConstraint_t2329F167F75C442CD31199B8F30C31832324D8B7;
// System.Xml.Serialization.UnreferencedObjectEventHandler
struct UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A;
// NUnit.Framework.Constraints.ValueFormatter
struct ValueFormatter_tAC55A440EB0D63AFFE07EF273786DC3B23DD77E6;
// System.Version
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.Threading.WaitHandle
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8;
// NUnit.Framework.Internal.Execution.WorkItem
struct WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B;
// System.Xml.Serialization.XmlAttributeEventHandler
struct XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65;
// System.Xml.Serialization.XmlElementEventHandler
struct XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3;
// System.Xml.Serialization.XmlMapping
struct XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97;
// System.Xml.Serialization.XmlNodeEventHandler
struct XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670;
// NUnit.Framework.Constraints.XmlSerializableConstraint
struct XmlSerializableConstraint_t37440E35C9665EE08F9FF664AFB83BA369D5D0FA;
// System.Xml.Serialization.XmlSerializer
struct XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B;
// NUnit.Framework.Constraints.ExceptionTypeConstraint/ExceptionTypeConstraintResult
struct ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69;
// NUnit.Framework.Api.FrameworkController/<>c
struct U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53;
// NUnit.Framework.Api.FrameworkController/ActionCallback
struct ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC;
// NUnit.Framework.Api.FrameworkController/CountTestsAction
struct CountTestsAction_t8EB82C78596E1F5CE72EEEA1D7B613BDFDEBC7A0;
// NUnit.Framework.Api.FrameworkController/ExploreTestsAction
struct ExploreTestsAction_tCE4760EF92E1039A9E1D3F4C01DA82EE1C810157;
// NUnit.Framework.Api.FrameworkController/FrameworkControllerAction
struct FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D;
// NUnit.Framework.Api.FrameworkController/LoadTestsAction
struct LoadTestsAction_tFC81166F61E03F369D43092204E4CCA2E41E76B0;
// NUnit.Framework.Api.FrameworkController/RunAsyncAction
struct RunAsyncAction_t64E2DCD4C511C729D48A531F2007C562662E2982;
// NUnit.Framework.Api.FrameworkController/RunTestsAction
struct RunTestsAction_tF2DEA2B7E62E7EF0B2FFA9D68C785DF38DAA0EFC;
// NUnit.Framework.Api.FrameworkController/StopRunAction
struct StopRunAction_t23CEBC8B98071310681395CAB37E4D194E5F5EB7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05;
// NUnit.Framework.TestContext/ResultAdapter
struct ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89;
// NUnit.Framework.TestContext/TestAdapter
struct TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB;
// NUnit.Framework.Constraints.ThrowsConstraint/ExceptionInterceptor
struct ExceptionInterceptor_t1B4D1D9C86982DC4D77A32A77441E13050CFF855;
// NUnit.Framework.Constraints.ThrowsConstraint/IInvocationDescriptor
struct IInvocationDescriptor_t818989A19CAAAE2526A0D28C11BFBADC2E1F18AA;
// NUnit.Framework.Constraints.ThrowsConstraint/ThrowsConstraintResult
struct ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45;
// NUnit.Framework.Constraints.ThrowsConstraint/VoidInvocationDescriptor
struct VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549;
// System.Xml.Serialization.XmlSerializer/SerializerData
struct SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF;
IL2CPP_EXTERN_C RuntimeClass* ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_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* Debugger_tF031B20B91B054B164AAA708E2B27B8ACD1FE9BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_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* EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tB0AADCA81C6C0DB6D9983BA56639F477CAC81F91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tD890B0F65ABAD0B3D3FDCE92EDC9BC15264F36B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tAE7B448D771CB994F4B163BB4A1AD7488DC51A19_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_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IInvocationDescriptor_t818989A19CAAAE2526A0D28C11BFBADC2E1F18AA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISuiteBuilder_t921F18F5DAA9F826B2C93C87B54DDC6328C487FD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITestFilter_t94000B8410FBE3E3DFBF8313202799281609EDAC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IWorkItemDispatcher_t3686606E0299CE4AC82670068D2956A61EAC25CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformID_t9C84323A65D2A39DBEB7A922286A9E9836B8BECA_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* SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0_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* TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestContext_tBCB3390E359701C01DB1D59C7DE6135528945E09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89_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* TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_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_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral04F71359866AA0190FADEB0D3E2276D1FDC3B0C9;
IL2CPP_EXTERN_C String_t* _stringLiteral0A860D9E0222AF01B291C86789DDD48AAD521847;
IL2CPP_EXTERN_C String_t* _stringLiteral0FEC34EBCA5F3E05A84CCBFF049002C328ECE1F5;
IL2CPP_EXTERN_C String_t* _stringLiteral161DAE26C56A590E08BB85998F648340BABFBE45;
IL2CPP_EXTERN_C String_t* _stringLiteral1D7FAF879D9E6845758819EF61662B11BB3EEB4E;
IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E;
IL2CPP_EXTERN_C String_t* _stringLiteral261E6A64E98CFFB64451515F53CB98F588CBBFBB;
IL2CPP_EXTERN_C String_t* _stringLiteral26D0CD803D2620919705FD34127FD91F92ECE48D;
IL2CPP_EXTERN_C String_t* _stringLiteral2E2A6C2CFBB3BDAC9C2FA465F297E6DF81D60023;
IL2CPP_EXTERN_C String_t* _stringLiteral3213572624B8574E922CB075392AC881EEE4AC10;
IL2CPP_EXTERN_C String_t* _stringLiteral3C596EEEC6CC3F2EFCB48B9D8792075FD25C95EB;
IL2CPP_EXTERN_C String_t* _stringLiteral447F89D1C6D19B1C5760F42D1995A5D07AFB0E6A;
IL2CPP_EXTERN_C String_t* _stringLiteral459787C284981647440C7067CBACB34158C09CAF;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral4908BF0936B537B6A39A4EACD2BD389033325122;
IL2CPP_EXTERN_C String_t* _stringLiteral4F5931D19D522DBBEF6B7C397DE877DCB66D9FF4;
IL2CPP_EXTERN_C String_t* _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118;
IL2CPP_EXTERN_C String_t* _stringLiteral59F297183EEBE7FC18DAD9020DFD7EC721366272;
IL2CPP_EXTERN_C String_t* _stringLiteral5D4DC4AC907C718E1DDF79F20B74DF36D79145B9;
IL2CPP_EXTERN_C String_t* _stringLiteral5DF610495CA0C9D54085C58F5281900D7AC04DB0;
IL2CPP_EXTERN_C String_t* _stringLiteral60081F1D29DC863EE9D65D3CC8F7E87DDAC55D38;
IL2CPP_EXTERN_C String_t* _stringLiteral6359D6382CA716236D055ABE2D16679F466A3652;
IL2CPP_EXTERN_C String_t* _stringLiteral66AC3932600D9FE12431DA53DD2CF03D0B78A4AB;
IL2CPP_EXTERN_C String_t* _stringLiteral67DD411EA967DF2050F3F476D47EB5ED4D935FA6;
IL2CPP_EXTERN_C String_t* _stringLiteral6AD8E8B9B4FA1EB2E9E90192D713E8CCD75B942B;
IL2CPP_EXTERN_C String_t* _stringLiteral6B7BAD6256CEE7EE1860FC080147B156D4CAD459;
IL2CPP_EXTERN_C String_t* _stringLiteral6B8E59D6900D66C9B3ABC5E330BC6E0CA83745D9;
IL2CPP_EXTERN_C String_t* _stringLiteral6E5CDE2086316DE1A4E752562527D196808C32C9;
IL2CPP_EXTERN_C String_t* _stringLiteral6EDFD5D37CB36A78C8C93967DAE0B12A47F7FB13;
IL2CPP_EXTERN_C String_t* _stringLiteral7049696B187948726EC21F922309F2DCD2EF0F83;
IL2CPP_EXTERN_C String_t* _stringLiteral7383E36642A8F73903AE1941F7661A174B7D3D26;
IL2CPP_EXTERN_C String_t* _stringLiteral75CBAF96560FBC70785CB7581CBD7DC261EE2878;
IL2CPP_EXTERN_C String_t* _stringLiteral7846212404034693D211EF6DF25D7FCAA319B8B4;
IL2CPP_EXTERN_C String_t* _stringLiteral7D0989F9ACC57BB704BCD4696B6FA3F5160D0FF1;
IL2CPP_EXTERN_C String_t* _stringLiteral7DF882FBCC2A230A62D22FF65024431A34A858A2;
IL2CPP_EXTERN_C String_t* _stringLiteral80F5C93D7D1A75B619CA6EB5616A6123A15789FF;
IL2CPP_EXTERN_C String_t* _stringLiteral8929C02ADA65BE6DB323152DC22FFFD2507A4AAF;
IL2CPP_EXTERN_C String_t* _stringLiteral8C9BFA331E65620FE1764E07AEF3B08311E7C929;
IL2CPP_EXTERN_C String_t* _stringLiteral9061F6337EBB78CB4BF9E5C62564D6D48A9667B8;
IL2CPP_EXTERN_C String_t* _stringLiteral952F990FCB974E9576A0BBABF92B1B27F318DF4C;
IL2CPP_EXTERN_C String_t* _stringLiteral9EAC3611D0443373CA30D5FE9D9A022F817B352E;
IL2CPP_EXTERN_C String_t* _stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6;
IL2CPP_EXTERN_C String_t* _stringLiteralA247954200F98FDD7932C05985F7B95C113087AA;
IL2CPP_EXTERN_C String_t* _stringLiteralAF61C1EE535DDF446AAFABFE654FBB224655AE44;
IL2CPP_EXTERN_C String_t* _stringLiteralB2F9235F4F063A8609A1E74346AC3F275A7303EE;
IL2CPP_EXTERN_C String_t* _stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7;
IL2CPP_EXTERN_C String_t* _stringLiteralBED9462F0E91407CFB955D8BA0651716C9EF4999;
IL2CPP_EXTERN_C String_t* _stringLiteralC3A7B8E5F44F5C5E25E05DF1F36577EC44679591;
IL2CPP_EXTERN_C String_t* _stringLiteralCA1CD9D908534F1E8EC1305917F734BE9683734A;
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
IL2CPP_EXTERN_C String_t* _stringLiteralCEC36F76202A8431968F106FF1DF5DCDADB8AC5B;
IL2CPP_EXTERN_C String_t* _stringLiteralD3992DF679A3EF8B96232992FF89A2B1F1DB5534;
IL2CPP_EXTERN_C String_t* _stringLiteralD6433242E3AC0818A68685B6BD80954F4AAE48DC;
IL2CPP_EXTERN_C String_t* _stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralE5F79458B7102EE7C57068E97315748EB1B2C82F;
IL2CPP_EXTERN_C String_t* _stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871;
IL2CPP_EXTERN_C String_t* _stringLiteralEF9F6D154F515F1052E4BA985B9544D32325B81A;
IL2CPP_EXTERN_C String_t* _stringLiteralF22BBA6DC0D6618EAFA3573C1B3AA317BE1D8931;
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
IL2CPP_EXTERN_C String_t* _stringLiteralF50DE9F1418B7B95141C23A957CBB076897E3866;
IL2CPP_EXTERN_C String_t* _stringLiteralF56BC63F46FAF23CBF1A7D185D465189E6892516;
IL2CPP_EXTERN_C String_t* _stringLiteralF6CF0A9992084F961AEE5EAD1750314FE2583288;
IL2CPP_EXTERN_C String_t* _stringLiteralF7311CD8A4520802AFC77C92FB875420CC21475E;
IL2CPP_EXTERN_C String_t* _stringLiteralFAC203C9B37A0D18B38C379C5140527E14C2504F;
IL2CPP_EXTERN_C const RuntimeMethod* ActionCallback_GetCallbackResult_m06D8BF9B977611BF0BB0A36691FFE3F37DCDCBDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_m8A850CABE66554429820BA00115FAD5A01CBE0AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToDictionary_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_TisString_t_TisRuntimeObject_m7F4E67F897C3E89A19FFF3C0C70D0E9ECDC71513_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExactCountConstraint_ApplyTo_m7A9D95E6140755A394F79BADC4AF8E56C946EDED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExceptionInterceptor_GetInvocationDescriptor_m4E7962EA25FAFBBBA248F412892EF94D0A339DA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExceptionTypeConstraint_ApplyTo_m720D07C68AECAF8EDE923846A02343D69EAA5061_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FrameworkController_ExploreTests_m7130E3B771E2D988B5EB9055DB22B1BE71A78306_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FrameworkController_ExploreTests_mEFF07A46217B5F7C0A999148F3E2FA3331808171_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FrameworkController__ctor_m2B1E211CF94143498DB45753446BE4089003C6FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m129769F64E7A2760217B715D3CAFB956E518AFC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCD660F22C4D1B715790DD04FD590F3306C78CCC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB5B518B770A1025DC27C4FDC3876A168C5E2DD56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9FA8F742EBA4AFC1E71F0177BCF24131930AEE1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NUnitTestAssemblyRunner_CountTestCases_m7375FEAB1145CA682041663A68AC060EB31D2531_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NUnitTestAssemblyRunner_OnRunCompleted_m0545D4FE5CA6B07895975E2407E685D0639FD9E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NUnitTestAssemblyRunner_RunAsync_mDA1498F4AA99F6D7F1D2FFC178495738372B1A42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitializeU3Eb__6_0_m6615C54788AE1F886A924F5007A7F547C5A0E3BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitializeU3Eb__6_1_m7F3409C1A31859F71BCD0CF3641B3D4322C5A842_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializableConstraint_ApplyTo_m37797FAE72E671619D30E1D6FD9766864D44BE06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_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 CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
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.String,System.Object>
struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710 : 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_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96* ____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_tE66790F09E854C19C7F612BEAD203AE626E90A36* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// 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<NUnit.Framework.Internal.Test>
struct List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TestU5BU5D_t2567B3805CF6821C408B4755C8EB0E8E3396C5A1* ____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_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TestU5BU5D_t2567B3805CF6821C408B4755C8EB0E8E3396C5A1* ___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;
};
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
{
};
// System.Console
struct Console_t5EDF9498D011BD48287171978EDBBA6964829C3E : public RuntimeObject
{
};
struct Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_StaticFields
{
// System.IO.TextWriter System.Console::stdout
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___stdout_0;
// System.IO.TextWriter System.Console::stderr
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___stderr_1;
// System.IO.TextReader System.Console::stdin
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___stdin_2;
// System.Text.Encoding System.Console::inputEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___inputEncoding_3;
// System.Text.Encoding System.Console::outputEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___outputEncoding_4;
// System.ConsoleCancelEventHandler System.Console::cancel_event
ConsoleCancelEventHandler_t7E25E018B7944F60BD34AE7F32E119F34DCEA053* ___cancel_event_5;
};
// 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.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.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;
};
// NUnit.Framework.Internal.Builders.DefaultSuiteBuilder
struct DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8 : public RuntimeObject
{
// NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder NUnit.Framework.Internal.Builders.DefaultSuiteBuilder::_defaultBuilder
NUnitTestFixtureBuilder_tD0F68F897850716BF36A63E1A0F7C4A2F2891EEB* ____defaultBuilder_0;
};
// NUnit.Framework.Api.DefaultTestAssemblyBuilder
struct DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5 : public RuntimeObject
{
// NUnit.Framework.Interfaces.ISuiteBuilder NUnit.Framework.Api.DefaultTestAssemblyBuilder::_defaultSuiteBuilder
RuntimeObject* ____defaultSuiteBuilder_1;
};
struct DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields
{
// NUnit.Framework.Internal.Logger NUnit.Framework.Api.DefaultTestAssemblyBuilder::log
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* ___log_0;
};
// 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;
};
// System.EventArgs
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
{
};
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields
{
// System.EventArgs System.EventArgs::Empty
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0;
};
// 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.Api.NUnitTestAssemblyRunner
struct NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE : public RuntimeObject
{
// NUnit.Framework.Api.ITestAssemblyBuilder NUnit.Framework.Api.NUnitTestAssemblyRunner::_builder
RuntimeObject* ____builder_1;
// System.Threading.ManualResetEvent NUnit.Framework.Api.NUnitTestAssemblyRunner::_runComplete
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* ____runComplete_2;
// System.IO.TextWriter NUnit.Framework.Api.NUnitTestAssemblyRunner::_savedOut
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ____savedOut_3;
// System.IO.TextWriter NUnit.Framework.Api.NUnitTestAssemblyRunner::_savedErr
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ____savedErr_4;
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.NUnitTestAssemblyRunner::<LoadedTest>k__BackingField
RuntimeObject* ___U3CLoadedTestU3Ek__BackingField_5;
// System.Collections.Generic.IDictionary`2<System.String,System.Object> NUnit.Framework.Api.NUnitTestAssemblyRunner::<Settings>k__BackingField
RuntimeObject* ___U3CSettingsU3Ek__BackingField_6;
// NUnit.Framework.Internal.Execution.WorkItem NUnit.Framework.Api.NUnitTestAssemblyRunner::<TopLevelWorkItem>k__BackingField
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* ___U3CTopLevelWorkItemU3Ek__BackingField_7;
// NUnit.Framework.Internal.TestExecutionContext NUnit.Framework.Api.NUnitTestAssemblyRunner::<Context>k__BackingField
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ___U3CContextU3Ek__BackingField_8;
};
struct NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_StaticFields
{
// NUnit.Framework.Internal.Logger NUnit.Framework.Api.NUnitTestAssemblyRunner::log
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* ___log_0;
};
// NUnit.Framework.Internal.Builders.NamespaceTreeBuilder
struct NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<System.String,NUnit.Framework.Internal.TestSuite> NUnit.Framework.Internal.Builders.NamespaceTreeBuilder::namespaceSuites
Dictionary_2_t9476DB70089DC4F75C0BC53858AF25F6EB8B37C4* ___namespaceSuites_0;
// NUnit.Framework.Internal.TestSuite NUnit.Framework.Internal.Builders.NamespaceTreeBuilder::rootSuite
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* ___rootSuite_1;
};
// NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher
struct SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0 : public RuntimeObject
{
// NUnit.Framework.Internal.Execution.WorkItem NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher::_topLevelWorkItem
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* ____topLevelWorkItem_0;
// System.Threading.Thread NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher::_runnerThread
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ____runnerThread_1;
// System.Object NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher::cancelLock
RuntimeObject* ___cancelLock_2;
};
// 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;
};
// 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.TestContext
struct TestContext_tBCB3390E359701C01DB1D59C7DE6135528945E09 : public RuntimeObject
{
// NUnit.Framework.TestContext/TestAdapter NUnit.Framework.TestContext::_test
TestAdapter_t2AABC4C0C8394103FC2250750FA539D5E8F96BFB* ____test_1;
// NUnit.Framework.TestContext/ResultAdapter NUnit.Framework.TestContext::_result
ResultAdapter_t84A36F8CCC7F5E4D58684CB9037339BC7EE6EB89* ____result_2;
// NUnit.Framework.Internal.ITestExecutionContext NUnit.Framework.TestContext::_testExecutionContext
RuntimeObject* ____testExecutionContext_6;
};
struct TestContext_tBCB3390E359701C01DB1D59C7DE6135528945E09_StaticFields
{
// NUnit.Framework.Internal.ITestExecutionContext NUnit.Framework.TestContext::CurrentTestExecutionContext
RuntimeObject* ___CurrentTestExecutionContext_0;
// System.IO.TextWriter NUnit.Framework.TestContext::Error
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Error_3;
// System.IO.TextWriter NUnit.Framework.TestContext::Progress
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Progress_4;
// NUnit.Framework.TestParameters NUnit.Framework.TestContext::Parameters
TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* ___Parameters_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.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.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.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;
};
// System.Xml.Serialization.XmlSerializer
struct XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B : public RuntimeObject
{
// System.Boolean System.Xml.Serialization.XmlSerializer::customSerializer
bool ___customSerializer_4;
// System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializer::typeMapping
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___typeMapping_5;
// System.Xml.Serialization.XmlSerializer/SerializerData System.Xml.Serialization.XmlSerializer::serializerData
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* ___serializerData_6;
// System.Xml.Serialization.UnreferencedObjectEventHandler System.Xml.Serialization.XmlSerializer::onUnreferencedObject
UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* ___onUnreferencedObject_8;
// System.Xml.Serialization.XmlAttributeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownAttribute
XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* ___onUnknownAttribute_9;
// System.Xml.Serialization.XmlElementEventHandler System.Xml.Serialization.XmlSerializer::onUnknownElement
XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* ___onUnknownElement_10;
// System.Xml.Serialization.XmlNodeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownNode
XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* ___onUnknownNode_11;
};
struct XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields
{
// System.Int32 System.Xml.Serialization.XmlSerializer::generationThreshold
int32_t ___generationThreshold_0;
// System.Boolean System.Xml.Serialization.XmlSerializer::backgroundGeneration
bool ___backgroundGeneration_1;
// System.Boolean System.Xml.Serialization.XmlSerializer::deleteTempFiles
bool ___deleteTempFiles_2;
// System.Boolean System.Xml.Serialization.XmlSerializer::generatorFallback
bool ___generatorFallback_3;
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializer::serializerTypes
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___serializerTypes_7;
};
// NUnit.Framework.Api.FrameworkController/<>c
struct U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53 : public RuntimeObject
{
};
struct U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields
{
// NUnit.Framework.Api.FrameworkController/<>c NUnit.Framework.Api.FrameworkController/<>c::<>9
U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* ___U3CU3E9_0;
// System.Func`2<System.Collections.DictionaryEntry,System.String> NUnit.Framework.Api.FrameworkController/<>c::<>9__6_0
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* ___U3CU3E9__6_0_1;
// System.Func`2<System.Collections.DictionaryEntry,System.Object> NUnit.Framework.Api.FrameworkController/<>c::<>9__6_1
Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* ___U3CU3E9__6_1_2;
};
// NUnit.Framework.Api.FrameworkController/ActionCallback
struct ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC : public RuntimeObject
{
// System.Action`1<System.String> NUnit.Framework.Api.FrameworkController/ActionCallback::_callback
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ____callback_0;
};
// NUnit.Framework.Constraints.ThrowsConstraint/ExceptionInterceptor
struct ExceptionInterceptor_t1B4D1D9C86982DC4D77A32A77441E13050CFF855 : public RuntimeObject
{
};
// NUnit.Framework.Constraints.ThrowsConstraint/VoidInvocationDescriptor
struct VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549 : public RuntimeObject
{
// NUnit.Framework.TestDelegate NUnit.Framework.Constraints.ThrowsConstraint/VoidInvocationDescriptor::_del
TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* ____del_0;
};
// 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.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.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.Constraints.CollectionConstraint
struct CollectionConstraint_t848824A1826A6C97E8286C9AF9D71F5ECD1C6B5E : public Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09
{
};
// System.ComponentModel.Component
struct Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.ComponentModel.ISite System.ComponentModel.Component::site
RuntimeObject* ___site_2;
// System.ComponentModel.EventHandlerList System.ComponentModel.Component::events
EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* ___events_3;
};
struct Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields
{
// System.Object System.ComponentModel.Component::EventDisposed
RuntimeObject* ___EventDisposed_1;
};
// 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.Collections.DictionaryEntry
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB
{
// System.Object System.Collections.DictionaryEntry::_key
RuntimeObject* ____key_0;
// System.Object System.Collections.DictionaryEntry::_value
RuntimeObject* ____value_1;
};
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_pinvoke
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// Native definition for COM marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_com
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// 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.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
{
};
// NUnit.Framework.Interfaces.NodeList
struct NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F : public List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5
{
};
// NUnit.Framework.Constraints.PrefixConstraint
struct PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04 : public Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09
{
// NUnit.Framework.Constraints.IConstraint NUnit.Framework.Constraints.PrefixConstraint::<BaseConstraint>k__BackingField
RuntimeObject* ___U3CBaseConstraintU3Ek__BackingField_4;
// System.String NUnit.Framework.Constraints.PrefixConstraint::<DescriptionPrefix>k__BackingField
String_t* ___U3CDescriptionPrefixU3Ek__BackingField_5;
};
// NUnit.Framework.Constraints.PrefixOperator
struct PrefixOperator_tA39E25220666353E1E7DA575054043569DF24213 : public ConstraintOperator_t0D1218804741E02D36C00C31F1E6B733224A6C02
{
};
// 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;
};
// NUnit.Framework.Constraints.StringConstraint
struct StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C : public Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09
{
// System.String NUnit.Framework.Constraints.StringConstraint::expected
String_t* ___expected_4;
// System.Boolean NUnit.Framework.Constraints.StringConstraint::caseInsensitive
bool ___caseInsensitive_5;
// System.String NUnit.Framework.Constraints.StringConstraint::descriptionText
String_t* ___descriptionText_6;
};
// 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;
};
// 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.TrueConstraint
struct TrueConstraint_tE4ACF2ED81785A054473FB2D8B4B4438CDFE5E99 : public Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09
{
};
// 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.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// NUnit.Framework.Constraints.XmlSerializableConstraint
struct XmlSerializableConstraint_t37440E35C9665EE08F9FF664AFB83BA369D5D0FA : public Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09
{
// System.Xml.Serialization.XmlSerializer NUnit.Framework.Constraints.XmlSerializableConstraint::serializer
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* ___serializer_4;
};
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=6
struct __StaticArrayInitTypeSizeU3D6_t5882A1339ADF6A5B4C4DA18BCCB1D251537389C4
{
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_t5882A1339ADF6A5B4C4DA18BCCB1D251537389C4__padding[6];
};
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t9DF60F489DD125B7B4FA30D98FB4E55C5B2A79AD : public RuntimeObject
{
};
struct U3CPrivateImplementationDetailsU3E_t9DF60F489DD125B7B4FA30D98FB4E55C5B2A79AD_StaticFields
{
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=6 <PrivateImplementationDetails>::055CECA622BD87BB0FEC22E1169DB14ABBB795CDA70AD5FDD3363B88F61D2E07
__StaticArrayInitTypeSizeU3D6_t5882A1339ADF6A5B4C4DA18BCCB1D251537389C4 ___055CECA622BD87BB0FEC22E1169DB14ABBB795CDA70AD5FDD3363B88F61D2E07_0;
// System.Int64 <PrivateImplementationDetails>::C65FF76D950BEAC710050526425F2766D44BD48A125EFCCD7A57BA45CD579664
int64_t ___C65FF76D950BEAC710050526425F2766D44BD48A125EFCCD7A57BA45CD579664_1;
};
// System.Threading.ApartmentState
struct ApartmentState_t23288E76D2DA31ABF3869A7771090920DE2A1962
{
// System.Int32 System.Threading.ApartmentState::value__
int32_t ___value___2;
};
// System.AppDomain
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.IntPtr System.AppDomain::_mono_app_domain
intptr_t ____mono_app_domain_1;
// System.Object System.AppDomain::_evidence
RuntimeObject* ____evidence_6;
// System.Object System.AppDomain::_granted
RuntimeObject* ____granted_7;
// System.Int32 System.AppDomain::_principalPolicy
int32_t ____principalPolicy_8;
// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42* ___AssemblyLoad_10;
// System.ResolveEventHandler System.AppDomain::AssemblyResolve
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___AssemblyResolve_11;
// System.EventHandler System.AppDomain::DomainUnload
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___DomainUnload_12;
// System.EventHandler System.AppDomain::ProcessExit
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___ProcessExit_13;
// System.ResolveEventHandler System.AppDomain::ResourceResolve
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ResourceResolve_14;
// System.ResolveEventHandler System.AppDomain::TypeResolve
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___TypeResolve_15;
// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* ___UnhandledException_16;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs> System.AppDomain::FirstChanceException
EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7* ___FirstChanceException_17;
// System.Object System.AppDomain::_domain_manager
RuntimeObject* ____domain_manager_18;
// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ReflectionOnlyAssemblyResolve_19;
// System.Object System.AppDomain::_activation
RuntimeObject* ____activation_20;
// System.Object System.AppDomain::_applicationIdentity
RuntimeObject* ____applicationIdentity_21;
// System.Collections.Generic.List`1<System.String> System.AppDomain::compatibility_switch
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_22;
};
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_StaticFields
{
// System.String System.AppDomain::_process_guid
String_t* ____process_guid_2;
};
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_ThreadStaticFields
{
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::type_resolve_in_progress
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___type_resolve_in_progress_3;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_4;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress_refonly
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_refonly_5;
// System.Object System.AppDomain::_principal
RuntimeObject* ____principal_9;
};
// Native definition for P/Invoke marshalling of System.AppDomain
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_10;
Il2CppMethodPointer ___AssemblyResolve_11;
Il2CppMethodPointer ___DomainUnload_12;
Il2CppMethodPointer ___ProcessExit_13;
Il2CppMethodPointer ___ResourceResolve_14;
Il2CppMethodPointer ___TypeResolve_15;
Il2CppMethodPointer ___UnhandledException_16;
Il2CppMethodPointer ___FirstChanceException_17;
Il2CppIUnknown* ____domain_manager_18;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_19;
Il2CppIUnknown* ____activation_20;
Il2CppIUnknown* ____applicationIdentity_21;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_22;
};
// Native definition for COM marshalling of System.AppDomain
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_10;
Il2CppMethodPointer ___AssemblyResolve_11;
Il2CppMethodPointer ___DomainUnload_12;
Il2CppMethodPointer ___ProcessExit_13;
Il2CppMethodPointer ___ResourceResolve_14;
Il2CppMethodPointer ___TypeResolve_15;
Il2CppMethodPointer ___UnhandledException_16;
Il2CppMethodPointer ___FirstChanceException_17;
Il2CppIUnknown* ____domain_manager_18;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_19;
Il2CppIUnknown* ____activation_20;
Il2CppIUnknown* ____applicationIdentity_21;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_22;
};
// 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.Constraints.CollectionItemsEqualConstraint
struct CollectionItemsEqualConstraint_tA18058F1DDDBA731677B83DE1B8AA880451BE618 : public CollectionConstraint_t848824A1826A6C97E8286C9AF9D71F5ECD1C6B5E
{
// NUnit.Framework.Constraints.NUnitEqualityComparer NUnit.Framework.Constraints.CollectionItemsEqualConstraint::comparer
NUnitEqualityComparer_tE69BAAEE478896CEAAE513EA33F8531F6F209746* ___comparer_4;
};
// NUnit.Framework.Constraints.CollectionOperator
struct CollectionOperator_t982E0D7B3F4AC4F852232076BF360EBC0D46780E : public PrefixOperator_tA39E25220666353E1E7DA575054043569DF24213
{
};
// NUnit.Framework.Constraints.ConstraintStatus
struct ConstraintStatus_t893C929B7C59DC403C2DACF91383B02B56966887
{
// System.Int32 NUnit.Framework.Constraints.ConstraintStatus::value__
int32_t ___value___2;
};
// 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.Internal.Execution.EventListenerTextWriter
struct EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9 : public TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3
{
// System.IO.TextWriter NUnit.Framework.Internal.Execution.EventListenerTextWriter::_defaultWriter
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ____defaultWriter_6;
// System.String NUnit.Framework.Internal.Execution.EventListenerTextWriter::_streamName
String_t* ____streamName_7;
};
// NUnit.Framework.Constraints.ExactCountConstraint
struct ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2 : public PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04
{
// System.Int32 NUnit.Framework.Constraints.ExactCountConstraint::expectedCount
int32_t ___expectedCount_6;
};
// 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.Api.FrameworkController
struct FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15 : public LongLivedMarshalByRefObject_tDE6F7C2A62F87B42F85F5B57A31E2B7D4A647889
{
// System.Reflection.Assembly NUnit.Framework.Api.FrameworkController::_testAssembly
Assembly_t* ____testAssembly_2;
// NUnit.Framework.Api.ITestAssemblyBuilder NUnit.Framework.Api.FrameworkController::<Builder>k__BackingField
RuntimeObject* ___U3CBuilderU3Ek__BackingField_3;
// NUnit.Framework.Api.ITestAssemblyRunner NUnit.Framework.Api.FrameworkController::<Runner>k__BackingField
RuntimeObject* ___U3CRunnerU3Ek__BackingField_4;
// System.String NUnit.Framework.Api.FrameworkController::<AssemblyNameOrPath>k__BackingField
String_t* ___U3CAssemblyNameOrPathU3Ek__BackingField_5;
// System.Reflection.Assembly NUnit.Framework.Api.FrameworkController::<Assembly>k__BackingField
Assembly_t* ___U3CAssemblyU3Ek__BackingField_6;
// System.Collections.Generic.IDictionary`2<System.String,System.Object> NUnit.Framework.Api.FrameworkController::<Settings>k__BackingField
RuntimeObject* ___U3CSettingsU3Ek__BackingField_7;
};
// NUnit.Framework.Internal.InternalTraceLevel
struct InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312
{
// System.Int32 NUnit.Framework.Internal.InternalTraceLevel::value__
int32_t ___value___2;
};
// System.IO.MemoryStream
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
{
// System.Byte[] System.IO.MemoryStream::_buffer
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____buffer_4;
// System.Int32 System.IO.MemoryStream::_origin
int32_t ____origin_5;
// System.Int32 System.IO.MemoryStream::_position
int32_t ____position_6;
// System.Int32 System.IO.MemoryStream::_length
int32_t ____length_7;
// System.Int32 System.IO.MemoryStream::_capacity
int32_t ____capacity_8;
// System.Boolean System.IO.MemoryStream::_expandable
bool ____expandable_9;
// System.Boolean System.IO.MemoryStream::_writable
bool ____writable_10;
// System.Boolean System.IO.MemoryStream::_exposable
bool ____exposable_11;
// System.Boolean System.IO.MemoryStream::_isOpen
bool ____isOpen_12;
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ____lastReadTask_13;
};
// NUnit.Framework.ParallelScope
struct ParallelScope_t9D07981B90B361FAB8797F94E024974BEE96B1CA
{
// System.Int32 NUnit.Framework.ParallelScope::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.Interfaces.RunState
struct RunState_tFE3ED71D73ED9616940B64E6C106F2DC3BF07A3E
{
// System.Int32 NUnit.Framework.Interfaces.RunState::value__
int32_t ___value___2;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.IO.SeekOrigin
struct SeekOrigin_t7EB9AD0EDF26368A40F48FA2098F02160B1E8000
{
// System.Int32 System.IO.SeekOrigin::value__
int32_t ___value___2;
};
// 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.Constraints.SubstringConstraint
struct SubstringConstraint_tA56665F39280B8C95B87BE404573F925E32D00AB : public StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C
{
};
// NUnit.Framework.Internal.TestExecutionStatus
struct TestExecutionStatus_t3970FC13B8B51D6FFDB7693E13FBB39C979D0AF8
{
// System.Int32 NUnit.Framework.Internal.TestExecutionStatus::value__
int32_t ___value___2;
};
// 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.Constraints.ThrowsConstraint
struct ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374 : public PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04
{
// System.Exception NUnit.Framework.Constraints.ThrowsConstraint::caughtException
Exception_t* ___caughtException_6;
};
// NUnit.Framework.Constraints.ToleranceMode
struct ToleranceMode_tFFCC8EB41DDF1C55B7EAA081CF30BCEF3F63780D
{
// System.Int32 NUnit.Framework.Constraints.ToleranceMode::value__
int32_t ___value___2;
};
// System.Threading.WaitHandle
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.IntPtr System.Threading.WaitHandle::waitHandle
intptr_t ___waitHandle_3;
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449* ___safeWaitHandle_4;
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
bool ___hasThreadAffinity_5;
};
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_StaticFields
{
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
intptr_t ___InvalidHandle_11;
};
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
// Native definition for COM marshalling of System.Threading.WaitHandle
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
// NUnit.Framework.Internal.Execution.WorkItemState
struct WorkItemState_tD8E7DB2450376BFD7761F2ADE20E3F111459140E
{
// System.Int32 NUnit.Framework.Internal.Execution.WorkItemState::value__
int32_t ___value___2;
};
// NUnit.Framework.Api.FrameworkController/FrameworkControllerAction
struct FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D : public LongLivedMarshalByRefObject_tDE6F7C2A62F87B42F85F5B57A31E2B7D4A647889
{
};
// System.Diagnostics.Process/StreamReadMode
struct StreamReadMode_t9BB209E11ECE790AE4D08C4534C3499DA966B4E2
{
// System.Int32 System.Diagnostics.Process/StreamReadMode::value__
int32_t ___value___2;
};
// 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;
};
// System.Threading.EventWaitHandle
struct EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E : public WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8
{
};
// NUnit.Framework.Constraints.ExactCountOperator
struct ExactCountOperator_t47630B419C0D94CC941A40D7AA2A98F62850D929 : public CollectionOperator_t982E0D7B3F4AC4F852232076BF360EBC0D46780E
{
// System.Int32 NUnit.Framework.Constraints.ExactCountOperator::expectedCount
int32_t ___expectedCount_4;
};
// NUnit.Framework.Constraints.ExceptionTypeConstraint
struct ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637 : public ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D
{
};
// 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;
};
// 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.Diagnostics.Process
struct Process_tF74794C64BCE464912BF158980B347CE66AF203B : public Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083
{
// System.Boolean System.Diagnostics.Process::haveProcessId
bool ___haveProcessId_4;
// System.Int32 System.Diagnostics.Process::processId
int32_t ___processId_5;
// System.Boolean System.Diagnostics.Process::haveProcessHandle
bool ___haveProcessHandle_6;
// Microsoft.Win32.SafeHandles.SafeProcessHandle System.Diagnostics.Process::m_processHandle
SafeProcessHandle_tA260D4420C5F481A5DA030FFB19D038BBF8A63CB* ___m_processHandle_7;
// System.Boolean System.Diagnostics.Process::isRemoteMachine
bool ___isRemoteMachine_8;
// System.String System.Diagnostics.Process::machineName
String_t* ___machineName_9;
// System.Int32 System.Diagnostics.Process::m_processAccess
int32_t ___m_processAccess_10;
// System.Diagnostics.ProcessThreadCollection System.Diagnostics.Process::threads
ProcessThreadCollection_t9E9F6B3EB7E8031736898D77DD88F2BD29740971* ___threads_11;
// System.Diagnostics.ProcessModuleCollection System.Diagnostics.Process::modules
ProcessModuleCollection_tB2EBC893262A796A0182EDF0022F0B08E30461EE* ___modules_12;
// System.Boolean System.Diagnostics.Process::haveWorkingSetLimits
bool ___haveWorkingSetLimits_13;
// System.Boolean System.Diagnostics.Process::havePriorityClass
bool ___havePriorityClass_14;
// System.Boolean System.Diagnostics.Process::watchForExit
bool ___watchForExit_15;
// System.Boolean System.Diagnostics.Process::watchingForExit
bool ___watchingForExit_16;
// System.EventHandler System.Diagnostics.Process::onExited
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___onExited_17;
// System.Boolean System.Diagnostics.Process::exited
bool ___exited_18;
// System.Int32 System.Diagnostics.Process::exitCode
int32_t ___exitCode_19;
// System.Boolean System.Diagnostics.Process::signaled
bool ___signaled_20;
// System.Boolean System.Diagnostics.Process::haveExitTime
bool ___haveExitTime_21;
// System.Boolean System.Diagnostics.Process::raisedOnExited
bool ___raisedOnExited_22;
// System.Threading.RegisteredWaitHandle System.Diagnostics.Process::registeredWaitHandle
RegisteredWaitHandle_t5AEE89AB4B4A54EAC5B66A72A0D7D2EF8C82EC86* ___registeredWaitHandle_23;
// System.Threading.WaitHandle System.Diagnostics.Process::waitHandle
WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8* ___waitHandle_24;
// System.ComponentModel.ISynchronizeInvoke System.Diagnostics.Process::synchronizingObject
RuntimeObject* ___synchronizingObject_25;
// System.IO.StreamReader System.Diagnostics.Process::standardOutput
StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* ___standardOutput_26;
// System.IO.StreamWriter System.Diagnostics.Process::standardInput
StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* ___standardInput_27;
// System.IO.StreamReader System.Diagnostics.Process::standardError
StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* ___standardError_28;
// System.Boolean System.Diagnostics.Process::disposed
bool ___disposed_29;
// System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::outputStreamReadMode
int32_t ___outputStreamReadMode_30;
// System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::errorStreamReadMode
int32_t ___errorStreamReadMode_31;
// System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::inputStreamReadMode
int32_t ___inputStreamReadMode_32;
// System.Diagnostics.AsyncStreamReader System.Diagnostics.Process::output
AsyncStreamReader_tAC4F4C9FDA0C1A8D21F2B1C838C08C0E83AE871B* ___output_33;
// System.Diagnostics.AsyncStreamReader System.Diagnostics.Process::error
AsyncStreamReader_tAC4F4C9FDA0C1A8D21F2B1C838C08C0E83AE871B* ___error_34;
// System.String System.Diagnostics.Process::process_name
String_t* ___process_name_35;
};
// 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.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.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;
};
// NUnit.Framework.Constraints.UniqueItemsConstraint
struct UniqueItemsConstraint_t2329F167F75C442CD31199B8F30C31832324D8B7 : public CollectionItemsEqualConstraint_tA18058F1DDDBA731677B83DE1B8AA880451BE618
{
};
// NUnit.Framework.Internal.Execution.WorkItem
struct WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B : public RuntimeObject
{
// System.EventHandler NUnit.Framework.Internal.Execution.WorkItem::Completed
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___Completed_1;
// NUnit.Framework.Internal.Execution.WorkItemState NUnit.Framework.Internal.Execution.WorkItem::<State>k__BackingField
int32_t ___U3CStateU3Ek__BackingField_2;
// NUnit.Framework.Internal.Test NUnit.Framework.Internal.Execution.WorkItem::<Test>k__BackingField
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___U3CTestU3Ek__BackingField_3;
// NUnit.Framework.Internal.TestExecutionContext NUnit.Framework.Internal.Execution.WorkItem::<Context>k__BackingField
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ___U3CContextU3Ek__BackingField_4;
// System.String NUnit.Framework.Internal.Execution.WorkItem::<WorkerId>k__BackingField
String_t* ___U3CWorkerIdU3Ek__BackingField_5;
// System.Collections.Generic.List`1<NUnit.Framework.ITestAction> NUnit.Framework.Internal.Execution.WorkItem::<Actions>k__BackingField
List_1_t09FA2379BDF9CD814902777B69EB7700BAFE419B* ___U3CActionsU3Ek__BackingField_6;
// NUnit.Framework.Internal.TestResult NUnit.Framework.Internal.Execution.WorkItem::<Result>k__BackingField
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* ___U3CResultU3Ek__BackingField_7;
// System.Threading.ApartmentState NUnit.Framework.Internal.Execution.WorkItem::<TargetApartment>k__BackingField
int32_t ___U3CTargetApartmentU3Ek__BackingField_8;
// System.Threading.ApartmentState NUnit.Framework.Internal.Execution.WorkItem::<CurrentApartment>k__BackingField
int32_t ___U3CCurrentApartmentU3Ek__BackingField_9;
// System.Threading.Thread NUnit.Framework.Internal.Execution.WorkItem::thread
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___thread_10;
// System.Object NUnit.Framework.Internal.Execution.WorkItem::threadLock
RuntimeObject* ___threadLock_11;
};
struct WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B_StaticFields
{
// NUnit.Framework.Internal.Logger NUnit.Framework.Internal.Execution.WorkItem::log
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* ___log_0;
};
// NUnit.Framework.Api.FrameworkController/CountTestsAction
struct CountTestsAction_t8EB82C78596E1F5CE72EEEA1D7B613BDFDEBC7A0 : public FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D
{
};
// NUnit.Framework.Api.FrameworkController/ExploreTestsAction
struct ExploreTestsAction_tCE4760EF92E1039A9E1D3F4C01DA82EE1C810157 : public FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D
{
};
// NUnit.Framework.Api.FrameworkController/LoadTestsAction
struct LoadTestsAction_tFC81166F61E03F369D43092204E4CCA2E41E76B0 : public FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D
{
};
// NUnit.Framework.Api.FrameworkController/RunAsyncAction
struct RunAsyncAction_t64E2DCD4C511C729D48A531F2007C562662E2982 : public FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D
{
};
// NUnit.Framework.Api.FrameworkController/RunTestsAction
struct RunTestsAction_tF2DEA2B7E62E7EF0B2FFA9D68C785DF38DAA0EFC : public FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D
{
};
// NUnit.Framework.Api.FrameworkController/StopRunAction
struct StopRunAction_t23CEBC8B98071310681395CAB37E4D194E5F5EB7 : public FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D
{
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t
{
};
// System.Action`1<System.String>
struct Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A : public MulticastDelegate_t
{
};
// System.Func`2<System.Collections.DictionaryEntry,System.Object>
struct Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4 : public MulticastDelegate_t
{
};
// System.Func`2<System.Collections.DictionaryEntry,System.String>
struct Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF : public MulticastDelegate_t
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.EventHandler
struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82 : public MulticastDelegate_t
{
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Threading.ManualResetEvent
struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158 : public EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E
{
};
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// NUnit.Framework.TestDelegate
struct TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89 : public MulticastDelegate_t
{
};
// 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.Constraints.ExceptionTypeConstraint/ExceptionTypeConstraintResult
struct ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69 : public ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D
{
// System.Object NUnit.Framework.Constraints.ExceptionTypeConstraint/ExceptionTypeConstraintResult::caughtException
RuntimeObject* ___caughtException_3;
};
// NUnit.Framework.Constraints.ThrowsConstraint/ThrowsConstraintResult
struct ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45 : public ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D
{
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.ThrowsConstraint/ThrowsConstraintResult::baseResult
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___baseResult_3;
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// 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);
}
};
// 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;
}
};
// 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);
}
};
// 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.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>::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.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Cast<System.Collections.DictionaryEntry>(System.Collections.IEnumerable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_m8A850CABE66554429820BA00115FAD5A01CBE0AE_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Collections.DictionaryEntry,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mE86447DA7EFE2CBD09F1883FB020D28D006F0903_gshared (Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2<TKey,TElement> System.Linq.Enumerable::ToDictionary<System.Collections.DictionaryEntry,System.Object,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>,System.Func`2<TSource,TElement>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* Enumerable_ToDictionary_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_TisRuntimeObject_TisRuntimeObject_mB1608D5908B04B290FC8B85E084AFBD5D365FB04_gshared (RuntimeObject* ___source0, Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* ___keySelector1, Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* ___elementSelector2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, RuntimeObject* ___item1, 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) ;
// 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 NUnit.Framework.Constraints.StringConstraint::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConstraint__ctor_mBF764F38023531DF1A50A499825A325CEE869536 (StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C* __this, String_t* ___expected0, 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.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 NUnit.Framework.Constraints.PrefixConstraint::.ctor(NUnit.Framework.Constraints.IResolveConstraint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrefixConstraint__ctor_mF2E9CA37A5E3ADB0FDC358B59E62380609AF97E1 (PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04* __this, RuntimeObject* ___baseConstraint0, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.IConstraint NUnit.Framework.Constraints.PrefixConstraint::get_BaseConstraint()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* PrefixConstraint_get_BaseConstraint_m18115C46D65BA3AC65B2C0FED098CF8EFDDFFFB1_inline (PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04* __this, const RuntimeMethod* method) ;
// System.Exception NUnit.Framework.Constraints.ThrowsConstraint/ExceptionInterceptor::Intercept(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ExceptionInterceptor_Intercept_m2ED40C0F690CEB10A701BEE1E4AE4BE29173323D (RuntimeObject* ___invocation0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ThrowsConstraint/ThrowsConstraintResult::.ctor(NUnit.Framework.Constraints.ThrowsConstraint,System.Exception,NUnit.Framework.Constraints.ConstraintResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowsConstraintResult__ctor_m8C80A6E3EE930B03E3315B8D85E424485546234A (ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45* __this, ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* ___constraint0, Exception_t* ___caughtException1, ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___baseResult2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ConstraintResult::.ctor(NUnit.Framework.Constraints.IConstraint,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstraintResult__ctor_m715C169443DE08DA8C3F016926652D92EA22FB19 (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, RuntimeObject* ___constraint0, RuntimeObject* ___actualValue1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ConstraintResult::set_Status(NUnit.Framework.Constraints.ConstraintStatus)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConstraintResult_set_Status_m76C630530199E02CCBC93BB748D8EB5F85F444CB_inline (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Object NUnit.Framework.Constraints.ConstraintResult::get_ActualValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConstraintResult_get_ActualValue_mAFE1ACB7636F773FED41AFAC2AEF9CDF410ECA95_inline (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ThrowsConstraint/IInvocationDescriptor NUnit.Framework.Constraints.ThrowsConstraint/ExceptionInterceptor::GetInvocationDescriptor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExceptionInterceptor_GetInvocationDescriptor_m4E7962EA25FAFBBBA248F412892EF94D0A339DA9 (RuntimeObject* ___actual0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ThrowsConstraint/VoidInvocationDescriptor::.ctor(NUnit.Framework.TestDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoidInvocationDescriptor__ctor_m91912A3FDAB8EF116C8BA6B78EFD5EE65710605D (VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549* __this, TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* ___del0, 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.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.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 NUnit.Framework.TestDelegate::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestDelegate_Invoke_m77F509475603AFBEFB56413D6F4D186208D07AB8_inline (TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ConstraintResult::.ctor(NUnit.Framework.Constraints.IConstraint,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstraintResult__ctor_mF62A6C1933476D4EB06B672F93AFB06EDE2C3E63 (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, RuntimeObject* ___constraint0, RuntimeObject* ___actualValue1, bool ___isSuccess2, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.Constraint::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Constraint__ctor_m62A174F245468BDA5C3FB236E30724016B88E1C6 (Constraint_tBADED087916F99AEFC85D32AE1A2C6619DD05D09* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.Tolerance::.ctor(System.Object,NUnit.Framework.Constraints.ToleranceMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tolerance__ctor_mD0EFB87C37AD6AC33D9481ACFF6DF30CA7C034FA (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, RuntimeObject* ___amount0, int32_t ___mode1, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Constraints.Numerics::IsNumericType(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numerics_IsNumericType_m6A39ACAE41BD0642244A3A85A23DE8D70F230116 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.Tolerance::CheckLinearAndNumeric()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method) ;
// System.Double System.Convert::ToDouble(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mE64ED1A9412EA3B16E4C7F1C74655F53DE71C71A (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::FromDays(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromDays_mD55933360C04611DD9F6BC73CEB37543002A6DF4 (double ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.Tolerance::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, RuntimeObject* ___amount0, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::FromHours(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromHours_mE752300A91D97AB8CCC53CB38547BBEFF601E2C6 (double ___value0, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::FromMinutes(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMinutes_m6A205525E41E41D13637359BA49AC7F3B23F714E (double ___value0, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::FromSeconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromSeconds_mE585CC8180040ED064DC8B6546E6C94A129BFFC5 (double ___value0, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMilliseconds_m95DA1C64A7D3111F8451D932CD0F94D608B1EC54 (double ___value0, const RuntimeMethod* method) ;
// System.Int64 System.Convert::ToInt64(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mC34CCA8720E7032D4CFA51E522DB99EC6F07F16D (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::FromTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromTicks_mFA529928E79B4BF5EC0265418844B196D8979A73 (int64_t ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Boolean::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Equals_m09E29FD8CDADF609FD8CF4145BFD4843174569A1 (bool* __this, RuntimeObject* ___obj0, 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.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 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.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
inline Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
return (( Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
inline void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419 (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
inline RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Boolean NUnit.Framework.Constraints.CollectionItemsEqualConstraint::ItemsEqual(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionItemsEqualConstraint_ItemsEqual_m4F5F65960841269FC2700BBE382D53200E196C2B (CollectionItemsEqualConstraint_tA18058F1DDDBA731677B83DE1B8AA880451BE618* __this, RuntimeObject* ___x0, RuntimeObject* ___y1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
inline bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void NUnit.Framework.Constraints.CollectionItemsEqualConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionItemsEqualConstraint__ctor_m8EB3CEB304EAE1335FD0BC53A797F40EFA0E8AA5 (CollectionItemsEqualConstraint_tA18058F1DDDBA731677B83DE1B8AA880451BE618* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Void System.IO.MemoryStream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m3B27E3092ABEAA766FD4002A0F5D786992060604 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.IO.Stream,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m667B88B55AC152B4790F1A3C11F62F5F262624DA (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, RuntimeObject* ___o1, const RuntimeMethod* method) ;
// System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializer_Deserialize_m1050D3D61F5293AB7F13561762FC511CCD3BCFDD (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.PrefixConstraint::set_DescriptionPrefix(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PrefixConstraint_set_DescriptionPrefix_mBBD7D65FDC6A88B9404516F5E8FDA974A11CCC6F_inline (PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.CollectionOperator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionOperator__ctor_m71C252AF8ACAAD5E9BB659F4B801FA7891FC70B6 (CollectionOperator_t982E0D7B3F4AC4F852232076BF360EBC0D46780E* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ExactCountConstraint::.ctor(System.Int32,NUnit.Framework.Constraints.IConstraint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExactCountConstraint__ctor_m02493BA518B97704AC8F478A7AC453CE1DBB3C5F (ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* __this, int32_t ___expectedCount0, RuntimeObject* ___itemConstraint1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ExactTypeConstraint::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExactTypeConstraint__ctor_m41662FFC2ED89CDF22FE3A9DD6663324860B7063 (ExactTypeConstraint_tF3B8CC9115F7BC6A6DC68478C3E102003BC5A61D* __this, Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ExceptionTypeConstraint/ExceptionTypeConstraintResult::.ctor(NUnit.Framework.Constraints.ExceptionTypeConstraint,System.Object,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionTypeConstraintResult__ctor_mB63C8980A6D80AE05CD8239A5CB563B0C8B27747 (ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69* __this, ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* ___constraint0, RuntimeObject* ___caughtException1, Type_t* ___type2, bool ___matches3, const RuntimeMethod* method) ;
// NUnit.Framework.Constraints.ConstraintStatus NUnit.Framework.Constraints.ConstraintResult::get_Status()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConstraintResult_get_Status_mAEE12663BC9208C46E3A4F58F3D9F53C2B5361E1_inline (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Constraints.ConstraintResult::WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstraintResult_WriteActualValueTo_mE6F88F20312A3AA37B37E921DAE6C408E79820B1 (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* ___writer0, 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.Api.FrameworkController::Initialize(System.String,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_Initialize_m89C981B770954649C48B3BA0CEB8FF1C2E392DF3 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___assemblyPath0, RuntimeObject* ___settings1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.DefaultTestAssemblyBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTestAssemblyBuilder__ctor_mC7C9966B0AF52FC9FB3D4A5D8AEF6F09196C4C8C (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::set_Builder(NUnit.Framework.Api.ITestAssemblyBuilder)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_Builder_m3D5048ADCFF1A7F426A9A36CEEF6867C9E576FBB_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Api.ITestAssemblyBuilder NUnit.Framework.Api.FrameworkController::get_Builder()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Builder_mF01354D01D5D1117718A9E77E013A835B43EB064_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::.ctor(NUnit.Framework.Api.ITestAssemblyBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner__ctor_m6D5201A2DFC88ECB9BE06884EAC7260F77116BBF (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___builder0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::set_Runner(NUnit.Framework.Api.ITestAssemblyRunner)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_Runner_m71E574753AB67B32983E0DDB35733CCA1AD50A45_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Test::set_IdPrefix(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_IdPrefix_m98E1C8026A76AC0CB43953EBC80ABC573F457D89_inline (String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::.ctor(System.String,System.String,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController__ctor_m0C1382E2956B2C5007D47762977D784AF4B3E592 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___assemblyNameOrPath0, String_t* ___idPrefix1, RuntimeObject* ___settings2, 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.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.Void NUnit.Framework.Api.FrameworkController::.ctor(System.String,System.String,System.Collections.IDictionary,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController__ctor_m2B1E211CF94143498DB45753446BE4089003C6FD (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___assemblyNameOrPath0, String_t* ___idPrefix1, RuntimeObject* ___settings2, String_t* ___runnerType3, String_t* ___builderType4, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::set_AssemblyNameOrPath(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_AssemblyNameOrPath_mF67E6E6C8B8CDBFD401DC50281A27550DF11BA14_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Cast<System.Collections.DictionaryEntry>(System.Collections.IEnumerable)
inline RuntimeObject* Enumerable_Cast_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_m8A850CABE66554429820BA00115FAD5A01CBE0AE (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_m8A850CABE66554429820BA00115FAD5A01CBE0AE_gshared)(___source0, method);
}
// System.Void System.Func`2<System.Collections.DictionaryEntry,System.String>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m1D527E6B3593FD71FAAE7D1673E1E1443D39F705 (Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mE86447DA7EFE2CBD09F1883FB020D28D006F0903_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Func`2<System.Collections.DictionaryEntry,System.Object>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mE86447DA7EFE2CBD09F1883FB020D28D006F0903 (Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mE86447DA7EFE2CBD09F1883FB020D28D006F0903_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.Generic.Dictionary`2<TKey,TElement> System.Linq.Enumerable::ToDictionary<System.Collections.DictionaryEntry,System.String,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>,System.Func`2<TSource,TElement>)
inline Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* Enumerable_ToDictionary_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_TisString_t_TisRuntimeObject_m7F4E67F897C3E89A19FFF3C0C70D0E9ECDC71513 (RuntimeObject* ___source0, Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* ___keySelector1, Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* ___elementSelector2, const RuntimeMethod* method)
{
return (( Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* (*) (RuntimeObject*, Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF*, Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4*, const RuntimeMethod*))Enumerable_ToDictionary_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_TisRuntimeObject_TisRuntimeObject_mB1608D5908B04B290FC8B85E084AFBD5D365FB04_gshared)(___source0, ___keySelector1, ___elementSelector2, method);
}
// System.Void NUnit.Framework.Api.FrameworkController::set_Settings(System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_Settings_mAF327FC178415B91BC9BA7FA6B5F35DC41FF6855_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Collections.Generic.IDictionary`2<System.String,System.Object> NUnit.Framework.Api.FrameworkController::get_Settings()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __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) ;
// 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.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) ;
// System.Diagnostics.Process System.Diagnostics.Process::GetCurrentProcess()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Process_tF74794C64BCE464912BF158980B347CE66AF203B* Process_GetCurrentProcess_m66CCB1FC5A373B1F70A7A52C7E6973910D84A82E (const RuntimeMethod* method) ;
// System.Int32 System.Diagnostics.Process::get_Id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Process_get_Id_m7401D58B8B638025FFD4574E33057A8F1B4B4E54 (Process_tF74794C64BCE464912BF158980B347CE66AF203B* __this, const RuntimeMethod* method) ;
// System.String System.IO.Path::GetFileName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_mEBC73E0C8D8C56214D1DA4BA8409C5B5F00457A5 (String_t* ___path0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, 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.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) ;
// NUnit.Framework.Api.ITestAssemblyRunner NUnit.Framework.Api.FrameworkController::get_Runner()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Api.FrameworkController::get_AssemblyNameOrPath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FrameworkController_get_AssemblyNameOrPath_m7AB41E015C191D5EE6655C5D956EE9ED5051EC5E_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* 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.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.TestProgressReporter::.ctor(System.Web.UI.ICallbackEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestProgressReporter__ctor_m565B19D2DF46CD92D16BD62F2B0A341A356AECAE (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* __this, RuntimeObject* ___handler0, const RuntimeMethod* method) ;
// 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) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Api.FrameworkController::InsertSettingsElement(NUnit.Framework.Interfaces.TNode,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* FrameworkController_InsertSettingsElement_mDE4C19CFE6B97A2CD337C9EF59DF4F31FCEC831A (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, RuntimeObject* ___settings1, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Api.FrameworkController::InsertEnvironmentElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5 (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestExecutionContext::ClearCurrentContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestExecutionContext_ClearCurrentContext_mA732ECE8299990868CFF61B01F45C3FADFA778F2 (const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController/ActionCallback::.ctor(System.Action`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionCallback__ctor_m8250F0381D95A7D1AD6867BFDC9A7CCA1F407551 (ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* __this, Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___callback0, const RuntimeMethod* method) ;
// System.String NUnit.Framework.Api.FrameworkController::LoadTests()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_LoadTests_m0522AFF8C5F6AF60A74BED8CCC3799E455F728E9 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::StopRun(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_StopRun_m7F4B3D10CC0756EBAC87D325401499505963CB5B (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, bool ___force0, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Api.FrameworkController::CountTests(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FrameworkController_CountTests_mFFF22693757BC8EF59C01E4472158BDF61B5C197 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___filter0, 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.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.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.Void System.Collections.Generic.List`1<NUnit.Framework.Interfaces.TNode>::Insert(System.Int32,T)
inline void List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1 (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5* __this, int32_t ___index0, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5*, int32_t, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___index0, ___item1, method);
}
// System.Version System.Reflection.AssemblyName::get_Version()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* AssemblyName_get_Version_mC20EC1E68FA7C40120112C2E29A19C9D948B5300_inline (AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* __this, 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.Version System.Environment::get_Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* Environment_get_Version_m965E39968014A21B9EE509E938D59BBF2922F3D4 (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.String System.Enum::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String System.Environment::get_CurrentDirectory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_CurrentDirectory_mC18EAF61691FCB591EE04939A8910DE25B12BF9F (const RuntimeMethod* method) ;
// System.String System.Environment::get_MachineName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_MachineName_mCED88AE3AF98589BAD920D0CD6E44BC5F3E31EF4 (const RuntimeMethod* method) ;
// System.String System.Environment::get_UserName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_UserName_mAA5C35B96F47365C853D92F837C419B0C6697C39 (const RuntimeMethod* method) ;
// System.String System.Environment::get_UserDomainName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_UserDomainName_mB1995928FD7F3DE6612C5F7F228CE3C9B7958E20 (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.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentUICulture_m6802203666D09C5CC178AC9F5DEAF3D1C7076CE5 (const RuntimeMethod* method) ;
// System.String NUnit.Framework.Api.FrameworkController::GetProcessorArchitecture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_GetProcessorArchitecture_m519BA50912C8E6C9BC52F0156E115AFB62B33DE4 (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.Void NUnit.Framework.Api.FrameworkController::AddSetting(NUnit.Framework.Interfaces.TNode,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_AddSetting_m093121D9AA1D846DF20152B094A26198BE8D961F (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___settingsNode0, String_t* ___name1, RuntimeObject* ___value2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NUnit.Framework.Interfaces.TNode>::Add(T)
inline void List_1_Add_mCD660F22C4D1B715790DD04FD590F3306C78CCC8_inline (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5* __this, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t1C2B83C8F6EB1F67DF712DF395E57E98A9B8BBA5*, TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.String>::Invoke(T)
inline void Action_1_Invoke_m690438AAE38F9762172E3AE0A33D0B42ACD35790_inline (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* __this, String_t* ___obj0, const RuntimeMethod* method)
{
(( void (*) (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A*, String_t*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___obj0, method);
}
// System.Void NUnit.Framework.Api.FrameworkController/FrameworkControllerAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556 (FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::LoadTests(System.Web.UI.ICallbackEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_LoadTests_mBBFC398A64A4BF65378C78794EF7AB602B8BC138 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::ExploreTests(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_ExploreTests_m7130E3B771E2D988B5EB9055DB22B1BE71A78306 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::CountTests(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_CountTests_m77234E405F5F4DF95D3B003608385491EBB27660 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::RunTests(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_RunTests_m6CDDB295757F4FDBC7D7619718B117E9946765AE (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::RunAsync(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_RunAsync_m77317F3C61A234857D8AAB2FCB5422AFE9D14B41 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController::StopRun(System.Web.UI.ICallbackEventHandler,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_StopRun_m7417FCA99FB66E10D0F284A2E313E0339FDB6BDB (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, bool ___force1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.FrameworkController/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0D50A44F251E4F749FEF089999A73CB4A1DA0B5F (U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* __this, const RuntimeMethod* method) ;
// System.Object System.Collections.DictionaryEntry::get_Key()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ;
// System.Object System.Collections.DictionaryEntry::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ;
// System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m361CFCF6AC28BFFF5C8790DC2B5951791A1C4CEE (ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* __this, bool ___initialState0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.Execution.WorkItem NUnit.Framework.Api.NUnitTestAssemblyRunner::get_TopLevelWorkItem()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.TestResult NUnit.Framework.Internal.Execution.WorkItem::get_Result()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* WorkItem_get_Result_m67FA464EA6A76F67F1A7B2E5C2DFDEE6C32E2F45_inline (WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.NUnitTestAssemblyRunner::get_LoadedTest()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.Execution.WorkItemState NUnit.Framework.Internal.Execution.WorkItem::get_State()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WorkItem_get_State_m7BA15374E6949F4845D3B09B531A50BA533525A0_inline (WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::set_Settings(System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_Settings_mEB9FB58F8FA4F6D29A9A9B0F323AA400405E75F5_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___value0, 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 NUnit.Framework.Api.NUnitTestAssemblyRunner::set_LoadedTest(NUnit.Framework.Interfaces.ITest)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_LoadedTest_m66EA9C0D6282EDF79DB3541405E14C764C76CBFE_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Int32 NUnit.Framework.Api.NUnitTestAssemblyRunner::CountTestCases(NUnit.Framework.Interfaces.ITest,NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NUnitTestAssemblyRunner_CountTestCases_mE091DB2A70F83C789F35C6247E722CB4053DA00F (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___test0, RuntimeObject* ___filter1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::RunAsync(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_RunAsync_mDA1498F4AA99F6D7F1D2FFC178495738372B1A42 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___listener0, RuntimeObject* ___filter1, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Api.NUnitTestAssemblyRunner::WaitForCompletion(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NUnitTestAssemblyRunner_WaitForCompletion_m7FA06363C3606A2F28846CCBAD098A46F316EB48 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, int32_t ___timeout0, const RuntimeMethod* method) ;
// NUnit.Framework.Interfaces.ITestResult NUnit.Framework.Api.NUnitTestAssemblyRunner::get_Result()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_Result_m8F208898CB372100CA80C5E30242BF20DD927FC5 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method) ;
// 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) ;
// System.Boolean System.Threading.EventWaitHandle::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m84719BED571BDAAEE27EE05F57295C7107A74DE6 (EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::CreateTestExecutionContext(NUnit.Framework.Interfaces.ITestListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_CreateTestExecutionContext_m3F3F341256D3E7A013E978E2330CEB7E3DA158F4 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___listener0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.Execution.WorkItem NUnit.Framework.Internal.Execution.WorkItem::CreateWorkItem(NUnit.Framework.Interfaces.ITest,NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* WorkItem_CreateWorkItem_m59D7B9DF9DD1F4B187DF7BD07EBE4ADABCDE87FD (RuntimeObject* ___test0, RuntimeObject* ___filter1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::set_TopLevelWorkItem(NUnit.Framework.Internal.Execution.WorkItem)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_TopLevelWorkItem_mBDD984DBEB655BC4B0C853020E77DB18F5D0F059_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* ___value0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.TestExecutionContext NUnit.Framework.Api.NUnitTestAssemblyRunner::get_Context()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Execution.WorkItem::InitializeContext(NUnit.Framework.Internal.TestExecutionContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkItem_InitializeContext_m6A66E45E86FE496517376A3C365DF1F46A818C4F (WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* __this, TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ___context0, const RuntimeMethod* method) ;
// System.Void System.EventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2 (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Execution.WorkItem::add_Completed(System.EventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkItem_add_Completed_m46208235015554AAE45F4316CEAD18B1C22DCCD7 (WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::StartRun(NUnit.Framework.Interfaces.ITestListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_StartRun_m9AC73627F0FF2E99D67C2C01FA68C203502C8961 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___listener0, const RuntimeMethod* method) ;
// System.Boolean NUnit.Framework.Api.NUnitTestAssemblyRunner::get_IsTestRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NUnitTestAssemblyRunner_get_IsTestRunning_m9D733D1F00BCCA82EA993070FE61ACF64C3DBE89 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __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) ;
// 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.IO.TextWriter System.Console::get_Out()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* Console_get_Out_m72318B95607CE18F153B9415D85045DAC0169ABD_inline (const RuntimeMethod* method) ;
// System.IO.TextWriter System.Console::get_Error()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* Console_get_Error_m8DA94D4EFFF9756FF8B44263E256C7341761BD49_inline (const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Execution.EventListenerTextWriter::.ctor(System.String,System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListenerTextWriter__ctor_m17A6AFF9065B67CF5CDFC5ABA4E1FB3D4B3E4AA6 (EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9* __this, String_t* ___streamName0, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___defaultWriter1, const RuntimeMethod* method) ;
// System.Void System.Console::SetOut(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Console_SetOut_m3BF250C4435957B5FBD2194F1249D8414974779E (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___newOut0, const RuntimeMethod* method) ;
// System.Void System.Console::SetError(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Console_SetError_mDAF3BE518B51C033D5B01FEF178CBAD922B94BC1 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___newError0, const RuntimeMethod* method) ;
// System.Boolean System.Diagnostics.Debugger::get_IsAttached()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_get_IsAttached_mFE52BA5101227C49531025ABDF999C2A52CB5F23 (const RuntimeMethod* method) ;
// System.Collections.Generic.IDictionary`2<System.String,System.Object> NUnit.Framework.Api.NUnitTestAssemblyRunner::get_Settings()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method) ;
// System.Boolean System.Diagnostics.Debugger::Launch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_Launch_mB5DD764B944138A83294CB783907224D91026A32 (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 NUnit.Framework.Api.NUnitTestAssemblyRunner::set_Context(NUnit.Framework.Internal.TestExecutionContext)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_Context_m8B66D5EC86B5E51DE8C86DF2C2C4F20E43051DDD_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ___value0, 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_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.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.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) ;
// System.Void NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleWorkItemDispatcher__ctor_m31D947B94CAF71374D60B59939161FF8C28BF393 (SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0* __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) ;
// System.Boolean System.Threading.EventWaitHandle::Set()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_mDF98D67F214714A9590DF82A1C51D3D851281E4D (EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E* __this, 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 NUnit.Framework.Internal.Builders.DefaultSuiteBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSuiteBuilder__ctor_mC2021BD37D247870F84FC8330BAD356865DA9AC3 (DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8* __this, const RuntimeMethod* method) ;
// System.AppDomain System.AppDomain::get_CurrentDomain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* AppDomain_get_CurrentDomain_m5085B6AF21A19506C85E0650C46BE35A18011CFE (const RuntimeMethod* method) ;
// System.String System.AppDomain::get_FriendlyName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppDomain_get_FriendlyName_mA7B27244514C10773BCEB3F70728E3058F5340AA (AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* __this, const RuntimeMethod* method) ;
// 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) ;
// 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) ;
// NUnit.Framework.Internal.TestSuite NUnit.Framework.Api.DefaultTestAssemblyBuilder::Build(System.Reflection.Assembly,System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* DefaultTestAssemblyBuilder_Build_m63DACE5CE53CD1649213A71B6B6EC8A7C95F839B (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, String_t* ___assemblyPath1, RuntimeObject* ___options2, const RuntimeMethod* method) ;
// 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) ;
// System.Void NUnit.Framework.Internal.TestAssembly::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestAssembly__ctor_mE71CA3B35614D0FF4C802E39752EED5D509C5B80 (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* __this, String_t* ___path0, 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) ;
// 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) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, 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.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.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.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.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) ;
// System.Collections.Generic.IList`1<NUnit.Framework.Internal.Test> NUnit.Framework.Api.DefaultTestAssemblyBuilder::GetFixtures(System.Reflection.Assembly,System.Collections.IList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultTestAssemblyBuilder_GetFixtures_m06ADAD6909162A86695CFB65485F0E64F7C29D02 (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, RuntimeObject* ___names1, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.TestSuite NUnit.Framework.Api.DefaultTestAssemblyBuilder::BuildTestAssembly(System.Reflection.Assembly,System.String,System.Collections.Generic.IList`1<NUnit.Framework.Internal.Test>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* DefaultTestAssemblyBuilder_BuildTestAssembly_mCE03631C9405A22F051D3D28C183AF55B0483583 (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, String_t* ___assemblyName1, RuntimeObject* ___fixtures2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NUnit.Framework.Internal.Test>::.ctor()
inline void List_1__ctor_mB5B518B770A1025DC27C4FDC3876A168C5E2DD56 (List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// 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) ;
// System.Collections.Generic.IList`1<System.Type> NUnit.Framework.Api.DefaultTestAssemblyBuilder::GetCandidateFixtureTypes(System.Reflection.Assembly,System.Collections.IList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultTestAssemblyBuilder_GetCandidateFixtureTypes_mA30291697A15C58C72C23E92CBCDAD88DAE3140B (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, RuntimeObject* ___names1, 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 System.Collections.Generic.List`1<NUnit.Framework.Internal.Test>::Add(T)
inline void List_1_Add_m129769F64E7A2760217B715D3CAFB956E518AFC4_inline (List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* __this, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1*, Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, 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.Int32 System.Collections.Generic.List`1<NUnit.Framework.Internal.Test>::get_Count()
inline int32_t List_1_get_Count_m9FA8F742EBA4AFC1E71F0177BCF24131930AEE1F_inline (List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__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.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.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.TestAssembly::.ctor(System.Reflection.Assembly,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestAssembly__ctor_m812DD5B0743EC63922573C79609CD2D2A4D5EB35 (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* __this, Assembly_t* ___assembly0, String_t* ___path1, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Builders.NamespaceTreeBuilder::.ctor(NUnit.Framework.Internal.TestSuite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceTreeBuilder__ctor_mA7E4D5999E29AF6F875E77FAB62822AB06EE6DBB (NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC* __this, TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* ___rootSuite0, const RuntimeMethod* method) ;
// System.Void NUnit.Framework.Internal.Builders.NamespaceTreeBuilder::Add(System.Collections.Generic.IList`1<NUnit.Framework.Internal.Test>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceTreeBuilder_Add_mD346A45A182626159937E73A9A6CCBFED705A4DA (NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC* __this, RuntimeObject* ___fixtures0, const RuntimeMethod* method) ;
// NUnit.Framework.Internal.TestSuite NUnit.Framework.Internal.Builders.NamespaceTreeBuilder::get_RootSuite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* NamespaceTreeBuilder_get_RootSuite_m9951FC5B1BFF394974D36D5F071059ADDB7F572E (NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC* __this, const RuntimeMethod* method) ;
// 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) ;
// System.Void NUnit.Framework.Internal.TestSuite::Sort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestSuite_Sort_mC14267D12F9FA23405EF98194187D634C2F6A0EB (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* __this, const RuntimeMethod* method) ;
// 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) ;
// 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) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NUnit.Framework.Constraints.SubstringConstraint::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubstringConstraint__ctor_m9918B4D7CFF736C997DC4FE65C195FC2E8535638 (SubstringConstraint_tA56665F39280B8C95B87BE404573F925E32D00AB* __this, String_t* ___expected0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3213572624B8574E922CB075392AC881EEE4AC10);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___expected0;
StringConstraint__ctor_mBF764F38023531DF1A50A499825A325CEE869536(__this, L_0, NULL);
((StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C*)__this)->___descriptionText_6 = _stringLiteral3213572624B8574E922CB075392AC881EEE4AC10;
Il2CppCodeGenWriteBarrier((void**)(&((StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C*)__this)->___descriptionText_6), (void*)_stringLiteral3213572624B8574E922CB075392AC881EEE4AC10);
return;
}
}
// System.Boolean NUnit.Framework.Constraints.SubstringConstraint::Matches(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SubstringConstraint_Matches_m5126DE486989BADD0ED5045B53E89285CEA4B315 (SubstringConstraint_tA56665F39280B8C95B87BE404573F925E32D00AB* __this, String_t* ___actual0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B4_0 = 0;
int32_t G_B8_0 = 0;
{
bool L_0 = ((StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C*)__this)->___caseInsensitive_5;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0030;
}
}
{
String_t* L_2 = ___actual0;
if (!L_2)
{
goto IL_002c;
}
}
{
String_t* L_3 = ___actual0;
NullCheck(L_3);
String_t* L_4;
L_4 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_3, NULL);
String_t* L_5 = ((StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C*)__this)->___expected_4;
NullCheck(L_5);
String_t* L_6;
L_6 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_5, NULL);
NullCheck(L_4);
int32_t L_7;
L_7 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_4, L_6, NULL);
G_B4_0 = ((((int32_t)((((int32_t)L_7) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_002d;
}
IL_002c:
{
G_B4_0 = 0;
}
IL_002d:
{
V_1 = (bool)G_B4_0;
goto IL_004b;
}
IL_0030:
{
String_t* L_8 = ___actual0;
if (!L_8)
{
goto IL_0047;
}
}
{
String_t* L_9 = ___actual0;
String_t* L_10 = ((StringConstraint_t514D85F9BDC63E67EB1E6F40A801AD0A1059862C*)__this)->___expected_4;
NullCheck(L_9);
int32_t L_11;
L_11 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_9, L_10, NULL);
G_B8_0 = ((((int32_t)((((int32_t)L_11) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0048;
}
IL_0047:
{
G_B8_0 = 0;
}
IL_0048:
{
V_1 = (bool)G_B8_0;
goto IL_004b;
}
IL_004b:
{
bool L_12 = V_1;
return L_12;
}
}
#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.Constraints.ThrowsConstraint::.ctor(NUnit.Framework.Constraints.IConstraint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowsConstraint__ctor_mA7B2A0D0263F18CC0ADABBA776F614B4D7188DB4 (ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* __this, RuntimeObject* ___baseConstraint0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___baseConstraint0;
PrefixConstraint__ctor_mF2E9CA37A5E3ADB0FDC358B59E62380609AF97E1(__this, L_0, NULL);
return;
}
}
// System.Exception NUnit.Framework.Constraints.ThrowsConstraint::get_ActualException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ThrowsConstraint_get_ActualException_m953EDEEB923141125D48922A0682450ADC9EFB53 (ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* __this, const RuntimeMethod* method)
{
Exception_t* V_0 = NULL;
{
Exception_t* L_0 = __this->___caughtException_6;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
Exception_t* L_1 = V_0;
return L_1;
}
}
// System.String NUnit.Framework.Constraints.ThrowsConstraint::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowsConstraint_get_Description_m49CB08C39A0C8ED43F9DD30A23A3BBDE783C645F (ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0;
L_0 = PrefixConstraint_get_BaseConstraint_m18115C46D65BA3AC65B2C0FED098CF8EFDDFFFB1_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String NUnit.Framework.Constraints.IConstraint::get_Description() */, IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.ThrowsConstraint::ApplyTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ThrowsConstraint_ApplyTo_m5C791F831DA6D0F4CA1045A9386F7F71AA53933F (ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* V_0 = NULL;
Exception_t* G_B2_0 = NULL;
ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* G_B2_1 = NULL;
Exception_t* G_B1_0 = NULL;
ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* G_B1_1 = NULL;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* G_B3_0 = NULL;
Exception_t* G_B3_1 = NULL;
ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* G_B3_2 = NULL;
{
RuntimeObject* L_0 = ___actual0;
Exception_t* L_1;
L_1 = ExceptionInterceptor_Intercept_m2ED40C0F690CEB10A701BEE1E4AE4BE29173323D(L_0, NULL);
__this->___caughtException_6 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___caughtException_6), (void*)L_1);
Exception_t* L_2 = __this->___caughtException_6;
Exception_t* L_3 = __this->___caughtException_6;
G_B1_0 = L_2;
G_B1_1 = __this;
if (L_3)
{
G_B2_0 = L_2;
G_B2_1 = __this;
goto IL_001f;
}
}
{
G_B3_0 = ((ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*)(NULL));
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0030;
}
IL_001f:
{
RuntimeObject* L_4;
L_4 = PrefixConstraint_get_BaseConstraint_m18115C46D65BA3AC65B2C0FED098CF8EFDDFFFB1_inline(__this, NULL);
Exception_t* L_5 = __this->___caughtException_6;
NullCheck(L_4);
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_6;
L_6 = InterfaceFuncInvoker1< ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*, RuntimeObject* >::Invoke(5 /* NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.IConstraint::ApplyTo(System.Object) */, IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3_il2cpp_TypeInfo_var, L_4, L_5);
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0030:
{
ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45* L_7 = (ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45*)il2cpp_codegen_object_new(ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45_il2cpp_TypeInfo_var);
NullCheck(L_7);
ThrowsConstraintResult__ctor_m8C80A6E3EE930B03E3315B8D85E424485546234A(L_7, G_B3_2, G_B3_1, G_B3_0, NULL);
V_0 = L_7;
goto IL_0038;
}
IL_0038:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_8 = V_0;
return L_8;
}
}
#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.Constraints.ThrowsConstraint/ThrowsConstraintResult::.ctor(NUnit.Framework.Constraints.ThrowsConstraint,System.Exception,NUnit.Framework.Constraints.ConstraintResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowsConstraintResult__ctor_m8C80A6E3EE930B03E3315B8D85E424485546234A (ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45* __this, ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* ___constraint0, Exception_t* ___caughtException1, ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ___baseResult2, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
ThrowsConstraint_t48831FC87B782B37459BC28D0A0095F023C0A374* L_0 = ___constraint0;
Exception_t* L_1 = ___caughtException1;
ConstraintResult__ctor_m715C169443DE08DA8C3F016926652D92EA22FB19(__this, L_0, L_1, NULL);
Exception_t* L_2 = ___caughtException1;
if (!L_2)
{
goto IL_0015;
}
}
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_3 = ___baseResult2;
NullCheck(L_3);
bool L_4;
L_4 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean NUnit.Framework.Constraints.ConstraintResult::get_IsSuccess() */, L_3);
G_B3_0 = ((int32_t)(L_4));
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 0;
}
IL_0016:
{
V_0 = (bool)G_B3_0;
bool L_5 = V_0;
if (!L_5)
{
goto IL_0024;
}
}
{
ConstraintResult_set_Status_m76C630530199E02CCBC93BB748D8EB5F85F444CB_inline(__this, 1, NULL);
goto IL_002c;
}
IL_0024:
{
ConstraintResult_set_Status_m76C630530199E02CCBC93BB748D8EB5F85F444CB_inline(__this, 2, NULL);
}
IL_002c:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_6 = ___baseResult2;
__this->___baseResult_3 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseResult_3), (void*)L_6);
return;
}
}
// System.Void NUnit.Framework.Constraints.ThrowsConstraint/ThrowsConstraintResult::WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowsConstraintResult_WriteActualValueTo_m2451D9D21C62AEA04F99096E2A391CDCF351B73D (ThrowsConstraintResult_t69CAB27ECA6F5D8D45FF68323E38EEBD234EBB45* __this, MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* ___writer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA1CD9D908534F1E8EC1305917F734BE9683734A);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RuntimeObject* L_0;
L_0 = ConstraintResult_get_ActualValue_mAFE1ACB7636F773FED41AFAC2AEF9CDF410ECA95_inline(__this, NULL);
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* L_2 = ___writer0;
NullCheck(L_2);
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, L_2, _stringLiteralCA1CD9D908534F1E8EC1305917F734BE9683734A);
goto IL_0029;
}
IL_001c:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_3 = __this->___baseResult_3;
MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* L_4 = ___writer0;
NullCheck(L_3);
VirtualActionInvoker1< MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* >::Invoke(6 /* System.Void NUnit.Framework.Constraints.ConstraintResult::WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter) */, L_3, L_4);
}
IL_0029:
{
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.Constraints.ThrowsConstraint/ExceptionInterceptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionInterceptor__ctor_m778079E25842AD6621D4C5D230AA3143E01D151D (ExceptionInterceptor_t1B4D1D9C86982DC4D77A32A77441E13050CFF855* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Exception NUnit.Framework.Constraints.ThrowsConstraint/ExceptionInterceptor::Intercept(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ExceptionInterceptor_Intercept_m2ED40C0F690CEB10A701BEE1E4AE4BE29173323D (RuntimeObject* ___invocation0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInvocationDescriptor_t818989A19CAAAE2526A0D28C11BFBADC2E1F18AA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Exception_t* V_1 = NULL;
Exception_t* V_2 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
RuntimeObject* L_0 = ___invocation0;
RuntimeObject* L_1;
L_1 = ExceptionInterceptor_GetInvocationDescriptor_m4E7962EA25FAFBBBA248F412892EF94D0A339DA9(L_0, NULL);
V_0 = L_1;
}
try
{// begin try (depth: 1)
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object NUnit.Framework.Constraints.ThrowsConstraint/IInvocationDescriptor::Invoke() */, IInvocationDescriptor_t818989A19CAAAE2526A0D28C11BFBADC2E1F18AA_il2cpp_TypeInfo_var, L_2);
V_1 = (Exception_t*)NULL;
goto IL_001b;
}// 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_0015;
}
throw e;
}
CATCH_0015:
{// begin catch(System.Exception)
V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
Exception_t* L_4 = V_2;
V_1 = L_4;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_001b;
}// end catch (depth: 1)
IL_001b:
{
Exception_t* L_5 = V_1;
return L_5;
}
}
// NUnit.Framework.Constraints.ThrowsConstraint/IInvocationDescriptor NUnit.Framework.Constraints.ThrowsConstraint/ExceptionInterceptor::GetInvocationDescriptor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExceptionInterceptor_GetInvocationDescriptor_m4E7962EA25FAFBBBA248F412892EF94D0A339DA9 (RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInvocationDescriptor_t818989A19CAAAE2526A0D28C11BFBADC2E1F18AA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
RuntimeObject* V_5 = NULL;
{
RuntimeObject* L_0 = ___actual0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IInvocationDescriptor_t818989A19CAAAE2526A0D28C11BFBADC2E1F18AA_il2cpp_TypeInfo_var));
RuntimeObject* L_1 = V_0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_002a;
}
}
{
RuntimeObject* L_3 = ___actual0;
V_2 = ((TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89*)IsInstSealed((RuntimeObject*)L_3, TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89_il2cpp_TypeInfo_var));
TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* L_4 = V_2;
V_3 = (bool)((!(((RuntimeObject*)(TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_0029;
}
}
{
TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* L_6 = V_2;
VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549* L_7 = (VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549*)il2cpp_codegen_object_new(VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549_il2cpp_TypeInfo_var);
NullCheck(L_7);
VoidInvocationDescriptor__ctor_m91912A3FDAB8EF116C8BA6B78EFD5EE65710605D(L_7, L_6, NULL);
V_0 = L_7;
}
IL_0029:
{
}
IL_002a:
{
RuntimeObject* L_8 = V_0;
V_4 = (bool)((((RuntimeObject*)(RuntimeObject*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_9 = V_4;
if (!L_9)
{
goto IL_0054;
}
}
{
RuntimeObject* L_10 = ___actual0;
NullCheck(L_10);
Type_t* L_11;
L_11 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_10, NULL);
NullCheck(L_11);
String_t* L_12;
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_11);
String_t* L_13;
L_13 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE5F79458B7102EE7C57068E97315748EB1B2C82F)), L_12, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_14);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59F297183EEBE7FC18DAD9020DFD7EC721366272)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExceptionInterceptor_GetInvocationDescriptor_m4E7962EA25FAFBBBA248F412892EF94D0A339DA9_RuntimeMethod_var)));
}
IL_0054:
{
RuntimeObject* L_15 = V_0;
V_5 = L_15;
goto IL_0059;
}
IL_0059:
{
RuntimeObject* L_16 = V_5;
return L_16;
}
}
#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.Constraints.ThrowsConstraint/VoidInvocationDescriptor::.ctor(NUnit.Framework.TestDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoidInvocationDescriptor__ctor_m91912A3FDAB8EF116C8BA6B78EFD5EE65710605D (VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549* __this, TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* ___del0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* L_0 = ___del0;
__this->____del_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____del_0), (void*)L_0);
return;
}
}
// System.Object NUnit.Framework.Constraints.ThrowsConstraint/VoidInvocationDescriptor::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VoidInvocationDescriptor_Invoke_m570E261F547A458B450AAFE16B26C89B73A20E5B (VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* L_0 = __this->____del_0;
NullCheck(L_0);
TestDelegate_Invoke_m77F509475603AFBEFB56413D6F4D186208D07AB8_inline(L_0, NULL);
V_0 = NULL;
goto IL_0011;
}
IL_0011:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Delegate NUnit.Framework.Constraints.ThrowsConstraint/VoidInvocationDescriptor::get_Delegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* VoidInvocationDescriptor_get_Delegate_m2EEA425CA0A9E7095F1A8ACF92D1A733409B2A29 (VoidInvocationDescriptor_t1235397CD413AE7678ED3F5A3F496DC1FE05A549* __this, const RuntimeMethod* method)
{
Delegate_t* V_0 = NULL;
{
TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* L_0 = __this->____del_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
Delegate_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.Constraints.ThrowsNothingConstraint::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowsNothingConstraint_get_Description_mA2A04752B2FE4F4762653BC95F1965D8F6893706 (ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF9F6D154F515F1052E4BA985B9544D32325B81A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
V_0 = _stringLiteralEF9F6D154F515F1052E4BA985B9544D32325B81A;
goto IL_0009;
}
IL_0009:
{
String_t* L_0 = V_0;
return L_0;
}
}
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.ThrowsNothingConstraint::ApplyTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ThrowsNothingConstraint_ApplyTo_mDF15431E6932B56AE5B1995403C345AF4F8179FD (ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* V_0 = NULL;
{
RuntimeObject* L_0 = ___actual0;
Exception_t* L_1;
L_1 = ExceptionInterceptor_Intercept_m2ED40C0F690CEB10A701BEE1E4AE4BE29173323D(L_0, NULL);
__this->___caughtException_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___caughtException_4), (void*)L_1);
Exception_t* L_2 = __this->___caughtException_4;
Exception_t* L_3 = __this->___caughtException_4;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_4 = (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*)il2cpp_codegen_object_new(ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
NullCheck(L_4);
ConstraintResult__ctor_mF62A6C1933476D4EB06B672F93AFB06EDE2C3E63(L_4, __this, L_2, (bool)((((RuntimeObject*)(Exception_t*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
V_0 = L_4;
goto IL_0025;
}
IL_0025:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_5 = V_0;
return L_5;
}
}
// System.Void NUnit.Framework.Constraints.ThrowsNothingConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowsNothingConstraint__ctor_mE71E4A6ACDD6D4E0421461D2882A9F40CF7B3331 (ThrowsNothingConstraint_t4D27D6308E98C6A330B5FD1007540F8808968727* __this, 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;
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)0);
Constraint__ctor_m62A174F245468BDA5C3FB236E30724016B88E1C6(__this, L_0, 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.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Default()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Default_mBB92F23DF5219A7D3C7FAD65B67DE9162DAFF37A (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*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
int32_t L_0 = 0;
RuntimeObject* L_1 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_0);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_2 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_2);
Tolerance__ctor_mD0EFB87C37AD6AC33D9481ACFF6DF30CA7C034FA(L_2, L_1, 0, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_3 = V_0;
return L_3;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Exact()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Exact_mCF02AD0D3468C736F6F7ECCB051756FB74C3BE07 (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*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
int32_t L_0 = 0;
RuntimeObject* L_1 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_0);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_2 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_2);
Tolerance__ctor_mD0EFB87C37AD6AC33D9481ACFF6DF30CA7C034FA(L_2, L_1, 1, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Constraints.Tolerance::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, RuntimeObject* ___amount0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___amount0;
Tolerance__ctor_mD0EFB87C37AD6AC33D9481ACFF6DF30CA7C034FA(__this, L_0, 1, NULL);
return;
}
}
// System.Void NUnit.Framework.Constraints.Tolerance::.ctor(System.Object,NUnit.Framework.Constraints.ToleranceMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tolerance__ctor_mD0EFB87C37AD6AC33D9481ACFF6DF30CA7C034FA (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, RuntimeObject* ___amount0, int32_t ___mode1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_0 = ___amount0;
__this->___amount_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___amount_1), (void*)L_0);
int32_t L_1 = ___mode1;
__this->___mode_0 = L_1;
return;
}
}
// 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)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___mode_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void NUnit.Framework.Constraints.Tolerance::CheckLinearAndNumeric()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
String_t* G_B4_0 = NULL;
{
int32_t L_0 = __this->___mode_0;
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_002b;
}
}
{
int32_t L_2 = __this->___mode_0;
if (!L_2)
{
goto IL_0020;
}
}
{
G_B4_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF56BC63F46FAF23CBF1A7D185D465189E6892516));
goto IL_0025;
}
IL_0020:
{
G_B4_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral447F89D1C6D19B1C5760F42D1995A5D07AFB0E6A));
}
IL_0025:
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, G_B4_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A_RuntimeMethod_var)));
}
IL_002b:
{
RuntimeObject* L_4 = __this->___amount_1;
bool L_5;
L_5 = Numerics_IsNumericType_m6A39ACAE41BD0642244A3A85A23DE8D70F230116(L_4, NULL);
V_1 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0048;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_7);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60081F1D29DC863EE9D65D3CC8F7E87DDAC55D38)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A_RuntimeMethod_var)));
}
IL_0048:
{
return;
}
}
// 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)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->___amount_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Percent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Percent_m1CC3185443DC6A20F13E11B5B9B4DDC43910EF07 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_1 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_1);
Tolerance__ctor_mD0EFB87C37AD6AC33D9481ACFF6DF30CA7C034FA(L_1, L_0, 2, NULL);
V_0 = L_1;
goto IL_0017;
}
IL_0017:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Ulps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Ulps_mC2705523C0188779886E45AA114456384079C561 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_1 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_1);
Tolerance__ctor_mD0EFB87C37AD6AC33D9481ACFF6DF30CA7C034FA(L_1, L_0, 3, NULL);
V_0 = L_1;
goto IL_0017;
}
IL_0017:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_2 = V_0;
return L_2;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Days()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Days_m75008EC0A5527463A2289805B7A47BAECE588ED9 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_1;
L_1 = Convert_ToDouble_mE64ED1A9412EA3B16E4C7F1C74655F53DE71C71A(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeSpan_FromDays_mD55933360C04611DD9F6BC73CEB37543002A6DF4(L_1, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = L_2;
RuntimeObject* L_4 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_3);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_5 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_5);
Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07(L_5, L_4, NULL);
V_0 = L_5;
goto IL_0025;
}
IL_0025:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_6 = V_0;
return L_6;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Hours()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Hours_m40961A6141B520E0E30C4A114DDE287B27207674 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_1;
L_1 = Convert_ToDouble_mE64ED1A9412EA3B16E4C7F1C74655F53DE71C71A(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeSpan_FromHours_mE752300A91D97AB8CCC53CB38547BBEFF601E2C6(L_1, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = L_2;
RuntimeObject* L_4 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_3);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_5 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_5);
Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07(L_5, L_4, NULL);
V_0 = L_5;
goto IL_0025;
}
IL_0025:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_6 = V_0;
return L_6;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Minutes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Minutes_m069DAEF040F75781F0A0D26AEF1712A732C65B33 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_1;
L_1 = Convert_ToDouble_mE64ED1A9412EA3B16E4C7F1C74655F53DE71C71A(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeSpan_FromMinutes_m6A205525E41E41D13637359BA49AC7F3B23F714E(L_1, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = L_2;
RuntimeObject* L_4 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_3);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_5 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_5);
Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07(L_5, L_4, NULL);
V_0 = L_5;
goto IL_0025;
}
IL_0025:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_6 = V_0;
return L_6;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Seconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Seconds_mC57F26FAB45280A7DECFC0ADFEC8212F46D4B0E0 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_1;
L_1 = Convert_ToDouble_mE64ED1A9412EA3B16E4C7F1C74655F53DE71C71A(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeSpan_FromSeconds_mE585CC8180040ED064DC8B6546E6C94A129BFFC5(L_1, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = L_2;
RuntimeObject* L_4 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_3);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_5 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_5);
Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07(L_5, L_4, NULL);
V_0 = L_5;
goto IL_0025;
}
IL_0025:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_6 = V_0;
return L_6;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Milliseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Milliseconds_m05D7C7836A76799463DB3995BA96A2258E468967 (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_1;
L_1 = Convert_ToDouble_mE64ED1A9412EA3B16E4C7F1C74655F53DE71C71A(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeSpan_FromMilliseconds_m95DA1C64A7D3111F8451D932CD0F94D608B1EC54(L_1, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = L_2;
RuntimeObject* L_4 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_3);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_5 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_5);
Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07(L_5, L_4, NULL);
V_0 = L_5;
goto IL_0025;
}
IL_0025:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_6 = V_0;
return L_6;
}
}
// NUnit.Framework.Constraints.Tolerance NUnit.Framework.Constraints.Tolerance::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* Tolerance_get_Ticks_mFC5B5AD111C918B933F2748E5856A4F1AE36DAAD (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* V_0 = NULL;
{
Tolerance_CheckLinearAndNumeric_m704ADD9496AF556AFB81C889EB26D56B178AEF3A(__this, NULL);
RuntimeObject* L_0 = __this->___amount_1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = Convert_ToInt64_mC34CCA8720E7032D4CFA51E522DB99EC6F07F16D(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeSpan_FromTicks_mFA529928E79B4BF5EC0265418844B196D8979A73(L_1, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = L_2;
RuntimeObject* L_4 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_3);
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_5 = (Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C*)il2cpp_codegen_object_new(Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C_il2cpp_TypeInfo_var);
NullCheck(L_5);
Tolerance__ctor_m7D92C14E9EFF512F4F64AB89F82095FAC8F2BA07(L_5, L_4, NULL);
V_0 = L_5;
goto IL_0025;
}
IL_0025:
{
Tolerance_t5399BA060C4044029E69DF0C29128B605A2FF10C* L_6 = V_0;
return L_6;
}
}
// 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)
{
bool V_0 = false;
{
int32_t L_0 = __this->___mode_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;
}
}
#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.Constraints.TrueConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrueConstraint__ctor_m615A3F50B0BD2AB850269D871F4A1611A0CB8820 (TrueConstraint_tE4ACF2ED81785A054473FB2D8B4B4438CDFE5E99* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)0);
Constraint__ctor_m62A174F245468BDA5C3FB236E30724016B88E1C6(__this, L_0, NULL);
VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void NUnit.Framework.Constraints.Constraint::set_Description(System.String) */, __this, _stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871);
return;
}
}
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.TrueConstraint::ApplyTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* TrueConstraint_ApplyTo_m215364ED9FA85494E8047FE7B68FD8736239EF93 (TrueConstraint_tE4ACF2ED81785A054473FB2D8B4B4438CDFE5E99* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* V_1 = NULL;
{
RuntimeObject* L_0 = ___actual0;
V_0 = (bool)1;
RuntimeObject* L_1 = ___actual0;
bool L_2;
L_2 = Boolean_Equals_m09E29FD8CDADF609FD8CF4145BFD4843174569A1((&V_0), L_1, NULL);
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_3 = (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*)il2cpp_codegen_object_new(ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
NullCheck(L_3);
ConstraintResult__ctor_mF62A6C1933476D4EB06B672F93AFB06EDE2C3E63(L_3, __this, L_0, L_2, NULL);
V_1 = L_3;
goto IL_0015;
}
IL_0015:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_4 = V_1;
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.Constraints.TypeConstraint::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConstraint__ctor_m2E90D1A14179614B327FA9909AFAB764D6461640 (TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0* __this, Type_t* ___type0, String_t* ___descriptionPrefix1, 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*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
Type_t* L_2 = ___type0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_2);
Constraint__ctor_m62A174F245468BDA5C3FB236E30724016B88E1C6(__this, L_1, NULL);
Type_t* L_3 = ___type0;
__this->___expectedType_4 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___expectedType_4), (void*)L_3);
String_t* L_4 = ___descriptionPrefix1;
Type_t* L_5 = __this->___expectedType_4;
il2cpp_codegen_runtime_class_init_inline(MsgUtils_t8147BC1A74D2CBFD7638C0B41C15578144FB928C_il2cpp_TypeInfo_var);
String_t* L_6;
L_6 = MsgUtils_FormatValue_m6DD92B69F6B223E7AEE208852EF4D9C20FB98497(L_5, NULL);
String_t* L_7;
L_7 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_4, L_6, NULL);
VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void NUnit.Framework.Constraints.Constraint::set_Description(System.String) */, __this, L_7);
return;
}
}
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.TypeConstraint::ApplyTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* TypeConstraint_ApplyTo_m01CD89DAD3A076A9EE456B0B97AD797EF8F45925 (TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* V_0 = NULL;
TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0* G_B2_0 = NULL;
TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0* G_B1_0 = NULL;
Type_t* G_B3_0 = NULL;
TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0* G_B3_1 = NULL;
{
RuntimeObject* L_0 = ___actual0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
RuntimeObject* L_1 = ___actual0;
NullCheck(L_1);
Type_t* L_2;
L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
G_B3_0 = L_2;
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000d:
{
G_B3_0 = ((Type_t*)(NULL));
G_B3_1 = G_B2_0;
}
IL_000e:
{
NullCheck(G_B3_1);
G_B3_1->___actualType_5 = G_B3_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->___actualType_5), (void*)G_B3_0);
Type_t* L_3 = __this->___actualType_5;
RuntimeObject* L_4 = ___actual0;
bool L_5;
L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(21 /* System.Boolean NUnit.Framework.Constraints.TypeConstraint::Matches(System.Object) */, __this, L_4);
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_6 = (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*)il2cpp_codegen_object_new(ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
NullCheck(L_6);
ConstraintResult__ctor_mF62A6C1933476D4EB06B672F93AFB06EDE2C3E63(L_6, __this, L_3, L_5, NULL);
V_0 = L_6;
goto IL_0029;
}
IL_0029:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_7 = V_0;
return L_7;
}
}
#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.Constraints.UniqueItemsConstraint::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UniqueItemsConstraint_get_Description_m0A94710A61278C9E8DD400252F158CF85C5DCF46 (UniqueItemsConstraint_t2329F167F75C442CD31199B8F30C31832324D8B7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7311CD8A4520802AFC77C92FB875420CC21475E);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
V_0 = _stringLiteralF7311CD8A4520802AFC77C92FB875420CC21475E;
goto IL_0009;
}
IL_0009:
{
String_t* L_0 = V_0;
return L_0;
}
}
// System.Boolean NUnit.Framework.Constraints.UniqueItemsConstraint::Matches(System.Collections.IEnumerable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniqueItemsConstraint_Matches_m1AF5C38699497BF1B20EFEACB2F6D91BC1640066 (UniqueItemsConstraint_t2329F167F75C442CD31199B8F30C31832324D8B7* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_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_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_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;
}
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A V_3;
memset((&V_3), 0, sizeof(V_3));
RuntimeObject* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
RuntimeObject* V_7 = NULL;
{
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_0 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_0, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
V_0 = L_0;
RuntimeObject* L_1 = ___actual0;
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_1);
V_1 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_006d:
{// begin finally (depth: 1)
{
RuntimeObject* L_3 = V_1;
V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_4 = V_7;
if (!L_4)
{
goto IL_0081;
}
}
{
RuntimeObject* L_5 = V_7;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_0081:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0063_1;
}
IL_0011_1:
{
RuntimeObject* L_6 = V_1;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_8 = V_0;
NullCheck(L_8);
Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A L_9;
L_9 = List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC(L_8, List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_RuntimeMethod_var);
V_3 = L_9;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004b_1:
{// begin finally (depth: 2)
Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419((&V_3), Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_RuntimeMethod_var);
return;
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
goto IL_0040_2;
}
IL_0023_2:
{
RuntimeObject* L_10;
L_10 = Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_inline((&V_3), Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_RuntimeMethod_var);
V_4 = L_10;
RuntimeObject* L_11 = V_2;
RuntimeObject* L_12 = V_4;
bool L_13;
L_13 = CollectionItemsEqualConstraint_ItemsEqual_m4F5F65960841269FC2700BBE382D53200E196C2B(__this, L_11, L_12, NULL);
V_5 = L_13;
bool L_14 = V_5;
if (!L_14)
{
goto IL_0040_2;
}
}
{
V_6 = (bool)0;
goto IL_0087;
}
IL_0040_2:
{
bool L_15;
L_15 = Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB((&V_3), Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_RuntimeMethod_var);
if (L_15)
{
goto IL_0023_2;
}
}
{
goto IL_005a_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005a_1:
{
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_16 = V_0;
RuntimeObject* L_17 = V_2;
NullCheck(L_16);
List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_16, L_17, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var);
}
IL_0063_1:
{
RuntimeObject* L_18 = V_1;
NullCheck(L_18);
bool L_19;
L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18);
if (L_19)
{
goto IL_0011_1;
}
}
{
goto IL_0082;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0082:
{
V_6 = (bool)1;
goto IL_0087;
}
IL_0087:
{
bool L_20 = V_6;
return L_20;
}
}
// System.Void NUnit.Framework.Constraints.UniqueItemsConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniqueItemsConstraint__ctor_m78ECE53E4FB2BBBC2AB4DB60F2E75B07F96E0C6C (UniqueItemsConstraint_t2329F167F75C442CD31199B8F30C31832324D8B7* __this, const RuntimeMethod* method)
{
{
CollectionItemsEqualConstraint__ctor_m8EB3CEB304EAE1335FD0BC53A797F40EFA0E8AA5(__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.Constraints.XmlSerializableConstraint::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializableConstraint_get_Description_mD5C8B36DCE229A523BEC4BFF501D4AA647F96FA3 (XmlSerializableConstraint_t37440E35C9665EE08F9FF664AFB83BA369D5D0FA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D4DC4AC907C718E1DDF79F20B74DF36D79145B9);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
V_0 = _stringLiteral5D4DC4AC907C718E1DDF79F20B74DF36D79145B9;
goto IL_0009;
}
IL_0009:
{
String_t* L_0 = V_0;
return L_0;
}
}
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.XmlSerializableConstraint::ApplyTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* XmlSerializableConstraint_ApplyTo_m37797FAE72E671619D30E1D6FD9766864D44BE06 (XmlSerializableConstraint_t37440E35C9665EE08F9FF664AFB83BA369D5D0FA* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
RuntimeObject* L_0 = ___actual0;
V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59F297183EEBE7FC18DAD9020DFD7EC721366272)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableConstraint_ApplyTo_m37797FAE72E671619D30E1D6FD9766864D44BE06_RuntimeMethod_var)));
}
IL_0014:
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_3 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
NullCheck(L_3);
MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_3, NULL);
V_0 = L_3;
V_1 = (bool)0;
}
try
{// begin try (depth: 1)
RuntimeObject* L_4 = ___actual0;
NullCheck(L_4);
Type_t* L_5;
L_5 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_4, NULL);
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_6 = (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B*)il2cpp_codegen_object_new(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var);
NullCheck(L_6);
XmlSerializer__ctor_m3B27E3092ABEAA766FD4002A0F5D786992060604(L_6, L_5, NULL);
__this->___serializer_4 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___serializer_4), (void*)L_6);
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_7 = __this->___serializer_4;
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_8 = V_0;
RuntimeObject* L_9 = ___actual0;
NullCheck(L_7);
XmlSerializer_Serialize_m667B88B55AC152B4790F1A3C11F62F5F262624DA(L_7, L_8, L_9, NULL);
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_10 = V_0;
NullCheck(L_10);
int64_t L_11;
L_11 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(30 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_10, ((int64_t)0), 0);
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_12 = __this->___serializer_4;
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_13 = V_0;
NullCheck(L_12);
RuntimeObject* L_14;
L_14 = XmlSerializer_Deserialize_m1050D3D61F5293AB7F13561762FC511CCD3BCFDD(L_12, L_13, NULL);
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_14) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_0063;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0059;
}
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_005e;
}
throw e;
}
CATCH_0059:
{// begin catch(System.NotSupportedException)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0063;
}// end catch (depth: 1)
CATCH_005e:
{// begin catch(System.InvalidOperationException)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0063;
}// end catch (depth: 1)
IL_0063:
{
RuntimeObject* L_15 = ___actual0;
NullCheck(L_15);
Type_t* L_16;
L_16 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_15, NULL);
bool L_17 = V_1;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_18 = (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*)il2cpp_codegen_object_new(ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
NullCheck(L_18);
ConstraintResult__ctor_mF62A6C1933476D4EB06B672F93AFB06EDE2C3E63(L_18, __this, L_16, L_17, NULL);
V_3 = L_18;
goto IL_0073;
}
IL_0073:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_19 = V_3;
return L_19;
}
}
// System.String NUnit.Framework.Constraints.XmlSerializableConstraint::GetStringRepresentation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializableConstraint_GetStringRepresentation_m671A6C2854AA952B01EFCAC3CBBC7CA6BFDD2289 (XmlSerializableConstraint_t37440E35C9665EE08F9FF664AFB83BA369D5D0FA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF22BBA6DC0D6618EAFA3573C1B3AA317BE1D8931);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
V_0 = _stringLiteralF22BBA6DC0D6618EAFA3573C1B3AA317BE1D8931;
goto IL_0009;
}
IL_0009:
{
String_t* L_0 = V_0;
return L_0;
}
}
// System.Void NUnit.Framework.Constraints.XmlSerializableConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializableConstraint__ctor_mC2EA1EED125C540CC7AE74C1F08ABD5D405E2C12 (XmlSerializableConstraint_t37440E35C9665EE08F9FF664AFB83BA369D5D0FA* __this, 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;
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)0);
Constraint__ctor_m62A174F245468BDA5C3FB236E30724016B88E1C6(__this, L_0, 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.Constraints.ExactCountConstraint::.ctor(System.Int32,NUnit.Framework.Constraints.IConstraint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExactCountConstraint__ctor_m02493BA518B97704AC8F478A7AC453CE1DBB3C5F (ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* __this, int32_t ___expectedCount0, RuntimeObject* ___itemConstraint1, 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*)&_stringLiteral04F71359866AA0190FADEB0D3E2276D1FDC3B0C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DF610495CA0C9D54085C58F5281900D7AC04DB0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral952F990FCB974E9576A0BBABF92B1B27F318DF4C);
s_Il2CppMethodInitialized = true;
}
ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* G_B5_0 = NULL;
ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* G_B1_0 = NULL;
ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* G_B3_0 = NULL;
ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* G_B2_0 = NULL;
String_t* G_B4_0 = NULL;
ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* G_B4_1 = NULL;
String_t* G_B6_0 = NULL;
ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* G_B6_1 = NULL;
{
RuntimeObject* L_0 = ___itemConstraint1;
PrefixConstraint__ctor_mF2E9CA37A5E3ADB0FDC358B59E62380609AF97E1(__this, L_0, NULL);
int32_t L_1 = ___expectedCount0;
__this->___expectedCount_6 = L_1;
int32_t L_2 = ___expectedCount0;
G_B1_0 = __this;
if (!L_2)
{
G_B5_0 = __this;
goto IL_0031;
}
}
{
int32_t L_3 = ___expectedCount0;
G_B2_0 = G_B1_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
G_B3_0 = G_B1_0;
goto IL_002a;
}
}
{
int32_t L_4 = ___expectedCount0;
int32_t L_5 = L_4;
RuntimeObject* L_6 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_5);
String_t* L_7;
L_7 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral952F990FCB974E9576A0BBABF92B1B27F318DF4C, L_6, NULL);
G_B4_0 = L_7;
G_B4_1 = G_B2_0;
goto IL_002f;
}
IL_002a:
{
G_B4_0 = _stringLiteral04F71359866AA0190FADEB0D3E2276D1FDC3B0C9;
G_B4_1 = G_B3_0;
}
IL_002f:
{
G_B6_0 = G_B4_0;
G_B6_1 = G_B4_1;
goto IL_0036;
}
IL_0031:
{
G_B6_0 = _stringLiteral5DF610495CA0C9D54085C58F5281900D7AC04DB0;
G_B6_1 = G_B5_0;
}
IL_0036:
{
NullCheck(G_B6_1);
PrefixConstraint_set_DescriptionPrefix_mBBD7D65FDC6A88B9404516F5E8FDA974A11CCC6F_inline(G_B6_1, G_B6_0, NULL);
return;
}
}
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.ExactCountConstraint::ApplyTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ExactCountConstraint_ApplyTo_m7A9D95E6140755A394F79BADC4AF8E56C946EDED (ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
bool V_4 = false;
RuntimeObject* V_5 = NULL;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* V_6 = NULL;
{
RuntimeObject* L_0 = ___actual0;
V_1 = (bool)((((int32_t)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0021;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6433242E3AC0818A68685B6BD80954F4AAE48DC)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59F297183EEBE7FC18DAD9020DFD7EC721366272)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExactCountConstraint_ApplyTo_m7A9D95E6140755A394F79BADC4AF8E56C946EDED_RuntimeMethod_var)));
}
IL_0021:
{
V_0 = 0;
RuntimeObject* L_3 = ___actual0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_3, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)));
RuntimeObject* L_4;
L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)));
V_2 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_005e:
{// begin finally (depth: 1)
{
RuntimeObject* L_5 = V_2;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_6 = V_5;
if (!L_6)
{
goto IL_0072;
}
}
{
RuntimeObject* L_7 = V_5;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
}
IL_0072:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0054_1;
}
IL_0032_1:
{
RuntimeObject* L_8 = V_2;
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8);
V_3 = L_9;
RuntimeObject* L_10;
L_10 = PrefixConstraint_get_BaseConstraint_m18115C46D65BA3AC65B2C0FED098CF8EFDDFFFB1_inline(__this, NULL);
RuntimeObject* L_11 = V_3;
NullCheck(L_10);
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_12;
L_12 = InterfaceFuncInvoker1< ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*, RuntimeObject* >::Invoke(5 /* NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.IConstraint::ApplyTo(System.Object) */, IConstraint_tBDD2EAB27DBB14D449EA61B388ADA18A55E67AA3_il2cpp_TypeInfo_var, L_10, L_11);
NullCheck(L_12);
bool L_13;
L_13 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean NUnit.Framework.Constraints.ConstraintResult::get_IsSuccess() */, L_12);
V_4 = L_13;
bool L_14 = V_4;
if (!L_14)
{
goto IL_0054_1;
}
}
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0054_1:
{
RuntimeObject* L_16 = V_2;
NullCheck(L_16);
bool L_17;
L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16);
if (L_17)
{
goto IL_0032_1;
}
}
{
goto IL_0073;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0073:
{
RuntimeObject* L_18 = ___actual0;
int32_t L_19 = V_0;
int32_t L_20 = __this->___expectedCount_6;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_21 = (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D*)il2cpp_codegen_object_new(ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D_il2cpp_TypeInfo_var);
NullCheck(L_21);
ConstraintResult__ctor_mF62A6C1933476D4EB06B672F93AFB06EDE2C3E63(L_21, __this, L_18, (bool)((((int32_t)L_19) == ((int32_t)L_20))? 1 : 0), NULL);
V_6 = L_21;
goto IL_0087;
}
IL_0087:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_22 = V_6;
return L_22;
}
}
#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.Constraints.ExactCountOperator::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExactCountOperator__ctor_m2659ECF80F5C4A940C3B568DF7034B119D726512 (ExactCountOperator_t47630B419C0D94CC941A40D7AA2A98F62850D929* __this, int32_t ___expectedCount0, const RuntimeMethod* method)
{
{
CollectionOperator__ctor_m71C252AF8ACAAD5E9BB659F4B801FA7891FC70B6(__this, NULL);
int32_t L_0 = ___expectedCount0;
__this->___expectedCount_4 = L_0;
return;
}
}
// NUnit.Framework.Constraints.IConstraint NUnit.Framework.Constraints.ExactCountOperator::ApplyPrefix(NUnit.Framework.Constraints.IConstraint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExactCountOperator_ApplyPrefix_m1C6CF4B22A3FC45B74B73C382BFC0C6B10B6561A (ExactCountOperator_t47630B419C0D94CC941A40D7AA2A98F62850D929* __this, RuntimeObject* ___constraint0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
int32_t L_0 = __this->___expectedCount_4;
RuntimeObject* L_1 = ___constraint0;
ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2* L_2 = (ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2*)il2cpp_codegen_object_new(ExactCountConstraint_t084DE4F091E4D14EDF42DFF8BB8539543837ACE2_il2cpp_TypeInfo_var);
NullCheck(L_2);
ExactCountConstraint__ctor_m02493BA518B97704AC8F478A7AC453CE1DBB3C5F(L_2, L_0, L_1, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
RuntimeObject* 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
// System.Void NUnit.Framework.Constraints.ExceptionTypeConstraint::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionTypeConstraint__ctor_mFA3275B34B3847B01DCD85E8B87DDA95B5A3DDB6 (ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* __this, Type_t* ___type0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
ExactTypeConstraint__ctor_m41662FFC2ED89CDF22FE3A9DD6663324860B7063(__this, L_0, NULL);
return;
}
}
// NUnit.Framework.Constraints.ConstraintResult NUnit.Framework.Constraints.ExceptionTypeConstraint::ApplyTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* ExceptionTypeConstraint_ApplyTo_m720D07C68AECAF8EDE923846A02343D69EAA5061 (ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* __this, RuntimeObject* ___actual0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* V_0 = NULL;
bool V_1 = false;
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* V_2 = NULL;
int32_t G_B3_0 = 0;
ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* G_B7_0 = NULL;
ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* G_B6_0 = NULL;
Type_t* G_B8_0 = NULL;
ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* G_B8_1 = NULL;
{
RuntimeObject* L_0 = ___actual0;
V_0 = ((Exception_t*)IsInstClass((RuntimeObject*)L_0, Exception_t_il2cpp_TypeInfo_var));
RuntimeObject* L_1 = ___actual0;
if (!L_1)
{
goto IL_0011;
}
}
{
Exception_t* L_2 = V_0;
G_B3_0 = ((((RuntimeObject*)(Exception_t*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0012;
}
IL_0011:
{
G_B3_0 = 0;
}
IL_0012:
{
V_1 = (bool)G_B3_0;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0026;
}
}
{
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66AC3932600D9FE12431DA53DD2CF03D0B78A4AB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59F297183EEBE7FC18DAD9020DFD7EC721366272)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExceptionTypeConstraint_ApplyTo_m720D07C68AECAF8EDE923846A02343D69EAA5061_RuntimeMethod_var)));
}
IL_0026:
{
RuntimeObject* L_5 = ___actual0;
G_B6_0 = __this;
if (!L_5)
{
G_B7_0 = __this;
goto IL_0032;
}
}
{
RuntimeObject* L_6 = ___actual0;
NullCheck(L_6);
Type_t* L_7;
L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL);
G_B8_0 = L_7;
G_B8_1 = G_B6_0;
goto IL_0033;
}
IL_0032:
{
G_B8_0 = ((Type_t*)(NULL));
G_B8_1 = G_B7_0;
}
IL_0033:
{
NullCheck(G_B8_1);
((TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0*)G_B8_1)->___actualType_5 = G_B8_0;
Il2CppCodeGenWriteBarrier((void**)(&((TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0*)G_B8_1)->___actualType_5), (void*)G_B8_0);
RuntimeObject* L_8 = ___actual0;
Type_t* L_9 = ((TypeConstraint_tD54E1D82D2FE46DD2617C131D5D18ACD243137A0*)__this)->___actualType_5;
RuntimeObject* L_10 = ___actual0;
bool L_11;
L_11 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(21 /* System.Boolean NUnit.Framework.Constraints.TypeConstraint::Matches(System.Object) */, __this, L_10);
ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69* L_12 = (ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69*)il2cpp_codegen_object_new(ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69_il2cpp_TypeInfo_var);
NullCheck(L_12);
ExceptionTypeConstraintResult__ctor_mB63C8980A6D80AE05CD8239A5CB563B0C8B27747(L_12, __this, L_8, L_9, L_11, NULL);
V_2 = L_12;
goto IL_004f;
}
IL_004f:
{
ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* L_13 = V_2;
return L_13;
}
}
#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.Constraints.ExceptionTypeConstraint/ExceptionTypeConstraintResult::.ctor(NUnit.Framework.Constraints.ExceptionTypeConstraint,System.Object,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionTypeConstraintResult__ctor_mB63C8980A6D80AE05CD8239A5CB563B0C8B27747 (ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69* __this, ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* ___constraint0, RuntimeObject* ___caughtException1, Type_t* ___type2, bool ___matches3, const RuntimeMethod* method)
{
{
ExceptionTypeConstraint_t98C1569ED515B79019C4429D04A43662790B6637* L_0 = ___constraint0;
Type_t* L_1 = ___type2;
bool L_2 = ___matches3;
ConstraintResult__ctor_mF62A6C1933476D4EB06B672F93AFB06EDE2C3E63(__this, L_0, L_1, L_2, NULL);
RuntimeObject* L_3 = ___caughtException1;
__this->___caughtException_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___caughtException_3), (void*)L_3);
return;
}
}
// System.Void NUnit.Framework.Constraints.ExceptionTypeConstraint/ExceptionTypeConstraintResult::WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionTypeConstraintResult_WriteActualValueTo_mAE24A075C11C4A8FC536458990FED4763482A158 (ExceptionTypeConstraintResult_t47A3AEC0AF04C3B0B1AD4D31D2F1F3BBB37A1C69* __this, MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* ___writer0, 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;
}
bool V_0 = false;
Exception_t* V_1 = NULL;
bool V_2 = false;
{
int32_t L_0;
L_0 = ConstraintResult_get_Status_mAEE12663BC9208C46E3A4F58F3D9F53C2B5361E1_inline(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_003a;
}
}
{
RuntimeObject* L_2 = __this->___caughtException_3;
V_1 = ((Exception_t*)IsInstClass((RuntimeObject*)L_2, Exception_t_il2cpp_TypeInfo_var));
Exception_t* L_3 = V_1;
V_2 = (bool)((((RuntimeObject*)(Exception_t*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_002f;
}
}
{
MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* L_5 = ___writer0;
ConstraintResult_WriteActualValueTo_mE6F88F20312A3AA37B37E921DAE6C408E79820B1(__this, L_5, NULL);
goto IL_0039;
}
IL_002f:
{
MessageWriter_t0009A9189A97BED228F821A8D23134014A07F80E* L_6 = ___writer0;
Exception_t* L_7 = V_1;
NullCheck(L_6);
VirtualActionInvoker1< RuntimeObject* >::Invoke(58 /* System.Void NUnit.Framework.Constraints.MessageWriter::WriteActualValue(System.Object) */, L_6, L_7);
}
IL_0039:
{
}
IL_003a:
{
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.Api.FrameworkController::.ctor(System.String,System.String,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController__ctor_m0C1382E2956B2C5007D47762977D784AF4B3E592 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___assemblyNameOrPath0, String_t* ___idPrefix1, RuntimeObject* ___settings2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
LongLivedMarshalByRefObject__ctor_m1472CD5B08C1A89BBB81C34452E5B72BAAEFE0DE(__this, NULL);
String_t* L_0 = ___assemblyNameOrPath0;
RuntimeObject* L_1 = ___settings2;
FrameworkController_Initialize_m89C981B770954649C48B3BA0CEB8FF1C2E392DF3(__this, L_0, L_1, NULL);
DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* L_2 = (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5*)il2cpp_codegen_object_new(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
NullCheck(L_2);
DefaultTestAssemblyBuilder__ctor_mC7C9966B0AF52FC9FB3D4A5D8AEF6F09196C4C8C(L_2, NULL);
FrameworkController_set_Builder_m3D5048ADCFF1A7F426A9A36CEEF6867C9E576FBB_inline(__this, L_2, NULL);
RuntimeObject* L_3;
L_3 = FrameworkController_get_Builder_mF01354D01D5D1117718A9E77E013A835B43EB064_inline(__this, NULL);
NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* L_4 = (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE*)il2cpp_codegen_object_new(NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var);
NullCheck(L_4);
NUnitTestAssemblyRunner__ctor_m6D5201A2DFC88ECB9BE06884EAC7260F77116BBF(L_4, L_3, NULL);
FrameworkController_set_Runner_m71E574753AB67B32983E0DDB35733CCA1AD50A45_inline(__this, L_4, NULL);
String_t* L_5 = ___idPrefix1;
il2cpp_codegen_runtime_class_init_inline(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
Test_set_IdPrefix_m98E1C8026A76AC0CB43953EBC80ABC573F457D89_inline(L_5, NULL);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::.ctor(System.Reflection.Assembly,System.String,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController__ctor_mE5B6FDF33FBDE0A8EB7C7C06BBF1942A5E4E372A (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, Assembly_t* ___assembly0, String_t* ___idPrefix1, RuntimeObject* ___settings2, const RuntimeMethod* method)
{
{
Assembly_t* L_0 = ___assembly0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_0);
String_t* L_2 = ___idPrefix1;
RuntimeObject* L_3 = ___settings2;
FrameworkController__ctor_m0C1382E2956B2C5007D47762977D784AF4B3E592(__this, L_1, L_2, L_3, NULL);
Assembly_t* L_4 = ___assembly0;
__this->____testAssembly_2 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____testAssembly_2), (void*)L_4);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::.ctor(System.String,System.String,System.Collections.IDictionary,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController__ctor_m2B1E211CF94143498DB45753446BE4089003C6FD (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___assemblyNameOrPath0, String_t* ___idPrefix1, RuntimeObject* ___settings2, String_t* ___runnerType3, String_t* ___builderType4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameworkController__ctor_m2B1E211CF94143498DB45753446BE4089003C6FD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
LongLivedMarshalByRefObject__ctor_m1472CD5B08C1A89BBB81C34452E5B72BAAEFE0DE(__this, NULL);
String_t* L_0 = ___assemblyNameOrPath0;
RuntimeObject* L_1 = ___settings2;
FrameworkController_Initialize_m89C981B770954649C48B3BA0CEB8FF1C2E392DF3(__this, L_0, L_1, NULL);
String_t* L_2 = ___builderType4;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_3;
L_3 = il2cpp_codegen_get_type(L_2, Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var, FrameworkController__ctor_m2B1E211CF94143498DB45753446BE4089003C6FD_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Reflect_tB6466E6236097E6AD9B1BA7062977A013118691F_il2cpp_TypeInfo_var);
RuntimeObject* L_4;
L_4 = Reflect_Construct_m76A0270446D21C0111055B0289DC6A92681AEB7A(L_3, NULL);
FrameworkController_set_Builder_m3D5048ADCFF1A7F426A9A36CEEF6867C9E576FBB_inline(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290_il2cpp_TypeInfo_var)), NULL);
String_t* L_5 = ___runnerType3;
Type_t* L_6;
L_6 = il2cpp_codegen_get_type(L_5, Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var, FrameworkController__ctor_m2B1E211CF94143498DB45753446BE4089003C6FD_RuntimeMethod_var);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_7;
RuntimeObject* L_9;
L_9 = FrameworkController_get_Builder_mF01354D01D5D1117718A9E77E013A835B43EB064_inline(__this, NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_9);
RuntimeObject* L_10;
L_10 = Reflect_Construct_m50792E63FF1CB8A7E09C0AE92607B7F02A403D2B(L_6, L_8, NULL);
FrameworkController_set_Runner_m71E574753AB67B32983E0DDB35733CCA1AD50A45_inline(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_10, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var)), NULL);
String_t* L_11 = ___idPrefix1;
String_t* L_12 = L_11;
G_B1_0 = L_12;
if (L_12)
{
G_B2_0 = L_12;
goto IL_005a;
}
}
{
G_B2_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_005a:
{
il2cpp_codegen_runtime_class_init_inline(Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD_il2cpp_TypeInfo_var);
Test_set_IdPrefix_m98E1C8026A76AC0CB43953EBC80ABC573F457D89_inline(G_B2_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::.ctor(System.Reflection.Assembly,System.String,System.Collections.IDictionary,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController__ctor_m718EEA61A0FED45ADE2796FF9D33B25D3B7202A1 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, Assembly_t* ___assembly0, String_t* ___idPrefix1, RuntimeObject* ___settings2, String_t* ___runnerType3, String_t* ___builderType4, const RuntimeMethod* method)
{
{
Assembly_t* L_0 = ___assembly0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_0);
String_t* L_2 = ___idPrefix1;
RuntimeObject* L_3 = ___settings2;
String_t* L_4 = ___runnerType3;
String_t* L_5 = ___builderType4;
FrameworkController__ctor_m2B1E211CF94143498DB45753446BE4089003C6FD(__this, L_1, L_2, L_3, L_4, L_5, NULL);
Assembly_t* L_6 = ___assembly0;
__this->____testAssembly_2 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->____testAssembly_2), (void*)L_6);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::Initialize(System.String,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_Initialize_m89C981B770954649C48B3BA0CEB8FF1C2E392DF3 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___assemblyPath0, RuntimeObject* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_m8A850CABE66554429820BA00115FAD5A01CBE0AE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToDictionary_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_TisString_t_TisRuntimeObject_m7F4E67F897C3E89A19FFF3C0C70D0E9ECDC71513_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitializeU3Eb__6_0_m6615C54788AE1F886A924F5007A7F547C5A0E3BB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitializeU3Eb__6_1_m7F3409C1A31859F71BCD0CF3641B3D4322C5A842_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F5931D19D522DBBEF6B7C397DE877DCB66D9FF4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D0989F9ACC57BB704BCD4696B6FA3F5160D0FF1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8929C02ADA65BE6DB323152DC22FFFD2507A4AAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EAC3611D0443373CA30D5FE9D9A022F817B352E);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
RuntimeObject* G_B6_0 = NULL;
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* G_B6_1 = NULL;
RuntimeObject* G_B1_0 = NULL;
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* G_B1_1 = NULL;
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* G_B3_2 = NULL;
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* G_B2_0 = NULL;
RuntimeObject* G_B2_1 = NULL;
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* G_B2_2 = NULL;
Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* G_B5_0 = NULL;
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* G_B5_1 = NULL;
RuntimeObject* G_B5_2 = NULL;
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* G_B5_3 = NULL;
Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* G_B4_0 = NULL;
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* G_B4_1 = NULL;
RuntimeObject* G_B4_2 = NULL;
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* G_B4_3 = NULL;
String_t* G_B12_0 = NULL;
{
String_t* L_0 = ___assemblyPath0;
FrameworkController_set_AssemblyNameOrPath_mF67E6E6C8B8CDBFD401DC50281A27550DF11BA14_inline(__this, L_0, NULL);
RuntimeObject* L_1 = ___settings1;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var));
RuntimeObject* L_2 = V_0;
RuntimeObject* L_3 = L_2;
G_B1_0 = L_3;
G_B1_1 = __this;
if (L_3)
{
G_B6_0 = L_3;
G_B6_1 = __this;
goto IL_005f;
}
}
{
RuntimeObject* L_4 = ___settings1;
RuntimeObject* L_5;
L_5 = Enumerable_Cast_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_m8A850CABE66554429820BA00115FAD5A01CBE0AE(L_4, Enumerable_Cast_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_m8A850CABE66554429820BA00115FAD5A01CBE0AE_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var);
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* L_6 = ((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1;
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* L_7 = L_6;
G_B2_0 = L_7;
G_B2_1 = L_5;
G_B2_2 = G_B1_1;
if (L_7)
{
G_B3_0 = L_7;
G_B3_1 = L_5;
G_B3_2 = G_B1_1;
goto IL_003b;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var);
U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* L_8 = ((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* L_9 = (Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF*)il2cpp_codegen_object_new(Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF_il2cpp_TypeInfo_var);
NullCheck(L_9);
Func_2__ctor_m1D527E6B3593FD71FAAE7D1673E1E1443D39F705(L_9, L_8, (intptr_t)((void*)U3CU3Ec_U3CInitializeU3Eb__6_0_m6615C54788AE1F886A924F5007A7F547C5A0E3BB_RuntimeMethod_var), NULL);
Func_2_t27AC5F53A6BC3EF8BEF19C88416284BBD3BFFDAF* L_10 = L_9;
((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1), (void*)L_10);
G_B3_0 = L_10;
G_B3_1 = G_B2_1;
G_B3_2 = G_B2_2;
}
IL_003b:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var);
Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* L_11 = ((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2;
Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* L_12 = L_11;
G_B4_0 = L_12;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
G_B4_3 = G_B3_2;
if (L_12)
{
G_B5_0 = L_12;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
goto IL_005a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var);
U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* L_13 = ((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* L_14 = (Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4*)il2cpp_codegen_object_new(Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4_il2cpp_TypeInfo_var);
NullCheck(L_14);
Func_2__ctor_mE86447DA7EFE2CBD09F1883FB020D28D006F0903(L_14, L_13, (intptr_t)((void*)U3CU3Ec_U3CInitializeU3Eb__6_1_m7F3409C1A31859F71BCD0CF3641B3D4322C5A842_RuntimeMethod_var), NULL);
Func_2_t36B60C467E4EEB65DF944BD9CF29E8115D2927E4* L_15 = L_14;
((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2), (void*)L_15);
G_B5_0 = L_15;
G_B5_1 = G_B4_1;
G_B5_2 = G_B4_2;
G_B5_3 = G_B4_3;
}
IL_005a:
{
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_16;
L_16 = Enumerable_ToDictionary_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_TisString_t_TisRuntimeObject_m7F4E67F897C3E89A19FFF3C0C70D0E9ECDC71513(G_B5_2, G_B5_1, G_B5_0, Enumerable_ToDictionary_TisDictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_TisString_t_TisRuntimeObject_m7F4E67F897C3E89A19FFF3C0C70D0E9ECDC71513_RuntimeMethod_var);
G_B6_0 = ((RuntimeObject*)(L_16));
G_B6_1 = G_B5_3;
}
IL_005f:
{
NullCheck(G_B6_1);
FrameworkController_set_Settings_mAF327FC178415B91BC9BA7FA6B5F35DC41FF6855_inline(G_B6_1, G_B6_0, NULL);
RuntimeObject* L_17;
L_17 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_17);
bool L_18;
L_18 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_17, _stringLiteral7D0989F9ACC57BB704BCD4696B6FA3F5160D0FF1);
V_1 = L_18;
bool L_19 = V_1;
if (!L_19)
{
goto IL_013e;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast<intptr_t> (InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_21;
L_21 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_20, NULL);
RuntimeObject* L_22;
L_22 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_22);
RuntimeObject* L_23;
L_23 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_22, _stringLiteral7D0989F9ACC57BB704BCD4696B6FA3F5160D0FF1);
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_24;
L_24 = Enum_Parse_m1ABE53499F05D295104BDE57EE12376CF4513585(L_21, ((String_t*)CastclassSealed((RuntimeObject*)L_23, String_t_il2cpp_TypeInfo_var)), (bool)1, NULL);
V_2 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_24, InternalTraceLevel_tAF3B2F33A867A0218E2CB0CA3EE9810333F8C312_il2cpp_TypeInfo_var))));
RuntimeObject* L_25;
L_25 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_25);
bool L_26;
L_26 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_25, _stringLiteral4F5931D19D522DBBEF6B7C397DE877DCB66D9FF4);
V_3 = L_26;
bool L_27 = V_3;
if (!L_27)
{
goto IL_00da;
}
}
{
RuntimeObject* L_28;
L_28 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_28);
RuntimeObject* L_29;
L_29 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_28, _stringLiteral4F5931D19D522DBBEF6B7C397DE877DCB66D9FF4);
int32_t L_30 = V_2;
InternalTrace_Initialize_m7314A0599525C6DA51B06EEFB7FA6B5996384943(((TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3*)CastclassClass((RuntimeObject*)L_29, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_il2cpp_TypeInfo_var)), L_30, NULL);
goto IL_013d;
}
IL_00da:
{
RuntimeObject* L_31;
L_31 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_31);
bool L_32;
L_32 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_31, _stringLiteral9EAC3611D0443373CA30D5FE9D9A022F817B352E);
if (L_32)
{
goto IL_00f4;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
String_t* L_33 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___DefaultWorkDirectory_2;
G_B12_0 = L_33;
goto IL_0109;
}
IL_00f4:
{
RuntimeObject* L_34;
L_34 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_34);
RuntimeObject* L_35;
L_35 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_34, _stringLiteral9EAC3611D0443373CA30D5FE9D9A022F817B352E);
G_B12_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_35, String_t_il2cpp_TypeInfo_var));
}
IL_0109:
{
V_4 = G_B12_0;
Process_tF74794C64BCE464912BF158980B347CE66AF203B* L_36;
L_36 = Process_GetCurrentProcess_m66CCB1FC5A373B1F70A7A52C7E6973910D84A82E(NULL);
NullCheck(L_36);
int32_t L_37;
L_37 = Process_get_Id_m7401D58B8B638025FFD4574E33057A8F1B4B4E54(L_36, NULL);
int32_t L_38 = L_37;
RuntimeObject* L_39 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_38);
String_t* L_40 = ___assemblyPath0;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_41;
L_41 = Path_GetFileName_mEBC73E0C8D8C56214D1DA4BA8409C5B5F00457A5(L_40, NULL);
String_t* L_42;
L_42 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral8929C02ADA65BE6DB323152DC22FFFD2507A4AAF, L_39, L_41, NULL);
V_5 = L_42;
String_t* L_43 = V_4;
String_t* L_44 = V_5;
String_t* L_45;
L_45 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_43, L_44, NULL);
int32_t L_46 = V_2;
InternalTrace_Initialize_mE02E53A3D9687A73F07F72D65FD62DEA41D29DF1(L_45, L_46, NULL);
}
IL_013d:
{
}
IL_013e:
{
return;
}
}
// NUnit.Framework.Api.ITestAssemblyBuilder NUnit.Framework.Api.FrameworkController::get_Builder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Builder_mF01354D01D5D1117718A9E77E013A835B43EB064 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CBuilderU3Ek__BackingField_3;
return L_0;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::set_Builder(NUnit.Framework.Api.ITestAssemblyBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_set_Builder_m3D5048ADCFF1A7F426A9A36CEEF6867C9E576FBB (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CBuilderU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBuilderU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// NUnit.Framework.Api.ITestAssemblyRunner NUnit.Framework.Api.FrameworkController::get_Runner()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CRunnerU3Ek__BackingField_4;
return L_0;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::set_Runner(NUnit.Framework.Api.ITestAssemblyRunner)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_set_Runner_m71E574753AB67B32983E0DDB35733CCA1AD50A45 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CRunnerU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRunnerU3Ek__BackingField_4), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Api.FrameworkController::get_AssemblyNameOrPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_get_AssemblyNameOrPath_m7AB41E015C191D5EE6655C5D956EE9ED5051EC5E (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CAssemblyNameOrPathU3Ek__BackingField_5;
return L_0;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::set_AssemblyNameOrPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_set_AssemblyNameOrPath_mF67E6E6C8B8CDBFD401DC50281A27550DF11BA14 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CAssemblyNameOrPathU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAssemblyNameOrPathU3Ek__BackingField_5), (void*)L_0);
return;
}
}
// System.Reflection.Assembly NUnit.Framework.Api.FrameworkController::get_Assembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* FrameworkController_get_Assembly_mA4556184DF68F9FAAAD13B7CA5E7DE29A9D3AF0E (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
Assembly_t* L_0 = __this->___U3CAssemblyU3Ek__BackingField_6;
return L_0;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::set_Assembly(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_set_Assembly_mC03081A5B545BEB86B1B3CF7F7C8ADF55277C28E (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, Assembly_t* ___value0, const RuntimeMethod* method)
{
{
Assembly_t* L_0 = ___value0;
__this->___U3CAssemblyU3Ek__BackingField_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAssemblyU3Ek__BackingField_6), (void*)L_0);
return;
}
}
// System.Collections.Generic.IDictionary`2<System.String,System.Object> NUnit.Framework.Api.FrameworkController::get_Settings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CSettingsU3Ek__BackingField_7;
return L_0;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::set_Settings(System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_set_Settings_mAF327FC178415B91BC9BA7FA6B5F35DC41FF6855 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CSettingsU3Ek__BackingField_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSettingsU3Ek__BackingField_7), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Api.FrameworkController::LoadTests()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_LoadTests_m0522AFF8C5F6AF60A74BED8CCC3799E455F728E9 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
Assembly_t* L_0 = __this->____testAssembly_2;
V_0 = (bool)((!(((RuntimeObject*)(Assembly_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0028;
}
}
{
RuntimeObject* L_2;
L_2 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
Assembly_t* L_3 = __this->____testAssembly_2;
RuntimeObject* L_4;
L_4 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_2);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker2< RuntimeObject*, Assembly_t*, RuntimeObject* >::Invoke(6 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyRunner::Load(System.Reflection.Assembly,System.Collections.Generic.IDictionary`2<System.String,System.Object>) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_2, L_3, L_4);
goto IL_0040;
}
IL_0028:
{
RuntimeObject* L_6;
L_6 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
String_t* L_7;
L_7 = FrameworkController_get_AssemblyNameOrPath_m7AB41E015C191D5EE6655C5D956EE9ED5051EC5E_inline(__this, NULL);
RuntimeObject* L_8;
L_8 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
NullCheck(L_6);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, RuntimeObject* >::Invoke(5 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyRunner::Load(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_6, L_7, L_8);
}
IL_0040:
{
RuntimeObject* L_10;
L_10 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
NullCheck(L_10);
RuntimeObject* L_11;
L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyRunner::get_LoadedTest() */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_10);
NullCheck(L_11);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12;
L_12 = InterfaceFuncInvoker1< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(0 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::ToXml(System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_11, (bool)0);
NullCheck(L_12);
String_t* L_13;
L_13 = TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4(L_12, NULL);
V_1 = L_13;
goto IL_0059;
}
IL_0059:
{
String_t* L_14 = V_1;
return L_14;
}
}
// System.String NUnit.Framework.Api.FrameworkController::ExploreTests(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_ExploreTests_mEFF07A46217B5F7C0A999148F3E2FA3331808171 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___filter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
String_t* L_0 = ___filter0;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
RuntimeObject* L_1;
L_1 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyRunner::get_LoadedTest() */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_1);
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002a;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_4);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67DD411EA967DF2050F3F476D47EB5ED4D935FA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FrameworkController_ExploreTests_mEFF07A46217B5F7C0A999148F3E2FA3331808171_RuntimeMethod_var)));
}
IL_002a:
{
RuntimeObject* L_5;
L_5 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyRunner::get_LoadedTest() */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_5);
NullCheck(L_6);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_7;
L_7 = InterfaceFuncInvoker1< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(0 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::ToXml(System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_6, (bool)1);
NullCheck(L_7);
String_t* L_8;
L_8 = TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4(L_7, NULL);
V_1 = L_8;
goto IL_0043;
}
IL_0043:
{
String_t* L_9 = V_1;
return L_9;
}
}
// System.String NUnit.Framework.Api.FrameworkController::RunTests(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_RunTests_mF3E1BF811989E2D9064E917389AB932DD17BF1AE (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___filter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
{
String_t* L_0 = ___filter0;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
RuntimeObject* L_1;
L_1 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* L_2 = (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7*)il2cpp_codegen_object_new(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
NullCheck(L_2);
TestProgressReporter__ctor_m565B19D2DF46CD92D16BD62F2B0A341A356AECAE(L_2, (RuntimeObject*)NULL, NULL);
String_t* L_3 = ___filter0;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_4;
L_4 = TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01(L_3, NULL);
NullCheck(L_1);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(8 /* NUnit.Framework.Interfaces.ITestResult NUnit.Framework.Api.ITestAssemblyRunner::Run(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_1, L_2, L_4);
NullCheck(L_5);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_6;
L_6 = InterfaceFuncInvoker1< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(0 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::ToXml(System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_5, (bool)1);
V_0 = L_6;
RuntimeObject* L_7;
L_7 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_7) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_8 = V_1;
if (!L_8)
{
goto IL_0045;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_9 = V_0;
RuntimeObject* L_10;
L_10 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_11;
L_11 = FrameworkController_InsertSettingsElement_mDE4C19CFE6B97A2CD337C9EF59DF4F31FCEC831A(L_9, L_10, NULL);
}
IL_0045:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12 = V_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_13;
L_13 = FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
TestExecutionContext_ClearCurrentContext_mA732ECE8299990868CFF61B01F45C3FADFA778F2(NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_14 = V_0;
NullCheck(L_14);
String_t* L_15;
L_15 = TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4(L_14, NULL);
V_2 = L_15;
goto IL_005b;
}
IL_005b:
{
String_t* L_16 = V_2;
return L_16;
}
}
// System.String NUnit.Framework.Api.FrameworkController::RunTests(System.Action`1<System.String>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_RunTests_m30FF06FC4B5EDE4A709AECC4FDCB791ACFFDDEEB (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___callback0, String_t* ___filter1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* V_0 = NULL;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_1 = NULL;
bool V_2 = false;
String_t* V_3 = NULL;
{
String_t* L_0 = ___filter1;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_1 = ___callback0;
ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* L_2 = (ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC*)il2cpp_codegen_object_new(ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC_il2cpp_TypeInfo_var);
NullCheck(L_2);
ActionCallback__ctor_m8250F0381D95A7D1AD6867BFDC9A7CCA1F407551(L_2, L_1, NULL);
V_0 = L_2;
RuntimeObject* L_3;
L_3 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* L_4 = V_0;
TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* L_5 = (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7*)il2cpp_codegen_object_new(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
NullCheck(L_5);
TestProgressReporter__ctor_m565B19D2DF46CD92D16BD62F2B0A341A356AECAE(L_5, L_4, NULL);
String_t* L_6 = ___filter1;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_7;
L_7 = TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01(L_6, NULL);
NullCheck(L_3);
RuntimeObject* L_8;
L_8 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(8 /* NUnit.Framework.Interfaces.ITestResult NUnit.Framework.Api.ITestAssemblyRunner::Run(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_3, L_5, L_7);
NullCheck(L_8);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_9;
L_9 = InterfaceFuncInvoker1< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(0 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::ToXml(System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_8, (bool)1);
V_1 = L_9;
RuntimeObject* L_10;
L_10 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
V_2 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_004c;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12 = V_1;
RuntimeObject* L_13;
L_13 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_14;
L_14 = FrameworkController_InsertSettingsElement_mDE4C19CFE6B97A2CD337C9EF59DF4F31FCEC831A(L_12, L_13, NULL);
}
IL_004c:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_15 = V_1;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_16;
L_16 = FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5(L_15, NULL);
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
TestExecutionContext_ClearCurrentContext_mA732ECE8299990868CFF61B01F45C3FADFA778F2(NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_17 = V_1;
NullCheck(L_17);
String_t* L_18;
L_18 = TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4(L_17, NULL);
V_3 = L_18;
goto IL_0062;
}
IL_0062:
{
String_t* L_19 = V_3;
return L_19;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::RunAsync(System.Action`1<System.String>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_RunAsync_mDBE28C5000D878E71E7E727C619CD448234BEE93 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___callback0, String_t* ___filter1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* V_0 = NULL;
{
String_t* L_0 = ___filter1;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_1 = ___callback0;
ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* L_2 = (ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC*)il2cpp_codegen_object_new(ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC_il2cpp_TypeInfo_var);
NullCheck(L_2);
ActionCallback__ctor_m8250F0381D95A7D1AD6867BFDC9A7CCA1F407551(L_2, L_1, NULL);
V_0 = L_2;
RuntimeObject* L_3;
L_3 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* L_4 = V_0;
TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* L_5 = (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7*)il2cpp_codegen_object_new(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
NullCheck(L_5);
TestProgressReporter__ctor_m565B19D2DF46CD92D16BD62F2B0A341A356AECAE(L_5, L_4, NULL);
String_t* L_6 = ___filter1;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_7;
L_7 = TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01(L_6, NULL);
NullCheck(L_3);
InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(9 /* System.Void NUnit.Framework.Api.ITestAssemblyRunner::RunAsync(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_3, L_5, L_7);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::StopRun(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_StopRun_m7F4B3D10CC0756EBAC87D325401499505963CB5B (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, bool ___force0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0;
L_0 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
bool L_1 = ___force0;
NullCheck(L_0);
InterfaceActionInvoker1< bool >::Invoke(11 /* System.Void NUnit.Framework.Api.ITestAssemblyRunner::StopRun(System.Boolean) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_0, L_1);
return;
}
}
// System.Int32 NUnit.Framework.Api.FrameworkController::CountTests(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FrameworkController_CountTests_mFFF22693757BC8EF59C01E4472158BDF61B5C197 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___filter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_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;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___filter0;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
RuntimeObject* L_1;
L_1 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
String_t* L_2 = ___filter0;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_3;
L_3 = TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01(L_2, NULL);
NullCheck(L_1);
int32_t L_4;
L_4 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 NUnit.Framework.Api.ITestAssemblyRunner::CountTestCases(NUnit.Framework.Interfaces.ITestFilter) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_1, L_3);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
int32_t L_5 = V_0;
return L_5;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::LoadTests(System.Web.UI.ICallbackEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_LoadTests_mBBFC398A64A4BF65378C78794EF7AB602B8BC138 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, 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;
}
{
RuntimeObject* L_0 = ___handler0;
String_t* L_1;
L_1 = FrameworkController_LoadTests_m0522AFF8C5F6AF60A74BED8CCC3799E455F728E9(__this, 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_1);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::ExploreTests(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_ExploreTests_m7130E3B771E2D988B5EB9055DB22B1BE71A78306 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, 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*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
String_t* L_0 = ___filter1;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
RuntimeObject* L_1;
L_1 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyRunner::get_LoadedTest() */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_1);
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002a;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_4);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67DD411EA967DF2050F3F476D47EB5ED4D935FA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FrameworkController_ExploreTests_m7130E3B771E2D988B5EB9055DB22B1BE71A78306_RuntimeMethod_var)));
}
IL_002a:
{
RuntimeObject* L_5 = ___handler0;
RuntimeObject* L_6;
L_6 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyRunner::get_LoadedTest() */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_6);
NullCheck(L_7);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_8;
L_8 = InterfaceFuncInvoker1< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(0 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::ToXml(System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_7, (bool)1);
NullCheck(L_8);
String_t* L_9;
L_9 = TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4(L_8, NULL);
NullCheck(L_5);
InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void System.Web.UI.ICallbackEventHandler::RaiseCallbackEvent(System.String) */, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var, L_5, L_9);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::RunTests(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_RunTests_m6CDDB295757F4FDBC7D7619718B117E9946765AE (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, 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*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
bool V_1 = false;
{
String_t* L_0 = ___filter1;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
RuntimeObject* L_1;
L_1 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
RuntimeObject* L_2 = ___handler0;
TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* L_3 = (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7*)il2cpp_codegen_object_new(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
NullCheck(L_3);
TestProgressReporter__ctor_m565B19D2DF46CD92D16BD62F2B0A341A356AECAE(L_3, L_2, NULL);
String_t* L_4 = ___filter1;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_5;
L_5 = TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01(L_4, NULL);
NullCheck(L_1);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(8 /* NUnit.Framework.Interfaces.ITestResult NUnit.Framework.Api.ITestAssemblyRunner::Run(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_1, L_3, L_5);
NullCheck(L_6);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_7;
L_7 = InterfaceFuncInvoker1< TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*, bool >::Invoke(0 /* NUnit.Framework.Interfaces.TNode NUnit.Framework.Interfaces.IXmlNodeBuilder::ToXml(System.Boolean) */, IXmlNodeBuilder_tE216466E72C0540A23B2F6A448CD3E7AA5F5E95D_il2cpp_TypeInfo_var, L_6, (bool)1);
V_0 = L_7;
RuntimeObject* L_8;
L_8 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_9 = V_1;
if (!L_9)
{
goto IL_0045;
}
}
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_10 = V_0;
RuntimeObject* L_11;
L_11 = FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline(__this, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12;
L_12 = FrameworkController_InsertSettingsElement_mDE4C19CFE6B97A2CD337C9EF59DF4F31FCEC831A(L_10, L_11, NULL);
}
IL_0045:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_13 = V_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_14;
L_14 = FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5(L_13, NULL);
il2cpp_codegen_runtime_class_init_inline(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
TestExecutionContext_ClearCurrentContext_mA732ECE8299990868CFF61B01F45C3FADFA778F2(NULL);
RuntimeObject* L_15 = ___handler0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_16 = V_0;
NullCheck(L_16);
String_t* L_17;
L_17 = TNode_get_OuterXml_m9EDA60A4CDFF51D382FEDDAFE636C4337FFD0DF4(L_16, NULL);
NullCheck(L_15);
InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void System.Web.UI.ICallbackEventHandler::RaiseCallbackEvent(System.String) */, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var, L_15, L_17);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::RunAsync(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_RunAsync_m77317F3C61A234857D8AAB2FCB5422AFE9D14B41 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___filter1;
Guard_ArgumentNotNull_m91148707199D5B5630CECEAB568D6183CE240987(L_0, _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, NULL);
RuntimeObject* L_1;
L_1 = FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline(__this, NULL);
RuntimeObject* L_2 = ___handler0;
TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7* L_3 = (TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7*)il2cpp_codegen_object_new(TestProgressReporter_tFDA28A0EE58102801130322CE09E6CCDE22CD1C7_il2cpp_TypeInfo_var);
NullCheck(L_3);
TestProgressReporter__ctor_m565B19D2DF46CD92D16BD62F2B0A341A356AECAE(L_3, L_2, NULL);
String_t* L_4 = ___filter1;
il2cpp_codegen_runtime_class_init_inline(TestFilter_tE08579357F5A65289990112BAB9528B87B51201D_il2cpp_TypeInfo_var);
TestFilter_tE08579357F5A65289990112BAB9528B87B51201D* L_5;
L_5 = TestFilter_FromXml_m9E0D56CBC2DC272BEF054D600600E34E95E04C01(L_4, NULL);
NullCheck(L_1);
InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(9 /* System.Void NUnit.Framework.Api.ITestAssemblyRunner::RunAsync(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter) */, ITestAssemblyRunner_t871E8E9F3AB1AC433EA78CC840D702B27864A28E_il2cpp_TypeInfo_var, L_1, L_3, L_5);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::StopRun(System.Web.UI.ICallbackEventHandler,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_StopRun_m7417FCA99FB66E10D0F284A2E313E0339FDB6BDB (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, bool ___force1, const RuntimeMethod* method)
{
{
bool L_0 = ___force1;
FrameworkController_StopRun_m7F4B3D10CC0756EBAC87D325401499505963CB5B(__this, L_0, NULL);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::CountTests(System.Web.UI.ICallbackEventHandler,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_CountTests_m77234E405F5F4DF95D3B003608385491EBB27660 (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___handler0, String_t* ___filter1, 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;
}
int32_t V_0 = 0;
{
RuntimeObject* L_0 = ___handler0;
String_t* L_1 = ___filter1;
int32_t L_2;
L_2 = FrameworkController_CountTests_mFFF22693757BC8EF59C01E4472158BDF61B5C197(__this, L_1, NULL);
V_0 = L_2;
String_t* L_3;
L_3 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), 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_3);
return;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Api.FrameworkController::InsertEnvironmentElement(NUnit.Framework.Interfaces.TNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5 (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, 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*)&FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformID_t9C84323A65D2A39DBEB7A922286A9E9836B8BECA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A860D9E0222AF01B291C86789DDD48AAD521847);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E2A6C2CFBB3BDAC9C2FA465F297E6DF81D60023);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AD8E8B9B4FA1EB2E9E90192D713E8CCD75B942B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7049696B187948726EC21F922309F2DCD2EF0F83);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75CBAF96560FBC70785CB7581CBD7DC261EE2878);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7846212404034693D211EF6DF25D7FCAA319B8B4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80F5C93D7D1A75B619CA6EB5616A6123A15789FF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9061F6337EBB78CB4BF9E5C62564D6D48A9667B8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2F9235F4F063A8609A1E74346AC3F275A7303EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEC36F76202A8431968F106FF1DF5DCDADB8AC5B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3992DF679A3EF8B96232992FF89A2B1F1DB5534);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
int32_t V_1 = 0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_2 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*)il2cpp_codegen_object_new(TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
NullCheck(L_0);
TNode__ctor_mCB3D048428044D2BACE926AEC5B12344A0EAE73A(L_0, _stringLiteral80F5C93D7D1A75B619CA6EB5616A6123A15789FF, NULL);
V_0 = L_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1 = ___targetNode0;
NullCheck(L_1);
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* L_2;
L_2 = TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline(L_1, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
NullCheck(L_2);
List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1(L_2, 0, L_3, List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1_RuntimeMethod_var);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_4 = V_0;
Assembly_t* L_5;
L_5 = il2cpp_codegen_get_executing_assembly(FrameworkController_InsertEnvironmentElement_m6C367C7A2AC3EECC7740079690DE5CD377B372B5_RuntimeMethod_var);
NullCheck(L_5);
AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* L_6;
L_6 = VirtualFuncInvoker0< AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* >::Invoke(20 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_5);
NullCheck(L_6);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_7;
L_7 = AssemblyName_get_Version_mC20EC1E68FA7C40120112C2E29A19C9D948B5300_inline(L_6, NULL);
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
NullCheck(L_4);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_4, _stringLiteralCEC36F76202A8431968F106FF1DF5DCDADB8AC5B, L_8, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_9 = V_0;
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_10;
L_10 = Environment_get_Version_m965E39968014A21B9EE509E938D59BBF2922F3D4(NULL);
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
NullCheck(L_9);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_9, _stringLiteral7049696B187948726EC21F922309F2DCD2EF0F83, L_11, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_12 = V_0;
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_13;
L_13 = Environment_get_OSVersion_mE57572A131F223315BB4EFDE0CE136DC2FDDCEE2(NULL);
NullCheck(L_13);
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
NullCheck(L_12);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_12, _stringLiteral75CBAF96560FBC70785CB7581CBD7DC261EE2878, L_14, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_15 = V_0;
OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_16;
L_16 = Environment_get_OSVersion_mE57572A131F223315BB4EFDE0CE136DC2FDDCEE2(NULL);
NullCheck(L_16);
int32_t L_17;
L_17 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_16, NULL);
V_1 = L_17;
Il2CppFakeBox<int32_t> L_18(PlatformID_t9C84323A65D2A39DBEB7A922286A9E9836B8BECA_il2cpp_TypeInfo_var, (&V_1));
String_t* L_19;
L_19 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_18), NULL);
NullCheck(L_15);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_15, _stringLiteralB2F9235F4F063A8609A1E74346AC3F275A7303EE, L_19, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_20 = V_0;
String_t* L_21;
L_21 = Environment_get_CurrentDirectory_mC18EAF61691FCB591EE04939A8910DE25B12BF9F(NULL);
NullCheck(L_20);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_20, _stringLiteral7846212404034693D211EF6DF25D7FCAA319B8B4, L_21, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_22 = V_0;
String_t* L_23;
L_23 = Environment_get_MachineName_mCED88AE3AF98589BAD920D0CD6E44BC5F3E31EF4(NULL);
NullCheck(L_22);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_22, _stringLiteral9061F6337EBB78CB4BF9E5C62564D6D48A9667B8, L_23, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_24 = V_0;
String_t* L_25;
L_25 = Environment_get_UserName_mAA5C35B96F47365C853D92F837C419B0C6697C39(NULL);
NullCheck(L_24);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_24, _stringLiteralD3992DF679A3EF8B96232992FF89A2B1F1DB5534, L_25, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_26 = V_0;
String_t* L_27;
L_27 = Environment_get_UserDomainName_mB1995928FD7F3DE6612C5F7F228CE3C9B7958E20(NULL);
NullCheck(L_26);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_26, _stringLiteral6AD8E8B9B4FA1EB2E9E90192D713E8CCD75B942B, L_27, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_28 = V_0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29;
L_29 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
NullCheck(L_29);
String_t* L_30;
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29);
NullCheck(L_28);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_28, _stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7, L_30, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_31 = V_0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_32;
L_32 = CultureInfo_get_CurrentUICulture_m6802203666D09C5CC178AC9F5DEAF3D1C7076CE5(NULL);
NullCheck(L_32);
String_t* L_33;
L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32);
NullCheck(L_31);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_31, _stringLiteral2E2A6C2CFBB3BDAC9C2FA465F297E6DF81D60023, L_33, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_34 = V_0;
String_t* L_35;
L_35 = FrameworkController_GetProcessorArchitecture_m519BA50912C8E6C9BC52F0156E115AFB62B33DE4(NULL);
NullCheck(L_34);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_34, _stringLiteral0A860D9E0222AF01B291C86789DDD48AAD521847, L_35, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_36 = V_0;
V_2 = L_36;
goto IL_010f;
}
IL_010f:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_37 = V_2;
return L_37;
}
}
// System.String NUnit.Framework.Api.FrameworkController::GetProcessorArchitecture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FrameworkController_GetProcessorArchitecture_m519BA50912C8E6C9BC52F0156E115AFB62B33DE4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4908BF0936B537B6A39A4EACD2BD389033325122);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF50DE9F1418B7B95141C23A957CBB076897E3866);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B3_0 = NULL;
{
int32_t L_0;
L_0 = IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10(NULL);
if ((((int32_t)L_0) == ((int32_t)8)))
{
goto IL_0010;
}
}
{
G_B3_0 = _stringLiteral4908BF0936B537B6A39A4EACD2BD389033325122;
goto IL_0015;
}
IL_0010:
{
G_B3_0 = _stringLiteralF50DE9F1418B7B95141C23A957CBB076897E3866;
}
IL_0015:
{
V_0 = G_B3_0;
goto IL_0018;
}
IL_0018:
{
String_t* L_1 = V_0;
return L_1;
}
}
// NUnit.Framework.Interfaces.TNode NUnit.Framework.Api.FrameworkController::InsertSettingsElement(NUnit.Framework.Interfaces.TNode,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* FrameworkController_InsertSettingsElement_mDE4C19CFE6B97A2CD337C9EF59DF4F31FCEC831A (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___targetNode0, RuntimeObject* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var);
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*)&List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DF882FBCC2A230A62D22FF65024431A34A858A2);
s_Il2CppMethodInitialized = true;
}
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_0 = NULL;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* V_3 = NULL;
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_0 = (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244*)il2cpp_codegen_object_new(TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
NullCheck(L_0);
TNode__ctor_mCB3D048428044D2BACE926AEC5B12344A0EAE73A(L_0, _stringLiteral7DF882FBCC2A230A62D22FF65024431A34A858A2, NULL);
V_0 = L_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1 = ___targetNode0;
NullCheck(L_1);
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* L_2;
L_2 = TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline(L_1, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
NullCheck(L_2);
List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1(L_2, 0, L_3, List_1_Insert_m4FAD61C4FB140464833D03EE2520C7085014C1C1_RuntimeMethod_var);
RuntimeObject* L_4 = ___settings1;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Keys() */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_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_0049:
{// begin finally (depth: 1)
{
RuntimeObject* L_7 = V_1;
if (!L_7)
{
goto IL_0053;
}
}
{
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
}
IL_0053:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003f_1;
}
IL_0029_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;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_11 = V_0;
String_t* L_12 = V_2;
RuntimeObject* L_13 = ___settings1;
String_t* L_14 = V_2;
NullCheck(L_13);
RuntimeObject* L_15;
L_15 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_13, L_14);
FrameworkController_AddSetting_m093121D9AA1D846DF20152B094A26198BE8D961F(L_11, L_12, L_15, NULL);
}
IL_003f_1:
{
RuntimeObject* L_16 = V_1;
NullCheck(L_16);
bool L_17;
L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16);
if (L_17)
{
goto IL_0029_1;
}
}
{
goto IL_0054;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0054:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_18 = V_0;
V_3 = L_18;
goto IL_0058;
}
IL_0058:
{
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_19 = V_3;
return L_19;
}
}
// System.Void NUnit.Framework.Api.FrameworkController::AddSetting(NUnit.Framework.Interfaces.TNode,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkController_AddSetting_m093121D9AA1D846DF20152B094A26198BE8D961F (TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* ___settingsNode0, String_t* ___name1, RuntimeObject* ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCD660F22C4D1B715790DD04FD590F3306C78CCC8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7383E36642A8F73903AE1941F7661A174B7D3D26);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
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, _stringLiteral7383E36642A8F73903AE1941F7661A174B7D3D26, NULL);
V_0 = L_0;
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_1 = V_0;
String_t* L_2 = ___name1;
NullCheck(L_1);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_1, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, L_2, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_3 = V_0;
RuntimeObject* L_4 = ___value2;
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
NullCheck(L_3);
TNode_AddAttribute_mF4FEA67935306DAF344E54ABC39638534DDB01AB(L_3, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, L_5, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_6 = ___settingsNode0;
NullCheck(L_6);
NodeList_tD3259C56D07977836859BB33FB2133E3AB23778F* L_7;
L_7 = TNode_get_ChildNodes_m97D45346327DE3FD033169F26F04D9FC2B7D61FC_inline(L_6, NULL);
TNode_t128BD6EAD1B9178F311A72331C3E0F8216CF0244* L_8 = V_0;
NullCheck(L_7);
List_1_Add_mCD660F22C4D1B715790DD04FD590F3306C78CCC8_inline(L_7, L_8, List_1_Add_mCD660F22C4D1B715790DD04FD590F3306C78CCC8_RuntimeMethod_var);
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.Api.FrameworkController/ActionCallback::.ctor(System.Action`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionCallback__ctor_m8250F0381D95A7D1AD6867BFDC9A7CCA1F407551 (ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* __this, Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___callback0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_0 = ___callback0;
__this->____callback_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____callback_0), (void*)L_0);
return;
}
}
// System.String NUnit.Framework.Api.FrameworkController/ActionCallback::GetCallbackResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActionCallback_GetCallbackResult_m06D8BF9B977611BF0BB0A36691FFE3F37DCDCBDF (ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* __this, const RuntimeMethod* method)
{
{
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionCallback_GetCallbackResult_m06D8BF9B977611BF0BB0A36691FFE3F37DCDCBDF_RuntimeMethod_var)));
}
}
// System.Void NUnit.Framework.Api.FrameworkController/ActionCallback::RaiseCallbackEvent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionCallback_RaiseCallbackEvent_m36D686F9BB4AC67DB0FC1DA1B32F5B448D01DDE2 (ActionCallback_t5E9003385C2C7F351E0F529C47B25050DBE091AC* __this, String_t* ___report0, const RuntimeMethod* method)
{
bool V_0 = false;
{
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_0 = __this->____callback_0;
V_0 = (bool)((!(((RuntimeObject*)(Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001b;
}
}
{
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_2 = __this->____callback_0;
String_t* L_3 = ___report0;
NullCheck(L_2);
Action_1_Invoke_m690438AAE38F9762172E3AE0A33D0B42ACD35790_inline(L_2, L_3, NULL);
}
IL_001b:
{
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.Api.FrameworkController/FrameworkControllerAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556 (FrameworkControllerAction_t14D5AFC0BDB2727E13A7AC45307A7C0B692DB37D* __this, const RuntimeMethod* method)
{
{
LongLivedMarshalByRefObject__ctor_m1472CD5B08C1A89BBB81C34452E5B72BAAEFE0DE(__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.Api.FrameworkController/LoadTestsAction::.ctor(NUnit.Framework.Api.FrameworkController,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadTestsAction__ctor_m260E98CE6ED4245455AA3A94EF76ED406216A261 (LoadTestsAction_tFC81166F61E03F369D43092204E4CCA2E41E76B0* __this, FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* ___controller0, RuntimeObject* ___handler1, 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;
}
{
FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556(__this, NULL);
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* L_0 = ___controller0;
RuntimeObject* L_1 = ___handler1;
NullCheck(L_0);
FrameworkController_LoadTests_mBBFC398A64A4BF65378C78794EF7AB602B8BC138(L_0, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var)), 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.Api.FrameworkController/ExploreTestsAction::.ctor(NUnit.Framework.Api.FrameworkController,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExploreTestsAction__ctor_mD98EC9AEA76EA0994D5AF46A8FD4C2E7E8167E72 (ExploreTestsAction_tCE4760EF92E1039A9E1D3F4C01DA82EE1C810157* __this, FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* ___controller0, String_t* ___filter1, RuntimeObject* ___handler2, 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;
}
{
FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556(__this, NULL);
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* L_0 = ___controller0;
RuntimeObject* L_1 = ___handler2;
String_t* L_2 = ___filter1;
NullCheck(L_0);
FrameworkController_ExploreTests_m7130E3B771E2D988B5EB9055DB22B1BE71A78306(L_0, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var)), L_2, 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.Api.FrameworkController/CountTestsAction::.ctor(NUnit.Framework.Api.FrameworkController,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CountTestsAction__ctor_m54FE8A89285223A42776E0F5E04D98058F91B352 (CountTestsAction_t8EB82C78596E1F5CE72EEEA1D7B613BDFDEBC7A0* __this, FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* ___controller0, String_t* ___filter1, RuntimeObject* ___handler2, 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;
}
{
FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556(__this, NULL);
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* L_0 = ___controller0;
RuntimeObject* L_1 = ___handler2;
String_t* L_2 = ___filter1;
NullCheck(L_0);
FrameworkController_CountTests_m77234E405F5F4DF95D3B003608385491EBB27660(L_0, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var)), L_2, 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.Api.FrameworkController/RunTestsAction::.ctor(NUnit.Framework.Api.FrameworkController,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunTestsAction__ctor_m702B54BBE16AF702A0E04EC917743D3C5826BE9C (RunTestsAction_tF2DEA2B7E62E7EF0B2FFA9D68C785DF38DAA0EFC* __this, FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* ___controller0, String_t* ___filter1, RuntimeObject* ___handler2, 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;
}
{
FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556(__this, NULL);
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* L_0 = ___controller0;
RuntimeObject* L_1 = ___handler2;
String_t* L_2 = ___filter1;
NullCheck(L_0);
FrameworkController_RunTests_m6CDDB295757F4FDBC7D7619718B117E9946765AE(L_0, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var)), L_2, 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.Api.FrameworkController/RunAsyncAction::.ctor(NUnit.Framework.Api.FrameworkController,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunAsyncAction__ctor_mB3A6829325735DB9F5E63D9B5735023DF20D3FB7 (RunAsyncAction_t64E2DCD4C511C729D48A531F2007C562662E2982* __this, FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* ___controller0, String_t* ___filter1, RuntimeObject* ___handler2, 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;
}
{
FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556(__this, NULL);
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* L_0 = ___controller0;
RuntimeObject* L_1 = ___handler2;
String_t* L_2 = ___filter1;
NullCheck(L_0);
FrameworkController_RunAsync_m77317F3C61A234857D8AAB2FCB5422AFE9D14B41(L_0, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var)), L_2, 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.Api.FrameworkController/StopRunAction::.ctor(NUnit.Framework.Api.FrameworkController,System.Boolean,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StopRunAction__ctor_mAD7193CA0405231215E8CFC32225D5E4EF743BBE (StopRunAction_t23CEBC8B98071310681395CAB37E4D194E5F5EB7* __this, FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* ___controller0, bool ___force1, RuntimeObject* ___handler2, 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;
}
{
FrameworkControllerAction__ctor_mC65132B14FB668F19689E105C8805FE4FDCEB556(__this, NULL);
FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* L_0 = ___controller0;
RuntimeObject* L_1 = ___handler2;
bool L_2 = ___force1;
NullCheck(L_0);
FrameworkController_StopRun_m7417FCA99FB66E10D0F284A2E313E0339FDB6BDB(L_0, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICallbackEventHandler_tA2E03830028E87676A40C8676C17228EC2BE308B_il2cpp_TypeInfo_var)), L_2, 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.Api.FrameworkController/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m1873A2ABE6CF14EADBDC428C9E393EB4ACC8F000 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* L_0 = (U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53*)il2cpp_codegen_object_new(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m0D50A44F251E4F749FEF089999A73CB4A1DA0B5F(L_0, NULL);
((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void NUnit.Framework.Api.FrameworkController/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0D50A44F251E4F749FEF089999A73CB4A1DA0B5F (U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String NUnit.Framework.Api.FrameworkController/<>c::<Initialize>b__6_0(System.Collections.DictionaryEntry)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CInitializeU3Eb__6_0_m6615C54788AE1F886A924F5007A7F547C5A0E3BB (U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* __this, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB ___de0, 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;
}
{
RuntimeObject* L_0;
L_0 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&___de0), NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
}
}
// System.Object NUnit.Framework.Api.FrameworkController/<>c::<Initialize>b__6_1(System.Collections.DictionaryEntry)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CInitializeU3Eb__6_1_m7F3409C1A31859F71BCD0CF3641B3D4322C5A842 (U3CU3Ec_tED13A836ED18586216352791EA80D1FBEC42AF53* __this, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB ___de0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0;
L_0 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&___de0), NULL);
return L_0;
}
}
#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.Api.NUnitTestAssemblyRunner::.ctor(NUnit.Framework.Api.ITestAssemblyBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner__ctor_m6D5201A2DFC88ECB9BE06884EAC7260F77116BBF (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___builder0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_0 = (ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158*)il2cpp_codegen_object_new(ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var);
NullCheck(L_0);
ManualResetEvent__ctor_m361CFCF6AC28BFFF5C8790DC2B5951791A1C4CEE(L_0, (bool)0, NULL);
__this->____runComplete_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____runComplete_2), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_1 = ___builder0;
__this->____builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____builder_1), (void*)L_1);
return;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.NUnitTestAssemblyRunner::get_LoadedTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CLoadedTestU3Ek__BackingField_5;
return L_0;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::set_LoadedTest(NUnit.Framework.Interfaces.ITest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_LoadedTest_m66EA9C0D6282EDF79DB3541405E14C764C76CBFE (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CLoadedTestU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLoadedTestU3Ek__BackingField_5), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.ITestResult NUnit.Framework.Api.NUnitTestAssemblyRunner::get_Result()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_Result_m8F208898CB372100CA80C5E30242BF20DD927FC5 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* G_B3_0 = NULL;
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_0;
L_0 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
if (!L_0)
{
goto IL_0016;
}
}
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_1;
L_1 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
NullCheck(L_1);
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_2;
L_2 = WorkItem_get_Result_m67FA464EA6A76F67F1A7B2E5C2DFDEE6C32E2F45_inline(L_1, NULL);
G_B3_0 = L_2;
goto IL_0017;
}
IL_0016:
{
G_B3_0 = ((TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851*)(NULL));
}
IL_0017:
{
V_0 = G_B3_0;
goto IL_001a;
}
IL_001a:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
// System.Boolean NUnit.Framework.Api.NUnitTestAssemblyRunner::get_IsTestLoaded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NUnitTestAssemblyRunner_get_IsTestLoaded_m118C4F6BE066F442BE91F9D59A98E991104C93B7 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
RuntimeObject* L_0;
L_0 = NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4_inline(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean NUnit.Framework.Api.NUnitTestAssemblyRunner::get_IsTestRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NUnitTestAssemblyRunner_get_IsTestRunning_m9D733D1F00BCCA82EA993070FE61ACF64C3DBE89 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_0;
L_0 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_1;
L_1 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = WorkItem_get_State_m7BA15374E6949F4845D3B09B531A50BA533525A0_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.Api.NUnitTestAssemblyRunner::get_IsTestComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NUnitTestAssemblyRunner_get_IsTestComplete_m71FD0FF96225A1AD0C83CC906C1195A8E2CFC5BF (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_0;
L_0 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_1;
L_1 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = WorkItem_get_State_m7BA15374E6949F4845D3B09B531A50BA533525A0_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.Collections.Generic.IDictionary`2<System.String,System.Object> NUnit.Framework.Api.NUnitTestAssemblyRunner::get_Settings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CSettingsU3Ek__BackingField_6;
return L_0;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::set_Settings(System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_Settings_mEB9FB58F8FA4F6D29A9A9B0F323AA400405E75F5 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CSettingsU3Ek__BackingField_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSettingsU3Ek__BackingField_6), (void*)L_0);
return;
}
}
// NUnit.Framework.Internal.Execution.WorkItem NUnit.Framework.Api.NUnitTestAssemblyRunner::get_TopLevelWorkItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_0 = __this->___U3CTopLevelWorkItemU3Ek__BackingField_7;
return L_0;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::set_TopLevelWorkItem(NUnit.Framework.Internal.Execution.WorkItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_TopLevelWorkItem_mBDD984DBEB655BC4B0C853020E77DB18F5D0F059 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* ___value0, const RuntimeMethod* method)
{
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_0 = ___value0;
__this->___U3CTopLevelWorkItemU3Ek__BackingField_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTopLevelWorkItemU3Ek__BackingField_7), (void*)L_0);
return;
}
}
// NUnit.Framework.Internal.TestExecutionContext NUnit.Framework.Api.NUnitTestAssemblyRunner::get_Context()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_0 = __this->___U3CContextU3Ek__BackingField_8;
return L_0;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::set_Context(NUnit.Framework.Internal.TestExecutionContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_Context_m8B66D5EC86B5E51DE8C86DF2C2C4F20E43051DDD (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ___value0, const RuntimeMethod* method)
{
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_0 = ___value0;
__this->___U3CContextU3Ek__BackingField_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CContextU3Ek__BackingField_8), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.NUnitTestAssemblyRunner::Load(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_Load_mF6C947C271817C6C5D3E57435CA8E0E0D9F6A629 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, String_t* ___assemblyName0, RuntimeObject* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6CF0A9992084F961AEE5EAD1750314FE2583288);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
RuntimeObject* L_0 = ___settings1;
NUnitTestAssemblyRunner_set_Settings_mEB9FB58F8FA4F6D29A9A9B0F323AA400405E75F5_inline(__this, L_0, NULL);
RuntimeObject* L_1 = ___settings1;
NullCheck(L_1);
bool L_2;
L_2 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_1, _stringLiteralF6CF0A9992084F961AEE5EAD1750314FE2583288);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
RuntimeObject* L_4 = ___settings1;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_4, _stringLiteralF6CF0A9992084F961AEE5EAD1750314FE2583288);
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
Randomizer_set_InitialSeed_m1A0C1B0BB888B77CF3F3A11038C9EB1F4B4A0BC9(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
}
IL_002e:
{
RuntimeObject* L_6 = __this->____builder_1;
String_t* L_7 = ___assemblyName0;
RuntimeObject* L_8 = ___settings1;
NullCheck(L_6);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, RuntimeObject* >::Invoke(1 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyBuilder::Build(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>) */, ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290_il2cpp_TypeInfo_var, L_6, L_7, L_8);
RuntimeObject* L_10 = L_9;
V_1 = L_10;
NUnitTestAssemblyRunner_set_LoadedTest_m66EA9C0D6282EDF79DB3541405E14C764C76CBFE_inline(__this, L_10, NULL);
RuntimeObject* L_11 = V_1;
V_2 = L_11;
goto IL_0048;
}
IL_0048:
{
RuntimeObject* L_12 = V_2;
return L_12;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.NUnitTestAssemblyRunner::Load(System.Reflection.Assembly,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_Load_mD1F558CA865DE1700CECD62AD5FAB72468976EE1 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, Assembly_t* ___assembly0, RuntimeObject* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6CF0A9992084F961AEE5EAD1750314FE2583288);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
RuntimeObject* L_0 = ___settings1;
NUnitTestAssemblyRunner_set_Settings_mEB9FB58F8FA4F6D29A9A9B0F323AA400405E75F5_inline(__this, L_0, NULL);
RuntimeObject* L_1 = ___settings1;
NullCheck(L_1);
bool L_2;
L_2 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_1, _stringLiteralF6CF0A9992084F961AEE5EAD1750314FE2583288);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
RuntimeObject* L_4 = ___settings1;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_4, _stringLiteralF6CF0A9992084F961AEE5EAD1750314FE2583288);
il2cpp_codegen_runtime_class_init_inline(Randomizer_tCEEB80B5AF5FE8241F16BFF48041A9021DB81EE2_il2cpp_TypeInfo_var);
Randomizer_set_InitialSeed_m1A0C1B0BB888B77CF3F3A11038C9EB1F4B4A0BC9(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
}
IL_002e:
{
RuntimeObject* L_6 = __this->____builder_1;
Assembly_t* L_7 = ___assembly0;
RuntimeObject* L_8 = ___settings1;
NullCheck(L_6);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker2< RuntimeObject*, Assembly_t*, RuntimeObject* >::Invoke(0 /* NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.ITestAssemblyBuilder::Build(System.Reflection.Assembly,System.Collections.Generic.IDictionary`2<System.String,System.Object>) */, ITestAssemblyBuilder_tEA031FF92013586061773A6CA7685E3C68C36290_il2cpp_TypeInfo_var, L_6, L_7, L_8);
RuntimeObject* L_10 = L_9;
V_1 = L_10;
NUnitTestAssemblyRunner_set_LoadedTest_m66EA9C0D6282EDF79DB3541405E14C764C76CBFE_inline(__this, L_10, NULL);
RuntimeObject* L_11 = V_1;
V_2 = L_11;
goto IL_0048;
}
IL_0048:
{
RuntimeObject* L_12 = V_2;
return L_12;
}
}
// System.Int32 NUnit.Framework.Api.NUnitTestAssemblyRunner::CountTestCases(NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NUnitTestAssemblyRunner_CountTestCases_m7375FEAB1145CA682041663A68AC060EB31D2531 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___filter0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
RuntimeObject* L_0;
L_0 = NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4_inline(__this, NULL);
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C596EEEC6CC3F2EFCB48B9D8792075FD25C95EB)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NUnitTestAssemblyRunner_CountTestCases_m7375FEAB1145CA682041663A68AC060EB31D2531_RuntimeMethod_var)));
}
IL_0019:
{
RuntimeObject* L_3;
L_3 = NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4_inline(__this, NULL);
RuntimeObject* L_4 = ___filter0;
int32_t L_5;
L_5 = NUnitTestAssemblyRunner_CountTestCases_mE091DB2A70F83C789F35C6247E722CB4053DA00F(__this, L_3, L_4, NULL);
V_1 = L_5;
goto IL_0029;
}
IL_0029:
{
int32_t L_6 = V_1;
return L_6;
}
}
// NUnit.Framework.Interfaces.ITestResult NUnit.Framework.Api.NUnitTestAssemblyRunner::Run(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_Run_mEE2A0F4BE5C4D95494C91B7834066697CD178188 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___listener0, RuntimeObject* ___filter1, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = ___listener0;
RuntimeObject* L_1 = ___filter1;
NUnitTestAssemblyRunner_RunAsync_mDA1498F4AA99F6D7F1D2FFC178495738372B1A42(__this, L_0, L_1, NULL);
bool L_2;
L_2 = NUnitTestAssemblyRunner_WaitForCompletion_m7FA06363C3606A2F28846CCBAD098A46F316EB48(__this, (-1), NULL);
RuntimeObject* L_3;
L_3 = NUnitTestAssemblyRunner_get_Result_m8F208898CB372100CA80C5E30242BF20DD927FC5(__this, NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
RuntimeObject* L_4 = V_0;
return L_4;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::RunAsync(NUnit.Framework.Interfaces.ITestListener,NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_RunAsync_mDA1498F4AA99F6D7F1D2FFC178495738372B1A42 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___listener0, RuntimeObject* ___filter1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitTestAssemblyRunner_OnRunCompleted_m0545D4FE5CA6B07895975E2407E685D0639FD9E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E5CDE2086316DE1A4E752562527D196808C32C9);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_runtime_class_init_inline(NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var);
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_0 = ((NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_StaticFields*)il2cpp_codegen_static_fields_for(NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var))->___log_0;
NullCheck(L_0);
Logger_Info_m944E2A991A66C77D1DAA123BEBD679C435AC3A6E(L_0, _stringLiteral6E5CDE2086316DE1A4E752562527D196808C32C9, NULL);
RuntimeObject* L_1;
L_1 = NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4_inline(__this, NULL);
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0029;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBED9462F0E91407CFB955D8BA0651716C9EF4999)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NUnitTestAssemblyRunner_RunAsync_mDA1498F4AA99F6D7F1D2FFC178495738372B1A42_RuntimeMethod_var)));
}
IL_0029:
{
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_4 = __this->____runComplete_2;
NullCheck(L_4);
bool L_5;
L_5 = EventWaitHandle_Reset_m84719BED571BDAAEE27EE05F57295C7107A74DE6(L_4, NULL);
RuntimeObject* L_6 = ___listener0;
NUnitTestAssemblyRunner_CreateTestExecutionContext_m3F3F341256D3E7A013E978E2330CEB7E3DA158F4(__this, L_6, NULL);
RuntimeObject* L_7;
L_7 = NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4_inline(__this, NULL);
RuntimeObject* L_8 = ___filter1;
il2cpp_codegen_runtime_class_init_inline(WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B_il2cpp_TypeInfo_var);
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_9;
L_9 = WorkItem_CreateWorkItem_m59D7B9DF9DD1F4B187DF7BD07EBE4ADABCDE87FD(L_7, L_8, NULL);
NUnitTestAssemblyRunner_set_TopLevelWorkItem_mBDD984DBEB655BC4B0C853020E77DB18F5D0F059_inline(__this, L_9, NULL);
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_10;
L_10 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_11;
L_11 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
NullCheck(L_10);
WorkItem_InitializeContext_m6A66E45E86FE496517376A3C365DF1F46A818C4F(L_10, L_11, NULL);
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_12;
L_12 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_13 = (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)il2cpp_codegen_object_new(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var);
NullCheck(L_13);
EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2(L_13, __this, (intptr_t)((void*)NUnitTestAssemblyRunner_OnRunCompleted_m0545D4FE5CA6B07895975E2407E685D0639FD9E5_RuntimeMethod_var), NULL);
NullCheck(L_12);
WorkItem_add_Completed_m46208235015554AAE45F4316CEAD18B1C22DCCD7(L_12, L_13, NULL);
RuntimeObject* L_14 = ___listener0;
NUnitTestAssemblyRunner_StartRun_m9AC73627F0FF2E99D67C2C01FA68C203502C8961(__this, L_14, NULL);
return;
}
}
// System.Boolean NUnit.Framework.Api.NUnitTestAssemblyRunner::WaitForCompletion(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NUnitTestAssemblyRunner_WaitForCompletion_m7FA06363C3606A2F28846CCBAD098A46F316EB48 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, int32_t ___timeout0, const RuntimeMethod* method)
{
bool V_0 = false;
{
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_0 = __this->____runComplete_2;
int32_t L_1 = ___timeout0;
NullCheck(L_0);
bool L_2;
L_2 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_0, L_1, (bool)0);
V_0 = L_2;
goto IL_0011;
}
IL_0011:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::StopRun(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_StopRun_mCC16EEC4656C69A6019B1BAAED361CA84E1E62E4 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, bool ___force0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWorkItemDispatcher_t3686606E0299CE4AC82670068D2956A61EAC25CF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* G_B3_0 = NULL;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* G_B2_0 = NULL;
int32_t G_B4_0 = 0;
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* G_B4_1 = NULL;
{
bool L_0;
L_0 = NUnitTestAssemblyRunner_get_IsTestRunning_m9D733D1F00BCCA82EA993070FE61ACF64C3DBE89(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0032;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_2;
L_2 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
bool L_3 = ___force0;
G_B2_0 = L_2;
if (L_3)
{
G_B3_0 = L_2;
goto IL_0018;
}
}
{
G_B4_0 = 1;
G_B4_1 = G_B2_0;
goto IL_0019;
}
IL_0018:
{
G_B4_0 = 2;
G_B4_1 = G_B3_0;
}
IL_0019:
{
NullCheck(G_B4_1);
TestExecutionContext_set_ExecutionStatus_mBC15E2B44E87091C782409F899B755C82F283777(G_B4_1, G_B4_0, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_4;
L_4 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = TestExecutionContext_get_Dispatcher_m93951A50AE8A50ABD31625181AF214975FF60C40_inline(L_4, NULL);
bool L_6 = ___force0;
NullCheck(L_5);
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void NUnit.Framework.Internal.Execution.IWorkItemDispatcher::CancelRun(System.Boolean) */, IWorkItemDispatcher_t3686606E0299CE4AC82670068D2956A61EAC25CF_il2cpp_TypeInfo_var, L_5, L_6);
}
IL_0032:
{
return;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::StartRun(NUnit.Framework.Interfaces.ITestListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_StartRun_m9AC73627F0FF2E99D67C2C01FA68C203502C8961 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___listener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debugger_tF031B20B91B054B164AAA708E2B27B8ACD1FE9BF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWorkItemDispatcher_t3686606E0299CE4AC82670068D2956A61EAC25CF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral261E6A64E98CFFB64451515F53CB98F588CBBFBB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF61C1EE535DDF446AAFABFE654FBB224655AE44);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B4_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0;
L_0 = Console_get_Out_m72318B95607CE18F153B9415D85045DAC0169ABD_inline(NULL);
__this->____savedOut_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____savedOut_3), (void*)L_0);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1;
L_1 = Console_get_Error_m8DA94D4EFFF9756FF8B44263E256C7341761BD49_inline(NULL);
__this->____savedErr_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____savedErr_4), (void*)L_1);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_2;
L_2 = Console_get_Out_m72318B95607CE18F153B9415D85045DAC0169ABD_inline(NULL);
EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9* L_3 = (EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9*)il2cpp_codegen_object_new(EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9_il2cpp_TypeInfo_var);
NullCheck(L_3);
EventListenerTextWriter__ctor_m17A6AFF9065B67CF5CDFC5ABA4E1FB3D4B3E4AA6(L_3, _stringLiteralAF61C1EE535DDF446AAFABFE654FBB224655AE44, L_2, NULL);
Console_SetOut_m3BF250C4435957B5FBD2194F1249D8414974779E(L_3, NULL);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_4;
L_4 = Console_get_Error_m8DA94D4EFFF9756FF8B44263E256C7341761BD49_inline(NULL);
EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9* L_5 = (EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9*)il2cpp_codegen_object_new(EventListenerTextWriter_tDC13E539E7643E71895DD8E1574BF6E847FF0CC9_il2cpp_TypeInfo_var);
NullCheck(L_5);
EventListenerTextWriter__ctor_m17A6AFF9065B67CF5CDFC5ABA4E1FB3D4B3E4AA6(L_5, _stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7, L_4, NULL);
Console_SetError_mDAF3BE518B51C033D5B01FEF178CBAD922B94BC1(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(Debugger_tF031B20B91B054B164AAA708E2B27B8ACD1FE9BF_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Debugger_get_IsAttached_mFE52BA5101227C49531025ABDF999C2A52CB5F23(NULL);
if (L_6)
{
goto IL_0071;
}
}
{
RuntimeObject* L_7;
L_7 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_7);
bool L_8;
L_8 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_7, _stringLiteral261E6A64E98CFFB64451515F53CB98F588CBBFBB);
if (!L_8)
{
goto IL_0071;
}
}
{
RuntimeObject* L_9;
L_9 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_9);
RuntimeObject* L_10;
L_10 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_9, _stringLiteral261E6A64E98CFFB64451515F53CB98F588CBBFBB);
G_B4_0 = ((int32_t)(((*(bool*)((bool*)(bool*)UnBox(L_10, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))));
goto IL_0072;
}
IL_0071:
{
G_B4_0 = 0;
}
IL_0072:
{
V_0 = (bool)G_B4_0;
bool L_11 = V_0;
if (!L_11)
{
goto IL_007c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Debugger_tF031B20B91B054B164AAA708E2B27B8ACD1FE9BF_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Debugger_Launch_mB5DD764B944138A83294CB783907224D91026A32(NULL);
}
IL_007c:
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_13;
L_13 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
NullCheck(L_13);
RuntimeObject* L_14;
L_14 = TestExecutionContext_get_Dispatcher_m93951A50AE8A50ABD31625181AF214975FF60C40_inline(L_13, NULL);
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_15;
L_15 = NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline(__this, NULL);
NullCheck(L_14);
InterfaceActionInvoker1< WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* >::Invoke(0 /* System.Void NUnit.Framework.Internal.Execution.IWorkItemDispatcher::Dispatch(NUnit.Framework.Internal.Execution.WorkItem) */, IWorkItemDispatcher_t3686606E0299CE4AC82670068D2956A61EAC25CF_il2cpp_TypeInfo_var, L_14, L_15);
return;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::CreateTestExecutionContext(NUnit.Framework.Interfaces.ITestListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_CreateTestExecutionContext_m3F3F341256D3E7A013E978E2330CEB7E3DA158F4 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___listener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral459787C284981647440C7067CBACB34158C09CAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B8E59D6900D66C9B3ABC5E330BC6E0CA83745D9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EAC3611D0443373CA30D5FE9D9A022F817B352E);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_0 = (TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471*)il2cpp_codegen_object_new(TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471_il2cpp_TypeInfo_var);
NullCheck(L_0);
TestExecutionContext__ctor_m00D6E867F90070CF85CFB9DEC2909CAEE19B82C3(L_0, NULL);
NUnitTestAssemblyRunner_set_Context_m8B66D5EC86B5E51DE8C86DF2C2C4F20E43051DDD_inline(__this, L_0, NULL);
RuntimeObject* L_1;
L_1 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_1);
bool L_2;
L_2 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_1, _stringLiteral459787C284981647440C7067CBACB34158C09CAF);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0042;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_4;
L_4 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
RuntimeObject* L_5;
L_5 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_5, _stringLiteral459787C284981647440C7067CBACB34158C09CAF);
NullCheck(L_4);
TestExecutionContext_set_TestCaseTimeout_mF7F1A7744B6B319994A3C91FB6647830F3A52169_inline(L_4, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_6, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
}
IL_0042:
{
RuntimeObject* L_7;
L_7 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_7);
bool L_8;
L_8 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_7, _stringLiteral6B8E59D6900D66C9B3ABC5E330BC6E0CA83745D9);
V_1 = L_8;
bool L_9 = V_1;
if (!L_9)
{
goto IL_0077;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_10;
L_10 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
RuntimeObject* L_11;
L_11 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_11);
RuntimeObject* L_12;
L_12 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_11, _stringLiteral6B8E59D6900D66C9B3ABC5E330BC6E0CA83745D9);
NullCheck(L_10);
TestExecutionContext_set_StopOnError_m4F9D69A32FA1B59093C00848D44C728AD6C42D2B_inline(L_10, ((*(bool*)((bool*)(bool*)UnBox(L_12, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
}
IL_0077:
{
RuntimeObject* L_13;
L_13 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_13);
bool L_14;
L_14 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_13, _stringLiteral9EAC3611D0443373CA30D5FE9D9A022F817B352E);
V_2 = L_14;
bool L_15 = V_2;
if (!L_15)
{
goto IL_00ae;
}
}
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_16;
L_16 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
RuntimeObject* L_17;
L_17 = NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline(__this, NULL);
NullCheck(L_17);
RuntimeObject* L_18;
L_18 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_17, _stringLiteral9EAC3611D0443373CA30D5FE9D9A022F817B352E);
NullCheck(L_16);
TestExecutionContext_set_WorkDirectory_m722BE383D5C0747B277393D7F6A806228F7D4CA7_inline(L_16, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), NULL);
goto IL_00bf;
}
IL_00ae:
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_19;
L_19 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var);
String_t* L_20 = ((Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_StaticFields*)il2cpp_codegen_static_fields_for(Env_tB9029126EBCCEA2036271F7BF11586C954DA3ADB_il2cpp_TypeInfo_var))->___DefaultWorkDirectory_2;
NullCheck(L_19);
TestExecutionContext_set_WorkDirectory_m722BE383D5C0747B277393D7F6A806228F7D4CA7_inline(L_19, L_20, NULL);
}
IL_00bf:
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_21;
L_21 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
RuntimeObject* L_22 = ___listener0;
NullCheck(L_21);
TestExecutionContext_set_Listener_m399C41581F2E46027886DCCB69594C2823C1DD9F(L_21, L_22, NULL);
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_23;
L_23 = NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline(__this, NULL);
SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0* L_24 = (SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0*)il2cpp_codegen_object_new(SimpleWorkItemDispatcher_t028B7F01153727DC88142C0ED3A717E22D9123B0_il2cpp_TypeInfo_var);
NullCheck(L_24);
SimpleWorkItemDispatcher__ctor_m31D947B94CAF71374D60B59939161FF8C28BF393(L_24, NULL);
NullCheck(L_23);
TestExecutionContext_set_Dispatcher_m246147F23E54A48DB088587D0E681602D355E1EA_inline(L_23, L_24, NULL);
return;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::OnRunCompleted(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_OnRunCompleted_m0545D4FE5CA6B07895975E2407E685D0639FD9E5 (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->____savedOut_3;
il2cpp_codegen_runtime_class_init_inline(Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
Console_SetOut_m3BF250C4435957B5FBD2194F1249D8414974779E(L_0, NULL);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = __this->____savedErr_4;
Console_SetError_mDAF3BE518B51C033D5B01FEF178CBAD922B94BC1(L_1, NULL);
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_2 = __this->____runComplete_2;
NullCheck(L_2);
bool L_3;
L_3 = EventWaitHandle_Set_mDF98D67F214714A9590DF82A1C51D3D851281E4D(L_2, NULL);
return;
}
}
// System.Int32 NUnit.Framework.Api.NUnitTestAssemblyRunner::CountTestCases(NUnit.Framework.Interfaces.ITest,NUnit.Framework.Interfaces.ITestFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NUnitTestAssemblyRunner_CountTestCases_mE091DB2A70F83C789F35C6247E722CB4053DA00F (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___test0, RuntimeObject* ___filter1, 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*)&ITestFilter_t94000B8410FBE3E3DFBF8313202799281609EDAC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
RuntimeObject* V_4 = NULL;
bool V_5 = false;
{
RuntimeObject* L_0 = ___test0;
NullCheck(L_0);
bool L_1;
L_1 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean NUnit.Framework.Interfaces.ITest::get_IsSuite() */, ITest_t12E37A1ADD0E8359002374CC45589E89F47BEA04_il2cpp_TypeInfo_var, L_0);
V_1 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0012;
}
}
{
V_2 = 1;
goto IL_005e;
}
IL_0012:
{
V_0 = 0;
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_3 = L_5;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004f:
{// begin finally (depth: 1)
{
RuntimeObject* L_6 = V_3;
if (!L_6)
{
goto IL_0059;
}
}
{
RuntimeObject* L_7 = V_3;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
}
IL_0059:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0045_1;
}
IL_0023_1:
{
RuntimeObject* L_8 = V_3;
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_4 = L_9;
RuntimeObject* L_10 = ___filter1;
RuntimeObject* L_11 = V_4;
NullCheck(L_10);
bool L_12;
L_12 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean NUnit.Framework.Interfaces.ITestFilter::Pass(NUnit.Framework.Interfaces.ITest) */, ITestFilter_t94000B8410FBE3E3DFBF8313202799281609EDAC_il2cpp_TypeInfo_var, L_10, L_11);
V_5 = L_12;
bool L_13 = V_5;
if (!L_13)
{
goto IL_0045_1;
}
}
{
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_4;
RuntimeObject* L_16 = ___filter1;
int32_t L_17;
L_17 = NUnitTestAssemblyRunner_CountTestCases_mE091DB2A70F83C789F35C6247E722CB4053DA00F(__this, L_15, L_16, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_14, L_17));
}
IL_0045_1:
{
RuntimeObject* L_18 = V_3;
NullCheck(L_18);
bool L_19;
L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18);
if (L_19)
{
goto IL_0023_1;
}
}
{
goto IL_005a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005a:
{
int32_t L_20 = V_0;
V_2 = L_20;
goto IL_005e;
}
IL_005e:
{
int32_t L_21 = V_2;
return L_21;
}
}
// System.Void NUnit.Framework.Api.NUnitTestAssemblyRunner::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner__cctor_m0A5B3216F62602E10A8C196BBFA7FA034B2756BC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FEC34EBCA5F3E05A84CCBFF049002C328ECE1F5);
s_Il2CppMethodInitialized = true;
}
{
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_0;
L_0 = InternalTrace_GetLogger_mC7399A42189FEEF158A0AAC2B11E4DE3424CA71D(_stringLiteral0FEC34EBCA5F3E05A84CCBFF049002C328ECE1F5, NULL);
((NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_StaticFields*)il2cpp_codegen_static_fields_for(NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_il2cpp_TypeInfo_var))->___log_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_StaticFields*)il2cpp_codegen_static_fields_for(NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE_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.Api.DefaultTestAssemblyBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTestAssemblyBuilder__ctor_mC7C9966B0AF52FC9FB3D4A5D8AEF6F09196C4C8C (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8* L_0 = (DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8*)il2cpp_codegen_object_new(DefaultSuiteBuilder_tD52417E366C083AE3AFECBD45A617EDED12512C8_il2cpp_TypeInfo_var);
NullCheck(L_0);
DefaultSuiteBuilder__ctor_mC2021BD37D247870F84FC8330BAD356865DA9AC3(L_0, NULL);
__this->____defaultSuiteBuilder_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultSuiteBuilder_1), (void*)L_0);
return;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.DefaultTestAssemblyBuilder::Build(System.Reflection.Assembly,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultTestAssemblyBuilder_Build_mF657DEACDA94CA7685B71CFB9D537C42E0A9A4EE (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, RuntimeObject* ___options1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EDFD5D37CB36A78C8C93967DAE0B12A47F7FB13);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_0 = ((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))->___log_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1;
Assembly_t* L_3 = ___assembly0;
NullCheck(L_3);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_3);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_2;
AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_6;
L_6 = AppDomain_get_CurrentDomain_m5085B6AF21A19506C85E0650C46BE35A18011CFE(NULL);
NullCheck(L_6);
String_t* L_7;
L_7 = AppDomain_get_FriendlyName_mA7B27244514C10773BCEB3F70728E3058F5340AA(L_6, NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_7);
NullCheck(L_0);
Logger_Debug_m413DDF5D22404D992FC3B47EBB78EEAF93C34137(L_0, _stringLiteral6EDFD5D37CB36A78C8C93967DAE0B12A47F7FB13, L_5, NULL);
Assembly_t* L_8 = ___assembly0;
String_t* L_9;
L_9 = AssemblyHelper_GetAssemblyPath_m8AC99163A421BDF78906C6D77D2FE411CE3869C5(L_8, NULL);
V_0 = L_9;
Assembly_t* L_10 = ___assembly0;
String_t* L_11 = V_0;
RuntimeObject* L_12 = ___options1;
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_13;
L_13 = DefaultTestAssemblyBuilder_Build_m63DACE5CE53CD1649213A71B6B6EC8A7C95F839B(__this, L_10, L_11, L_12, NULL);
V_1 = L_13;
goto IL_0040;
}
IL_0040:
{
RuntimeObject* L_14 = V_1;
return L_14;
}
}
// NUnit.Framework.Interfaces.ITest NUnit.Framework.Api.DefaultTestAssemblyBuilder::Build(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultTestAssemblyBuilder_Build_m61EA953ECFF7E4BA88CA44C344601F8CD7D0167C (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, String_t* ___assemblyName0, RuntimeObject* ___options1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EDFD5D37CB36A78C8C93967DAE0B12A47F7FB13);
s_Il2CppMethodInitialized = true;
}
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* V_0 = NULL;
Assembly_t* V_1 = NULL;
Exception_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
il2cpp_codegen_runtime_class_init_inline(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_0 = ((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))->___log_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1;
String_t* L_3 = ___assemblyName0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_3);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_2;
AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_5;
L_5 = AppDomain_get_CurrentDomain_m5085B6AF21A19506C85E0650C46BE35A18011CFE(NULL);
NullCheck(L_5);
String_t* L_6;
L_6 = AppDomain_get_FriendlyName_mA7B27244514C10773BCEB3F70728E3058F5340AA(L_5, NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_6);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_6);
NullCheck(L_0);
Logger_Debug_m413DDF5D22404D992FC3B47EBB78EEAF93C34137(L_0, _stringLiteral6EDFD5D37CB36A78C8C93967DAE0B12A47F7FB13, L_4, NULL);
V_0 = (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*)NULL;
}
try
{// begin try (depth: 1)
String_t* L_7 = ___assemblyName0;
Assembly_t* L_8;
L_8 = AssemblyHelper_Load_mD48C374AD3039C63E3905A412DBBC7C01EF62120(L_7, NULL);
V_1 = L_8;
Assembly_t* L_9 = V_1;
String_t* L_10 = ___assemblyName0;
RuntimeObject* L_11 = ___options1;
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_12;
L_12 = DefaultTestAssemblyBuilder_Build_m63DACE5CE53CD1649213A71B6B6EC8A7C95F839B(__this, L_9, L_10, L_11, NULL);
V_0 = L_12;
goto IL_006a;
}// 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_003f;
}
throw e;
}
CATCH_003f:
{// begin catch(System.Exception)
V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
String_t* L_13 = ___assemblyName0;
TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* L_14 = (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE_il2cpp_TypeInfo_var)));
NullCheck(L_14);
TestAssembly__ctor_mE71CA3B35614D0FF4C802E39752EED5D509C5B80(L_14, L_13, NULL);
V_0 = L_14;
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_15 = V_0;
NullCheck(L_15);
Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7_inline(L_15, 0, NULL);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_16 = V_0;
NullCheck(L_16);
RuntimeObject* L_17;
L_17 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(L_16, NULL);
Exception_t* L_18 = V_2;
NullCheck(L_18);
String_t* L_19;
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_18);
NullCheck(L_17);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Set(System.String,System.Object) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var)), L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6)), L_19);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_006a;
}// end catch (depth: 1)
IL_006a:
{
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_20 = V_0;
V_3 = L_20;
goto IL_006e;
}
IL_006e:
{
RuntimeObject* L_21 = V_3;
return L_21;
}
}
// NUnit.Framework.Internal.TestSuite NUnit.Framework.Api.DefaultTestAssemblyBuilder::Build(System.Reflection.Assembly,System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* DefaultTestAssemblyBuilder_Build_m63DACE5CE53CD1649213A71B6B6EC8A7C95F839B (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, String_t* ___assemblyPath1, RuntimeObject* ___options2, 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*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestContext_tBCB3390E359701C01DB1D59C7DE6135528945E09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6359D6382CA716236D055ABE2D16679F466A3652);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B7BAD6256CEE7EE1860FC080147B156D4CAD459);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAC203C9B37A0D18B38C379C5140527E14C2504F);
s_Il2CppMethodInitialized = true;
}
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
String_t* V_5 = NULL;
bool V_6 = false;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_7 = NULL;
int32_t V_8 = 0;
String_t* V_9 = NULL;
int32_t V_10 = 0;
bool V_11 = false;
String_t* V_12 = NULL;
String_t* V_13 = NULL;
bool V_14 = false;
Exception_t* V_15 = NULL;
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* V_16 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B9_0 = 0;
{
V_0 = (TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*)NULL;
}
try
{// begin try (depth: 1)
{
RuntimeObject* L_0 = ___options2;
NullCheck(L_0);
bool L_1;
L_1 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_0, _stringLiteral6359D6382CA716236D055ABE2D16679F466A3652);
V_3 = L_1;
bool L_2 = V_3;
if (!L_2)
{
goto IL_0028_1;
}
}
{
RuntimeObject* L_3 = ___options2;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_3, _stringLiteral6359D6382CA716236D055ABE2D16679F466A3652);
il2cpp_codegen_runtime_class_init_inline(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var);
((TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_StaticFields*)il2cpp_codegen_static_fields_for(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var))->___DefaultTestNamePattern_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&((TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_StaticFields*)il2cpp_codegen_static_fields_for(TestNameGenerator_t49128F5DDA55C2B33AFBC9E6F067804ED06692C2_il2cpp_TypeInfo_var))->___DefaultTestNamePattern_0), (void*)((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)));
}
IL_0028_1:
{
RuntimeObject* L_5 = ___options2;
NullCheck(L_5);
bool L_6;
L_6 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_5, _stringLiteral6B7BAD6256CEE7EE1860FC080147B156D4CAD459);
V_4 = L_6;
bool L_7 = V_4;
if (!L_7)
{
goto IL_00e7_1;
}
}
{
RuntimeObject* L_8 = ___options2;
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_8, _stringLiteral6B7BAD6256CEE7EE1860FC080147B156D4CAD459);
V_5 = ((String_t*)IsInstSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var));
String_t* L_10 = V_5;
bool L_11;
L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL);
V_6 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
bool L_12 = V_6;
if (!L_12)
{
goto IL_00e6_1;
}
}
{
String_t* L_13 = V_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = L_14;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)59));
NullCheck(L_13);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16;
L_16 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_13, L_15, NULL);
V_7 = L_16;
V_8 = 0;
goto IL_00de_1;
}
IL_007c_1:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = V_7;
int32_t L_18 = V_8;
NullCheck(L_17);
int32_t L_19 = L_18;
String_t* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_9 = L_20;
String_t* L_21 = V_9;
NullCheck(L_21);
int32_t L_22;
L_22 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_21, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, NULL);
V_10 = L_22;
int32_t L_23 = V_10;
if ((((int32_t)L_23) <= ((int32_t)0)))
{
goto IL_00a6_1;
}
}
{
int32_t L_24 = V_10;
String_t* L_25 = V_9;
NullCheck(L_25);
int32_t L_26;
L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL);
G_B9_0 = ((((int32_t)L_24) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_26, 1))))? 1 : 0);
goto IL_00a7_1;
}
IL_00a6_1:
{
G_B9_0 = 0;
}
IL_00a7_1:
{
V_11 = (bool)G_B9_0;
bool L_27 = V_11;
if (!L_27)
{
goto IL_00d7_1;
}
}
{
String_t* L_28 = V_9;
int32_t L_29 = V_10;
NullCheck(L_28);
String_t* L_30;
L_30 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_28, 0, L_29, NULL);
V_12 = L_30;
String_t* L_31 = V_9;
int32_t L_32 = V_10;
NullCheck(L_31);
String_t* L_33;
L_33 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_31, ((int32_t)il2cpp_codegen_add(L_32, 1)), NULL);
V_13 = L_33;
il2cpp_codegen_runtime_class_init_inline(TestContext_tBCB3390E359701C01DB1D59C7DE6135528945E09_il2cpp_TypeInfo_var);
TestParameters_t37D63E5BE32C36D4D4421A2AD0BB1349CFCA74D1* L_34 = ((TestContext_tBCB3390E359701C01DB1D59C7DE6135528945E09_StaticFields*)il2cpp_codegen_static_fields_for(TestContext_tBCB3390E359701C01DB1D59C7DE6135528945E09_il2cpp_TypeInfo_var))->___Parameters_5;
String_t* L_35 = V_12;
String_t* L_36 = V_13;
NullCheck(L_34);
TestParameters_Add_m448414825E5FF286A8861B2F0F8C0DBE8D9AA680(L_34, L_35, L_36, NULL);
}
IL_00d7_1:
{
int32_t L_37 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_37, 1));
}
IL_00de_1:
{
int32_t L_38 = V_8;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = V_7;
NullCheck(L_39);
if ((((int32_t)L_38) < ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))
{
goto IL_007c_1;
}
}
IL_00e6_1:
{
}
IL_00e7_1:
{
V_1 = (RuntimeObject*)NULL;
RuntimeObject* L_40 = ___options2;
NullCheck(L_40);
bool L_41;
L_41 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.String,System.Object>::ContainsKey(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_40, _stringLiteralFAC203C9B37A0D18B38C379C5140527E14C2504F);
V_14 = L_41;
bool L_42 = V_14;
if (!L_42)
{
goto IL_010b_1;
}
}
{
RuntimeObject* L_43 = ___options2;
NullCheck(L_43);
RuntimeObject* L_44;
L_44 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* TValue System.Collections.Generic.IDictionary`2<System.String,System.Object>::get_Item(TKey) */, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_43, _stringLiteralFAC203C9B37A0D18B38C379C5140527E14C2504F);
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_44, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var));
}
IL_010b_1:
{
Assembly_t* L_45 = ___assembly0;
RuntimeObject* L_46 = V_1;
RuntimeObject* L_47;
L_47 = DefaultTestAssemblyBuilder_GetFixtures_m06ADAD6909162A86695CFB65485F0E64F7C29D02(__this, L_45, L_46, NULL);
V_2 = L_47;
Assembly_t* L_48 = ___assembly0;
String_t* L_49 = ___assemblyPath1;
RuntimeObject* L_50 = V_2;
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_51;
L_51 = DefaultTestAssemblyBuilder_BuildTestAssembly_mCE03631C9405A22F051D3D28C183AF55B0483583(__this, L_48, L_49, L_50, NULL);
V_0 = L_51;
goto IL_014e;
}
}// 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_0121;
}
throw e;
}
CATCH_0121:
{// begin catch(System.Exception)
V_15 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
String_t* L_52 = ___assemblyPath1;
TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* L_53 = (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE_il2cpp_TypeInfo_var)));
NullCheck(L_53);
TestAssembly__ctor_mE71CA3B35614D0FF4C802E39752EED5D509C5B80(L_53, L_52, NULL);
V_0 = L_53;
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_54 = V_0;
NullCheck(L_54);
Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7_inline(L_54, 0, NULL);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_55 = V_0;
NullCheck(L_55);
RuntimeObject* L_56;
L_56 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(L_55, NULL);
Exception_t* L_57 = V_15;
NullCheck(L_57);
String_t* L_58;
L_58 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_57);
NullCheck(L_56);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Set(System.String,System.Object) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var)), L_56, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6)), L_58);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_014e;
}// end catch (depth: 1)
IL_014e:
{
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_59 = V_0;
V_16 = L_59;
goto IL_0153;
}
IL_0153:
{
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_60 = V_16;
return L_60;
}
}
// System.Collections.Generic.IList`1<NUnit.Framework.Internal.Test> NUnit.Framework.Api.DefaultTestAssemblyBuilder::GetFixtures(System.Reflection.Assembly,System.Collections.IList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultTestAssemblyBuilder_GetFixtures_m06ADAD6909162A86695CFB65485F0E64F7C29D02 (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, RuntimeObject* ___names1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tD890B0F65ABAD0B3D3FDCE92EDC9BC15264F36B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISuiteBuilder_t921F18F5DAA9F826B2C93C87B54DDC6328C487FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m129769F64E7A2760217B715D3CAFB956E518AFC4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB5B518B770A1025DC27C4FDC3876A168C5E2DD56_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9FA8F742EBA4AFC1E71F0177BCF24131930AEE1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7FAF879D9E6845758819EF61662B11BB3EEB4E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA247954200F98FDD7932C05985F7B95C113087AA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3A7B8E5F44F5C5E25E05DF1F36577EC44679591);
s_Il2CppMethodInitialized = true;
}
List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* V_0 = NULL;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
Type_t* V_4 = NULL;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* V_5 = NULL;
bool V_6 = false;
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* V_7 = NULL;
Exception_t* V_8 = NULL;
RuntimeObject* V_9 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* L_0 = (List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1*)il2cpp_codegen_object_new(List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mB5B518B770A1025DC27C4FDC3876A168C5E2DD56(L_0, List_1__ctor_mB5B518B770A1025DC27C4FDC3876A168C5E2DD56_RuntimeMethod_var);
V_0 = L_0;
il2cpp_codegen_runtime_class_init_inline(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_1 = ((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))->___log_0;
NullCheck(L_1);
Logger_Debug_m58AFBAC849AEAFDEFC1E724B51EE9A51EE85B5C9(L_1, _stringLiteralA247954200F98FDD7932C05985F7B95C113087AA, NULL);
Assembly_t* L_2 = ___assembly0;
RuntimeObject* L_3 = ___names1;
RuntimeObject* L_4;
L_4 = DefaultTestAssemblyBuilder_GetCandidateFixtureTypes_mA30291697A15C58C72C23E92CBCDAD88DAE3140B(__this, L_2, L_3, NULL);
V_1 = L_4;
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_5 = ((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))->___log_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6;
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
int32_t L_9;
L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Type>::get_Count() */, ICollection_1_tD890B0F65ABAD0B3D3FDCE92EDC9BC15264F36B0_il2cpp_TypeInfo_var, L_8);
int32_t L_10 = L_9;
RuntimeObject* L_11 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_11);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_11);
NullCheck(L_5);
Logger_Debug_m413DDF5D22404D992FC3B47EBB78EEAF93C34137(L_5, _stringLiteralC3A7B8E5F44F5C5E25E05DF1F36577EC44679591, L_7, NULL);
V_2 = 0;
RuntimeObject* L_12 = V_1;
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Type>::GetEnumerator() */, IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var, L_12);
V_3 = L_13;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00c0:
{// begin finally (depth: 1)
{
RuntimeObject* L_14 = V_3;
if (!L_14)
{
goto IL_00ca;
}
}
{
RuntimeObject* L_15 = V_3;
NullCheck(L_15);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_15);
}
IL_00ca:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00b6_1;
}
IL_0050_1:
{
RuntimeObject* L_16 = V_3;
NullCheck(L_16);
Type_t* L_17;
L_17 = InterfaceFuncInvoker0< Type_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Type>::get_Current() */, IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var, L_16);
V_4 = L_17;
Type_t* L_18 = V_4;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_19 = (TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353*)il2cpp_codegen_object_new(TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353_il2cpp_TypeInfo_var);
NullCheck(L_19);
TypeWrapper__ctor_m2C3374B558F5000E30D13D610801CE6EA32485FC(L_19, L_18, NULL);
V_5 = L_19;
}
try
{// begin try (depth: 2)
{
RuntimeObject* L_20 = __this->____defaultSuiteBuilder_1;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_21 = V_5;
NullCheck(L_20);
bool L_22;
L_22 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean NUnit.Framework.Interfaces.ISuiteBuilder::CanBuildFrom(NUnit.Framework.Interfaces.ITypeInfo) */, ISuiteBuilder_t921F18F5DAA9F826B2C93C87B54DDC6328C487FD_il2cpp_TypeInfo_var, L_20, L_21);
V_6 = L_22;
bool L_23 = V_6;
if (!L_23)
{
goto IL_009a_2;
}
}
{
RuntimeObject* L_24 = __this->____defaultSuiteBuilder_1;
TypeWrapper_t304F17A684FA819D8079663288C0E88F5DA93353* L_25 = V_5;
NullCheck(L_24);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_26;
L_26 = InterfaceFuncInvoker1< TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C*, RuntimeObject* >::Invoke(1 /* NUnit.Framework.Internal.TestSuite NUnit.Framework.Interfaces.ISuiteBuilder::BuildFrom(NUnit.Framework.Interfaces.ITypeInfo) */, ISuiteBuilder_t921F18F5DAA9F826B2C93C87B54DDC6328C487FD_il2cpp_TypeInfo_var, L_24, L_25);
V_7 = L_26;
List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* L_27 = V_0;
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_28 = V_7;
NullCheck(L_27);
List_1_Add_m129769F64E7A2760217B715D3CAFB956E518AFC4_inline(L_27, L_28, List_1_Add_m129769F64E7A2760217B715D3CAFB956E518AFC4_RuntimeMethod_var);
int32_t L_29 = V_2;
Test_t1026D06404FBD1C36288BC08F01866AB028B6CDD* L_30 = V_7;
NullCheck(L_30);
int32_t L_31;
L_31 = VirtualFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 NUnit.Framework.Internal.Test::get_TestCaseCount() */, L_30);
V_2 = ((int32_t)il2cpp_codegen_add(L_29, L_31));
}
IL_009a_2:
{
goto IL_00b5_1;
}
}// end try (depth: 2)
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_009d_1;
}
throw e;
}
CATCH_009d_1:
{// begin catch(System.Exception)
V_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var)));
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_32 = ((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))))->___log_0;
Exception_t* L_33 = V_8;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33);
NullCheck(L_32);
Logger_Error_mF6ECEB3A1BE7D2A87E686C37BAA685F294F9B68B(L_32, L_34, NULL);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00b5_1;
}// end catch (depth: 2)
IL_00b5_1:
{
}
IL_00b6_1:
{
RuntimeObject* L_35 = V_3;
NullCheck(L_35);
bool L_36;
L_36 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_35);
if (L_36)
{
goto IL_0050_1;
}
}
{
goto IL_00cb;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00cb:
{
il2cpp_codegen_runtime_class_init_inline(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_37 = ((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))->___log_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_38 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_39 = L_38;
List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* L_40 = V_0;
NullCheck(L_40);
int32_t L_41;
L_41 = List_1_get_Count_m9FA8F742EBA4AFC1E71F0177BCF24131930AEE1F_inline(L_40, List_1_get_Count_m9FA8F742EBA4AFC1E71F0177BCF24131930AEE1F_RuntimeMethod_var);
int32_t L_42 = L_41;
RuntimeObject* L_43 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_42);
NullCheck(L_39);
ArrayElementTypeCheck (L_39, L_43);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_43);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_44 = L_39;
int32_t L_45 = V_2;
int32_t L_46 = L_45;
RuntimeObject* L_47 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_46);
NullCheck(L_44);
ArrayElementTypeCheck (L_44, L_47);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_47);
NullCheck(L_37);
Logger_Debug_m413DDF5D22404D992FC3B47EBB78EEAF93C34137(L_37, _stringLiteral1D7FAF879D9E6845758819EF61662B11BB3EEB4E, L_44, NULL);
List_1_t4C8FCFF4A440EBE195164EC9642E17D62D0475C1* L_48 = V_0;
V_9 = L_48;
goto IL_00fd;
}
IL_00fd:
{
RuntimeObject* L_49 = V_9;
return L_49;
}
}
// System.Collections.Generic.IList`1<System.Type> NUnit.Framework.Api.DefaultTestAssemblyBuilder::GetCandidateFixtureTypes(System.Reflection.Assembly,System.Collections.IList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultTestAssemblyBuilder_GetCandidateFixtureTypes_mA30291697A15C58C72C23E92CBCDAD88DAE3140B (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, RuntimeObject* ___names1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_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_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_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*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL;
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* V_1 = NULL;
bool V_2 = false;
RuntimeObject* V_3 = NULL;
RuntimeObject* V_4 = NULL;
String_t* V_5 = NULL;
Type_t* V_6 = NULL;
bool V_7 = false;
String_t* V_8 = NULL;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_9 = NULL;
int32_t V_10 = 0;
Type_t* V_11 = NULL;
bool V_12 = false;
RuntimeObject* V_13 = NULL;
int32_t G_B3_0 = 0;
{
Assembly_t* L_0 = ___assembly0;
NullCheck(L_0);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1;
L_1 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(17 /* System.Type[] System.Reflection.Assembly::GetTypes() */, L_0);
V_0 = L_1;
RuntimeObject* L_2 = ___names1;
if (!L_2)
{
goto IL_0016;
}
}
{
RuntimeObject* L_3 = ___names1;
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);
G_B3_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_0017;
}
IL_0016:
{
G_B3_0 = 1;
}
IL_0017:
{
V_2 = (bool)G_B3_0;
bool L_5 = V_2;
if (!L_5)
{
goto IL_0022;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = V_0;
V_3 = (RuntimeObject*)L_6;
goto IL_00d6;
}
IL_0022:
{
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_7 = (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*)il2cpp_codegen_object_new(List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var);
NullCheck(L_7);
List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69(L_7, List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var);
V_1 = L_7;
RuntimeObject* L_8 = ___names1;
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_8);
V_4 = L_9;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00bc:
{// begin finally (depth: 1)
{
RuntimeObject* L_10 = V_4;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_11 = V_13;
if (!L_11)
{
goto IL_00d1;
}
}
{
RuntimeObject* L_12 = V_13;
NullCheck(L_12);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_12);
}
IL_00d1:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00ae_1;
}
IL_0033_1:
{
RuntimeObject* L_13 = V_4;
NullCheck(L_13);
RuntimeObject* L_14;
L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
V_5 = ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var));
Assembly_t* L_15 = ___assembly0;
String_t* L_16 = V_5;
NullCheck(L_15);
Type_t* L_17;
L_17 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_15, L_16);
V_6 = L_17;
Type_t* L_18 = V_6;
V_7 = (bool)((!(((RuntimeObject*)(Type_t*)L_18) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_19 = V_7;
if (!L_19)
{
goto IL_0062_1;
}
}
{
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_20 = V_1;
Type_t* L_21 = V_6;
NullCheck(L_20);
List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_inline(L_20, L_21, List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var);
goto IL_00ad_1;
}
IL_0062_1:
{
String_t* L_22 = V_5;
String_t* L_23;
L_23 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_22, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, NULL);
V_8 = L_23;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_24 = V_0;
V_9 = L_24;
V_10 = 0;
goto IL_00a4_1;
}
IL_007a_1:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_25 = V_9;
int32_t L_26 = V_10;
NullCheck(L_25);
int32_t L_27 = L_26;
Type_t* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_11 = L_28;
Type_t* L_29 = V_11;
NullCheck(L_29);
String_t* L_30;
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_29);
String_t* L_31 = V_8;
NullCheck(L_30);
bool L_32;
L_32 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_30, L_31, NULL);
V_12 = L_32;
bool L_33 = V_12;
if (!L_33)
{
goto IL_009e_1;
}
}
{
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_34 = V_1;
Type_t* L_35 = V_11;
NullCheck(L_34);
List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_inline(L_34, L_35, List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var);
}
IL_009e_1:
{
int32_t L_36 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_00a4_1:
{
int32_t L_37 = V_10;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_38 = V_9;
NullCheck(L_38);
if ((((int32_t)L_37) < ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))
{
goto IL_007a_1;
}
}
{
}
IL_00ad_1:
{
}
IL_00ae_1:
{
RuntimeObject* L_39 = V_4;
NullCheck(L_39);
bool L_40;
L_40 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_39);
if (L_40)
{
goto IL_0033_1;
}
}
{
goto IL_00d2;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00d2:
{
List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_41 = V_1;
V_3 = L_41;
goto IL_00d6;
}
IL_00d6:
{
RuntimeObject* L_42 = V_3;
return L_42;
}
}
// NUnit.Framework.Internal.TestSuite NUnit.Framework.Api.DefaultTestAssemblyBuilder::BuildTestAssembly(System.Reflection.Assembly,System.String,System.Collections.Generic.IList`1<NUnit.Framework.Internal.Test>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* DefaultTestAssemblyBuilder_BuildTestAssembly_mCE03631C9405A22F051D3D28C183AF55B0483583 (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5* __this, Assembly_t* ___assembly0, String_t* ___assemblyName1, RuntimeObject* ___fixtures2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tB0AADCA81C6C0DB6D9983BA56639F477CAC81F91_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral161DAE26C56A590E08BB85998F648340BABFBE45);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26D0CD803D2620919705FD34127FD91F92ECE48D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C9BFA331E65620FE1764E07AEF3B08311E7C929);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6);
s_Il2CppMethodInitialized = true;
}
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* V_0 = NULL;
bool V_1 = false;
NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC* V_2 = NULL;
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* V_3 = NULL;
{
Assembly_t* L_0 = ___assembly0;
String_t* L_1 = ___assemblyName1;
TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE* L_2 = (TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE*)il2cpp_codegen_object_new(TestAssembly_tF5F5F1AD871FF22F62775AE6A76C5D8279E171CE_il2cpp_TypeInfo_var);
NullCheck(L_2);
TestAssembly__ctor_m812DD5B0743EC63922573C79609CD2D2A4D5EB35(L_2, L_0, L_1, NULL);
V_0 = L_2;
RuntimeObject* L_3 = ___fixtures2;
NullCheck(L_3);
int32_t L_4;
L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<NUnit.Framework.Internal.Test>::get_Count() */, ICollection_1_tB0AADCA81C6C0DB6D9983BA56639F477CAC81F91_il2cpp_TypeInfo_var, L_3);
V_1 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0038;
}
}
{
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_6 = V_0;
NullCheck(L_6);
Test_set_RunState_m0C4834C4DEFBE1548C98FEFCABDC551A216EF9F7_inline(L_6, 0, NULL);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_7 = V_0;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(L_7, NULL);
NullCheck(L_8);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Set(System.String,System.Object) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_8, _stringLiteral9FE9BDA49E54BCA90D4CEFAABE7D782B1ED057C6, _stringLiteral161DAE26C56A590E08BB85998F648340BABFBE45);
goto IL_0050;
}
IL_0038:
{
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_9 = V_0;
NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC* L_10 = (NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC*)il2cpp_codegen_object_new(NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC_il2cpp_TypeInfo_var);
NullCheck(L_10);
NamespaceTreeBuilder__ctor_mA7E4D5999E29AF6F875E77FAB62822AB06EE6DBB(L_10, L_9, NULL);
V_2 = L_10;
NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC* L_11 = V_2;
RuntimeObject* L_12 = ___fixtures2;
NullCheck(L_11);
NamespaceTreeBuilder_Add_mD346A45A182626159937E73A9A6CCBFED705A4DA(L_11, L_12, NULL);
NamespaceTreeBuilder_tC9A5C45F51A1CEDE57A42758F8C6115C53395CDC* L_13 = V_2;
NullCheck(L_13);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_14;
L_14 = NamespaceTreeBuilder_get_RootSuite_m9951FC5B1BFF394974D36D5F071059ADDB7F572E(L_13, NULL);
V_0 = L_14;
}
IL_0050:
{
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_15 = V_0;
Assembly_t* L_16 = ___assembly0;
NullCheck(L_15);
Test_ApplyAttributesToTest_m3EC5865A72AA0CFDE15BA19212060839E5683BB5(L_15, L_16, NULL);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_17 = V_0;
NullCheck(L_17);
RuntimeObject* L_18;
L_18 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(L_17, NULL);
Process_tF74794C64BCE464912BF158980B347CE66AF203B* L_19;
L_19 = Process_GetCurrentProcess_m66CCB1FC5A373B1F70A7A52C7E6973910D84A82E(NULL);
NullCheck(L_19);
int32_t L_20;
L_20 = Process_get_Id_m7401D58B8B638025FFD4574E33057A8F1B4B4E54(L_19, NULL);
int32_t L_21 = L_20;
RuntimeObject* L_22 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_18);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Set(System.String,System.Object) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_18, _stringLiteral8C9BFA331E65620FE1764E07AEF3B08311E7C929, L_22);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_23 = V_0;
NullCheck(L_23);
RuntimeObject* L_24;
L_24 = Test_get_Properties_m5B22725AC01A3734288EF7189AC3747FC5042AFF_inline(L_23, NULL);
AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_25;
L_25 = AppDomain_get_CurrentDomain_m5085B6AF21A19506C85E0650C46BE35A18011CFE(NULL);
NullCheck(L_25);
String_t* L_26;
L_26 = AppDomain_get_FriendlyName_mA7B27244514C10773BCEB3F70728E3058F5340AA(L_25, NULL);
NullCheck(L_24);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(1 /* System.Void NUnit.Framework.Interfaces.IPropertyBag::Set(System.String,System.Object) */, IPropertyBag_tDFE86B36B7521729FB823C0DE685555C0DDA370B_il2cpp_TypeInfo_var, L_24, _stringLiteral26D0CD803D2620919705FD34127FD91F92ECE48D, L_26);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_27 = V_0;
NullCheck(L_27);
TestSuite_Sort_mC14267D12F9FA23405EF98194187D634C2F6A0EB(L_27, NULL);
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_28 = V_0;
V_3 = L_28;
goto IL_009e;
}
IL_009e:
{
TestSuite_t38FF18BD940C06084FB08678B0CD80838352868C* L_29 = V_3;
return L_29;
}
}
// System.Void NUnit.Framework.Api.DefaultTestAssemblyBuilder::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTestAssemblyBuilder__cctor_mDAF93EB3D236F578ED569EA94E748A1C78B616D6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_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);
Logger_t70AB550C1B18D73D8FB5F0489E2BC0CF767E6931* L_2;
L_2 = InternalTrace_GetLogger_m764F9E2D6EDEDB1C007629A65D9AF9A916A6D646(L_1, NULL);
((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))->___log_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTestAssemblyBuilder_t8B8C8775B68C031531801C5378776449439A39A5_il2cpp_TypeInfo_var))->___log_0), (void*)L_2);
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.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD398C62135534CCC9D153A2C63849122EE8ABADD (String_t* ___s0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = ___s0;
if (!L_0)
{
goto IL_002c;
}
}
{
V_0 = ((int32_t)-2128831035);
V_1 = 0;
goto IL_0021;
}
IL_000d:
{
String_t* L_1 = ___s0;
int32_t L_2 = V_1;
NullCheck(L_1);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL);
uint32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)((int32_t)L_3^(int32_t)L_4)), ((int32_t)16777619)));
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0021:
{
int32_t L_6 = V_1;
String_t* L_7 = ___s0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
if ((((int32_t)L_6) >= ((int32_t)L_8)))
{
goto IL_002c;
}
}
{
goto IL_000d;
}
IL_002c:
{
uint32_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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* PrefixConstraint_get_BaseConstraint_m18115C46D65BA3AC65B2C0FED098CF8EFDDFFFB1_inline (PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CBaseConstraintU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConstraintResult_set_Status_m76C630530199E02CCBC93BB748D8EB5F85F444CB_inline (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CStatusU3Ek__BackingField_2 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConstraintResult_get_ActualValue_mAFE1ACB7636F773FED41AFAC2AEF9CDF410ECA95_inline (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CActualValueU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TestDelegate_Invoke_m77F509475603AFBEFB56413D6F4D186208D07AB8_inline (TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (TestDelegate_t36ED9FB74D4FBAD32B0B54A915A13F00913C8A89* __this, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PrefixConstraint_set_DescriptionPrefix_mBBD7D65FDC6A88B9404516F5E8FDA974A11CCC6F_inline (PrefixConstraint_t8EF60315AAD9D11161E7E4541AA9EF389D1ECD04* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CDescriptionPrefixU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDescriptionPrefixU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConstraintResult_get_Status_mAEE12663BC9208C46E3A4F58F3D9F53C2B5361E1_inline (ConstraintResult_t0FBADFA138EF306E1801EBA6D6DDF735560FB52D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CStatusU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_Builder_m3D5048ADCFF1A7F426A9A36CEEF6867C9E576FBB_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CBuilderU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBuilderU3Ek__BackingField_3), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Builder_mF01354D01D5D1117718A9E77E013A835B43EB064_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CBuilderU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_Runner_m71E574753AB67B32983E0DDB35733CCA1AD50A45_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CRunnerU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRunnerU3Ek__BackingField_4), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Test_set_IdPrefix_m98E1C8026A76AC0CB43953EBC80ABC573F457D89_inline (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;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_AssemblyNameOrPath_mF67E6E6C8B8CDBFD401DC50281A27550DF11BA14_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CAssemblyNameOrPathU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAssemblyNameOrPathU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameworkController_set_Settings_mAF327FC178415B91BC9BA7FA6B5F35DC41FF6855_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CSettingsU3Ek__BackingField_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSettingsU3Ek__BackingField_7), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Settings_m18343CF5F32690E3AC7C3E9A21D781C69C18040E_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CSettingsU3Ek__BackingField_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FrameworkController_get_Runner_m8059A70D77A1FE1E565A9EA38DB9776619A08FB7_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CRunnerU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FrameworkController_get_AssemblyNameOrPath_m7AB41E015C191D5EE6655C5D956EE9ED5051EC5E_inline (FrameworkController_tE6C16B8D3F16A06FC6AD21D6BB23400B12BB6D15* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CAssemblyNameOrPathU3Ek__BackingField_5;
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 Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* AssemblyName_get_Version_mC20EC1E68FA7C40120112C2E29A19C9D948B5300_inline (AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* __this, const RuntimeMethod* method)
{
{
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___version_13;
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 RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____key_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* NUnitTestAssemblyRunner_get_TopLevelWorkItem_m620C1C417C02586D7290B937851225D4B04E27DF_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_0 = __this->___U3CTopLevelWorkItemU3Ek__BackingField_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* WorkItem_get_Result_m67FA464EA6A76F67F1A7B2E5C2DFDEE6C32E2F45_inline (WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* __this, const RuntimeMethod* method)
{
{
TestResult_t3D0AB0C7EC2934FD7C860ACFC290B85C5EB6A851* L_0 = __this->___U3CResultU3Ek__BackingField_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_LoadedTest_mD21ED032473DFCFF637EC4D8819840B103A846D4_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CLoadedTestU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WorkItem_get_State_m7BA15374E6949F4845D3B09B531A50BA533525A0_inline (WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CStateU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_Settings_mEB9FB58F8FA4F6D29A9A9B0F323AA400405E75F5_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CSettingsU3Ek__BackingField_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSettingsU3Ek__BackingField_6), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_LoadedTest_m66EA9C0D6282EDF79DB3541405E14C764C76CBFE_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CLoadedTestU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLoadedTestU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_TopLevelWorkItem_mBDD984DBEB655BC4B0C853020E77DB18F5D0F059_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* ___value0, const RuntimeMethod* method)
{
{
WorkItem_tA99586A13B98728A10A537B5A10307265DF94F2B* L_0 = ___value0;
__this->___U3CTopLevelWorkItemU3Ek__BackingField_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTopLevelWorkItemU3Ek__BackingField_7), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* NUnitTestAssemblyRunner_get_Context_mACC1B75D0E0FF29136A3252AF402D3EA62A86B56_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_0 = __this->___U3CContextU3Ek__BackingField_8;
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 TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* Console_get_Out_m72318B95607CE18F153B9415D85045DAC0169ABD_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ((Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var))->___stdout_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* Console_get_Error_m8DA94D4EFFF9756FF8B44263E256C7341761BD49_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ((Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5EDF9498D011BD48287171978EDBBA6964829C3E_il2cpp_TypeInfo_var))->___stderr_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NUnitTestAssemblyRunner_get_Settings_m7212CC33AD0194890725F5DD8036EEEA04D60C94_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CSettingsU3Ek__BackingField_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NUnitTestAssemblyRunner_set_Context_m8B66D5EC86B5E51DE8C86DF2C2C4F20E43051DDD_inline (NUnitTestAssemblyRunner_t01BC84FD0B2483496D926AF509AC164851FD15DE* __this, TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* ___value0, const RuntimeMethod* method)
{
{
TestExecutionContext_t894A09A28013F4952F9E9B4949E85F4E4F2F7471* L_0 = ___value0;
__this->___U3CContextU3Ek__BackingField_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CContextU3Ek__BackingField_8), (void*)L_0);
return;
}
}
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_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 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 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 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 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 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 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;
}
}