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

31705 行
1.7 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename 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 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);
}
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<System.Linq.Expressions.ParameterExpression>
struct Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998;
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`5<System.Linq.Expressions.Expression,System.String,System.Boolean,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.LambdaExpression>>
struct CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7;
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Reflection.MethodInfo>
struct CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15;
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Linq.Expressions.Expression,System.Linq.Expressions.Expression/ExtensionInfo>
struct ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.LabelTarget,System.Int32>
struct Dictionary_2_tBD3A7177F3E943ACCF203FE09FB98B4ECF7A165B;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.LambdaExpression,System.Int32>
struct Dictionary_2_t16D290B1EFBEB72AB792B62478A2C76059CDC58B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>
struct Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Func`2<System.Linq.Expressions.CatchBlock,System.Linq.Expressions.CatchBlock>
struct Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9;
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
// System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.CatchBlock>
struct IEnumerable_1_t7D45D7BE5A367F8451AA9E68817ACCAC34B9AC43;
// System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>
struct IEnumerable_1_tA70CEDE5B026B417CF78C3146B22E44FB6755120;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>
struct IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901;
// System.Collections.Generic.IEnumerator`1<System.Linq.Expressions.Expression>
struct IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6;
// System.Collections.Generic.IEnumerator`1<System.Object>
struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD;
// System.Collections.Generic.IEnumerator`1<System.Linq.Expressions.ParameterExpression>
struct IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4;
// System.Collections.Generic.IEqualityComparer`1<System.Linq.Expressions.LabelTarget>
struct IEqualityComparer_1_t06ACA0A9D524BBD5172A6B153428D7C090E4310B;
// System.Collections.Generic.IEqualityComparer`1<System.Linq.Expressions.LambdaExpression>
struct IEqualityComparer_1_t30C530DD0A4C28B69DFD747E5A894684AB11BBE4;
// System.Collections.Generic.IEqualityComparer`1<System.Object>
struct IEqualityComparer_1_t2CA7720C7ADCCDECD3B02E45878B4478619D5347;
// System.Collections.Generic.IEqualityComparer`1<System.Linq.Expressions.ParameterExpression>
struct IEqualityComparer_1_t3950A1C72D0704C9A5D08F255CB6BE1525EDC4A9;
// System.Collections.Generic.IList`1<System.Linq.Expressions.CatchBlock>
struct IList_1_t4735A9E4CF9D38CFED331FCCBC3D2D006D0D2948;
// System.Collections.Generic.IList`1<System.Linq.Expressions.ElementInit>
struct IList_1_t27005E80750AE799079F4313BDC81CB3D2FBD68A;
// System.Collections.Generic.IList`1<System.Linq.Expressions.Expression>
struct IList_1_t28EB8E755FDBFBDE88574629581245F2CF1F5FC1;
// System.Collections.Generic.IList`1<System.Linq.Expressions.MemberBinding>
struct IList_1_tFA925C675CE15D8AF81BB88E4D45FD7B6FF1030A;
// System.Collections.Generic.IList`1<System.Reflection.MemberInfo>
struct IList_1_t7A435ADE2CFF0B5E61FE0F18231D7FECE59814F0;
// System.Collections.Generic.IList`1<System.Object>
struct IList_1_t6EE90D273EFCF5E7E4C37FAB712E70BB6F1B4BFF;
// System.Collections.Generic.IList`1<System.Linq.Expressions.ParameterExpression>
struct IList_1_t8237764F017214FEC3BDC5BA9D72BD235EAC1402;
// System.Collections.Generic.IList`1<System.Linq.Expressions.SwitchCase>
struct IList_1_tD910B530BD31B39CA6A134DCCB6C6FB4178B2DB2;
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.CatchBlock>
struct IReadOnlyList_1_tAEB3D7852B2BC5856FD01D5C7EAB95C0CB51A2A2;
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>
struct IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65;
// System.Collections.Generic.IReadOnlyList`1<System.Object>
struct IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544;
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>
struct IReadOnlyList_1_tADF897B3B81BAE823FBADDB68EA4976E8D672A2D;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Linq.Expressions.LabelTarget,System.Int32>
struct KeyCollection_t9AF69FD4359B4882081DA49107FE7B62A8BBFD58;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Linq.Expressions.LambdaExpression,System.Int32>
struct KeyCollection_t18FAFB4FCA69EB389EBEECEA9E67C2729AA8A3E1;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>
struct KeyCollection_tEBE08B15420BC67BA2CCF00CB0FC401CEE1820A9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Linq.Expressions.ParameterExpression,System.Int32>
struct KeyCollection_tC533E8BAE940E1D8599793FF3969C20FE938AC1C;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Object[]>
struct PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Boolean>
struct PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Byte>
struct PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Char>
struct PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.DateTime>
struct PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Decimal>
struct PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Double>
struct PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Exception>
struct PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int16>
struct PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int32>
struct PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int64>
struct PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Object>
struct PrimitiveParameterExpression_1_tBFC9B66638DBCCC19EF2B6E4DC39614684C4CB91;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.SByte>
struct PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Single>
struct PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.String>
struct PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt16>
struct PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt32>
struct PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF;
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt64>
struct PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71;
// System.Collections.Generic.Queue`1<System.Linq.Expressions.LambdaExpression>
struct Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B;
// System.Collections.Generic.Queue`1<System.Object>
struct Queue_1_tE9EF546915795972C3BFD68FBB8FA859D3BAF3B5;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock>
struct ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit>
struct ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>
struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding>
struct ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.MemberInfo>
struct ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>
struct ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>
struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.SwitchCase>
struct ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB;
// System.Collections.Generic.Stack`1<System.Int32>
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6;
// System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Linq.Expressions.Expression>
struct TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6;
// System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Object>
struct TrueReadOnlyCollection_1_t71A2D3FD751848C3E87C90C4EDF1D35A25879C4D;
// System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>
struct TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Linq.Expressions.LabelTarget,System.Int32>
struct ValueCollection_t6F4CB66861B9676DDF2F534A46AFD17F7E45040A;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Linq.Expressions.LambdaExpression,System.Int32>
struct ValueCollection_t5B4120445F50C018D80F718F78D5A910DA999CF8;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>
struct ValueCollection_tE4B5F81478422E33CBDE8650FC287DBA3AF04E86;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Linq.Expressions.ParameterExpression,System.Int32>
struct ValueCollection_t57CE11C20C64487E49755D0067CAEE9647101BC2;
// System.Collections.Generic.Dictionary`2/Entry<System.Linq.Expressions.LabelTarget,System.Int32>[]
struct EntryU5BU5D_tBAD33D682B38AC857E30FDA01DCB4E8B563CD8A6;
// System.Collections.Generic.Dictionary`2/Entry<System.Linq.Expressions.LambdaExpression,System.Int32>[]
struct EntryU5BU5D_tDE5140971FF14E082D0CA22ED2D7A41CFAE1C47F;
// System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>[]
struct EntryU5BU5D_t8A61658460FB17254FA3796E021DC61AED164F75;
// System.Collections.Generic.Dictionary`2/Entry<System.Linq.Expressions.ParameterExpression,System.Int32>[]
struct EntryU5BU5D_tC290BD88003566770281A880912B6B92FC7E34CF;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Linq.Expressions.Expression[]
struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F;
// System.Runtime.CompilerServices.IStrongBox[]
struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Linq.Expressions.LambdaExpression[]
struct LambdaExpressionU5BU5D_tE51C0D5AC60EB4263D2495EA848146CF67619DF6;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Linq.Expressions.ParameterExpression[]
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C;
// System.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.Linq.Expressions.Interpreter.AddInstruction
struct AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1;
// System.Linq.Expressions.Interpreter.AddOvfInstruction
struct AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3;
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E;
// System.Linq.Expressions.Interpreter.AndInstruction
struct AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
// System.Linq.Expressions.BinaryExpression
struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Linq.Expressions.Block2
struct Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912;
// System.Linq.Expressions.Block3
struct Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6;
// System.Linq.Expressions.Block4
struct Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99;
// System.Linq.Expressions.Block5
struct Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C;
// System.Linq.Expressions.BlockExpression
struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B;
// System.Linq.Expressions.BlockExpressionList
struct BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759;
// System.Linq.Expressions.BlockN
struct BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC;
// System.Linq.Expressions.ByRefParameterExpression
struct ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Linq.Expressions.CatchBlock
struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.Linq.Expressions.ConditionalExpression
struct ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913;
// System.Linq.Expressions.ConstantExpression
struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547;
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.Linq.Expressions.DebugInfoExpression
struct DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8;
// System.Linq.Expressions.DebugViewWriter
struct DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607;
// System.Linq.Expressions.DefaultExpression
struct DefaultExpression_t68E278AD7534F283D174570B240C596979B26533;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.Linq.Expressions.ElementInit
struct ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// System.Exception
struct Exception_t;
// System.Linq.Expressions.Expression
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785;
// System.Linq.Expressions.ExpressionStringBuilder
struct ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9;
// System.Linq.Expressions.ExpressionVisitor
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590;
// System.Linq.Expressions.FieldExpression
struct FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.Linq.Expressions.FullConditionalExpression
struct FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B;
// System.Linq.Expressions.FullConditionalExpressionWithType
struct FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F;
// System.Linq.Expressions.GotoExpression
struct GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C;
// System.Linq.Expressions.IArgumentProvider
struct IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.Linq.Expressions.IParameterProvider
struct IParameterProvider_tA879E2897812597C54EAFD3F2D5E6593EF584F5C;
// System.Linq.Expressions.IndexExpression
struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347;
// System.Linq.Expressions.InstanceMethodCallExpression
struct InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0;
// System.Linq.Expressions.InstanceMethodCallExpression0
struct InstanceMethodCallExpression0_t20B1527CA370A1F8C5C9001CBB2820CF1C3DF537;
// System.Linq.Expressions.InstanceMethodCallExpression1
struct InstanceMethodCallExpression1_t98746BF7B726CC88D70E4AFD3C34444D197B6931;
// System.Linq.Expressions.InstanceMethodCallExpression2
struct InstanceMethodCallExpression2_t6E5A3152295E390BC5C36C71E940EC02AD27671F;
// System.Linq.Expressions.InstanceMethodCallExpression3
struct InstanceMethodCallExpression3_t07E3473B0EA6175BC66B2DDF645398DD4942AA13;
// System.Linq.Expressions.InstanceMethodCallExpressionN
struct InstanceMethodCallExpressionN_tC0BD2FED71D3E97889302B5CAE1CA0E4E36CC7B5;
// System.Linq.Expressions.Interpreter.Instruction
struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998;
// System.InsufficientExecutionStackException
struct InsufficientExecutionStackException_t2597D0F21647B6B59BD576904281BC5CA340CE4C;
// System.Linq.Expressions.Interpreter.InterpretedFrame
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D;
// System.Linq.Expressions.Interpreter.Interpreter
struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1;
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.InvalidProgramException
struct InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B;
// System.Linq.Expressions.InvocationExpression
struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27;
// System.Linq.Expressions.InvocationExpression0
struct InvocationExpression0_tA921229A7C5FC406098CA58DCD9255AE6E6CD35B;
// System.Linq.Expressions.InvocationExpression1
struct InvocationExpression1_tCFF61B4D3CB587AA119B113599F1CB6CAF1909E3;
// System.Linq.Expressions.InvocationExpression2
struct InvocationExpression2_t129B88FD1977F1E283B446264A88CE15E4782878;
// System.Linq.Expressions.InvocationExpression3
struct InvocationExpression3_tC0A5BA662CF1B90375B9094B2F062C5B207E15DF;
// System.Linq.Expressions.InvocationExpression4
struct InvocationExpression4_t79A2A8E56877A13A034BD25CC7264ADBE8819EC2;
// System.Linq.Expressions.InvocationExpression5
struct InvocationExpression5_t249A9A7103D77A2D6171337CD6EBE0D6A0B85B6C;
// System.Linq.Expressions.InvocationExpressionN
struct InvocationExpressionN_t404223AF60026868C8F2F0697EDE0EAD56DCA6A2;
// System.Collections.Generic.KeyNotFoundException
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E;
// System.Linq.Expressions.LabelExpression
struct LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD;
// System.Linq.Expressions.LabelTarget
struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5;
// System.Linq.Expressions.LambdaExpression
struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E;
// System.Linq.Expressions.ListInitExpression
struct ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8;
// System.Linq.Expressions.LoopExpression
struct LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83;
// System.Linq.Expressions.MemberAssignment
struct MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8;
// System.Linq.Expressions.MemberBinding
struct MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D;
// System.Linq.Expressions.MemberExpression
struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Linq.Expressions.MemberInitExpression
struct MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C;
// System.Linq.Expressions.MemberListBinding
struct MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47;
// System.Linq.Expressions.MemberMemberBinding
struct MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Linq.Expressions.MethodCallExpression
struct MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB;
// System.Linq.Expressions.MethodCallExpression0
struct MethodCallExpression0_t5B3BC850DF21CFF4E0BD652623FAE34599714F98;
// System.Linq.Expressions.MethodCallExpression1
struct MethodCallExpression1_tF1069B1E5953268D92E953CEFA09FB3384428C30;
// System.Linq.Expressions.MethodCallExpression2
struct MethodCallExpression2_tD7AA9CE55917E2EC5E9F20ECE4C84F1F60684F06;
// System.Linq.Expressions.MethodCallExpression3
struct MethodCallExpression3_tD4BB241054849DBB583E3D1597C540B19F71B6D8;
// System.Linq.Expressions.MethodCallExpression4
struct MethodCallExpression4_tA5A1335B47380631593E599C6DB6D7DFD5A8DC85;
// System.Linq.Expressions.MethodCallExpression5
struct MethodCallExpression5_tE020F88F76452867093769BF30227149372539A3;
// System.Linq.Expressions.MethodCallExpressionN
struct MethodCallExpressionN_t8CD330262898CF45DFA7BC7E8E4DBFEEB4731EAB;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Linq.Expressions.NewArrayBoundsExpression
struct NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE;
// System.Linq.Expressions.NewArrayExpression
struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E;
// System.Linq.Expressions.NewArrayInitExpression
struct NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A;
// System.Linq.Expressions.NewExpression
struct NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// System.Linq.Expressions.ParameterExpression
struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110;
// System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F;
// System.Linq.Expressions.PropertyExpression
struct PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// System.Linq.Expressions.RuntimeVariablesExpression
struct RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Linq.Expressions.Scope1
struct Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A;
// System.Linq.Expressions.ScopeExpression
struct ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382;
// System.Linq.Expressions.ScopeN
struct ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807;
// System.Linq.Expressions.ScopeWithType
struct ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639;
// System.Linq.Expressions.StackGuard
struct StackGuard_t6F37D81861288F2039A29A88A6287419F220E849;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Linq.Expressions.SwitchCase
struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A;
// System.Linq.Expressions.SwitchExpression
struct SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959;
// System.Linq.Expressions.SymbolDocumentInfo
struct SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// System.IO.TextWriter
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3;
// System.Linq.Expressions.TryExpression
struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574;
// System.Type
struct Type_t;
// System.Linq.Expressions.TypeBinaryExpression
struct TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF;
// System.Linq.Expressions.TypedConstantExpression
struct TypedConstantExpression_t13F5FC46E1120DAFB6DD6CDE12CDD63474ED74E7;
// System.Linq.Expressions.TypedParameterExpression
struct TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07;
// System.Linq.Expressions.UnaryExpression
struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.Linq.Expressions.Interpreter.AddInstruction/AddDouble
struct AddDouble_t404BDF056899492D3F12CB96A1380C135712675D;
// System.Linq.Expressions.Interpreter.AddInstruction/AddInt16
struct AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA;
// System.Linq.Expressions.Interpreter.AddInstruction/AddInt32
struct AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE;
// System.Linq.Expressions.Interpreter.AddInstruction/AddInt64
struct AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6;
// System.Linq.Expressions.Interpreter.AddInstruction/AddSingle
struct AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683;
// System.Linq.Expressions.Interpreter.AddInstruction/AddUInt16
struct AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069;
// System.Linq.Expressions.Interpreter.AddInstruction/AddUInt32
struct AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6;
// System.Linq.Expressions.Interpreter.AddInstruction/AddUInt64
struct AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC;
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt16
struct AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591;
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt32
struct AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F;
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt64
struct AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF;
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt16
struct AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465;
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt32
struct AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B;
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt64
struct AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823;
// System.Linq.Expressions.Interpreter.AndInstruction/AndBoolean
struct AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708;
// System.Linq.Expressions.Interpreter.AndInstruction/AndByte
struct AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29;
// System.Linq.Expressions.Interpreter.AndInstruction/AndInt16
struct AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D;
// System.Linq.Expressions.Interpreter.AndInstruction/AndInt32
struct AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA;
// System.Linq.Expressions.Interpreter.AndInstruction/AndInt64
struct AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F;
// System.Linq.Expressions.Interpreter.AndInstruction/AndSByte
struct AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE;
// System.Linq.Expressions.Interpreter.AndInstruction/AndUInt16
struct AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649;
// System.Linq.Expressions.Interpreter.AndInstruction/AndUInt32
struct AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C;
// System.Linq.Expressions.Interpreter.AndInstruction/AndUInt64
struct AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8;
// System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18
struct U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036;
// System.Linq.Expressions.Expression/BinaryExpressionProxy
struct BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F;
// System.Linq.Expressions.Expression/BlockExpressionProxy
struct BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F;
// System.Linq.Expressions.Expression/CatchBlockProxy
struct CatchBlockProxy_tBCB26A3ACF0E4EF048E93CB63D3899E6548BF27D;
// System.Linq.Expressions.Expression/ConditionalExpressionProxy
struct ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1;
// System.Linq.Expressions.Expression/ConstantExpressionProxy
struct ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1;
// System.Linq.Expressions.Expression/DebugInfoExpressionProxy
struct DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D;
// System.Linq.Expressions.Expression/DefaultExpressionProxy
struct DefaultExpressionProxy_tD714E39A9AA379452FCE68923194F5B888376C72;
// System.Linq.Expressions.Expression/GotoExpressionProxy
struct GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF;
// System.Linq.Expressions.Expression/IndexExpressionProxy
struct IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34;
// System.Linq.Expressions.Expression/InvocationExpressionProxy
struct InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B;
// System.Linq.Expressions.Expression/LabelExpressionProxy
struct LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF;
// System.Linq.Expressions.Expression/LambdaExpressionProxy
struct LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE;
// System.Linq.Expressions.Expression/ListInitExpressionProxy
struct ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C;
// System.Linq.Expressions.Expression/LoopExpressionProxy
struct LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E;
// System.Linq.Expressions.Expression/MemberExpressionProxy
struct MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484;
// System.Linq.Expressions.Expression/MemberInitExpressionProxy
struct MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870;
// System.Linq.Expressions.Expression/MethodCallExpressionProxy
struct MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526;
// System.Linq.Expressions.Expression/NewArrayExpressionProxy
struct NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7;
// System.Linq.Expressions.Expression/NewExpressionProxy
struct NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1;
// System.Linq.Expressions.Expression/ParameterExpressionProxy
struct ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F;
// System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy
struct RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C;
// System.Linq.Expressions.Expression/SwitchCaseProxy
struct SwitchCaseProxy_t47E0143014A1CDE7D31AF85C1FC5BBE454D355AD;
// System.Linq.Expressions.Expression/SwitchExpressionProxy
struct SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9;
// System.Linq.Expressions.Expression/TryExpressionProxy
struct TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2;
// System.Linq.Expressions.Expression/TypeBinaryExpressionProxy
struct TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78;
// System.Linq.Expressions.Expression/UnaryExpressionProxy
struct UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddDouble_t404BDF056899492D3F12CB96A1380C135712675D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultExpression_t68E278AD7534F283D174570B240C596979B26533_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyReadOnlyCollection_1_t900EA35DD5424C3123926922D20A1AE39EF877E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GotoExpressionKind_tEFFA4D1B24E2D422A1FF7BC5D0E686A6B05A8948_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InsufficientExecutionStackException_t2597D0F21647B6B59BD576904281BC5CA340CE4C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A_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* ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0018FA949C335C268F9F66DE99D4EECF2660BCC4;
IL2CPP_EXTERN_C String_t* _stringLiteral00E9897E82CB9104A446139FF85E30363018BF47;
IL2CPP_EXTERN_C String_t* _stringLiteral012D19DEDB7F268C61672C79B02816C18D097BF4;
IL2CPP_EXTERN_C String_t* _stringLiteral01C9ECE66B614B24620A1C7EAF801B75445CE0D0;
IL2CPP_EXTERN_C String_t* _stringLiteral0419F10D65478107C9B7ACDC31842682EDD2BEF6;
IL2CPP_EXTERN_C String_t* _stringLiteral052EE60531114B35FEF5633AEC7E950F5D071C18;
IL2CPP_EXTERN_C String_t* _stringLiteral05B34BC0CEE7419A30A571768C32E944BB92324E;
IL2CPP_EXTERN_C String_t* _stringLiteral05BAF5F0C99D533258EA5C61E57896D32C59E637;
IL2CPP_EXTERN_C String_t* _stringLiteral083B3C3BCBD8E9403C00BB6509424CFF44C89CCC;
IL2CPP_EXTERN_C String_t* _stringLiteral08CB0ED231181BF1B560358338A71E0A85D37491;
IL2CPP_EXTERN_C String_t* _stringLiteral08CFE4D708959435BF56C4B792145841BEA91832;
IL2CPP_EXTERN_C String_t* _stringLiteral0A08504CE4D03C27B3393379203A99CADA8CF1A3;
IL2CPP_EXTERN_C String_t* _stringLiteral0AC02EBF34F6CB40FDBEA44B5AC663CFCF35E618;
IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A;
IL2CPP_EXTERN_C String_t* _stringLiteral0D0E7E8352541808302146F5C2D74936910C7516;
IL2CPP_EXTERN_C String_t* _stringLiteral0ECEE86ABC0D814B2293191DE418A63357049A33;
IL2CPP_EXTERN_C String_t* _stringLiteral0F144BDAF6EE2C0E6CFB19145B2E6195FD2E6540;
IL2CPP_EXTERN_C String_t* _stringLiteral107694947DB47644F8036602F63473486E1ED925;
IL2CPP_EXTERN_C String_t* _stringLiteral1185E7A742B76A90CD9B54C1E4E52644B80BBA5F;
IL2CPP_EXTERN_C String_t* _stringLiteral12A8CFE76663728B9BB5B211ABE6F9AB7F527629;
IL2CPP_EXTERN_C String_t* _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46;
IL2CPP_EXTERN_C String_t* _stringLiteral15CF6F769B0EB2F2E90C1E65CE61C1FE2C0478AF;
IL2CPP_EXTERN_C String_t* _stringLiteral15EDEC6FF76E6FDA93B4EF7EB0FBA38A563881B0;
IL2CPP_EXTERN_C String_t* _stringLiteral16CE4C265479AEFCAA696C03E5FE3E9D766BD757;
IL2CPP_EXTERN_C String_t* _stringLiteral17EC03BBCC5EAC329B6641870176EE69FA35637B;
IL2CPP_EXTERN_C String_t* _stringLiteral1A0F78273B032DEAF4CAB0632117F04B42207624;
IL2CPP_EXTERN_C String_t* _stringLiteral1AF061225F94C2ACBCB66B14734547596597CE25;
IL2CPP_EXTERN_C String_t* _stringLiteral1B5D2F304FC60617352F64917E1E43DC909926E3;
IL2CPP_EXTERN_C String_t* _stringLiteral1B926A10ECCB48C182C329FC5AB860E4367473AE;
IL2CPP_EXTERN_C String_t* _stringLiteral1CD8764C371555605962F13FE424317D42316A20;
IL2CPP_EXTERN_C String_t* _stringLiteral1E024F8C2BA0751536AEC01C2BB37A58D23E925C;
IL2CPP_EXTERN_C String_t* _stringLiteral1E2D64BE0B742BB1DC39B3D63EF37D7C05169A08;
IL2CPP_EXTERN_C String_t* _stringLiteral1E4602BE3906A5DB069E16BF150494788139ED9F;
IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E;
IL2CPP_EXTERN_C String_t* _stringLiteral1FB074256F73518DD30BDC7C5D64E3FE9B968C5B;
IL2CPP_EXTERN_C String_t* _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952;
IL2CPP_EXTERN_C String_t* _stringLiteral2382B971DAD288CA5D307A54F89DB13E13D34BB0;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral25F5EF17AC725A91FE3F3CE895C16ED6DD9B3499;
IL2CPP_EXTERN_C String_t* _stringLiteral2753DED4A753D69B86213F583EFED4AE585D94B7;
IL2CPP_EXTERN_C String_t* _stringLiteral2783420FD0C038B0FC9DE02BFB28312E25000E37;
IL2CPP_EXTERN_C String_t* _stringLiteral27AAD5B15BAD9EB77F86D8A58E57C742AB5A0FEE;
IL2CPP_EXTERN_C String_t* _stringLiteral27C26121B75245C100CA1D2E8E73E713DD2F2E03;
IL2CPP_EXTERN_C String_t* _stringLiteral29539CF9C0050D20C86E38130F25844476FB63BD;
IL2CPP_EXTERN_C String_t* _stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA;
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
IL2CPP_EXTERN_C String_t* _stringLiteral2CA87F419D39A7A061EC2195DE4BF6A36167C15A;
IL2CPP_EXTERN_C String_t* _stringLiteral2D3AD740846218FEC7EB592218E5376624F77D9D;
IL2CPP_EXTERN_C String_t* _stringLiteral2E1312F7E6FB6D15DE25A38E994B710E167B61A7;
IL2CPP_EXTERN_C String_t* _stringLiteral2E766EB785DFC105AC2A895C8F418D3B19A90417;
IL2CPP_EXTERN_C String_t* _stringLiteral2EA5D901C719F51450F4027DF0FEC259DBE56C69;
IL2CPP_EXTERN_C String_t* _stringLiteral30C11F235EC8D2FDE84472B846C07998425FC47B;
IL2CPP_EXTERN_C String_t* _stringLiteral347A0369581ABD9DAE90C8C9DB94DDC38B1E9F62;
IL2CPP_EXTERN_C String_t* _stringLiteral34DF6A8E243A634C5B2054C0F4E5D270F942B6F2;
IL2CPP_EXTERN_C String_t* _stringLiteral365B734430D9CF2AB2319E3E14FDC9F33C4F862C;
IL2CPP_EXTERN_C String_t* _stringLiteral366CFA846440793E062002B50B772FC743DE407F;
IL2CPP_EXTERN_C String_t* _stringLiteral370394DE26466E4408C2989BBD1A64B3402DBDD8;
IL2CPP_EXTERN_C String_t* _stringLiteral39EE071DBFF62B93DB3A1FF65E0FE4AB2D376048;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
IL2CPP_EXTERN_C String_t* _stringLiteral3B3248F4D193015B2C8060BDF1D3EC76449FA8AA;
IL2CPP_EXTERN_C String_t* _stringLiteral3D17DCEBD7B943FD0C4381B33C8A715ED66BF7B6;
IL2CPP_EXTERN_C String_t* _stringLiteral3E62F1248D586FD058D2AE3632C334AC9B914033;
IL2CPP_EXTERN_C String_t* _stringLiteral3E8544521FACB1DB8EFA296EC176F9980B350C66;
IL2CPP_EXTERN_C String_t* _stringLiteral3EB432DF0AA38DCA0FF1899A2C35BE87DC5F7AF3;
IL2CPP_EXTERN_C String_t* _stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111;
IL2CPP_EXTERN_C String_t* _stringLiteral413DFBE3848DA641C9ECD86DF8C221B6FCCCCC98;
IL2CPP_EXTERN_C String_t* _stringLiteral41568053503E6CD31B449C3F341DD4B56CB6912D;
IL2CPP_EXTERN_C String_t* _stringLiteral4229089BA64B299A6AFCCCA6AD45AFFC60BB154F;
IL2CPP_EXTERN_C String_t* _stringLiteral425BC97F8069D7AE79D97C7E81658B58F2BCBD52;
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
IL2CPP_EXTERN_C String_t* _stringLiteral42A87FFF589A0835183039A4BC7203D0C46D2630;
IL2CPP_EXTERN_C String_t* _stringLiteral431996AE9D55F610ECC62A67B60AFB5EF7090C09;
IL2CPP_EXTERN_C String_t* _stringLiteral43518F54AC1A7F3CEBE1CD78BAC5AEB67B674D3B;
IL2CPP_EXTERN_C String_t* _stringLiteral44906E572DF65ABC4C2C1ED9915172730368C040;
IL2CPP_EXTERN_C String_t* _stringLiteral45CBEF9B45DF6B12CE78CFF4430BAA55F49A4948;
IL2CPP_EXTERN_C String_t* _stringLiteral471543834C9A5ADAA79EDD06EDCBA5930B3CB3F4;
IL2CPP_EXTERN_C String_t* _stringLiteral4752972CF22F1E5B3BCBF5CB44529D259E701388;
IL2CPP_EXTERN_C String_t* _stringLiteral48B47FDDA57B9DCA9053DF62A8543DB0F876C7BF;
IL2CPP_EXTERN_C String_t* _stringLiteral49A5AAB83859C60FC692064F7CA72853E8B6B189;
IL2CPP_EXTERN_C String_t* _stringLiteral4A3E0777CA036CEEB48D3BF32DD99000A0A11230;
IL2CPP_EXTERN_C String_t* _stringLiteral4AA544F1E51CD304DAF5AEAE3FCAF06FA4C7B753;
IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30;
IL2CPP_EXTERN_C String_t* _stringLiteral4E9616E9F10ACA4A75D795C4BF135C1093B27F4D;
IL2CPP_EXTERN_C String_t* _stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD;
IL2CPP_EXTERN_C String_t* _stringLiteral4F5F0F752D59182C31FDD238E41637EE088C7E22;
IL2CPP_EXTERN_C String_t* _stringLiteral51B9A921875B50DC2E745884E0F3B09DFCFEA44A;
IL2CPP_EXTERN_C String_t* _stringLiteral52904F96F0310B12FD108539A0EA4F51CD17EF83;
IL2CPP_EXTERN_C String_t* _stringLiteral52A0679C625D3F4E21EB71F4D252F6E3CCC5AB81;
IL2CPP_EXTERN_C String_t* _stringLiteral52FB20587B3A86F73E838698F00C2E103E939AC1;
IL2CPP_EXTERN_C String_t* _stringLiteral5385EB3189C7363E5A9055A75DB0DD1EE342BCCD;
IL2CPP_EXTERN_C String_t* _stringLiteral561DD56768A8A61E73B01577FC2C730CB6FEA1D0;
IL2CPP_EXTERN_C String_t* _stringLiteral5675144133DFBC0AC6538E0C2087BBFC5D6AEF58;
IL2CPP_EXTERN_C String_t* _stringLiteral56F8ED283148F86DC021F144733AD8F493F586DC;
IL2CPP_EXTERN_C String_t* _stringLiteral581430FB5E2AB80389A430804CEF0F2382806766;
IL2CPP_EXTERN_C String_t* _stringLiteral59C2604863E3066ABC8CFE24AAF2F5EA9E9C48C1;
IL2CPP_EXTERN_C String_t* _stringLiteral59C7056EE190747D1BAD01074B5293AB80CDBB3A;
IL2CPP_EXTERN_C String_t* _stringLiteral5AF78710EFFDE55BF2B10ECF1514E5A948FC1409;
IL2CPP_EXTERN_C String_t* _stringLiteral5B5A9DB1502DC06915EDA73059799548138390AE;
IL2CPP_EXTERN_C String_t* _stringLiteral5BD479F9435263F0C20E9AAE0FC24452CB175487;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
IL2CPP_EXTERN_C String_t* _stringLiteral5E4222789BAD2B5965A87EF504E37D9955FE066D;
IL2CPP_EXTERN_C String_t* _stringLiteral61759565E575B9B47703E5D2E5144C3E988BBEAB;
IL2CPP_EXTERN_C String_t* _stringLiteral63A81BF09BF6D663EE7A4CA8E2BF41ACB795C4BF;
IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97;
IL2CPP_EXTERN_C String_t* _stringLiteral641DC1D90C77E3C944DF9693BF15F335A2DC78AE;
IL2CPP_EXTERN_C String_t* _stringLiteral652020781139A0A2B14DBD0B9030CECA23499296;
IL2CPP_EXTERN_C String_t* _stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6;
IL2CPP_EXTERN_C String_t* _stringLiteral662D98DC66A11F3291225A068D8F90FEA284E8D6;
IL2CPP_EXTERN_C String_t* _stringLiteral671831019EF0D68B3A00023A5E3BF5AA7F2EE0DA;
IL2CPP_EXTERN_C String_t* _stringLiteral67A90A42A6455E19FAEFD2A1E887AFDBD8241B07;
IL2CPP_EXTERN_C String_t* _stringLiteral68469D78647077B3DBD424E2A442E6B7DB12CCB6;
IL2CPP_EXTERN_C String_t* _stringLiteral6919B545440DB3ECB6BC68172682D8A9F35BA570;
IL2CPP_EXTERN_C String_t* _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA;
IL2CPP_EXTERN_C String_t* _stringLiteral6993912CA9E5499571A0BA26FC476ABF23B247C8;
IL2CPP_EXTERN_C String_t* _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E;
IL2CPP_EXTERN_C String_t* _stringLiteral6A7535C25878492412700B122A6744EBD9EAD734;
IL2CPP_EXTERN_C String_t* _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710;
IL2CPP_EXTERN_C String_t* _stringLiteral6C364248D0FB6680432244BD89D98FACDEC0A3CF;
IL2CPP_EXTERN_C String_t* _stringLiteral6D02371077946CDDB3405CBFC7A6434ECBD716F6;
IL2CPP_EXTERN_C String_t* _stringLiteral6FDE9C5B818A6540FDC2C9BB34C34862BBF484CC;
IL2CPP_EXTERN_C String_t* _stringLiteral716B498A87E675030CCCDDA8A5937CE30239665D;
IL2CPP_EXTERN_C String_t* _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11;
IL2CPP_EXTERN_C String_t* _stringLiteral728E9AD457A87EF07C55B5C8498DC13D768C0B15;
IL2CPP_EXTERN_C String_t* _stringLiteral7568605F6D1B76C8BDBDF655EFC1B89CE1FC9851;
IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
IL2CPP_EXTERN_C String_t* _stringLiteral775D83CBD980D10040B075366CB87EDD8F3C0FFE;
IL2CPP_EXTERN_C String_t* _stringLiteral79B92BB090AA6B3E80F7D9ADCC432B2036A244AA;
IL2CPP_EXTERN_C String_t* _stringLiteral79C235DD5658E27587B647F1B18D450D497FAAE9;
IL2CPP_EXTERN_C String_t* _stringLiteral7AE2ABA7A8A3145404ED65A940FECD2617549F55;
IL2CPP_EXTERN_C String_t* _stringLiteral7B3B7653842708CFCF22E8EBA38ADB8CEF11CADF;
IL2CPP_EXTERN_C String_t* _stringLiteral7BCD0055266E6A2D27046CB48F7AD1B5424E7F89;
IL2CPP_EXTERN_C String_t* _stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611;
IL2CPP_EXTERN_C String_t* _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A;
IL2CPP_EXTERN_C String_t* _stringLiteral7EF1829A378D66B1DD70A767729127A0DC5EDCAE;
IL2CPP_EXTERN_C String_t* _stringLiteral7F70A5FFB74237FFCD4F30931A1BE065AFF805DA;
IL2CPP_EXTERN_C String_t* _stringLiteral7FBF491D8A6339642C3B0B8599FD08C4E3BAB7FF;
IL2CPP_EXTERN_C String_t* _stringLiteral8053CC457DE50FCA8F0EF81A23C9210F62C37F12;
IL2CPP_EXTERN_C String_t* _stringLiteral812BBB586E626F59DADED777F983C5B0511BBBFE;
IL2CPP_EXTERN_C String_t* _stringLiteral816BF2B485508563B774DA508C8B014EC7DF2245;
IL2CPP_EXTERN_C String_t* _stringLiteral81FC5B995B82889D7A788E2EEAE4B73A1B20D87B;
IL2CPP_EXTERN_C String_t* _stringLiteral8229C5A1D1D6D2FABEFC31963B972A057188D8A3;
IL2CPP_EXTERN_C String_t* _stringLiteral82641F1B48595756BE451F9B9E0AF7E032EB37BD;
IL2CPP_EXTERN_C String_t* _stringLiteral82E1F354636F248C0774B9D8C5BD90B6FD1CE7A4;
IL2CPP_EXTERN_C String_t* _stringLiteral83D6D2FA9D43F4DBD1B6CA1A8AE83F684116D9BE;
IL2CPP_EXTERN_C String_t* _stringLiteral84784D5532B1F3491CF3BB9FEE1A6AB1C13C8544;
IL2CPP_EXTERN_C String_t* _stringLiteral8502B74AE7C6DDC99AF74CFE502D4AE67B01521E;
IL2CPP_EXTERN_C String_t* _stringLiteral85B9EA2747049AE6321999DAEA9B38F6ABEB4DC4;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral8719FFC739536C9848492D037E063238122D6A84;
IL2CPP_EXTERN_C String_t* _stringLiteral8720458507D6C6D12928DD04D7AAF1F058DD9C72;
IL2CPP_EXTERN_C String_t* _stringLiteral8884690BE8675F580526DA9F59E741FBA925DB84;
IL2CPP_EXTERN_C String_t* _stringLiteral8925F0989CFAAA8FEABB6718F3C72D64F5DDCD84;
IL2CPP_EXTERN_C String_t* _stringLiteral89D1DF8B32F59C90B7F1DCEF370C98B2A72E80A7;
IL2CPP_EXTERN_C String_t* _stringLiteral8B17A4C81AB48771D7659B79C80377AE8F60A01A;
IL2CPP_EXTERN_C String_t* _stringLiteral8B85024A6AD8D491243BB90F0F7C7F604A694C3D;
IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E;
IL2CPP_EXTERN_C String_t* _stringLiteral8E12466D0B5A509F61FDCC5267CCCC3215DB5220;
IL2CPP_EXTERN_C String_t* _stringLiteral8F24A758B7496EDC15EBA03449D761B1F8F3262C;
IL2CPP_EXTERN_C String_t* _stringLiteral8F665DDB57D6598360ACCB21C828AAD531C02239;
IL2CPP_EXTERN_C String_t* _stringLiteral8FAA66A1A98447E9B18F94AB50BCA8AA76F2DF6C;
IL2CPP_EXTERN_C String_t* _stringLiteral909D808B3BF25888DC19150B16F7FECEFBEA0E70;
IL2CPP_EXTERN_C String_t* _stringLiteral915C4845A3FBB955AD2131CC79F1E5C6CAAA61BA;
IL2CPP_EXTERN_C String_t* _stringLiteral9305C6B967C60BDBF852886B9B149EBDC57010CE;
IL2CPP_EXTERN_C String_t* _stringLiteral9376E3B78102EC033F8620C7020D273BC20A6D56;
IL2CPP_EXTERN_C String_t* _stringLiteral9452A87FAA0073A5238C5BF8FBCAE0BFB2A7512D;
IL2CPP_EXTERN_C String_t* _stringLiteral969E287ADCBB732E54814AD30BE5A3909A6F3EEB;
IL2CPP_EXTERN_C String_t* _stringLiteral976DC8E11A13CE559A423747BF29BFD997CBCC17;
IL2CPP_EXTERN_C String_t* _stringLiteral98C264C084C59779F61B419DDA3033D65EA2672D;
IL2CPP_EXTERN_C String_t* _stringLiteral9AFBF35C0C0E90AEC0B7E6ED0DEE643FABC0AB1E;
IL2CPP_EXTERN_C String_t* _stringLiteral9B59544A1CA2EADF2F0066331B1D81882C0056C0;
IL2CPP_EXTERN_C String_t* _stringLiteral9B837CEAE92D5E7CBE33F53374AE0C5678C75372;
IL2CPP_EXTERN_C String_t* _stringLiteral9C3A5362083E5912AC6C0B138310BF83B5512556;
IL2CPP_EXTERN_C String_t* _stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF;
IL2CPP_EXTERN_C String_t* _stringLiteral9F9C870D3D78166F779BC1C18243D5BB08FC537A;
IL2CPP_EXTERN_C String_t* _stringLiteral9FBB4AAE395F5083E7D7C5595FA511A533D09D06;
IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158;
IL2CPP_EXTERN_C String_t* _stringLiteralA041A903507FD76791B65E77B8DA1BF219158F7D;
IL2CPP_EXTERN_C String_t* _stringLiteralA1811D1FA418F6821B18E25B7C8FF8F6DA1B7309;
IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73;
IL2CPP_EXTERN_C String_t* _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827;
IL2CPP_EXTERN_C String_t* _stringLiteralA6D2C0EE36D007D1B12DE6C10BD876FE6934153D;
IL2CPP_EXTERN_C String_t* _stringLiteralA6DF45C72270FA2BB1DBC2168AD0472EA600EA70;
IL2CPP_EXTERN_C String_t* _stringLiteralA87EDB7D2DFF313D705623D88378110F080221A9;
IL2CPP_EXTERN_C String_t* _stringLiteralA918C0A517418C8D6CC04673AF52EA3E57C073A1;
IL2CPP_EXTERN_C String_t* _stringLiteralA997D80B08406DCA4938C89F55544A1386362F3A;
IL2CPP_EXTERN_C String_t* _stringLiteralAB36E1FF973A4E421B0777FD0F36A9451F62D1FE;
IL2CPP_EXTERN_C String_t* _stringLiteralAC6304A7FBF993FF0E26AC1A09A88135B64FB0DD;
IL2CPP_EXTERN_C String_t* _stringLiteralAC90B727603A6CB62B918D17B09B4D073954AD5B;
IL2CPP_EXTERN_C String_t* _stringLiteralAD1D3DC067F3F1FD1F13B61D3B4A23C3470D6502;
IL2CPP_EXTERN_C String_t* _stringLiteralAD3AB4CC9897182486FE349E69570E0D80FD58E7;
IL2CPP_EXTERN_C String_t* _stringLiteralAD9C085B00E088B4C811628725A35E6449F0651D;
IL2CPP_EXTERN_C String_t* _stringLiteralB0518AB2EF5B4570B2185DA60748D6B82A5316BD;
IL2CPP_EXTERN_C String_t* _stringLiteralB05322B5AEDB1DAB4B6981C42D9FD3F5FEEE0B14;
IL2CPP_EXTERN_C String_t* _stringLiteralB0A04C2FE2A3E75B16E545908F9CEBDC36A34CED;
IL2CPP_EXTERN_C String_t* _stringLiteralB30B3C48266571BF25CBFF6E4D8E601C07CBC07A;
IL2CPP_EXTERN_C String_t* _stringLiteralB39FE4C22436BF07C584CCDE0804DD0065E93C07;
IL2CPP_EXTERN_C String_t* _stringLiteralB3B1F2A715564A61D5C9096058ED1943BACCD84D;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F13FACFEFE5F81DEF271883D0E49258D7F6E81;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
IL2CPP_EXTERN_C String_t* _stringLiteralB43E6200357767A31368A7DD45755612AA937A3E;
IL2CPP_EXTERN_C String_t* _stringLiteralB65B3630B868DD6AE773EA7832A759782D66280A;
IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED;
IL2CPP_EXTERN_C String_t* _stringLiteralBB48B0D60DDB12286E90E507C8A8022426A28BF8;
IL2CPP_EXTERN_C String_t* _stringLiteralBBFD48C251E49D3683DCC1DBAF057F22B03C114D;
IL2CPP_EXTERN_C String_t* _stringLiteralBCB7A1B10C2ECB10CDB68FD9350050A2BEC5DE69;
IL2CPP_EXTERN_C String_t* _stringLiteralBD78FEA9D8030499CE2FDA70990A7143C55C18DA;
IL2CPP_EXTERN_C String_t* _stringLiteralBE82747527D515309727467BF1312EA227E65B56;
IL2CPP_EXTERN_C String_t* _stringLiteralC380DFC0F64E13A308E7E469D5834BB3C60237DE;
IL2CPP_EXTERN_C String_t* _stringLiteralC3A091AD4E02C10A603C1ABF8D46467DC7770223;
IL2CPP_EXTERN_C String_t* _stringLiteralC3FEE0FA7F4F8EFBA56C6B4740111C45AA316A17;
IL2CPP_EXTERN_C String_t* _stringLiteralC400B58496A5FA148BE40646CCE1F2F9AD0F03E5;
IL2CPP_EXTERN_C String_t* _stringLiteralC4C957757F92335D430A96FD9CFF2B342897E94B;
IL2CPP_EXTERN_C String_t* _stringLiteralC93C892AC84C59C4074BE475E02FB780CBA8DA7A;
IL2CPP_EXTERN_C String_t* _stringLiteralC947C359FEA9248D6B38F361187D79FF2053D6BA;
IL2CPP_EXTERN_C String_t* _stringLiteralC9B04CBEAB0D487FBB038F3837F117EB12C1BB63;
IL2CPP_EXTERN_C String_t* _stringLiteralC9EA74C837F49DC8CEEDDFD4F271AA14513EA9AA;
IL2CPP_EXTERN_C String_t* _stringLiteralCA22923B8B1C884BC388D8907734066276756427;
IL2CPP_EXTERN_C String_t* _stringLiteralCA8196A5607A9AABF2A7C9CA9FAA9EE8D3FAFA77;
IL2CPP_EXTERN_C String_t* _stringLiteralCB2070BB5AC5DA50197474C74B7EA4D7BDEEBCB1;
IL2CPP_EXTERN_C String_t* _stringLiteralCB4A9570A6551E5335E2210568E9FE5094160CB3;
IL2CPP_EXTERN_C String_t* _stringLiteralCC2FBE8C2AC3E0D465C11BBDF5D83B2C9776579F;
IL2CPP_EXTERN_C String_t* _stringLiteralCD95615C6FA0537EA62E491BB8EA05D9B30FAD08;
IL2CPP_EXTERN_C String_t* _stringLiteralCF0A11A4A6F2EC3CA43E9826F3A6A7A5646D5C3F;
IL2CPP_EXTERN_C String_t* _stringLiteralD06BB321D883F30B1B37EE3DB4D537D020B25BF5;
IL2CPP_EXTERN_C String_t* _stringLiteralD1F23B20FB1EE08CD98DF825091B73B870DC192D;
IL2CPP_EXTERN_C String_t* _stringLiteralD28BC98B252FEA8368F9E43EB9F4367415B19BAC;
IL2CPP_EXTERN_C String_t* _stringLiteralD32F42CEFAEB656802941F988FAA2CE38CC74317;
IL2CPP_EXTERN_C String_t* _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31;
IL2CPP_EXTERN_C String_t* _stringLiteralD51DA3A7C68D7C0B8E6C4250D56249043594AD4A;
IL2CPP_EXTERN_C String_t* _stringLiteralD67D67DD42F3EE0C3AB1FB6ED0D12E5C6F592829;
IL2CPP_EXTERN_C String_t* _stringLiteralD7CCBDF7AC9A6709140C2811891A847313AC5DF1;
IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
IL2CPP_EXTERN_C String_t* _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32;
IL2CPP_EXTERN_C String_t* _stringLiteralD9C01FAA32563B3A4511B60C44F58E316D631375;
IL2CPP_EXTERN_C String_t* _stringLiteralD9DA93352DA466F2611A4E43EAED88FC1EA07663;
IL2CPP_EXTERN_C String_t* _stringLiteralDA3394D60A781CE18DB7DB97F5E7D299230FD374;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDB2FD3E64B40DE7BFE1C224EA1FF4BFD9537CFFB;
IL2CPP_EXTERN_C String_t* _stringLiteralDB50854D8D501F12A08AB41550C7A4EFD8593108;
IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17;
IL2CPP_EXTERN_C String_t* _stringLiteralDEF3E0488656774170520F9C9817540BC9B7A342;
IL2CPP_EXTERN_C String_t* _stringLiteralDF07E0F12D958B904AE2D31E9E73E3DBC3FBB2FA;
IL2CPP_EXTERN_C String_t* _stringLiteralDF3FA99CABAE94EF85E0510CA4C6C70F9E368320;
IL2CPP_EXTERN_C String_t* _stringLiteralDF5C22D4BBDCA40C387FD0C4A0A44384EA0B54CB;
IL2CPP_EXTERN_C String_t* _stringLiteralDF74F0637127DD52B6B40A32BD65B2D13DF734D9;
IL2CPP_EXTERN_C String_t* _stringLiteralDFC500CF01D877A89AA3F6E3447F79A733BA63FF;
IL2CPP_EXTERN_C String_t* _stringLiteralE0A280337FBF907EF4F329CFB3F183ECFEC3487D;
IL2CPP_EXTERN_C String_t* _stringLiteralE0C4E11A821B8C53A0F2D4AB212907680EAFD927;
IL2CPP_EXTERN_C String_t* _stringLiteralE0F7978456CA71DA2C671C6FE8AC9A87760A7A53;
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE276A8153FED2D11832189F85D9FBDCEAEEF9177;
IL2CPP_EXTERN_C String_t* _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7;
IL2CPP_EXTERN_C String_t* _stringLiteralE60F846E2C0155A9761809E804F6944C5F755E9F;
IL2CPP_EXTERN_C String_t* _stringLiteralE620B1D7A5B3C195B501656706CF79F6A6AE4EB0;
IL2CPP_EXTERN_C String_t* _stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB;
IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6;
IL2CPP_EXTERN_C String_t* _stringLiteralE832ED19918938E6543E9BA5731AF60680CA08B0;
IL2CPP_EXTERN_C String_t* _stringLiteralE9BD3F9E41937A7F613368FA4E38F2F06A899E15;
IL2CPP_EXTERN_C String_t* _stringLiteralEA02CABBBE0E4813D94018F8AA9206A3F797092F;
IL2CPP_EXTERN_C String_t* _stringLiteralEA16A0219ABC3D22CB0ED186988E5F23D7B36600;
IL2CPP_EXTERN_C String_t* _stringLiteralEA4050C1995442230FCA1750F794F2489C71C52C;
IL2CPP_EXTERN_C String_t* _stringLiteralEBD8044853D38524000A9618EB61AFD6F16295E8;
IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5;
IL2CPP_EXTERN_C String_t* _stringLiteralEF911DE1BCFD80F95D73E01E462BE47D7986598B;
IL2CPP_EXTERN_C String_t* _stringLiteralEFBFDE10DE5E3DF3C8E3F8E7BA60F6666FFFBCAF;
IL2CPP_EXTERN_C String_t* _stringLiteralF0599D57B4CFB76BFD7EABC08E5831D2B8A4BA64;
IL2CPP_EXTERN_C String_t* _stringLiteralF17A5AA7112D56014900A36B9CCB22F48D555A1C;
IL2CPP_EXTERN_C String_t* _stringLiteralF1F6A932B58E6C3281C821C626CF4B0456E71675;
IL2CPP_EXTERN_C String_t* _stringLiteralF301486206B32E499040BE283DC33A6C6E6763CA;
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
IL2CPP_EXTERN_C String_t* _stringLiteralF3F954C6529AF7A7F0E9A64ACC79554D9147A493;
IL2CPP_EXTERN_C String_t* _stringLiteralF592ECC3A1212A67A57DD1C238C4347055593AD5;
IL2CPP_EXTERN_C String_t* _stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618;
IL2CPP_EXTERN_C String_t* _stringLiteralF9C2A1B1F1F4E3219A2EBD77C8695DAB78025CC4;
IL2CPP_EXTERN_C String_t* _stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E;
IL2CPP_EXTERN_C String_t* _stringLiteralFDAAB9944D2BDD67EF768F807537202334A02D27;
IL2CPP_EXTERN_C String_t* _stringLiteralFE85886CA18665401059E31CDBCFCA89620AB016;
IL2CPP_EXTERN_C const RuntimeMethod* AddInstruction_Create_m708FEEDA7AFED0130B66F68206257AB57B852C7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AddOvfInt16_Run_mAC21B6152D7B96274F04147230A00251C1FC9561_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AddOvfInt32_Run_m3716EC6E39F4334EA0191252641E01F373C6084F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AddOvfInt64_Run_mD201AB945E63AA36F16472653635F8A7603CE7DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AddOvfUInt16_Run_m090F610AA1E3AE42DD48A9067B00FB19986E9F4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AddOvfUInt32_Run_mD5BCBADAAD7447DD2458160EA1B25301679DE833_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AddOvfUInt64_Run_m66D913ED2A2A126565200FC124BB994541DAE248_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AndInstruction_Create_m7986F84167B933E0B5464015891636036B7E1DF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Block2_GetExpression_m9F68DDC8BC095CE5364EDC36FEB74229F8BE9860_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Block3_GetExpression_m6044393860ED01B1EF65D5C9B590AD4BF99380C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Block4_GetExpression_mBE595B3248CA958E0260C62D920B16C4F69594BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Block5_GetExpression_mD71E67C7E5EC210864846A9AC94567E5F99C16BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_Add_m4A4827A1A4975ABE6ED19F52896AE21D36FC7D3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_Clear_m499B7E461546563F9F1845E35E87F5CC2012706A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_CopyTo_m1267377036BA48BB41BDA08D56B7B642ACB34D0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_Insert_m038AE49CC8A142FE2C23714CD9ED6E82E08D1283_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_RemoveAt_mA4B3C68011051835107AF05BA6DFA74A236AA62D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_Remove_mB2F878611F558A1F5C61CDD305C67ADE9E6B577C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_get_IsReadOnly_mDF49B4C95CFB252E7061C00F070FDBA19292D499_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpressionList_set_Item_m7B6ECAA6FC963556F05075E275CF97DC16EE6532_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpression_GetExpression_mB0C23E95249EBDDD12B9EAC691C50B1C44138B82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpression_GetOrMakeExpressions_m6A87259EDB2F607907689955EF46C63DB4E558D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpression_Rewrite_m4DAC7287A9463A3AA1A969A89BC25E2CA7350CD5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlockExpression_get_ExpressionCount_m2E75DDBF8F15E9DDECEA3253B8318ADA51198E21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugInfoExpression_get_EndColumn_mD692235722CEB647598EFF773C3F91614212D43D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugInfoExpression_get_EndLine_mFDCA6F16BEC036A243514A934D0E6862144B3E9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugInfoExpression_get_IsClear_m7474D35EB4A0DF9D8103DA07A601CC00B81B66BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugInfoExpression_get_StartColumn_m435C47454123A66F2CA09F8795A3D5D87696BC62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugInfoExpression_get_StartLine_mCBA6D4DD6ABEA5061C5694738E20C4209A8936EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_GetId_TisLabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5_m112857144EEFBF7BA442D41643E633E579FBFA23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_GetId_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_mE690832380E440238D1445EB15B46AAD96D3ACA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_GetId_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m52443065F014B27BC82C57609AD5F8E099F4F0CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_U3CVisitDeclarationsU3Eb__38_0_m638E405BD92F9E070928D5E8253C862CB0368A0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_VisitBinary_m7F93E5B72669672E9BA63CBC3068C0177EF8919D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m579815BF6BF12B90EC4AE803BDEDF026E0D5D818_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugViewWriter_VisitExpressions_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m9455175275BD112DAAC407782021B1A9DAE22B92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionStringBuilder_VisitBinary_m26CC08B75FD3E236FA3DB781A0042B5DC9D00D83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionStringBuilder_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mE3E29882EF9ECC6BFD0DEE7427A5E610FC2514FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionStringBuilder_VisitGoto_mA9F308EC5F8ECD6D0ECAF361B20C6D93C317CC2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionStringBuilder_VisitUnary_m4D09098EDBE0BD7DFEE76DA45F5DC89849C7EBA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionUtils_ReturnReadOnly_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_mE04919AD1E4D845FCF0BE1DDB17FD11BFB35B711_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionUtils_SameElements_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m83653A734C1FF2F1D2335560E9516E8BA461D9BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionUtils_SameElements_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mD930DEE1D61AA3496A309D397A2467E9DE5E3A79_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_ValidateBinary_m53EF2F5A590CBFB65D2EC6C720D7396B4C8038BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_ValidateChildType_m9872944CF0E21A78DAF9ABED23A76543EC2F53ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_ValidateUnary_m524AF7AC2CB3FC5626D8D3794DCB0C072EC510EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_VisitAndConvert_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_m49A157701BA1349777A9EF3E62B4C63DE8E9CB11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m3E32E159FAD0579791C006186CD0161EADE1834F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m6B5A3437B8BA458FAC7206C2E4E366E5FB2B06D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InstanceMethodCallExpression0_GetArgument_mEB22D41C513CE7794A312DD6EAA3D1F75B46FD9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InstanceMethodCallExpression1_GetArgument_m1B3E46C133C0CF10CAA6627A0912721BD7297630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InstanceMethodCallExpression2_GetArgument_m50E3B3478DB2BEC22B523250644E8FA7B962E008_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InstanceMethodCallExpression3_GetArgument_m3308566DAB98877013C6342203D10B702EB8F3F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression0_GetArgument_m6A1CDB5ACDDD520CD7898F4F14EDB9AC76FA3D29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression1_GetArgument_m5A2B60E7B1DF0FC988EA37D932DA088C9FD8EAFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression2_GetArgument_mA3F598CF18AF109D7D9993832A7CB5A3BEB59FC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression3_GetArgument_m171A07C9E8AC525C75C228248272A9462292F5BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression4_GetArgument_mE9E363C63DA8108FA38549647BBE3EF58E25F0CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression5_GetArgument_m09B80DB4709C17B8CB234B12B430E2857A7C4FFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression_GetArgument_m6650D7DA1FA7C1215A5DF806641B478E0B41BFC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression_GetOrMakeArguments_m0AB6FAC2B7015DF5D20FDF22D8DEA022C5771D2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression_Rewrite_m2B1C21F8E59DA346068B51693666E41C90958E82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvocationExpression_get_ArgumentCount_mA6001CEE70FD099DCB1985298EA3D31CCC8BFFCA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LambdaExpression_GetOrMakeParameters_m2627C12ACFCE4104415D9B9661BC5D4EF4521A7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LambdaExpression_GetParameter_m448BD2411A7D05C208B249B62C6E8A156625D259_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LambdaExpression_get_ParameterCount_m0AAD0AC62AEDD0C20A2191243D56CFA34FDE0833_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemberExpression_GetMember_mB44F09D4104C91F27C0F3246C222224728A9C3FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression0_GetArgument_mABFABD9A3CEAEBFE39EAD0D6FC76B78850ECC6D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression1_GetArgument_mE5B9438168476AE4B992EC4ACE649CAA15229F45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression2_GetArgument_m9C2887BC5B687F15B07D5D65F23F16CBBE35296E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression3_GetArgument_mCDC64710672A5F69D86316F5F75511C320B8C863_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression4_GetArgument_m523C591C9F98FFE8309860136D5DD3F69CBDAD76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression5_GetArgument_m9E6E02C0BDCD998945B2DEE379C8BF108E6908C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression_GetArgument_mB129B4ACE70BEDD307518B263206E6EA419E410A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression_GetOrMakeArguments_m93FA66CD201AEED1C96ADD39DF331F757327C4D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression_Rewrite_mE15B140A41610279635B017128037EE3F6BB8BE0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MethodCallExpression_get_ArgumentCount_m48334F866757BBF44CA2B086586169D1DF1FC46C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m0222361D180AC336E45B7CD930A0BCEC2ACEBC04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m084B4481EF9EB7C6F4B671FECCA7FFADCF41F988_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m280560945598F198B9AC072CDF5CF2FB6828E45B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m289B89C40A50E8C7721E963029B4EFD2572EDE11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m3BC011713D323B206EB351C0C6474DFF94164668_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m432CAFD04C99CECC21AF21CD442580742C99B14A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m6EA176AD6AF65AA8EBFD1B907AC9809081EDC40D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m71BCD2392D28272B9A7693A94865BC28A244E8CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m7433FBCA26646D073E10CE3DB024BFD0AF12DF35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m78B52D6F90A26232693A9AD371C3B2585A767A82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_m9ECE6DF9DD81C46CFB4B1B8379C2D6DDB6F87637_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_mBD5F03FFFBDFBB1CADF5B219E0DF682952301C77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_mBEE7A69E2919758783563C56B31B1181ACFCB245_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_mCD034F44CBDE2DECE83B8F4FFBF9EDC735218A66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_mD276E0CA282C5DFD13A185721D0ECF962A94D593_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_mDB7AAFBF808E0E8302D135C1221BB12874C5A64E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveParameterExpression_1__ctor_mFCB931F8CA3CCBED78237F23623CE9D031138676_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m67B4E3AECB4CA47A160F6972978CF18F25E583BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m6E8DBA2593A4C847204E320E354496B7E9DA54FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1__ctor_m6A9E9D520CEDD89BC8801F6D1CE354EA352D5156_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Scope1_GetExpression_m2C367BB67D4229A3ECCCC87E9CC818E73B1F9F17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StackGuard_TryEnterOnCurrentStack_mC05CD78213FCACE10A8885A64D36B1F61337A956_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m919AA48BFC239B260BB6A0639B8E027B60CB8B66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetEnumeratorU3Ed__18_System_Collections_IEnumerator_Reset_mB85F14D4C24791B677475880805639243BA5B621_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Exception_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ExtensionAttribute_t55192F874E3E06FBC2C075D9AB0214C94A702991_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Void_t4861ACF8F4594C3437BB48B6E56783494B843915_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 ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C;
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
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.Linq.Expressions.LabelTarget,System.Int32>
struct Dictionary_2_tBD3A7177F3E943ACCF203FE09FB98B4ECF7A165B : 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_tBAD33D682B38AC857E30FDA01DCB4E8B563CD8A6* ____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_t9AF69FD4359B4882081DA49107FE7B62A8BBFD58* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t6F4CB66861B9676DDF2F534A46AFD17F7E45040A* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.LambdaExpression,System.Int32>
struct Dictionary_2_t16D290B1EFBEB72AB792B62478A2C76059CDC58B : 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_tDE5140971FF14E082D0CA22ED2D7A41CFAE1C47F* ____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_t18FAFB4FCA69EB389EBEECEA9E67C2729AA8A3E1* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t5B4120445F50C018D80F718F78D5A910DA999CF8* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1 : 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_t8A61658460FB17254FA3796E021DC61AED164F75* ____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_tEBE08B15420BC67BA2CCF00CB0FC401CEE1820A9* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tE4B5F81478422E33CBDE8650FC287DBA3AF04E86* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>
struct Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69 : 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_tC290BD88003566770281A880912B6B92FC7E34CF* ____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_tC533E8BAE940E1D8599793FF3969C20FE938AC1C* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t57CE11C20C64487E49755D0067CAEE9647101BC2* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Dynamic.Utils.EmptyReadOnlyCollection`1<System.Linq.Expressions.Expression>
struct EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88 : public RuntimeObject
{
};
struct EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_StaticFields
{
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Dynamic.Utils.EmptyReadOnlyCollection`1::Instance
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___Instance_0;
};
// System.Dynamic.Utils.EmptyReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>
struct EmptyReadOnlyCollection_1_t900EA35DD5424C3123926922D20A1AE39EF877E8 : public RuntimeObject
{
};
struct EmptyReadOnlyCollection_1_t900EA35DD5424C3123926922D20A1AE39EF877E8_StaticFields
{
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Dynamic.Utils.EmptyReadOnlyCollection`1::Instance
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___Instance_0;
};
// System.Collections.Generic.Queue`1<System.Linq.Expressions.LambdaExpression>
struct Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B : public RuntimeObject
{
// T[] System.Collections.Generic.Queue`1::_array
LambdaExpressionU5BU5D_tE51C0D5AC60EB4263D2495EA848146CF67619DF6* ____array_0;
// System.Int32 System.Collections.Generic.Queue`1::_head
int32_t ____head_1;
// System.Int32 System.Collections.Generic.Queue`1::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Generic.Queue`1::_size
int32_t ____size_3;
// System.Int32 System.Collections.Generic.Queue`1::_version
int32_t ____version_4;
// System.Object System.Collections.Generic.Queue`1::_syncRoot
RuntimeObject* ____syncRoot_5;
};
// System.Collections.Generic.Queue`1<System.Object>
struct Queue_1_tE9EF546915795972C3BFD68FBB8FA859D3BAF3B5 : public RuntimeObject
{
// T[] System.Collections.Generic.Queue`1::_array
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
// System.Int32 System.Collections.Generic.Queue`1::_head
int32_t ____head_1;
// System.Int32 System.Collections.Generic.Queue`1::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Generic.Queue`1::_size
int32_t ____size_3;
// System.Int32 System.Collections.Generic.Queue`1::_version
int32_t ____version_4;
// System.Object System.Collections.Generic.Queue`1::_syncRoot
RuntimeObject* ____syncRoot_5;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock>
struct ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit>
struct ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004 : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>
struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding>
struct ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4 : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.MemberInfo>
struct ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996 : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>
struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505 : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.SwitchCase>
struct ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.Generic.Stack`1<System.Int32>
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6 : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
struct Il2CppArrayBounds;
// System.Linq.Expressions.ArrayBuilderExtensions
struct ArrayBuilderExtensions_t80A8C87C93FBF70660056C778D018D29BC64D364 : public RuntimeObject
{
};
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// System.Linq.Expressions.BlockExpressionList
struct BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759 : public RuntimeObject
{
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.BlockExpressionList::_block
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ____block_0;
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpressionList::_arg0
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg0_1;
};
// System.Linq.Expressions.CatchBlock
struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA : public RuntimeObject
{
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.CatchBlock::<Variable>k__BackingField
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CVariableU3Ek__BackingField_0;
// System.Type System.Linq.Expressions.CatchBlock::<Test>k__BackingField
Type_t* ___U3CTestU3Ek__BackingField_1;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::<Body>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_2;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::<Filter>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFilterU3Ek__BackingField_3;
};
// System.Linq.Expressions.ConstantCheck
struct ConstantCheck_tAF03F04772566CEB8134863C384B8EED64BE0CB5 : public RuntimeObject
{
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject* ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.Linq.Expressions.ElementInit
struct ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2 : public RuntimeObject
{
// System.Reflection.MethodInfo System.Linq.Expressions.ElementInit::<AddMethod>k__BackingField
MethodInfo_t* ___U3CAddMethodU3Ek__BackingField_0;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ElementInit::<Arguments>k__BackingField
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CArgumentsU3Ek__BackingField_1;
};
// System.Linq.Expressions.Error
struct Error_t2E8AD85278E48F4074983610DC3BEE8A3F84454B : public RuntimeObject
{
};
// System.Linq.Expressions.Expression
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 : public RuntimeObject
{
};
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_StaticFields
{
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Reflection.MethodInfo> System.Linq.Expressions.Expression::s_lambdaDelegateCache
CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15* ___s_lambdaDelegateCache_0;
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`5<System.Linq.Expressions.Expression,System.String,System.Boolean,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.LambdaExpression>> modreq(System.Runtime.CompilerServices.IsVolatile) System.Linq.Expressions.Expression::s_lambdaFactories
CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7* ___s_lambdaFactories_1;
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Linq.Expressions.Expression,System.Linq.Expressions.Expression/ExtensionInfo> System.Linq.Expressions.Expression::s_legacyCtorSupportTable
ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7* ___s_legacyCtorSupportTable_2;
};
// System.Linq.Expressions.ExpressionVisitor
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590 : public RuntimeObject
{
};
// System.Linq.Expressions.Interpreter.Instruction
struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 : public RuntimeObject
{
};
// System.Linq.Expressions.Interpreter.InterpretedFrame
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D : public RuntimeObject
{
// System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.InterpretedFrame::Interpreter
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___Interpreter_1;
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.InterpretedFrame::_parent
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____parent_2;
// System.Int32[] System.Linq.Expressions.Interpreter.InterpretedFrame::_continuations
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____continuations_3;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_continuationIndex
int32_t ____continuationIndex_4;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingContinuation
int32_t ____pendingContinuation_5;
// System.Object System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingValue
RuntimeObject* ____pendingValue_6;
// System.Object[] System.Linq.Expressions.Interpreter.InterpretedFrame::Data
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Data_7;
// System.Runtime.CompilerServices.IStrongBox[] System.Linq.Expressions.Interpreter.InterpretedFrame::Closure
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___Closure_8;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::StackIndex
int32_t ___StackIndex_9;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::InstructionIndex
int32_t ___InstructionIndex_10;
};
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields
{
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.InterpretedFrame::s_currentFrame
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___s_currentFrame_0;
};
// System.Linq.Expressions.LabelTarget
struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5 : public RuntimeObject
{
// System.String System.Linq.Expressions.LabelTarget::<Name>k__BackingField
String_t* ___U3CNameU3Ek__BackingField_0;
// System.Type System.Linq.Expressions.LabelTarget::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_1;
};
// 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
{
};
// System.Linq.Expressions.StackGuard
struct StackGuard_t6F37D81861288F2039A29A88A6287419F220E849 : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.StackGuard::_executionStackCount
int32_t ____executionStackCount_0;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// System.Linq.Expressions.Strings
struct Strings_t5E2898117DA2D8EC4D672719556FD56C9A4C6D6B : public RuntimeObject
{
};
// System.Linq.Expressions.SwitchCase
struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A : public RuntimeObject
{
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.SwitchCase::<TestValues>k__BackingField
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CTestValuesU3Ek__BackingField_0;
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchCase::<Body>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_1;
};
// System.Linq.Expressions.Utils
struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8 : public RuntimeObject
{
};
struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields
{
// System.Object System.Linq.Expressions.Utils::BoxedFalse
RuntimeObject* ___BoxedFalse_0;
// System.Object System.Linq.Expressions.Utils::BoxedTrue
RuntimeObject* ___BoxedTrue_1;
// System.Object System.Linq.Expressions.Utils::BoxedIntM1
RuntimeObject* ___BoxedIntM1_2;
// System.Object System.Linq.Expressions.Utils::BoxedInt0
RuntimeObject* ___BoxedInt0_3;
// System.Object System.Linq.Expressions.Utils::BoxedInt1
RuntimeObject* ___BoxedInt1_4;
// System.Object System.Linq.Expressions.Utils::BoxedInt2
RuntimeObject* ___BoxedInt2_5;
// System.Object System.Linq.Expressions.Utils::BoxedInt3
RuntimeObject* ___BoxedInt3_6;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultSByte
RuntimeObject* ___BoxedDefaultSByte_7;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultChar
RuntimeObject* ___BoxedDefaultChar_8;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultInt16
RuntimeObject* ___BoxedDefaultInt16_9;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultInt64
RuntimeObject* ___BoxedDefaultInt64_10;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultByte
RuntimeObject* ___BoxedDefaultByte_11;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultUInt16
RuntimeObject* ___BoxedDefaultUInt16_12;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultUInt32
RuntimeObject* ___BoxedDefaultUInt32_13;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultUInt64
RuntimeObject* ___BoxedDefaultUInt64_14;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultSingle
RuntimeObject* ___BoxedDefaultSingle_15;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultDouble
RuntimeObject* ___BoxedDefaultDouble_16;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultDecimal
RuntimeObject* ___BoxedDefaultDecimal_17;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultDateTime
RuntimeObject* ___BoxedDefaultDateTime_18;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_true
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_true_19;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_false
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_false_20;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_m1
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_m1_21;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_0
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_0_22;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_1
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_1_23;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_2
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_2_24;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_3
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_3_25;
// System.Linq.Expressions.DefaultExpression System.Linq.Expressions.Utils::Empty
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___Empty_26;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::Null
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___Null_27;
};
// 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.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18
struct U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036 : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::<>2__current
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CU3E2__current_1;
// System.Linq.Expressions.BlockExpressionList System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::<>4__this
BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* ___U3CU3E4__this_2;
// System.Int32 System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::<i>5__2
int32_t ___U3CiU3E5__2_3;
};
// System.Linq.Expressions.Expression/BinaryExpressionProxy
struct BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F : public RuntimeObject
{
// System.Linq.Expressions.BinaryExpression System.Linq.Expressions.Expression/BinaryExpressionProxy::_node
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ____node_0;
};
// System.Linq.Expressions.Expression/BlockExpressionProxy
struct BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F : public RuntimeObject
{
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Expression/BlockExpressionProxy::_node
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ____node_0;
};
// System.Linq.Expressions.Expression/CatchBlockProxy
struct CatchBlockProxy_tBCB26A3ACF0E4EF048E93CB63D3899E6548BF27D : public RuntimeObject
{
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.Expression/CatchBlockProxy::_node
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ____node_0;
};
// System.Linq.Expressions.Expression/ConditionalExpressionProxy
struct ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1 : public RuntimeObject
{
// System.Linq.Expressions.ConditionalExpression System.Linq.Expressions.Expression/ConditionalExpressionProxy::_node
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ____node_0;
};
// System.Linq.Expressions.Expression/ConstantExpressionProxy
struct ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1 : public RuntimeObject
{
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Expression/ConstantExpressionProxy::_node
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ____node_0;
};
// System.Linq.Expressions.Expression/DebugInfoExpressionProxy
struct DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D : public RuntimeObject
{
// System.Linq.Expressions.DebugInfoExpression System.Linq.Expressions.Expression/DebugInfoExpressionProxy::_node
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* ____node_0;
};
// System.Linq.Expressions.Expression/DefaultExpressionProxy
struct DefaultExpressionProxy_tD714E39A9AA379452FCE68923194F5B888376C72 : public RuntimeObject
{
// System.Linq.Expressions.DefaultExpression System.Linq.Expressions.Expression/DefaultExpressionProxy::_node
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ____node_0;
};
// System.Linq.Expressions.Expression/GotoExpressionProxy
struct GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF : public RuntimeObject
{
// System.Linq.Expressions.GotoExpression System.Linq.Expressions.Expression/GotoExpressionProxy::_node
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* ____node_0;
};
// System.Linq.Expressions.Expression/IndexExpressionProxy
struct IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34 : public RuntimeObject
{
// System.Linq.Expressions.IndexExpression System.Linq.Expressions.Expression/IndexExpressionProxy::_node
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* ____node_0;
};
// System.Linq.Expressions.Expression/InvocationExpressionProxy
struct InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B : public RuntimeObject
{
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression/InvocationExpressionProxy::_node
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* ____node_0;
};
// System.Linq.Expressions.Expression/LabelExpressionProxy
struct LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF : public RuntimeObject
{
// System.Linq.Expressions.LabelExpression System.Linq.Expressions.Expression/LabelExpressionProxy::_node
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* ____node_0;
};
// System.Linq.Expressions.Expression/LambdaExpressionProxy
struct LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE : public RuntimeObject
{
// System.Linq.Expressions.LambdaExpression System.Linq.Expressions.Expression/LambdaExpressionProxy::_node
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ____node_0;
};
// System.Linq.Expressions.Expression/ListInitExpressionProxy
struct ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C : public RuntimeObject
{
// System.Linq.Expressions.ListInitExpression System.Linq.Expressions.Expression/ListInitExpressionProxy::_node
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* ____node_0;
};
// System.Linq.Expressions.Expression/LoopExpressionProxy
struct LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E : public RuntimeObject
{
// System.Linq.Expressions.LoopExpression System.Linq.Expressions.Expression/LoopExpressionProxy::_node
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* ____node_0;
};
// System.Linq.Expressions.Expression/MemberExpressionProxy
struct MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484 : public RuntimeObject
{
// System.Linq.Expressions.MemberExpression System.Linq.Expressions.Expression/MemberExpressionProxy::_node
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* ____node_0;
};
// System.Linq.Expressions.Expression/MemberInitExpressionProxy
struct MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870 : public RuntimeObject
{
// System.Linq.Expressions.MemberInitExpression System.Linq.Expressions.Expression/MemberInitExpressionProxy::_node
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* ____node_0;
};
// System.Linq.Expressions.Expression/MethodCallExpressionProxy
struct MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526 : public RuntimeObject
{
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression/MethodCallExpressionProxy::_node
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* ____node_0;
};
// System.Linq.Expressions.Expression/NewArrayExpressionProxy
struct NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7 : public RuntimeObject
{
// System.Linq.Expressions.NewArrayExpression System.Linq.Expressions.Expression/NewArrayExpressionProxy::_node
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* ____node_0;
};
// System.Linq.Expressions.Expression/NewExpressionProxy
struct NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1 : public RuntimeObject
{
// System.Linq.Expressions.NewExpression System.Linq.Expressions.Expression/NewExpressionProxy::_node
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ____node_0;
};
// System.Linq.Expressions.Expression/ParameterExpressionProxy
struct ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F : public RuntimeObject
{
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.Expression/ParameterExpressionProxy::_node
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ____node_0;
};
// System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy
struct RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C : public RuntimeObject
{
// System.Linq.Expressions.RuntimeVariablesExpression System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy::_node
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* ____node_0;
};
// System.Linq.Expressions.Expression/SwitchCaseProxy
struct SwitchCaseProxy_t47E0143014A1CDE7D31AF85C1FC5BBE454D355AD : public RuntimeObject
{
// System.Linq.Expressions.SwitchCase System.Linq.Expressions.Expression/SwitchCaseProxy::_node
SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* ____node_0;
};
// System.Linq.Expressions.Expression/SwitchExpressionProxy
struct SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9 : public RuntimeObject
{
// System.Linq.Expressions.SwitchExpression System.Linq.Expressions.Expression/SwitchExpressionProxy::_node
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ____node_0;
};
// System.Linq.Expressions.Expression/TryExpressionProxy
struct TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2 : public RuntimeObject
{
// System.Linq.Expressions.TryExpression System.Linq.Expressions.Expression/TryExpressionProxy::_node
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* ____node_0;
};
// System.Linq.Expressions.Expression/TypeBinaryExpressionProxy
struct TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78 : public RuntimeObject
{
// System.Linq.Expressions.TypeBinaryExpression System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::_node
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* ____node_0;
};
// System.Linq.Expressions.Expression/UnaryExpressionProxy
struct UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23 : public RuntimeObject
{
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.Expression/UnaryExpressionProxy::_node
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ____node_0;
};
// System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Linq.Expressions.Expression>
struct TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6 : public ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E
{
};
// System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>
struct TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1 : public ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505
{
};
// System.Linq.Expressions.Interpreter.AddInstruction
struct AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_Single
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::s_Double
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double_7;
};
// System.Linq.Expressions.Interpreter.AddOvfInstruction
struct AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddOvfInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddOvfInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddOvfInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddOvfInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddOvfInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddOvfInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_5;
};
// System.Linq.Expressions.Interpreter.AndInstruction
struct AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_SByte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_Byte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_7;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::s_Boolean
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Boolean_8;
};
// System.Linq.Expressions.BinaryExpression
struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.BinaryExpression::<Right>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CRightU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.BinaryExpression::<Left>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CLeftU3Ek__BackingField_4;
};
// System.Linq.Expressions.BlockExpression
struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.Linq.Expressions.ConditionalExpression
struct ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::<Test>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CTestU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::<IfTrue>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CIfTrueU3Ek__BackingField_4;
};
// System.Linq.Expressions.ConstantExpression
struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Object System.Linq.Expressions.ConstantExpression::<Value>k__BackingField
RuntimeObject* ___U3CValueU3Ek__BackingField_3;
};
// 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.Linq.Expressions.DebugInfoExpression
struct DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.SymbolDocumentInfo System.Linq.Expressions.DebugInfoExpression::<Document>k__BackingField
SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* ___U3CDocumentU3Ek__BackingField_3;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// System.Linq.Expressions.DefaultExpression
struct DefaultExpression_t68E278AD7534F283D174570B240C596979B26533 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.DefaultExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
};
// 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.Linq.Expressions.ExpressionStringBuilder
struct ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9 : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590
{
// System.Text.StringBuilder System.Linq.Expressions.ExpressionStringBuilder::_out
StringBuilder_t* ____out_0;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32> System.Linq.Expressions.ExpressionStringBuilder::_ids
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* ____ids_1;
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
};
// System.Guid
struct Guid_t
{
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
};
struct Guid_t_StaticFields
{
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
};
// System.Linq.Expressions.IndexExpression
struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.IndexExpression::_arguments
RuntimeObject* ____arguments_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::<Object>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CObjectU3Ek__BackingField_4;
// System.Reflection.PropertyInfo System.Linq.Expressions.IndexExpression::<Indexer>k__BackingField
PropertyInfo_t* ___U3CIndexerU3Ek__BackingField_5;
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.Linq.Expressions.InvocationExpression
struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.InvocationExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression::<Expression>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField_4;
};
// System.Linq.Expressions.LabelExpression
struct LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LabelExpression::<Target>k__BackingField
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CTargetU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.LabelExpression::<DefaultValue>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CDefaultValueU3Ek__BackingField_4;
};
// System.Linq.Expressions.LambdaExpression
struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.LambdaExpression::_body
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____body_3;
};
// System.Linq.Expressions.ListInitExpression
struct ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.NewExpression System.Linq.Expressions.ListInitExpression::<NewExpression>k__BackingField
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ___U3CNewExpressionU3Ek__BackingField_3;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit> System.Linq.Expressions.ListInitExpression::<Initializers>k__BackingField
ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ___U3CInitializersU3Ek__BackingField_4;
};
// System.Linq.Expressions.LoopExpression
struct LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.LoopExpression::<Body>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_3;
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LoopExpression::<BreakLabel>k__BackingField
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CBreakLabelU3Ek__BackingField_4;
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LoopExpression::<ContinueLabel>k__BackingField
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CContinueLabelU3Ek__BackingField_5;
};
// System.Linq.Expressions.MemberExpression
struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression::<Expression>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField_3;
};
// System.Linq.Expressions.MemberInitExpression
struct MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.NewExpression System.Linq.Expressions.MemberInitExpression::<NewExpression>k__BackingField
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ___U3CNewExpressionU3Ek__BackingField_3;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding> System.Linq.Expressions.MemberInitExpression::<Bindings>k__BackingField
ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* ___U3CBindingsU3Ek__BackingField_4;
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
};
// System.Linq.Expressions.MethodCallExpression
struct MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Reflection.MethodInfo System.Linq.Expressions.MethodCallExpression::<Method>k__BackingField
MethodInfo_t* ___U3CMethodU3Ek__BackingField_3;
};
// System.Linq.Expressions.NewArrayExpression
struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.NewArrayExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.NewArrayExpression::<Expressions>k__BackingField
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CExpressionsU3Ek__BackingField_4;
};
// System.Linq.Expressions.NewExpression
struct NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.NewExpression::_arguments
RuntimeObject* ____arguments_3;
// System.Reflection.ConstructorInfo System.Linq.Expressions.NewExpression::<Constructor>k__BackingField
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___U3CConstructorU3Ek__BackingField_4;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.MemberInfo> System.Linq.Expressions.NewExpression::<Members>k__BackingField
ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* ___U3CMembersU3Ek__BackingField_5;
};
// System.Linq.Expressions.ParameterExpression
struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.String System.Linq.Expressions.ParameterExpression::<Name>k__BackingField
String_t* ___U3CNameU3Ek__BackingField_3;
};
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
};
// System.Linq.Expressions.RuntimeVariablesExpression
struct RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.RuntimeVariablesExpression::<Variables>k__BackingField
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___U3CVariablesU3Ek__BackingField_3;
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// System.Linq.Expressions.SwitchExpression
struct SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::<SwitchValue>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CSwitchValueU3Ek__BackingField_3;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.SwitchCase> System.Linq.Expressions.SwitchExpression::<Cases>k__BackingField
ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* ___U3CCasesU3Ek__BackingField_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::<DefaultBody>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CDefaultBodyU3Ek__BackingField_5;
// System.Reflection.MethodInfo System.Linq.Expressions.SwitchExpression::<Comparison>k__BackingField
MethodInfo_t* ___U3CComparisonU3Ek__BackingField_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;
};
// System.Linq.Expressions.TryExpression
struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.TryExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::<Body>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_4;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock> System.Linq.Expressions.TryExpression::<Handlers>k__BackingField
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* ___U3CHandlersU3Ek__BackingField_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::<Finally>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFinallyU3Ek__BackingField_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::<Fault>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFaultU3Ek__BackingField_7;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Object[]>
struct PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Boolean>
struct PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Byte>
struct PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Char>
struct PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.DateTime>
struct PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Decimal>
struct PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Double>
struct PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Exception>
struct PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int16>
struct PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int32>
struct PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int64>
struct PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.SByte>
struct PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.Single>
struct PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.String>
struct PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt16>
struct PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt32>
struct PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt64>
struct PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
};
// System.Linq.Expressions.AnalyzeTypeIsResult
struct AnalyzeTypeIsResult_t337B837CB7207EBCAD5E11418FFB9C9F97BC6E34
{
// System.Int32 System.Linq.Expressions.AnalyzeTypeIsResult::value__
int32_t ___value___2;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// System.Linq.Expressions.Block2
struct Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912 : public BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B
{
// System.Object System.Linq.Expressions.Block2::_arg0
RuntimeObject* ____arg0_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block2::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_4;
};
// System.Linq.Expressions.Block3
struct Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6 : public BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B
{
// System.Object System.Linq.Expressions.Block3::_arg0
RuntimeObject* ____arg0_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block3::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block3::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_5;
};
// System.Linq.Expressions.Block4
struct Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99 : public BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B
{
// System.Object System.Linq.Expressions.Block4::_arg0
RuntimeObject* ____arg0_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block4::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block4::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block4::_arg3
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg3_6;
};
// System.Linq.Expressions.Block5
struct Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C : public BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B
{
// System.Object System.Linq.Expressions.Block5::_arg0
RuntimeObject* ____arg0_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block5::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block5::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block5::_arg3
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg3_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.Block5::_arg4
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg4_7;
};
// System.Linq.Expressions.BlockN
struct BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC : public BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockN::_expressions
RuntimeObject* ____expressions_3;
};
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t
{
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields
{
// System.String System.Reflection.ConstructorInfo::ConstructorName
String_t* ___ConstructorName_0;
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
String_t* ___TypeConstructorName_1;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// 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;
};
// System.Linq.Expressions.ExpressionType
struct ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25
{
// System.Int32 System.Linq.Expressions.ExpressionType::value__
int32_t ___value___2;
};
// System.Linq.Expressions.FieldExpression
struct FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED : public MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89
{
// System.Reflection.FieldInfo System.Linq.Expressions.FieldExpression::_field
FieldInfo_t* ____field_4;
};
// System.Linq.Expressions.FullConditionalExpression
struct FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B : public ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913
{
// System.Linq.Expressions.Expression System.Linq.Expressions.FullConditionalExpression::_false
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____false_5;
};
// System.Linq.Expressions.GotoExpressionKind
struct GotoExpressionKind_tEFFA4D1B24E2D422A1FF7BC5D0E686A6B05A8948
{
// System.Int32 System.Linq.Expressions.GotoExpressionKind::value__
int32_t ___value___2;
};
// System.Linq.Expressions.InstanceMethodCallExpression
struct InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0 : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression::_instance
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____instance_4;
};
// System.Linq.Expressions.InvocationExpression0
struct InvocationExpression0_tA921229A7C5FC406098CA58DCD9255AE6E6CD35B : public InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27
{
};
// System.Linq.Expressions.InvocationExpression1
struct InvocationExpression1_tCFF61B4D3CB587AA119B113599F1CB6CAF1909E3 : public InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27
{
// System.Object System.Linq.Expressions.InvocationExpression1::_arg0
RuntimeObject* ____arg0_5;
};
// System.Linq.Expressions.InvocationExpression2
struct InvocationExpression2_t129B88FD1977F1E283B446264A88CE15E4782878 : public InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27
{
// System.Object System.Linq.Expressions.InvocationExpression2::_arg0
RuntimeObject* ____arg0_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression2::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_6;
};
// System.Linq.Expressions.InvocationExpression3
struct InvocationExpression3_tC0A5BA662CF1B90375B9094B2F062C5B207E15DF : public InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27
{
// System.Object System.Linq.Expressions.InvocationExpression3::_arg0
RuntimeObject* ____arg0_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression3::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression3::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_7;
};
// System.Linq.Expressions.InvocationExpression4
struct InvocationExpression4_t79A2A8E56877A13A034BD25CC7264ADBE8819EC2 : public InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27
{
// System.Object System.Linq.Expressions.InvocationExpression4::_arg0
RuntimeObject* ____arg0_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression4::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression4::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_7;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression4::_arg3
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg3_8;
};
// System.Linq.Expressions.InvocationExpression5
struct InvocationExpression5_t249A9A7103D77A2D6171337CD6EBE0D6A0B85B6C : public InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27
{
// System.Object System.Linq.Expressions.InvocationExpression5::_arg0
RuntimeObject* ____arg0_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression5::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression5::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_7;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression5::_arg3
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg3_8;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression5::_arg4
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg4_9;
};
// System.Linq.Expressions.InvocationExpressionN
struct InvocationExpressionN_t404223AF60026868C8F2F0697EDE0EAD56DCA6A2 : public InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpressionN::_arguments
RuntimeObject* ____arguments_5;
};
// System.Linq.Expressions.MemberBindingType
struct MemberBindingType_tED72699CFD80E8DECC74111917428C9E26B36487
{
// System.Int32 System.Linq.Expressions.MemberBindingType::value__
int32_t ___value___2;
};
// System.Linq.Expressions.MethodCallExpression0
struct MethodCallExpression0_t5B3BC850DF21CFF4E0BD652623FAE34599714F98 : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
};
// System.Linq.Expressions.MethodCallExpression1
struct MethodCallExpression1_tF1069B1E5953268D92E953CEFA09FB3384428C30 : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
// System.Object System.Linq.Expressions.MethodCallExpression1::_arg0
RuntimeObject* ____arg0_4;
};
// System.Linq.Expressions.MethodCallExpression2
struct MethodCallExpression2_tD7AA9CE55917E2EC5E9F20ECE4C84F1F60684F06 : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
// System.Object System.Linq.Expressions.MethodCallExpression2::_arg0
RuntimeObject* ____arg0_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression2::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_5;
};
// System.Linq.Expressions.MethodCallExpression3
struct MethodCallExpression3_tD4BB241054849DBB583E3D1597C540B19F71B6D8 : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
// System.Object System.Linq.Expressions.MethodCallExpression3::_arg0
RuntimeObject* ____arg0_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression3::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression3::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_6;
};
// System.Linq.Expressions.MethodCallExpression4
struct MethodCallExpression4_tA5A1335B47380631593E599C6DB6D7DFD5A8DC85 : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
// System.Object System.Linq.Expressions.MethodCallExpression4::_arg0
RuntimeObject* ____arg0_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression4::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression4::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression4::_arg3
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg3_7;
};
// System.Linq.Expressions.MethodCallExpression5
struct MethodCallExpression5_tE020F88F76452867093769BF30227149372539A3 : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
// System.Object System.Linq.Expressions.MethodCallExpression5::_arg0
RuntimeObject* ____arg0_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression5::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression5::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression5::_arg3
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg3_7;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression5::_arg4
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg4_8;
};
// System.Linq.Expressions.MethodCallExpressionN
struct MethodCallExpressionN_t8CD330262898CF45DFA7BC7E8E4DBFEEB4731EAB : public MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpressionN::_arguments
RuntimeObject* ____arguments_4;
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
};
// System.Linq.Expressions.NewArrayBoundsExpression
struct NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE : public NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E
{
};
// System.Linq.Expressions.NewArrayInitExpression
struct NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A : public NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E
{
};
// System.Reflection.ParameterAttributes
struct ParameterAttributes_tDAEC8B3C5986B042F8F9B0845505D0FC15F92E68
{
// System.Int32 System.Reflection.ParameterAttributes::value__
int32_t ___value___2;
};
// System.Linq.Expressions.PropertyExpression
struct PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3 : public MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89
{
// System.Reflection.PropertyInfo System.Linq.Expressions.PropertyExpression::_property
PropertyInfo_t* ____property_4;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.Linq.Expressions.ScopeExpression
struct ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382 : public BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.ScopeExpression::_variables
RuntimeObject* ____variables_3;
};
// System.Linq.Expressions.SymbolDocumentInfo
struct SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3 : public RuntimeObject
{
// System.String System.Linq.Expressions.SymbolDocumentInfo::<FileName>k__BackingField
String_t* ___U3CFileNameU3Ek__BackingField_0;
};
struct SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3_StaticFields
{
// System.Guid System.Linq.Expressions.SymbolDocumentInfo::DocumentType_Text
Guid_t ___DocumentType_Text_1;
};
// System.TypeCode
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79
{
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
};
// System.Linq.Expressions.TypedConstantExpression
struct TypedConstantExpression_t13F5FC46E1120DAFB6DD6CDE12CDD63474ED74E7 : public ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547
{
// System.Type System.Linq.Expressions.TypedConstantExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_4;
};
// System.Linq.Expressions.TypedParameterExpression
struct TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07 : public ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110
{
// System.Type System.Linq.Expressions.TypedParameterExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_4;
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddDouble
struct AddDouble_t404BDF056899492D3F12CB96A1380C135712675D : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddInt16
struct AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddInt32
struct AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddInt64
struct AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6 : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddSingle
struct AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683 : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddUInt16
struct AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069 : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddUInt32
struct AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6 : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddInstruction/AddUInt64
struct AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC : public AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1
{
};
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt16
struct AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591 : public AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3
{
};
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt32
struct AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F : public AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3
{
};
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt64
struct AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF : public AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3
{
};
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt16
struct AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465 : public AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3
{
};
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt32
struct AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B : public AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3
{
};
// System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt64
struct AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823 : public AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndBoolean
struct AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708 : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndByte
struct AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29 : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndInt16
struct AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndInt32
struct AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndInt64
struct AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndSByte
struct AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndUInt16
struct AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649 : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndUInt32
struct AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.Interpreter.AndInstruction/AndUInt64
struct AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8 : public AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965
{
};
// System.Linq.Expressions.DebugViewWriter/Flow
struct Flow_t49433522F241BF5F25DE618DF7FA2C40DA0E6E3D
{
// System.Int32 System.Linq.Expressions.DebugViewWriter/Flow::value__
int32_t ___value___2;
};
// System.Linq.Expressions.ByRefParameterExpression
struct ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D : public TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07
{
};
// System.Linq.Expressions.DebugViewWriter
struct DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607 : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590
{
// System.IO.TextWriter System.Linq.Expressions.DebugViewWriter::_out
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ____out_0;
// System.Int32 System.Linq.Expressions.DebugViewWriter::_column
int32_t ____column_1;
// System.Collections.Generic.Stack`1<System.Int32> System.Linq.Expressions.DebugViewWriter::_stack
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* ____stack_2;
// System.Int32 System.Linq.Expressions.DebugViewWriter::_delta
int32_t ____delta_3;
// System.Linq.Expressions.DebugViewWriter/Flow System.Linq.Expressions.DebugViewWriter::_flow
int32_t ____flow_4;
// System.Collections.Generic.Queue`1<System.Linq.Expressions.LambdaExpression> System.Linq.Expressions.DebugViewWriter::_lambdas
Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B* ____lambdas_5;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.LambdaExpression,System.Int32> System.Linq.Expressions.DebugViewWriter::_lambdaIds
Dictionary_2_t16D290B1EFBEB72AB792B62478A2C76059CDC58B* ____lambdaIds_6;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32> System.Linq.Expressions.DebugViewWriter::_paramIds
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* ____paramIds_7;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.LabelTarget,System.Int32> System.Linq.Expressions.DebugViewWriter::_labelIds
Dictionary_2_tBD3A7177F3E943ACCF203FE09FB98B4ECF7A165B* ____labelIds_8;
};
// System.Linq.Expressions.FullConditionalExpressionWithType
struct FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F : public FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B
{
// System.Type System.Linq.Expressions.FullConditionalExpressionWithType::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_6;
};
// System.Linq.Expressions.GotoExpression
struct GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.GotoExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.GotoExpression::<Value>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CValueU3Ek__BackingField_4;
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.GotoExpression::<Target>k__BackingField
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CTargetU3Ek__BackingField_5;
// System.Linq.Expressions.GotoExpressionKind System.Linq.Expressions.GotoExpression::<Kind>k__BackingField
int32_t ___U3CKindU3Ek__BackingField_6;
};
// System.Linq.Expressions.InstanceMethodCallExpression0
struct InstanceMethodCallExpression0_t20B1527CA370A1F8C5C9001CBB2820CF1C3DF537 : public InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0
{
};
// System.Linq.Expressions.InstanceMethodCallExpression1
struct InstanceMethodCallExpression1_t98746BF7B726CC88D70E4AFD3C34444D197B6931 : public InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0
{
// System.Object System.Linq.Expressions.InstanceMethodCallExpression1::_arg0
RuntimeObject* ____arg0_5;
};
// System.Linq.Expressions.InstanceMethodCallExpression2
struct InstanceMethodCallExpression2_t6E5A3152295E390BC5C36C71E940EC02AD27671F : public InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0
{
// System.Object System.Linq.Expressions.InstanceMethodCallExpression2::_arg0
RuntimeObject* ____arg0_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression2::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_6;
};
// System.Linq.Expressions.InstanceMethodCallExpression3
struct InstanceMethodCallExpression3_t07E3473B0EA6175BC66B2DDF645398DD4942AA13 : public InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0
{
// System.Object System.Linq.Expressions.InstanceMethodCallExpression3::_arg0
RuntimeObject* ____arg0_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression3::_arg1
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg1_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression3::_arg2
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____arg2_7;
};
// System.Linq.Expressions.InstanceMethodCallExpressionN
struct InstanceMethodCallExpressionN_tC0BD2FED71D3E97889302B5CAE1CA0E4E36CC7B5 : public InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InstanceMethodCallExpressionN::_arguments
RuntimeObject* ____arguments_5;
};
// System.Linq.Expressions.MemberBinding
struct MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D : public RuntimeObject
{
// System.Linq.Expressions.MemberBindingType System.Linq.Expressions.MemberBinding::<BindingType>k__BackingField
int32_t ___U3CBindingTypeU3Ek__BackingField_0;
// System.Reflection.MemberInfo System.Linq.Expressions.MemberBinding::<Member>k__BackingField
MemberInfo_t* ___U3CMemberU3Ek__BackingField_1;
};
// 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.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F : public RuntimeObject
{
// System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
int32_t ___AttrsImpl_0;
// System.Type System.Reflection.ParameterInfo::ClassImpl
Type_t* ___ClassImpl_1;
// System.Object System.Reflection.ParameterInfo::DefaultValueImpl
RuntimeObject* ___DefaultValueImpl_2;
// System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
MemberInfo_t* ___MemberImpl_3;
// System.String System.Reflection.ParameterInfo::NameImpl
String_t* ___NameImpl_4;
// System.Int32 System.Reflection.ParameterInfo::PositionImpl
int32_t ___PositionImpl_5;
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke
{
int32_t ___AttrsImpl_0;
Type_t* ___ClassImpl_1;
Il2CppIUnknown* ___DefaultValueImpl_2;
MemberInfo_t* ___MemberImpl_3;
char* ___NameImpl_4;
int32_t ___PositionImpl_5;
};
// Native definition for COM marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com
{
int32_t ___AttrsImpl_0;
Type_t* ___ClassImpl_1;
Il2CppIUnknown* ___DefaultValueImpl_2;
MemberInfo_t* ___MemberImpl_3;
Il2CppChar* ___NameImpl_4;
int32_t ___PositionImpl_5;
};
// System.Linq.Expressions.Scope1
struct Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A : public ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382
{
// System.Object System.Linq.Expressions.Scope1::_body
RuntimeObject* ____body_4;
};
// System.Linq.Expressions.ScopeN
struct ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807 : public ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ScopeN::_body
RuntimeObject* ____body_4;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Linq.Expressions.TypeBinaryExpression
struct TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.TypeBinaryExpression::<NodeType>k__BackingField
int32_t ___U3CNodeTypeU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.TypeBinaryExpression::<Expression>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField_4;
// System.Type System.Linq.Expressions.TypeBinaryExpression::<TypeOperand>k__BackingField
Type_t* ___U3CTypeOperandU3Ek__BackingField_5;
};
// System.Linq.Expressions.UnaryExpression
struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.UnaryExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.UnaryExpression::<NodeType>k__BackingField
int32_t ___U3CNodeTypeU3Ek__BackingField_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::<Operand>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3COperandU3Ek__BackingField_5;
// System.Reflection.MethodInfo System.Linq.Expressions.UnaryExpression::<Method>k__BackingField
MethodInfo_t* ___U3CMethodU3Ek__BackingField_6;
};
// System.Linq.Expressions.Expression/ExtensionInfo
struct ExtensionInfo_tCE0B03041E5780D311D03EACAA1F672E4C70C3E7 : public RuntimeObject
{
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/ExtensionInfo::NodeType
int32_t ___NodeType_0;
// System.Type System.Linq.Expressions.Expression/ExtensionInfo::Type
Type_t* ___Type_1;
};
// System.Action`1<System.Linq.Expressions.ParameterExpression>
struct Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998 : public MulticastDelegate_t
{
};
// System.Func`2<System.Linq.Expressions.CatchBlock,System.Linq.Expressions.CatchBlock>
struct Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9 : public MulticastDelegate_t
{
};
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.InsufficientExecutionStackException
struct InsufficientExecutionStackException_t2597D0F21647B6B59BD576904281BC5CA340CE4C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.InvalidProgramException
struct InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Collections.Generic.KeyNotFoundException
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Linq.Expressions.MemberAssignment
struct MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8 : public MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D
{
// System.Linq.Expressions.Expression System.Linq.Expressions.MemberAssignment::_expression
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____expression_2;
};
// System.Linq.Expressions.MemberListBinding
struct MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47 : public MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D
{
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit> System.Linq.Expressions.MemberListBinding::<Initializers>k__BackingField
ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ___U3CInitializersU3Ek__BackingField_2;
};
// System.Linq.Expressions.MemberMemberBinding
struct MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093 : public MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D
{
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding> System.Linq.Expressions.MemberMemberBinding::<Bindings>k__BackingField
ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* ___U3CBindingsU3Ek__BackingField_2;
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Linq.Expressions.ScopeWithType
struct ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639 : public ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807
{
// System.Type System.Linq.Expressions.ScopeWithType::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_5;
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
// System.Object System.ArgumentOutOfRangeException::_actualValue
RuntimeObject* ____actualValue_19;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Linq.Expressions.Expression[]
struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F : public RuntimeArray
{
ALIGN_FIELD (8) Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* m_Items[1];
inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785** 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, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
{
ALIGN_FIELD (8) Type_t* m_Items[1];
inline Type_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Linq.Expressions.ParameterExpression[]
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C : public RuntimeArray
{
ALIGN_FIELD (8) ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* m_Items[1];
inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110** 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, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// 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.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C : public RuntimeArray
{
ALIGN_FIELD (8) ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* m_Items[1];
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_mF2D2ACE0752C3B97343B72328D49200F45C14B65_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, RuntimeObject* ___list0, const RuntimeMethod* method) ;
// T System.Dynamic.Utils.ExpressionUtils::ReturnObject<System.Object>(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpressionUtils_ReturnObject_TisRuntimeObject_m87E029772DFFF2557F3E0E42B8558C1893F49B30_gshared (RuntimeObject* ___collectionOrT0, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Dynamic.Utils.ExpressionUtils::ReturnReadOnly<System.Object>(System.Collections.Generic.IReadOnlyList`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* ExpressionUtils_ReturnReadOnly_TisRuntimeObject_mBA83CB28209E325E97B98104E3693EEC28404A0D_gshared (RuntimeObject** ___collection0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_gshared (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<System.Int32>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_gshared_inline (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<System.Int32>::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stack_1_Peek_m919AA48BFC239B260BB6A0639B8E027B60CB8B66_gshared (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetId<System.Object>(T,System.Collections.Generic.Dictionary`2<T,System.Int32>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetId_TisRuntimeObject_m2458C83083DC77591A2D0E7EBA7377BA0302A33A_gshared (RuntimeObject* ___e0, Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1** ___ids1, const RuntimeMethod* method) ;
// T System.Collections.Generic.Queue`1<System.Object>::Dequeue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_Dequeue_m86B243DF9EC238316EC3D27DF3E0AB8DB0987E84_gshared (Queue_1_tE9EF546915795972C3BFD68FBB8FA859D3BAF3B5* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Queue`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m1768ADA9855B7CDA14C9C42E098A287F1A39C3A2_gshared_inline (Queue_1_tE9EF546915795972C3BFD68FBB8FA859D3BAF3B5* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::VisitExpressions<System.Object>(System.Char,System.Char,System.Collections.Generic.IReadOnlyList`1<T>,System.Action`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_VisitExpressions_TisRuntimeObject_m3993C1E7AD94FFF3630C9A4B3F5C054AC2C7E5B7_gshared (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Il2CppChar ___open0, Il2CppChar ___separator1, RuntimeObject* ___expressions2, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___visit3, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::VisitExpressions<System.Object>(System.Char,System.Collections.Generic.IReadOnlyList`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_VisitExpressions_TisRuntimeObject_mC6D3BC9A69F68632FB8723CA86EF9736C578F5B3_gshared (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Il2CppChar ___open0, RuntimeObject* ___expressions1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::VisitExpressions<System.Object>(System.Char,System.Char,System.Collections.Generic.IReadOnlyList`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_VisitExpressions_TisRuntimeObject_mEB4F49CBDD3191B50B626C5FCEEB329E98763FE3_gshared (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Il2CppChar ___open0, Il2CppChar ___separator1, RuntimeObject* ___expressions2, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Linq.Expressions.ExpressionVisitor::Visit<System.Object>(System.Collections.ObjectModel.ReadOnlyCollection`1<T>,System.Func`2<T,T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* ExpressionVisitor_Visit_TisRuntimeObject_m69385A80BE8E9D1F2ABB8888AAAB3165EDAE8B6D_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* ___nodes0, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___elementVisitor1, const RuntimeMethod* method) ;
// T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, int32_t* ___value1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, int32_t ___value1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ExpressionStringBuilder::VisitExpressions<System.Object>(System.Char,System.Collections.ObjectModel.ReadOnlyCollection`1<T>,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_VisitExpressions_TisRuntimeObject_mF75179607E3FFE9B70996ED76F8F8A337E06259E_gshared (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, Il2CppChar ___open0, ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* ___expressions1, Il2CppChar ___close2, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Object>::.ctor(T[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrueReadOnlyCollection_1__ctor_m56281B79C66AC6D4AC9B11B8DADB5AD4931B33DF_gshared (TrueReadOnlyCollection_1_t71A2D3FD751848C3E87C90C4EDF1D35A25879C4D* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___list0, const RuntimeMethod* method) ;
// T System.Linq.Expressions.ExpressionVisitor::VisitAndConvert<System.Object>(T,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpressionVisitor_VisitAndConvert_TisRuntimeObject_m2CBDAC468B5B84C29FF143386D1833A9B333C931_gshared (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, RuntimeObject* ___node0, String_t* ___callerName1, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Linq.Expressions.ExpressionVisitor::VisitAndConvert<System.Object>(System.Collections.ObjectModel.ReadOnlyCollection`1<T>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* ExpressionVisitor_VisitAndConvert_TisRuntimeObject_m4C767DA02B81D479E7FC3AA1811B92265EC671B6_gshared (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* ___nodes0, String_t* ___callerName1, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.ExpressionUtils::SameElements<System.Object>(System.Collections.Generic.IEnumerable`1<T>&,System.Collections.Generic.IReadOnlyList`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpressionUtils_SameElements_TisRuntimeObject_mE03C5DF9B4620BA10A1409060BDB4FB9DF96E1BF_gshared (RuntimeObject** ___replacement0, RuntimeObject* ___current1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Boolean>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m71BCD2392D28272B9A7693A94865BC28A244E8CF_gshared (PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Byte>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_mD276E0CA282C5DFD13A185721D0ECF962A94D593_gshared (PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Char>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_mDB7AAFBF808E0E8302D135C1221BB12874C5A64E_gshared (PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.DateTime>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_mBEE7A69E2919758783563C56B31B1181ACFCB245_gshared (PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Decimal>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m3BC011713D323B206EB351C0C6474DFF94164668_gshared (PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Double>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m78B52D6F90A26232693A9AD371C3B2585A767A82_gshared (PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int16>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_mFCB931F8CA3CCBED78237F23623CE9D031138676_gshared (PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int32>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_mBD5F03FFFBDFBB1CADF5B219E0DF682952301C77_gshared (PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int64>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m7433FBCA26646D073E10CE3DB024BFD0AF12DF35_gshared (PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Object>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m03711421D9ABA85E6F5329B1A184E57F668F440D_gshared (PrimitiveParameterExpression_1_tBFC9B66638DBCCC19EF2B6E4DC39614684C4CB91* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.SByte>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m0222361D180AC336E45B7CD930A0BCEC2ACEBC04_gshared (PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Single>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m289B89C40A50E8C7721E963029B4EFD2572EDE11_gshared (PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt16>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m432CAFD04C99CECC21AF21CD442580742C99B14A_gshared (PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt32>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m6EA176AD6AF65AA8EBFD1B907AC9809081EDC40D_gshared (PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt64>::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveParameterExpression_1__ctor_m9ECE6DF9DD81C46CFB4B1B8379C2D6DDB6F87637_gshared (PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void System.Dynamic.Utils.ContractUtils::RequiresNotNull(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8 (RuntimeObject* ___value0, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.Linq.Expressions.LambdaExpression System.Linq.Expressions.BinaryExpression::get_Conversion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Expression::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.BinaryExpression::get_IsLifted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpression_get_IsLifted_m95359AA03320F850A24CB4D96EF9334536608582 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.BinaryExpression::get_IsLiftedToNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.BinaryExpression::get_Left()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Linq.Expressions.BinaryExpression::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.BinaryExpression::get_Right()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpression::get_Expressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::get_Result()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BlockExpression_get_Result_m85A8F4E9E3B84369367A0C8123544CB8262E9F25 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.BlockExpression::get_Variables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::get_Body()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::get_Filter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Type System.Linq.Expressions.CatchBlock::get_Test()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.CatchBlock::get_Variable()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::get_IfFalse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::get_IfTrue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::get_Test()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.ConstantExpression::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.SymbolDocumentInfo System.Linq.Expressions.DebugInfoExpression::get_Document()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* DebugInfoExpression_get_Document_mFFB1FAF66BE565A86A6688546AB54DE1A4CD7F50_inline (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.GotoExpressionKind System.Linq.Expressions.GotoExpression::get_Kind()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GotoExpression_get_Kind_mB3F8E7E57BE45EE434B27F59D8DD7B7E4D5D0473_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.GotoExpression::get_Target()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.GotoExpression::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.IndexExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* IndexExpression_get_Arguments_m02310E9FE7DEEDF2ACA2BBCBC8696F0AEE2169A5 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) ;
// System.Reflection.PropertyInfo System.Linq.Expressions.IndexExpression::get_Indexer()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyInfo_t* IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::get_Object()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression_get_Arguments_mB4411AF2CC5D85D7E118C2103066EE340D77FAA9 (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression::get_Expression()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.LabelExpression::get_DefaultValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LabelExpression::get_Target()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.LambdaExpression::get_Body()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.LambdaExpression::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LambdaExpression_get_Name_mC099AAE16A8765B43A0D835C6AB33DFA80D4F878 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.LambdaExpression::get_Parameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* LambdaExpression_get_Parameters_m60512B6B3670A57CD4789335522EB4CAEF59A05F (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ;
// System.Type System.Linq.Expressions.LambdaExpression::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LambdaExpression_get_ReturnType_mA8E8D3FF1557408AFB1CE8C1B7ED879F045D41FB (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.LambdaExpression::get_TailCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LambdaExpression_get_TailCall_m5C8FF396DC74BF7D57D40A22040CF500FABAE2E5 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit> System.Linq.Expressions.ListInitExpression::get_Initializers()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ListInitExpression_get_Initializers_mDB919C61BA1780B3BF5809C30659608640F50152_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.NewExpression System.Linq.Expressions.ListInitExpression::get_NewExpression()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ListInitExpression_get_NewExpression_m9F8DBC1E6754C9C25AAF57B9068303DD9250D27A_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.LoopExpression::get_Body()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LoopExpression::get_BreakLabel()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LoopExpression::get_ContinueLabel()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression::get_Expression()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method) ;
// System.Reflection.MemberInfo System.Linq.Expressions.MemberExpression::get_Member()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104 (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding> System.Linq.Expressions.MemberInitExpression::get_Bindings()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberInitExpression_get_Bindings_mB536296D4C0B10B1FAB3B868EF029DACDC8BD891_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.NewExpression System.Linq.Expressions.MemberInitExpression::get_NewExpression()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* MemberInitExpression_get_NewExpression_mDE4DAFB01F1AFDFF9E1D75597A33DECB87EF60EE_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression_get_Arguments_m386763439BCBD07BD686689D32990FA5155076F5 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Linq.Expressions.MethodCallExpression::get_Method()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::get_Object()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.NewArrayExpression::get_Expressions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.NewExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewExpression_get_Arguments_m153E264CF13BC082DEF2B0AB84331B1A6766B32E (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method) ;
// System.Reflection.ConstructorInfo System.Linq.Expressions.NewExpression::get_Constructor()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.MemberInfo> System.Linq.Expressions.NewExpression::get_Members()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* NewExpression_get_Members_m8E477C51746D3CB430C136596F328A6A7EFD0125_inline (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.ParameterExpression::get_IsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterExpression_get_IsByRef_m01BDD008CE1E89DE90DA5D35E951949CC665FE1C (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.ParameterExpression::get_Name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.RuntimeVariablesExpression::get_Variables()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB_inline (RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchCase::get_Body()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.SwitchCase::get_TestValues()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.SwitchCase> System.Linq.Expressions.SwitchExpression::get_Cases()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Linq.Expressions.SwitchExpression::get_Comparison()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::get_DefaultBody()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::get_SwitchValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::get_Body()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::get_Fault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::get_Finally()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock> System.Linq.Expressions.TryExpression::get_Handlers()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.TypeBinaryExpression::get_Expression()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method) ;
// System.Type System.Linq.Expressions.TypeBinaryExpression::get_TypeOperand()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.UnaryExpression::get_IsLifted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.UnaryExpression::get_IsLiftedToNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsLiftedToNull_m6A6103EBBB80AB1A349197D7E562B2B4898AC38E (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Linq.Expressions.UnaryExpression::get_Method()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::get_Operand()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Expression::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* __this, const RuntimeMethod* method) ;
// System.Exception System.Dynamic.Utils.ContractUtils::get_Unreachable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A (const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.BlockExpressionList::.ctor(System.Linq.Expressions.BlockExpression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList__ctor_mDB38B5E9DAB6ED7082CCB26289B03899BBDDCACE (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___provider0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, const RuntimeMethod* method) ;
// System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>::.ctor(System.Collections.Generic.IList`1<T>)
inline void ReadOnlyCollection_1__ctor_m6A9E9D520CEDD89BC8801F6D1CE354EA352D5156 (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* __this, RuntimeObject* ___list0, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*, RuntimeObject*, const RuntimeMethod*))ReadOnlyCollection_1__ctor_mF2D2ACE0752C3B97343B72328D49200F45C14B65_gshared)(__this, ___list0, method);
}
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Interlocked_CompareExchange_mE9CAF0B3E78E95BA138B5623615D3C0242581977 (RuntimeObject** ___location10, RuntimeObject* ___value1, RuntimeObject* ___comparand2, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.BlockExpression::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ;
// T System.Dynamic.Utils.ExpressionUtils::ReturnObject<System.Linq.Expressions.Expression>(System.Object)
inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0 (RuntimeObject* ___collectionOrT0, const RuntimeMethod* method)
{
return (( Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* (*) (RuntimeObject*, const RuntimeMethod*))ExpressionUtils_ReturnObject_TisRuntimeObject_m87E029772DFFF2557F3E0E42B8558C1893F49B30_gshared)(___collectionOrT0, method);
}
// System.Exception System.Linq.Expressions.Error::ArgumentOutOfRange(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF (String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpression::ReturnReadOnlyExpressions(System.Linq.Expressions.BlockExpression,System.Object&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockExpression_ReturnReadOnlyExpressions_m1D9EF3BF331643F5E13FF0F719A4102913DE75D6 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___provider0, RuntimeObject** ___collection1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Block2::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block2__ctor_m4FA64A6EEDED1DDA9F42F71CC342D8D5940801FA (Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Block3::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block3__ctor_mD55EF8E6E48BE347CF0A0A8B5102FBB088AE13B8 (Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg22, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Block4::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block4__ctor_m60BC03AA527D3C8C3FDEDEDF960AAAC934A74E95 (Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg22, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg33, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Block5::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block5__ctor_m16E3DE13B017C517EA32AA202249516C6DB28EF4 (Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg22, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg33, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg44, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Dynamic.Utils.ExpressionUtils::ReturnReadOnly<System.Linq.Expressions.Expression>(System.Collections.Generic.IReadOnlyList`1<T>&)
inline ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60 (RuntimeObject** ___collection0, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* (*) (RuntimeObject**, const RuntimeMethod*))ExpressionUtils_ReturnReadOnly_TisRuntimeObject_mBA83CB28209E325E97B98104E3693EEC28404A0D_gshared)(___collection0, method);
}
// System.Void System.Linq.Expressions.BlockN::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockN__ctor_mF3BD44CAC1DB77EF6A56E89D2022DA4A1BC744A5 (BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC* __this, RuntimeObject* ___expressions0, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Dynamic.Utils.ExpressionUtils::ReturnReadOnly<System.Linq.Expressions.ParameterExpression>(System.Collections.Generic.IReadOnlyList`1<T>&)
inline ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ExpressionUtils_ReturnReadOnly_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_mE04919AD1E4D845FCF0BE1DDB17FD11BFB35B711 (RuntimeObject** ___collection0, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* (*) (RuntimeObject**, const RuntimeMethod*))ExpressionUtils_ReturnReadOnly_TisRuntimeObject_mBA83CB28209E325E97B98104E3693EEC28404A0D_gshared)(___collection0, method);
}
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.ScopeExpression::get_VariablesList()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ScopeExpression_get_VariablesList_m20910F9EFB04EEFF4A3053CA20D923567C743A6E_inline (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Expression::ValidateVariables(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Expression_ValidateVariables_m1104B12EF13DF578DD965D0DC331DA06179F57F5 (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___varList0, String_t* ___collectionName1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Scope1::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scope1__ctor_mA16D50136A0DEF94FF5A8F93BAE817A3074CE84E (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, RuntimeObject* ___variables0, RuntimeObject* ___body1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ScopeExpression::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopeExpression__ctor_m87A66A8D82599F0A6E9061C2EBCD0987CA1D5335 (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, RuntimeObject* ___variables0, const RuntimeMethod* method) ;
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.ScopeExpression::ReuseOrValidateVariables(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScopeExpression_ReuseOrValidateVariables_m41CCDC66DC2397B008B972A4CE9EE914DB4BABFC (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Scope1::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scope1__ctor_m3EBCBDCB799618149C83CA4015ED7B22A6985EA6 (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, RuntimeObject* ___variables0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ScopeN::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopeN__ctor_mF484C34BAB6178F52502165E4DDAFD395288FDC5 (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, RuntimeObject* ___variables0, RuntimeObject* ___body1, const RuntimeMethod* method) ;
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ScopeN::get_Body()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ScopeN_get_Body_mF3AB4D4B6B3CBC7FFDAF1CAC743F4BC5B68D25B6_inline (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ScopeWithType::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopeWithType__ctor_m7E647A39F6BD42749FCA76E2D99330024D41E69B (ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639* __this, RuntimeObject* ___variables0, RuntimeObject* ___expressions1, Type_t* ___type2, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.BlockExpressionList::IndexOf(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockExpressionList_IndexOf_mA224132A08909FC065506462C6BBE415E1A49FE7 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___item0, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m34A925BA55EC4CE4253404E363B5F6A53EB51CA3 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__18__ctor_mC0FDCF4EC632E450FBE273F47D219CDFE02FDB26 (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerator`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpressionList::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BlockExpressionList_GetEnumerator_mFA95F119E04AF634A9364024DDDC2C0E3C23C65E (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.ExpressionStringBuilder::CatchBlockToString(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExpressionStringBuilder_CatchBlockToString_m83997F98B03309B934AD1A338A55C9515B20E9DB (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, const RuntimeMethod* method) ;
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.Expression::MakeCatchBlock(System.Type,System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* Expression_MakeCatchBlock_mC75995FDAED24192EDFB275B0EEBF72E288EB498 (Type_t* ___type0, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body2, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___filter3, const RuntimeMethod* method) ;
// System.Linq.Expressions.AnalyzeTypeIsResult System.Linq.Expressions.ConstantCheck::AnalyzeTypeIs(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstantCheck_AnalyzeTypeIs_m1F490AD5DF4F74AAF20810F56563D51E85AEBC71 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand0, Type_t* ___testType1, 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.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsPointer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPointer_mC8AAAFEC4E4CEA59DAD0032B85D1BB224763278B (Type_t* __this, const RuntimeMethod* method) ;
// System.Type System.Dynamic.Utils.TypeUtils::GetNonNullableType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318 (Type_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.TypeUtils::IsNullableType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_IsNullableType_mC55F95DC7E0BC9C9411EA2A50DEC8B2BE9ECDA28 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.FullConditionalExpressionWithType::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullConditionalExpressionWithType__ctor_m1C198751C79249C120A2145117F1FD9B3EC99A13 (FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, Type_t* ___type3, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ConditionalExpression::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalExpression__ctor_m256286843DC7D817FD6E74D8A34E571198652F77 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.FullConditionalExpression::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullConditionalExpression__ctor_mAFE90D10A4E00A0381F74FACDE49CD27405233C9 (FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, const RuntimeMethod* method) ;
// System.Linq.Expressions.ConditionalExpression System.Linq.Expressions.Expression::Condition(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* Expression_Condition_mFE72AAE409FF6E0D371F04F1CEC7BD9C7FEF4552 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, Type_t* ___type3, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ConstantExpression::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantExpression__ctor_m31AF3D4FC229D8AE2C2989EC9F8D3AC069E83A0E (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Int32>::.ctor()
inline void Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1 (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*, const RuntimeMethod*))Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.ExpressionVisitor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<System.Int32>::get_Count()
inline int32_t Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_inline (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*, const RuntimeMethod*))Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_gshared_inline)(__this, method);
}
// T System.Collections.Generic.Stack`1<System.Int32>::Peek()
inline int32_t Stack_1_Peek_m919AA48BFC239B260BB6A0639B8E027B60CB8B66 (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*, const RuntimeMethod*))Stack_1_Peek_m919AA48BFC239B260BB6A0639B8E027B60CB8B66_gshared)(__this, method);
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::get_Base()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_get_Base_m4B18E918536DC2C2C9777364A3D02A655D7D7625 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.DebugViewWriter::get_Delta()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DebugViewWriter_get_Delta_m1D601E610796CF9861B231605DC41D5864BEBF4F_inline (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetId<System.Linq.Expressions.LambdaExpression>(T,System.Collections.Generic.Dictionary`2<T,System.Int32>&)
inline int32_t DebugViewWriter_GetId_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_mE690832380E440238D1445EB15B46AAD96D3ACA7 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___e0, Dictionary_2_t16D290B1EFBEB72AB792B62478A2C76059CDC58B** ___ids1, const RuntimeMethod* method)
{
return (( int32_t (*) (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E*, Dictionary_2_t16D290B1EFBEB72AB792B62478A2C76059CDC58B**, const RuntimeMethod*))DebugViewWriter_GetId_TisRuntimeObject_m2458C83083DC77591A2D0E7EBA7377BA0302A33A_gshared)(___e0, ___ids1, method);
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetId<System.Linq.Expressions.ParameterExpression>(T,System.Collections.Generic.Dictionary`2<T,System.Int32>&)
inline int32_t DebugViewWriter_GetId_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m52443065F014B27BC82C57609AD5F8E099F4F0CD (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___e0, Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69** ___ids1, const RuntimeMethod* method)
{
return (( int32_t (*) (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69**, const RuntimeMethod*))DebugViewWriter_GetId_TisRuntimeObject_m2458C83083DC77591A2D0E7EBA7377BA0302A33A_gshared)(___e0, ___ids1, method);
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetId<System.Linq.Expressions.LabelTarget>(T,System.Collections.Generic.Dictionary`2<T,System.Int32>&)
inline int32_t DebugViewWriter_GetId_TisLabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5_m112857144EEFBF7BA442D41643E633E579FBFA23 (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___e0, Dictionary_2_tBD3A7177F3E943ACCF203FE09FB98B4ECF7A165B** ___ids1, const RuntimeMethod* method)
{
return (( int32_t (*) (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, Dictionary_2_tBD3A7177F3E943ACCF203FE09FB98B4ECF7A165B**, const RuntimeMethod*))DebugViewWriter_GetId_TisRuntimeObject_m2458C83083DC77591A2D0E7EBA7377BA0302A33A_gshared)(___e0, ___ids1, method);
}
// System.Void System.Linq.Expressions.DebugViewWriter::.ctor(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter__ctor_m7F103C336119E054D04D04D2974EC2FC94BC4C2D (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___file0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::WriteTo(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_WriteTo_m2F19CE592AD660AAF040AE83EE73E0DFE8BA47F9 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::WriteLambda(System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_WriteLambda_mA319115AC57D05C6B2A875F88F71DD6AC98A27B2 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___lambda0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::WriteLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_WriteLine_mAD23CC084D2310A35BB26FF1921CA61A9C0224F8 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.Queue`1<System.Linq.Expressions.LambdaExpression>::Dequeue()
inline LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* Queue_1_Dequeue_m67B4E3AECB4CA47A160F6972978CF18F25E583BB (Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B* __this, const RuntimeMethod* method)
{
return (( LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* (*) (Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B*, const RuntimeMethod*))Queue_1_Dequeue_m86B243DF9EC238316EC3D27DF3E0AB8DB0987E84_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.Queue`1<System.Linq.Expressions.LambdaExpression>::get_Count()
inline int32_t Queue_1_get_Count_m6E8DBA2593A4C847204E320E354496B7E9DA54FA_inline (Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B*, const RuntimeMethod*))Queue_1_get_Count_m1768ADA9855B7CDA14C9C42E098A287F1A39C3A2_gshared_inline)(__this, method);
}
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.Linq.Expressions.DebugViewWriter/Flow,System.String,System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___before0, String_t* ___s1, int32_t ___after2, const RuntimeMethod* method) ;
// System.Linq.Expressions.DebugViewWriter/Flow System.Linq.Expressions.DebugViewWriter::GetFlow(System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetFlow_m5307C3DBBAD119486501B7C6A3A8B5C69BEE878B (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___flow0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::Write(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Write_m3E7ACA1062A8C9466A1E9939A3CA6074787EC6B3 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.DebugViewWriter::get_Depth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_get_Depth_m6EFA4F708BC2B32263E24AEED59B7E9F489574E2 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) ;
// System.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.Linq.Expressions.DebugViewWriter/Flow System.Linq.Expressions.DebugViewWriter::CheckBreak(System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_CheckBreak_mB788A594EE2531CC5BBC3676CB9AB54D5D440E5C (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___flow0, const RuntimeMethod* method) ;
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Linq.Expressions.ParameterExpression>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m8139C0B5E6A6C04AA11D5E302E998C729494DF4A (Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Linq.Expressions.DebugViewWriter::VisitExpressions<System.Linq.Expressions.ParameterExpression>(System.Char,System.Char,System.Collections.Generic.IReadOnlyList`1<T>,System.Action`1<T>)
inline void DebugViewWriter_VisitExpressions_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m9455175275BD112DAAC407782021B1A9DAE22B92 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Il2CppChar ___open0, Il2CppChar ___separator1, RuntimeObject* ___expressions2, Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998* ___visit3, const RuntimeMethod* method)
{
(( void (*) (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607*, Il2CppChar, Il2CppChar, RuntimeObject*, Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998*, const RuntimeMethod*))DebugViewWriter_VisitExpressions_TisRuntimeObject_m3993C1E7AD94FFF3630C9A4B3F5C054AC2C7E5B7_gshared)(__this, ___open0, ___separator1, ___expressions2, ___visit3, method);
}
// System.Void System.Linq.Expressions.DebugViewWriter::ParenthesizedVisit(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___parent0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___nodeToVisit1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.DebugViewWriter::NeedsParentheses(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugViewWriter_NeedsParentheses_m3DDEF9A97456814D267F7F2EAF51E62AF4F1616E (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___parent0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___child1, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.String,System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, String_t* ___s0, int32_t ___after1, 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.Int32 System.Linq.Expressions.DebugViewWriter::GetParamId(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetParamId_m7EDDA26EC415F7327CDAA447D6701B29184C0429 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___p0, 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.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.String System.Linq.Expressions.DebugViewWriter::GetDisplayName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetDisplayName_mFEBFBD79673504497C80FB1626A068CB2C6CA869 (String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.DebugViewWriter::IsSimpleExpression(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugViewWriter_IsSimpleExpression_m813E6F6B36F96EE3E5CD91D064B2170B7329716D (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::Indent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::Dedent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.Linq.Expressions.DebugViewWriter/Flow,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___before0, String_t* ___s1, 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.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.DebugViewWriter::GetConstantValueSuffix(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetConstantValueSuffix_m6DA30DA5EF21934FD7E4562C838AFD59E00DD15F (Type_t* ___type0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::OutMember(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_OutMember_m804C9101F1780C25B6C9A8DACD20A4D2F4C4E9B2 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, MemberInfo_t* ___member2, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::VisitExpressions<System.Linq.Expressions.Expression>(System.Char,System.Collections.Generic.IReadOnlyList`1<T>)
inline void DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Il2CppChar ___open0, RuntimeObject* ___expressions1, const RuntimeMethod* method)
{
(( void (*) (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607*, Il2CppChar, RuntimeObject*, const RuntimeMethod*))DebugViewWriter_VisitExpressions_TisRuntimeObject_mC6D3BC9A69F68632FB8723CA86EF9736C578F5B3_gshared)(__this, ___open0, ___expressions1, method);
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetOperatorPrecedence(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetOperatorPrecedence_m716DCD10AC3A19ADCBDC8F6799C9BF9BB507A859 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::VisitDeclarations(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_VisitDeclarations_m667EF88D9F3B2A3D04E04933E3B5E77E80A7144A (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, RuntimeObject* ___expressions0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::VisitExpressions<System.Linq.Expressions.Expression>(System.Char,System.Char,System.Collections.Generic.IReadOnlyList`1<T>)
inline void DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m579815BF6BF12B90EC4AE803BDEDF026E0D5D818 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Il2CppChar ___open0, Il2CppChar ___separator1, RuntimeObject* ___expressions2, const RuntimeMethod* method)
{
(( void (*) (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607*, Il2CppChar, Il2CppChar, RuntimeObject*, const RuntimeMethod*))DebugViewWriter_VisitExpressions_TisRuntimeObject_mEB4F49CBDD3191B50B626C5FCEEB329E98763FE3_gshared)(__this, ___open0, ___separator1, ___expressions2, method);
}
// System.Void System.Linq.Expressions.DebugViewWriter::NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_NewLine_mC3DFE844CA2802D707700A17D0488AF5051C2E98 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.DebugViewWriter::DumpLabel(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_DumpLabel_m60BCCDB7288ECE5BFE556EB6D85316A9EDEE2F50 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, 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.Linq.Expressions.DebugViewWriter::GetLabelTargetName(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetLabelTargetName_m250811DE1D137409C9972FD5C6D63542894A7416 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Linq.Expressions.CatchBlock,System.Linq.Expressions.CatchBlock>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mF1992B9EFDD98FDE00952A835D1DEA9F52D0356B (Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Linq.Expressions.ExpressionVisitor::Visit<System.Linq.Expressions.CatchBlock>(System.Collections.ObjectModel.ReadOnlyCollection`1<T>,System.Func`2<T,T>)
inline ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA (ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* ___nodes0, Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9* ___elementVisitor1, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* (*) (ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA*, Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9*, const RuntimeMethod*))ExpressionVisitor_Visit_TisRuntimeObject_m69385A80BE8E9D1F2ABB8888AAAB3165EDAE8B6D_gshared)(___nodes0, ___elementVisitor1, method);
}
// System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_m5DA1C329CB63868255C466876EC2452B40E418A9 (PropertyInfo_t* ___left0, PropertyInfo_t* ___right1, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.LabelTarget::get_Name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetLabelTargetId(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetLabelTargetId_mF231C63E15C7BFC4CE9B95B0B856993B510F7E03 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.DebugViewWriter::GetLambdaName(System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetLambdaName_m080552587E1A86C78B612178334641B12CDA57D4 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___lambda0, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetLambdaId(System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetLambdaId_mECC1286C8EECCB4D771239797B5E678DA5F506B1 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___le0, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.DebugViewWriter::ContainsWhiteSpace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugViewWriter_ContainsWhiteSpace_m3330A94BC091726034C39C4FD23D61DC2BFFC467 (String_t* ___name0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.DebugViewWriter::QuoteName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_QuoteName_mC5F9A9FF44E2D002A34D3DEC1113D94D3E527699 (String_t* ___name0, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ElementInit::get_Arguments()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85_inline (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method) ;
// T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Item(System.Int32)
inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502 (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* (*) (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared)(__this, ___index0, method);
}
// System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Count()
inline int32_t ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method);
}
// System.String System.Linq.Expressions.Strings::get_ReducibleMustOverrideReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ReducibleMustOverrideReduce_mDF44E2F816FE2856D93ECEA37C58A40AD50AFE74 (const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::InvalidMetaObjectCreated(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidMetaObjectCreated_mCBEFEEBA1EC6E6DFBB36607B5D523E177E83B628 (RuntimeObject* ___p00, 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.String System.Linq.Expressions.Strings::AmbiguousMatchInExpandoObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_AmbiguousMatchInExpandoObject_mEBEB1ACA7F2FD1AA3D9B9FF9CB19CEE0B7C2D5F2 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.Void System.Reflection.AmbiguousMatchException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m626D7A373A51DC634778AEECB96ACAA06058006D (AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::SameKeyExistsInExpando(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_SameKeyExistsInExpando_mF287FD45A43643E44A7970B648CB091A930923C9 (RuntimeObject* ___p00, 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.String System.Linq.Expressions.Strings::KeyDoesNotExistInExpando(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_KeyDoesNotExistInExpando_mC1CDED2EB254E8389F63DCE18FEF30A3ACDE668A (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_CollectionModifiedWhileEnumerating()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_CollectionModifiedWhileEnumerating_mF2B26F7C9901EDCB9EB77AB8922FABC611E01321 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_CollectionReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_CollectionReadOnly_m266ADDB758E58C8D7B744E6DDE36E4DF7F5B6252 (const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_MustReduceToDifferent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_MustReduceToDifferent_mE86F5CB113CA3D26502D71ACAC555ECE68C2C9B9 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::BinderNotCompatibleWithCallSite(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_BinderNotCompatibleWithCallSite_m98B5CD979242CCC31AB4804F60BB65E2FDCA6B43 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::DynamicBindingNeedsRestrictions(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DynamicBindingNeedsRestrictions_mF514E2BD23BC724AEE0DB182C1A6C1C9FDE5294C (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::DynamicObjectResultNotAssignable(System.Object,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DynamicObjectResultNotAssignable_m7DEF45A2092C7DA0FEDCFB825FBC752A7540A3D3 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, RuntimeObject* ___p33, const RuntimeMethod* method) ;
// System.Void System.InvalidCastException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::DynamicBinderResultNotAssignable(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DynamicBinderResultNotAssignable_mFFE34DEC899E78070EF7A9396CB4E6192C126AE0 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_BindingCannotBeNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BindingCannotBeNull_m0077463B063E6561306764AC671ED163B0F7856C (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ReducedNotCompatible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ReducedNotCompatible_mE6431AECFDF31F8F031984605CC6EB3D852CDDF4 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_SetterHasNoParams()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_SetterHasNoParams_mE1B4C60C0A4A2BD55AF00942378114A6CE1114D2 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_PropertyCannotHaveRefType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyCannotHaveRefType_mBC8EE01B3E9679D998959254B79C35B4FB551FF0 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_IndexesOfSetGetMustMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IndexesOfSetGetMustMatch_mEED78AE8E634848181A12133CB96637425AE8527 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::TypeParameterIsNotDelegate(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_TypeParameterIsNotDelegate_mDE77D6656524527C8ABC954B3B80EA9A983B0243 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_FirstArgumentMustBeCallSite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_FirstArgumentMustBeCallSite_mE6B51058008BBF7E7722F7B42CCF013CF1DF0A01 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_AccessorsCannotHaveVarArgs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_AccessorsCannotHaveVarArgs_m84C0FFB7D46608A91666FFE4EC12B047432F4834 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_AccessorsCannotHaveByRefArgs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_AccessorsCannotHaveByRefArgs_m80225777F44C8F27C702CCD48703F646ED9AC8D6 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Error::GetParamName(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3 (String_t* ___paramName0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::AccessorsCannotHaveByRefArgs(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AccessorsCannotHaveByRefArgs_mEDF31EAEA419D3AE4A93531D627389173A64F244 (String_t* ___paramName0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_TypeMustBeDerivedFromSystemDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TypeMustBeDerivedFromSystemDelegate_mDFF955D438D6C86E16C754875C6C505E6F6931D7 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_NoOrInvalidRuleProduced()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_NoOrInvalidRuleProduced_m027D27B7652B23D6D5C3A23313C4A921301962AF (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_BoundsCannotBeLessThanOne()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BoundsCannotBeLessThanOne_m250D8DA54E663524C2AAA09792F1053865E82A58 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_TypeMustNotBeByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TypeMustNotBeByRef_m4BE5BB8A7B3F754DEECEB1AD95FD0991F4DABF17 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_TypeMustNotBePointer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TypeMustNotBePointer_m30ADF926EA2A295A016405D70D8548B594D8FF34 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_SetterMustBeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_SetterMustBeVoid_m55B395A59481FEC0A29E6335E80442DE5357A281 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_PropertyTypeMustMatchGetter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyTypeMustMatchGetter_m2E7C8CBC87C2D586ABF33150968C773E6C51D6BD (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_PropertyTypeMustMatchSetter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyTypeMustMatchSetter_m629D6ED9A281CCD3C062849144494330A697CB85 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_BothAccessorsMustBeStatic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BothAccessorsMustBeStatic_m67A53BB9D55F344D1FA3254390F2B87AC0DB9D30 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_OnlyStaticFieldsHaveNullInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_OnlyStaticFieldsHaveNullInstance_mE354917B076FBE8F4C69B847F5CDA7DFA7618917 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_OnlyStaticPropertiesHaveNullInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_OnlyStaticPropertiesHaveNullInstance_mE6ADDA02F77DDF90B972B8875878BF768D08FF4B (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_OnlyStaticMethodsHaveNullInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_OnlyStaticMethodsHaveNullInstance_m886E23DC376C5FBE2AD5F09199F5804C6D8FB01C (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_PropertyTypeCannotBeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyTypeCannotBeVoid_m414FACFC93C0A8DAE1E3D96E4B7C7CDAFFB2BC8E (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_InvalidUnboxType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_InvalidUnboxType_mE57AC45AA73F2EC7F514E853D50640CCC6DC50D5 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ExpressionMustBeWriteable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ExpressionMustBeWriteable_m49CD8EE9782FCF824CF792F0A138DDDB1172217C (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentMustNotHaveValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustNotHaveValueType_m660C933203B1D1CE9C1DEA8B405B776E31FFDA79 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_MustBeReducible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_MustBeReducible_mEBFD4B186450845FD29F3A0356F41223DA12DF03 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_LabelMustBeVoidOrHaveExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_LabelMustBeVoidOrHaveExpression_m50FF00BFF03D7F38B4D91318A51A4C75725D3A63 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_LabelTypeMustBeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_LabelTypeMustBeVoid_m3C79174A66D0F34F6A56CF1EEE6D6E50F2CFEE36 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_QuotedExpressionMustBeLambda()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_QuotedExpressionMustBeLambda_m1697E138B4C7A2DAEFD503F8C0CA35D619D94721 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::VariableMustNotBeByRef(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_VariableMustNotBeByRef_m42A37DFB54257F52CB92EA33F597A99B4CB539D3 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::VariableMustNotBeByRef(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_VariableMustNotBeByRef_mA1B0E592B75885D67A4BDBED87E17D3E60A0C7AE (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::DuplicateVariable(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DuplicateVariable_m43F5EFDE0641D8DDFAE4E75E586A7D18725199C5 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::DuplicateVariable(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DuplicateVariable_m94E3BCB071229161699E4D9AB68D18366544353F (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_FaultCannotHaveCatchOrFinally()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_FaultCannotHaveCatchOrFinally_mC816DE620FA83DF34A25F55204A9C1D3883F4D18 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_TryMustHaveCatchFinallyOrFault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TryMustHaveCatchFinallyOrFault_m6483F7F214F68BA7134C627B440A56E471D809FA (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_BodyOfCatchMustHaveSameTypeAsBodyOfTry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BodyOfCatchMustHaveSameTypeAsBodyOfTry_mC35B1E17936A88F24A3FB1351C3BFD21070B818D (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExtensionNodeMustOverrideProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExtensionNodeMustOverrideProperty_m269496080796A674182EC91C1085ECBCDDADA8C9 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::UserDefinedOperatorMustBeStatic(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOperatorMustBeStatic_m47770157AD3EE4E60885E5A870B0734156C3328D (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::UserDefinedOperatorMustNotBeVoid(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOperatorMustNotBeVoid_m087098309939A6D3560414E273CDCC6159238347 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::CoercionOperatorNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_CoercionOperatorNotDefined_m81A1FECDFE46E0A9CB504CFCA7C68FF01C06E120 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::UnaryOperatorNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UnaryOperatorNotDefined_m75F7292AD07D84C1FB2126D85EAED29989C3DA17 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::BinaryOperatorNotDefined(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_BinaryOperatorNotDefined_m19BE67CD68B97BCB573F1F27B99C841C8550CB5D (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ReferenceEqualityNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ReferenceEqualityNotDefined_m03F3B0985C63CFEF12DF1E796FC9FB5AD3CD6055 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::OperandTypesDoNotMatchParameters(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_OperandTypesDoNotMatchParameters_mD00787305A346763031A9692B5AD5D1FD51C2F09 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::OverloadOperatorTypeDoesNotMatchConversionType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_OverloadOperatorTypeDoesNotMatchConversionType_m44C5D28AA8987BB7121133FC8BF2DB61E8F8A587 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ConversionIsNotSupportedForArithmeticTypes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ConversionIsNotSupportedForArithmeticTypes_mFCA28216A6E1E5C39B9397A1C2163F1C423ED5E6 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeArray_m715912E90E65F03A5F78120D5B835A01D8EEA9AD (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeBoolean_m7E1255CF46DCC5CE9A16F55C9AB70FC776AF1D94 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeInteger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeInteger_m3A32C0FF0830A125A4532EB28C856B898A2BFAA8 (const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::ArgumentMustBeInteger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustBeInteger_m3920153908BD850A0C14ECD23684AA56F93A104F (String_t* ___paramName0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeArrayIndexType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeArrayIndexType_m64A3E1469E2EA6C0881CD7F6A0568444A05EEEA8 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeSingleDimensionalArrayType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeSingleDimensionalArrayType_m43284DF53CFF124929A6458915AFFB3E9DF6FA99 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentTypesMustMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentTypesMustMatch_m85AACB9FD1AECF82B173C340F4A0BB71FDB02D6E (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::CannotAutoInitializeValueTypeMemberThroughProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_CannotAutoInitializeValueTypeMemberThroughProperty_mC922B5875B10FC3F7688807C4BEFF22D4B55D6A3 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::IncorrectTypeForTypeAs(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_IncorrectTypeForTypeAs_m55A678CF8697CC0DB6BBEFC49A42D221DEC28A6B (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_CoalesceUsedOnNonNullType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_CoalesceUsedOnNonNullType_mEA671CBA5D7200EF3380E564758C5CD8343ACABF (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeCannotInitializeArrayType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeCannotInitializeArrayType_mC998E074FABD3CC820B9ED3C3EA40CBEB06DE13C (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchReturn(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchReturn_m0CBBE775C1A93E1097988E83F013ED20E1D1D38A (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchAssignment(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchAssignment_mCD5555239F7972A499F402E0E7E5032FCF2D1F1D (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchLabel(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchLabel_m6722EF7B1CC467E4B1491334872867080D0428D7 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeNotInvocable(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeNotInvocable_m67C7AEDF3CE6E154B3A3D502237FA79433FAC489 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::InstanceFieldNotDefinedForType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InstanceFieldNotDefinedForType_mA4F7F65BD435CFF6DCC54DDC6E6FE33C6081E481 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::FieldInfoNotDefinedForType(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FieldInfoNotDefinedForType_m5F17AEA41B609951600568CA4E8043D45A9701C0 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfIndexes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfIndexes_m43126316027CDBF9FEAFA4A2322014D1F3D38909 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfLambdaDeclarationParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfLambdaDeclarationParameters_mBA80CAFA0FDD6783AE6C1DD1EC0AD19477CDC42C (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_LambdaTypeMustBeDerivedFromSystemDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_LambdaTypeMustBeDerivedFromSystemDelegate_m872774884C41E58E593F77477A8A0E1696A04D08 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MemberNotFieldOrProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MemberNotFieldOrProperty_m2092968546E6B2BC8E2DB371BCD36FF6030C2A6C (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MethodContainsGenericParameters(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodContainsGenericParameters_m517E28BDD51B8EA8AAA56B9C0AD88D8D915AAE2E (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MethodIsGeneric(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodIsGeneric_m9B1C5A547AAF40A237D34A81212F447C6D765CB9 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::PropertyDoesNotHaveAccessor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_PropertyDoesNotHaveAccessor_mA134F232C4A5A6C72FFA32B0B2F257F93E74BFC4 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ParameterExpressionNotValidAsDelegate(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ParameterExpressionNotValidAsDelegate_mA707D653F4EC766BFB92D6C736FC9A1A3F5211FC (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::PropertyNotDefinedForType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_PropertyNotDefinedForType_mF8B4351111C69D72141ECA5600C52999219F4ABC (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::InstancePropertyNotDefinedForType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InstancePropertyNotDefinedForType_m3A35F8472518FB3EC364759A6CAD270D7EB86C7F (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::InstanceAndMethodTypeMismatch(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InstanceAndMethodTypeMismatch_m09A877E58800F047C4BE6E200D2420AD91A75558 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::UnhandledBinary(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UnhandledBinary_mBDEE6A0B15D544F2728722EFB39C4DA084E207AA (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::UnhandledUnary(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UnhandledUnary_mD0296C3466623423AFA6A7BF707158B1C54CF246 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::UserDefinedOpMustHaveConsistentTypes(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOpMustHaveConsistentTypes_m568EDD9CCADFE08F0C6D7CE398F9755822BA48FF (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::UserDefinedOpMustHaveValidReturnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOpMustHaveValidReturnType_mF3546C91CD018488AAEE490416753BEEEB328BD3 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::LogicalOperatorMustHaveBooleanOperators(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_LogicalOperatorMustHaveBooleanOperators_m9EC399FDE66D098647E2F1BCB03825FE5BC2E31C (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MethodWithArgsDoesNotExistOnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodWithArgsDoesNotExistOnType_mB069B222F564DC4F866CD71A4B4007C7B2464141 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::GenericMethodWithArgsDoesNotExistOnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_GenericMethodWithArgsDoesNotExistOnType_m4E641841640A070AB8B3A7F92111791FEE2196D3 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MethodWithMoreThanOneMatch(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodWithMoreThanOneMatch_mF2AD51F0F54AE55F261732B6282296FFA8273AA0 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ArgumentCannotBeOfTypeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentCannotBeOfTypeVoid_m17D1009E0AE24EF4867001AE5CB28107118442EE (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::OutOfRange(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_OutOfRange_mF50D8AD791C321D51490A539C9909AA6816E0CC9 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::LabelTargetAlreadyDefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_LabelTargetAlreadyDefined_m3B8E0C163B04BD8E49B4CEA8EC723EB053A0099D (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::LabelTargetUndefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_LabelTargetUndefined_m9C6FA0D131FADC65798F8502CC3174E141F463B4 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ControlCannotLeaveFinally()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotLeaveFinally_mB2085E88CA4734EB3CBCC3225079C45BFF2ED886 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ControlCannotLeaveFilterTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotLeaveFilterTest_mF8871AEB2C53657A3F128630191A592A8537DE21 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::AmbiguousJump(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_AmbiguousJump_m17690F7680E0734A6C2FB3D6A8134349CE600F98 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ControlCannotEnterTry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotEnterTry_m624E9C7E5EC84F355F0F6DF26D9462625D986D3D (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ControlCannotEnterExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotEnterExpression_mBDB7356A269EA18D247EBEA89E39C331FA9CC9DC (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::NonLocalJumpWithValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_NonLocalJumpWithValue_m6EA3258CC9BF75FC717EF93C144BB2B44D9EC73A (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::InvalidLvalue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidLvalue_mFFDEA1DAC77BB7EDBFA71F620B1E06421292CF73 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_RethrowRequiresCatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_RethrowRequiresCatch_m72E2EBABDDB16227EE1620E21E616BAF5512BC9D (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MustRewriteToSameNode(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MustRewriteToSameNode_m44116CABD3958828DCEDE8CB60BA3715A4D3168B (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MustRewriteChildToSameType(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MustRewriteChildToSameType_m212FFAE8D85CDC0434C2976BC5E66F5F9F865D08 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::MustRewriteWithoutMethod(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MustRewriteWithoutMethod_m42C66891C07E54EEBAD5F854BCA940C294B75084 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_NonAbstractConstructorRequired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_NonAbstractConstructorRequired_mC826580E5861A262BC08E4AC7757ABCA5EF858DA (const RuntimeMethod* method) ;
// System.Void System.InvalidProgramException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_m75BD70D9AEEE6B109A3FB51897615B6DAA992B28 (InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B* __this, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_EnumerationIsDone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_EnumerationIsDone_m1B33ED2A6526D63653CE4B47A1E2C92479D27FC7 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::TypeContainsGenericParameters(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_TypeContainsGenericParameters_mE6DD941CB130D2C388E585573D6A0C9B02E82BBF (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::TypeContainsGenericParameters(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeContainsGenericParameters_m4D0A97A6CE372492A2905BB99451409B208A1CBD (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::TypeIsGeneric(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_TypeIsGeneric_m25C2FEB0F937D37E249E741FC7AE7763BB17780A (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::TypeIsGeneric(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeIsGeneric_m107E410A9C294F9601A24022AD660A5F18A8D5BF (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfConstructorArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfConstructorArguments_m9FE239658E041AD59DA488EDD8EB520DB97A5C71 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchMethodParameter(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchMethodParameter_m1C09EE2060EF143AF437E20EF20DC4D20A6BF433 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchMethodParameter(System.Object,System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchMethodParameter_mFC115B5E57AE7A77EBE880DEA3C909AB7B80916B (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, String_t* ___paramName3, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchParameter(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchParameter_m3CF968EECBEECA941C13F40E3D107375CF04F410 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchParameter(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchParameter_m0DBF9538D46D04427D5EC40190BB7E08C335EF26 (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfLambdaArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfLambdaArguments_m5AF7A84795AA8714F3E0EAE3DE2D0A2C400F58EE (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::IncorrectNumberOfMethodCallArguments(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_IncorrectNumberOfMethodCallArguments_mD8A2AEECEAA8F350047D84DA25C48BC6B8BE8D0B (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchConstructorParameter(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchConstructorParameter_mB238588EC1D05B2F0C2C11381A61154A90AD6470 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchConstructorParameter(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchConstructorParameter_m2B799FD455A06CB78AC725CF4D5A45AD79BADE54 (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_ExpressionMustBeReadable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ExpressionMustBeReadable_m5BB174C0B786E9B6F3EAA8D64D6C0FBBB3AE12ED (const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::ExpressionMustBeReadable(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionMustBeReadable_m4F499395231F898275833745D3113A1FA9994538 (String_t* ___paramName0, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::get_InvalidArgumentValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_InvalidArgumentValue_mE196A98224C0FBA0F40BDF9B43C69161E0AFD8B0 (const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::InvalidNullValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidNullValue_mA3571F729FC8ECDBC9989FAC8EF43F12E5D7B4D4 (RuntimeObject* ___p00, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Strings::InvalidObjectType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidObjectType_m2BE19AE6C61A9B921259A46016938BFA3E636BCD (RuntimeObject* ___p00, RuntimeObject* ___p11, 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.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.ExpressionStringBuilder::GetId(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpressionStringBuilder_GetId_mB30F506871DEDDD2101961244480577774EDEF56 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1*, const RuntimeMethod*))Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342 (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, int32_t* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1*, RuntimeObject*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Count()
inline int32_t Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926 (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1*, const RuntimeMethod*))Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue)
inline void Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1*, RuntimeObject*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C_gshared)(__this, ___key0, ___value1, method);
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ExpressionStringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder__ctor_m93026927A076507F950AB8B131ED71D7596400B3 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ExpressionStringBuilder::Out(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.ExpressionStringBuilder::IsBool(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpressionStringBuilder_IsBool_m0019C684A9413549270C184AA2F8832084D928D2 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ExpressionStringBuilder::Out(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.ExpressionStringBuilder::GetParamId(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpressionStringBuilder_GetParamId_m4F2EB0F1D9405492ED8F4889D4795C5F36FDF858 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___p0, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ExpressionStringBuilder::OutMember(System.Linq.Expressions.Expression,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_OutMember_mD6DBD4403C1D571AB0A08BEAA154ECD01D169C21 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, MemberInfo_t* ___member1, const RuntimeMethod* method) ;
// System.Attribute System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* CustomAttributeExtensions_GetCustomAttribute_mCA56DC0C06E64A07614D1EB2D1B3B10152DFF828 (MemberInfo_t* ___element0, Type_t* ___attributeType1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ExpressionStringBuilder::VisitExpressions<System.Linq.Expressions.Expression>(System.Char,System.Collections.ObjectModel.ReadOnlyCollection`1<T>,System.Char)
inline void ExpressionStringBuilder_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mE3E29882EF9ECC6BFD0DEE7427A5E610FC2514FD (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, Il2CppChar ___open0, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions1, Il2CppChar ___close2, const RuntimeMethod* method)
{
(( void (*) (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9*, Il2CppChar, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*, Il2CppChar, const RuntimeMethod*))ExpressionStringBuilder_VisitExpressions_TisRuntimeObject_mF75179607E3FFE9B70996ED76F8F8A337E06259E_gshared)(__this, ___open0, ___expressions1, ___close2, method);
}
// System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>::GetEnumerator()
inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2 (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.ExpressionStringBuilder::DumpLabel(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_DumpLabel_m88051F0D940B2A11920A9C3E5E4406195B4FF357 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.IndexExpression::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA (Type_t* __this, String_t* ___name0, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___types1, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MethodBase::get_IsStatic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E (MethodBase_t* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.ExpressionStringBuilder::GetLabelId(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpressionStringBuilder_GetLabelId_m07B1ADFB10C4A9067CA7CC0211BDAF81EFC8D30B (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___label0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Linq.Expressions.Expression>::.ctor(T[])
inline void TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* __this, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___list0, const RuntimeMethod* method)
{
(( void (*) (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*, const RuntimeMethod*))TrueReadOnlyCollection_1__ctor_m56281B79C66AC6D4AC9B11B8DADB5AD4931B33DF_gshared)(__this, ___list0, method);
}
// System.Linq.Expressions.Expression[] System.Dynamic.Utils.ExpressionVisitorUtils::VisitArguments(System.Linq.Expressions.ExpressionVisitor,System.Linq.Expressions.IArgumentProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ExpressionVisitorUtils_VisitArguments_m932110AC058AFC74C698AF7375679A76A16385FC (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, RuntimeObject* ___nodes1, const RuntimeMethod* method) ;
// System.Linq.Expressions.ParameterExpression[] System.Dynamic.Utils.ExpressionVisitorUtils::VisitParameters(System.Linq.Expressions.ExpressionVisitor,System.Linq.Expressions.IParameterProvider,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* ExpressionVisitorUtils_VisitParameters_m0FE40CC55ADE3357F943E204535A4C53F356DAC9 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, RuntimeObject* ___nodes1, String_t* ___callerName2, const RuntimeMethod* method) ;
// T System.Linq.Expressions.ExpressionVisitor::VisitAndConvert<System.Linq.Expressions.LambdaExpression>(T,System.String)
inline LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ExpressionVisitor_VisitAndConvert_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_m49A157701BA1349777A9EF3E62B4C63DE8E9CB11 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___node0, String_t* ___callerName1, const RuntimeMethod* method)
{
return (( LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* (*) (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590*, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E*, String_t*, const RuntimeMethod*))ExpressionVisitor_VisitAndConvert_TisRuntimeObject_m2CBDAC468B5B84C29FF143386D1833A9B333C931_gshared)(__this, ___node0, ___callerName1, method);
}
// System.Linq.Expressions.BinaryExpression System.Linq.Expressions.BinaryExpression::Update(System.Linq.Expressions.Expression,System.Linq.Expressions.LambdaExpression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* BinaryExpression_Update_m582FAEEF3400CA7DD5D78374B58480FAB9051B50 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___left0, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___conversion1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___right2, const RuntimeMethod* method) ;
// System.Linq.Expressions.BinaryExpression System.Linq.Expressions.ExpressionVisitor::ValidateBinary(System.Linq.Expressions.BinaryExpression,System.Linq.Expressions.BinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ExpressionVisitor_ValidateBinary_m53EF2F5A590CBFB65D2EC6C720D7396B4C8038BD (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___before0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___after1, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression[] System.Dynamic.Utils.ExpressionVisitorUtils::VisitBlockExpressions(System.Linq.Expressions.ExpressionVisitor,System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ExpressionVisitorUtils_VisitBlockExpressions_mEDE7C8036479335E4AC2A55DB270F2A06D334C37 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___block1, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Linq.Expressions.ExpressionVisitor::VisitAndConvert<System.Linq.Expressions.ParameterExpression>(System.Collections.ObjectModel.ReadOnlyCollection`1<T>,System.String)
inline ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m6B5A3437B8BA458FAC7206C2E4E366E5FB2B06D1 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___nodes0, String_t* ___callerName1, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* (*) (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590*, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, String_t*, const RuntimeMethod*))ExpressionVisitor_VisitAndConvert_TisRuntimeObject_m4C767DA02B81D479E7FC3AA1811B92265EC671B6_gshared)(__this, ___nodes0, ___callerName1, method);
}
// System.Linq.Expressions.ConditionalExpression System.Linq.Expressions.ConditionalExpression::Update(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ConditionalExpression_Update_m1C9446C20A2EF4E0E2B653F0E411F5B098391F80 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, const RuntimeMethod* method) ;
// System.Linq.Expressions.GotoExpression System.Linq.Expressions.GotoExpression::Update(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* GotoExpression_Update_mEA6F572D5DEC109AAA53F1C3AB50D4900E2DD8F7 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___value1, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression[] System.Linq.Expressions.ExpressionVisitor::VisitArguments(System.Linq.Expressions.IArgumentProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ExpressionVisitor_VisitArguments_m36BEB642DD3B07822C343D9921FD62E4ACF9F1E9 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, RuntimeObject* ___nodes0, const RuntimeMethod* method) ;
// System.Linq.Expressions.LabelExpression System.Linq.Expressions.LabelExpression::Update(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* LabelExpression_Update_mE49C1E3A7AAA8E9736D4433BB0A2B41FE12CC653 (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___defaultValue1, const RuntimeMethod* method) ;
// System.Linq.Expressions.LoopExpression System.Linq.Expressions.LoopExpression::Update(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* LoopExpression_Update_m251BE822B5BD5D34A11A624D535F4FCA02565BA7 (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___breakLabel0, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___continueLabel1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body2, const RuntimeMethod* method) ;
// System.Linq.Expressions.MemberExpression System.Linq.Expressions.MemberExpression::Update(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* MemberExpression_Update_m412EB41B980BEA207BFD394A70074EFD2110A4EB (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_Rewrite_m05C9C0DDA416A6CDEE6D50513B40C2B62E7118C5 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ExpressionVisitor::Visit(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ExpressionVisitor_Visit_mDF754AF8855FE22106F063223FB29304CC94FA29 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___nodes0, const RuntimeMethod* method) ;
// System.Linq.Expressions.NewArrayExpression System.Linq.Expressions.NewArrayExpression::Update(System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* NewArrayExpression_Update_m9EBFF10178B74314535F658AC4817D71549A4644 (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, RuntimeObject* ___expressions0, const RuntimeMethod* method) ;
// T System.Linq.Expressions.ExpressionVisitor::VisitAndConvert<System.Linq.Expressions.ParameterExpression>(T,System.String)
inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m3E32E159FAD0579791C006186CD0161EADE1834F (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___node0, String_t* ___callerName1, const RuntimeMethod* method)
{
return (( ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* (*) (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, String_t*, const RuntimeMethod*))ExpressionVisitor_VisitAndConvert_TisRuntimeObject_m2CBDAC468B5B84C29FF143386D1833A9B333C931_gshared)(__this, ___node0, ___callerName1, method);
}
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.CatchBlock::Update(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* CatchBlock_Update_m02BE0F5F3BACF725EFEDA1B1F6A219899B46C1F0 (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___filter1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body2, const RuntimeMethod* method) ;
// System.Linq.Expressions.TryExpression System.Linq.Expressions.TryExpression::Update(System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.CatchBlock>,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* TryExpression_Update_mE76A2AAF3F4981C8BDC740E9F5E8B1171FFCF0A2 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body0, RuntimeObject* ___handlers1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___finally2, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___fault3, const RuntimeMethod* method) ;
// System.Linq.Expressions.TypeBinaryExpression System.Linq.Expressions.TypeBinaryExpression::Update(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* TypeBinaryExpression_Update_m6300BA2FC1BF6F5C93CB4810C466B1C3742C0A99 (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, const RuntimeMethod* method) ;
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.UnaryExpression::Update(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* UnaryExpression_Update_m8B2ED5816E75945DC8EFD207157AFA230A2FA258 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand0, const RuntimeMethod* method) ;
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.ExpressionVisitor::ValidateUnary(System.Linq.Expressions.UnaryExpression,System.Linq.Expressions.UnaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ExpressionVisitor_ValidateUnary_m524AF7AC2CB3FC5626D8D3794DCB0C072EC510EE (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___before0, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___after1, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m3F6B020142F59A9A1549CEB6C7A43798FBA18BEB (MethodInfo_t* ___left0, MethodInfo_t* ___right1, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m12A72321F9066269B34CD4062B224E1A20AC15EC (MethodInfo_t* ___left0, MethodInfo_t* ___right1, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::MustRewriteWithoutMethod(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MustRewriteWithoutMethod_m0EE051E7AA40309F851CFDE364CEDCCAE7470779 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ExpressionVisitor::ValidateChildType(System.Type,System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionVisitor_ValidateChildType_m9872944CF0E21A78DAF9ABED23A76543EC2F53ED (Type_t* ___before0, Type_t* ___after1, String_t* ___methodName2, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.TypeUtils::AreEquivalent(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_AreEquivalent_m8151407409689E4CFBFE4D92D2A1DB7992A9A52C (Type_t* ___t10, Type_t* ___t21, const RuntimeMethod* method) ;
// System.Exception System.Linq.Expressions.Error::MustRewriteChildToSameType(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MustRewriteChildToSameType_m0E6BA7EB18DC0271EC4D9119CAE820D290864FCD (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.Linq.Expressions.GotoExpression System.Linq.Expressions.Expression::MakeGoto(System.Linq.Expressions.GotoExpressionKind,System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* Expression_MakeGoto_m556453791C4664CA4BBB77F94740A29CF7E1FAD9 (int32_t ___kind0, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___value2, Type_t* ___type3, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_mD077C524E99EF7A3C977705217D3A88AB4DE5C13 (PropertyInfo_t* ___left0, PropertyInfo_t* ___right1, const RuntimeMethod* method) ;
// System.Linq.Expressions.IndexExpression System.Linq.Expressions.Expression::MakeIndex(System.Linq.Expressions.Expression,System.Reflection.PropertyInfo,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* Expression_MakeIndex_mC8C6EE56AB86DADEBD5C2409323D49E2A2D88194 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, PropertyInfo_t* ___indexer1, RuntimeObject* ___arguments2, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.InvocationExpression::.ctor(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Type_t* ___returnType1, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_m3353C6CE80BFABDF3AE95A231A1F90D1CBE801B0 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, RuntimeObject* ___arguments1, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_mA8E60BED24009E1B4E0EC8D571AD536DC390062C (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Dynamic.Utils.ExpressionUtils::ReturnReadOnly(System.Linq.Expressions.IArgumentProvider,System.Object&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05 (RuntimeObject* ___provider0, RuntimeObject** ___collection1, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_mE6303F181A8F69C2BFA3DA47E24791378BCE9B60 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_m15D0D622E81B7D43B5BFAB0D4AF70DF6A66EB764 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_m9A160D540DE843A7232E94975AE1E2B4735B5658 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_mC23A381A5B956E4B1DED349399D26CA2FF9E5742 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg34, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_m060B3FDA10564C669C464360C7D92FCB146A897A (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg34, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg45, const RuntimeMethod* method) ;
// System.Type System.Linq.Expressions.LabelTarget::get_Type()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.LabelExpression System.Linq.Expressions.Expression::Label(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* Expression_Label_m520A66C2BE3B11A6341F810D6C7EB6009ACACBFA (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___defaultValue1, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Dynamic.Utils.TypeUtils::GetInvokeMethod(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* TypeUtils_GetInvokeMethod_m714B032EF49FBD2DB6F67188E15B8B0B841D7F3B (Type_t* ___delegateType0, const RuntimeMethod* method) ;
// System.Linq.Expressions.LoopExpression System.Linq.Expressions.Expression::Loop(System.Linq.Expressions.Expression,System.Linq.Expressions.LabelTarget,System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* Expression_Loop_m33215F72A1007DC4BF63591393867ABB711DABFB (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body0, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___break1, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___continue2, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PropertyExpression::.ctor(System.Linq.Expressions.Expression,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyExpression__ctor_m85C7C52575B6238D49F36A76FF13D489CCCFC29C (PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, PropertyInfo_t* ___member1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.FieldExpression::.ctor(System.Linq.Expressions.Expression,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldExpression__ctor_m3018398853062F814685CBFAB3977A38823D1A53 (FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, FieldInfo_t* ___member1, const RuntimeMethod* method) ;
// System.Linq.Expressions.MemberExpression System.Linq.Expressions.Expression::MakeMemberAccess(System.Linq.Expressions.Expression,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* Expression_MakeMemberAccess_m983316C8DA3081E56BEC96F464CD625749C6A6FE (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, MemberInfo_t* ___member1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.MemberExpression::.ctor(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberExpression__ctor_m587E71552927C23AA27F3FBBFCD4496D87510A30 (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.MethodCallExpression::.ctor(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, MethodInfo_t* ___method0, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m7484C5F9FDA9822ACA90627564A3031F89414466 (MethodInfo_t* ___method0, RuntimeObject* ___arguments1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.InstanceMethodCallExpression::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceMethodCallExpression__ctor_m9F3FFD8C4E1AE93BCDCFF8F7C3099FDAE21E2A4B (InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_mDC9932505EA81CCC847E2C995FBCCEA4D0A706D4 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, MethodInfo_t* ___method1, RuntimeObject* ___arguments2, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m6B479BE526C87A4518700AA841E2E1ABE271BC5E (MethodInfo_t* ___method0, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m93F4F6DD4AB588A1CDC4C614A03CCCF018CABE9A (MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m27DE0B204617F9F1C3EB89C6EA950A544495C8A0 (MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m58C346F0D0BCD96FED9CFFDDC2B7AEE4B2F3825D (MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m72C0385A7FD286F89562E5A8B1771CC44F26112B (MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg34, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_mD248AFEA06E45B02ABC24953D296D90AAAF5D1D0 (MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg34, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg45, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m09FC3088BA390B314F31348D4F07C803EB0DAAA7 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, MethodInfo_t* ___method1, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m1856C92D2B72C9A49B618D417B80A3B9A8E2397C (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, MethodInfo_t* ___method1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m026ABEE486C4442188DFC99B538AB1119F84555A (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, MethodInfo_t* ___method1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, const RuntimeMethod* method) ;
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.Expression::Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_mEB29B0D5111859A251B7B7657144E89FD6EFDFDE (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, MethodInfo_t* ___method1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg24, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.NewArrayInitExpression::.ctor(System.Type,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayInitExpression__ctor_m639F47682F42C81D076913B6C28D880ACA00D9B1 (NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A* __this, Type_t* ___type0, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.NewArrayBoundsExpression::.ctor(System.Type,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayBoundsExpression__ctor_mC5071468430E2F453FEF48AFDE002847351061F9 (NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE* __this, Type_t* ___type0, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions1, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.ExpressionUtils::SameElements<System.Linq.Expressions.Expression>(System.Collections.Generic.IEnumerable`1<T>&,System.Collections.Generic.IReadOnlyList`1<T>)
inline bool ExpressionUtils_SameElements_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mD930DEE1D61AA3496A309D397A2467E9DE5E3A79 (RuntimeObject** ___replacement0, RuntimeObject* ___current1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject**, RuntimeObject*, const RuntimeMethod*))ExpressionUtils_SameElements_TisRuntimeObject_mE03C5DF9B4620BA10A1409060BDB4FB9DF96E1BF_gshared)(___replacement0, ___current1, method);
}
// System.Linq.Expressions.NewArrayExpression System.Linq.Expressions.Expression::NewArrayBounds(System.Type,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* Expression_NewArrayBounds_mFD4F98A793C2AE09EF62108BBD45557F0B83EFEC (Type_t* ___type0, RuntimeObject* ___bounds1, const RuntimeMethod* method) ;
// System.Linq.Expressions.NewArrayExpression System.Linq.Expressions.Expression::NewArrayInit(System.Type,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* Expression_NewArrayInit_m80255FF1335D4CC9284F986CE832AEE310F98369 (Type_t* ___type0, RuntimeObject* ___initializers1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.NewArrayExpression::.ctor(System.Type,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayExpression__ctor_mA28F7F024B3C036F37C4621F899E8FFF2643C2BD (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, Type_t* ___type0, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.ByRefParameterExpression::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefParameterExpression__ctor_m94CB0AF1F76EF76BC30F1A5BA93D1DC7448158BD (ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D* __this, Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method) ;
// System.TypeCode System.Dynamic.Utils.TypeExtensions::GetTypeCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Boolean>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m71BCD2392D28272B9A7693A94865BC28A244E8CF (PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m71BCD2392D28272B9A7693A94865BC28A244E8CF_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Byte>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_mD276E0CA282C5DFD13A185721D0ECF962A94D593 (PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_mD276E0CA282C5DFD13A185721D0ECF962A94D593_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Char>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_mDB7AAFBF808E0E8302D135C1221BB12874C5A64E (PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_mDB7AAFBF808E0E8302D135C1221BB12874C5A64E_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.DateTime>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_mBEE7A69E2919758783563C56B31B1181ACFCB245 (PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_mBEE7A69E2919758783563C56B31B1181ACFCB245_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Decimal>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m3BC011713D323B206EB351C0C6474DFF94164668 (PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m3BC011713D323B206EB351C0C6474DFF94164668_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Double>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m78B52D6F90A26232693A9AD371C3B2585A767A82 (PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m78B52D6F90A26232693A9AD371C3B2585A767A82_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int16>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_mFCB931F8CA3CCBED78237F23623CE9D031138676 (PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_mFCB931F8CA3CCBED78237F23623CE9D031138676_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int32>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_mBD5F03FFFBDFBB1CADF5B219E0DF682952301C77 (PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_mBD5F03FFFBDFBB1CADF5B219E0DF682952301C77_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Int64>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m7433FBCA26646D073E10CE3DB024BFD0AF12DF35 (PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m7433FBCA26646D073E10CE3DB024BFD0AF12DF35_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.ParameterExpression::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterExpression__ctor_m5EC144E6CC98B684D27C88CBD48BD52B4441E87D (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Exception>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m084B4481EF9EB7C6F4B671FECCA7FFADCF41F988 (PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m03711421D9ABA85E6F5329B1A184E57F668F440D_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Object[]>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m280560945598F198B9AC072CDF5CF2FB6828E45B (PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m03711421D9ABA85E6F5329B1A184E57F668F440D_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.SByte>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m0222361D180AC336E45B7CD930A0BCEC2ACEBC04 (PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m0222361D180AC336E45B7CD930A0BCEC2ACEBC04_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.Single>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m289B89C40A50E8C7721E963029B4EFD2572EDE11 (PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m289B89C40A50E8C7721E963029B4EFD2572EDE11_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.String>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_mCD034F44CBDE2DECE83B8F4FFBF9EDC735218A66 (PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m03711421D9ABA85E6F5329B1A184E57F668F440D_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt16>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m432CAFD04C99CECC21AF21CD442580742C99B14A (PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m432CAFD04C99CECC21AF21CD442580742C99B14A_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt32>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m6EA176AD6AF65AA8EBFD1B907AC9809081EDC40D (PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m6EA176AD6AF65AA8EBFD1B907AC9809081EDC40D_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.PrimitiveParameterExpression`1<System.UInt64>::.ctor(System.String)
inline void PrimitiveParameterExpression_1__ctor_m9ECE6DF9DD81C46CFB4B1B8379C2D6DDB6F87637 (PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71* __this, String_t* ___name0, const RuntimeMethod* method)
{
(( void (*) (PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71*, String_t*, const RuntimeMethod*))PrimitiveParameterExpression_1__ctor_m9ECE6DF9DD81C46CFB4B1B8379C2D6DDB6F87637_gshared)(__this, ___name0, method);
}
// System.Void System.Linq.Expressions.TypedParameterExpression::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedParameterExpression__ctor_m138CB274E62E9C4FE8269DC51E34D9B32C92A573 (TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07* __this, Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method) ;
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::TryEnsureSufficientExecutionStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_TryEnsureSufficientExecutionStack_m9F3DA3D57C5D4224E371B5106DC5983BCA6CB8D0 (const RuntimeMethod* method) ;
// System.Void System.InsufficientExecutionStackException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InsufficientExecutionStackException__ctor_m876417F6706D49F2F26654CF2E94B37C1D3354AA (InsufficientExecutionStackException_t2597D0F21647B6B59BD576904281BC5CA340CE4C* __this, const RuntimeMethod* method) ;
// System.String SR::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6 (String_t* ___resourceFormat0, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.String SR::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA (String_t* ___resourceFormat0, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String SR::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183 (String_t* ___resourceFormat0, RuntimeObject* ___p11, RuntimeObject* ___p22, RuntimeObject* ___p33, const RuntimeMethod* method) ;
// System.String SR::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m3952CB208543EA9732726933CFCCDFA1A6A6E7AD (String_t* ___resourceFormat0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC52E0191E06C110F9F6E0A417BCA4437D79CC130 (Guid_t* __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.ExpressionUtils::SameElements<System.Linq.Expressions.CatchBlock>(System.Collections.Generic.IEnumerable`1<T>&,System.Collections.Generic.IReadOnlyList`1<T>)
inline bool ExpressionUtils_SameElements_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m83653A734C1FF2F1D2335560E9516E8BA461D9BF (RuntimeObject** ___replacement0, RuntimeObject* ___current1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject**, RuntimeObject*, const RuntimeMethod*))ExpressionUtils_SameElements_TisRuntimeObject_mE03C5DF9B4620BA10A1409060BDB4FB9DF96E1BF_gshared)(___replacement0, ___current1, method);
}
// System.Linq.Expressions.TryExpression System.Linq.Expressions.Expression::MakeTry(System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.CatchBlock>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* Expression_MakeTry_m3AC75E2190142C2CCF23E0B50F13B18198E13528 (Type_t* ___type0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___finally2, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___fault3, RuntimeObject* ___handlers4, const RuntimeMethod* method) ;
// System.Linq.Expressions.TypeBinaryExpression System.Linq.Expressions.Expression::TypeIs(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* Expression_TypeIs_mCC9C7E8D3827A5FBD0726634C3ED2B3B3AA1C844 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Type_t* ___type1, const RuntimeMethod* method) ;
// System.Linq.Expressions.TypeBinaryExpression System.Linq.Expressions.Expression::TypeEqual(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* Expression_TypeEqual_m81F906A2740E6740A7E052AEBECCD4995C25214F (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Type_t* ___type1, const RuntimeMethod* method) ;
// System.Reflection.ParameterInfo[] System.Dynamic.Utils.TypeExtensions::GetParametersCached(System.Reflection.MethodBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* TypeExtensions_GetParametersCached_m9AB554D11E2AF889DE83C3F10F0CC312688EEA56 (MethodBase_t* ___method0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::ReduceIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_ReduceIndex_m0AF296029137D596B57C0660C8780B538D7E3B04 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::ReduceMember()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_ReduceMember_m08E484E31C95C54F8A4C8AB9F40CFD8E6C8A2EF4 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::ReduceVariable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_ReduceVariable_m4E1A4729D61BB0465358BC05B598655105E5FB34 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.UnaryExpression::.ctor(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnaryExpression__ctor_mFA247A48684A17233146E3AD246988F5ADD4B66C (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, int32_t ___nodeType0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression1, Type_t* ___type2, MethodInfo_t* ___method3, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.UnaryExpression::get_IsPrefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsPrefix_m6AC7868120581C35A1512A6B8E19C1CC7BC32797 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.UnaryExpression::FunctionalOp(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand0, const RuntimeMethod* method) ;
// System.Linq.Expressions.BinaryExpression System.Linq.Expressions.Expression::Assign(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___left0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___right1, const RuntimeMethod* method) ;
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.Expression::Parameter(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318 (Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.TrueReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>::.ctor(T[])
inline void TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1* __this, ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* ___list0, const RuntimeMethod* method)
{
(( void (*) (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1*, ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*, const RuntimeMethod*))TrueReadOnlyCollection_1__ctor_m56281B79C66AC6D4AC9B11B8DADB5AD4931B33DF_gshared)(__this, ___list0, method);
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Expression::Block(System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_mA2A5F7ECDC2C090F6DBAF19FA118784A90A0D80D (RuntimeObject* ___variables0, RuntimeObject* ___expressions1, const RuntimeMethod* method) ;
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.Expression::MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* Expression_MakeUnary_mC29FD5B64A888559DB8680F8F08A02761B6DE234 (int32_t ___unaryType0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand1, Type_t* ___type2, MethodInfo_t* ___method3, const RuntimeMethod* method) ;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Expression::Constant(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Linq.Expressions.DefaultExpression System.Linq.Expressions.Expression::Empty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* Expression_Empty_m15A7778997CBBB746060BBB674E379DFCCC7BE78 (const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.Instruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInt16__ctor_mCB97A33E69ADF233306F60BB835A0652CE8279EB (AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInt32__ctor_m7D54D12A4E98649FDD79CADE6E4C9D660673DC9E (AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInt64__ctor_m3D114930B5D6DD31474DFECED1A2522E35923816 (AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddUInt16__ctor_mA8C115F8413FD14FB6A4B46FBA05CBC8820117C6 (AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddUInt32__ctor_m5AFC88193BC4BCD8B9EADAC47BC8B60DE798026B (AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddUInt64__ctor_mCE91258A88DAD51D6433AC0C1CF001D6C200A6FB (AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddSingle__ctor_m8BC401DE0A2A136D2CDAF8D63D44DDA3E407F7CE (AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddDouble__ctor_mE93E8EC581A59CA46B30573D74BD3147B411CDFF (AddDouble_t404BDF056899492D3F12CB96A1380C135712675D* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE (AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1* __this, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.ScriptingRuntimeHelpers::Int32ToObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6 (int32_t ___i0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInt16__ctor_m6500CDE47E313229FFC3D1AC3461655260BE11C8 (AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInt32__ctor_mCEBE9C2DEAF7687DCD3AD781653A41B0DC626CE4 (AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInt64__ctor_m4FE2EBC11966A55A6AF46E026B00D134FF50BD90 (AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfUInt16__ctor_m78BC7543E63A3AB9265137C207E9F202EC08F2CF (AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfUInt32__ctor_m8918A61F15630D0453021BA996B7FD2513CC1F7C (AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfUInt64__ctor_m6A98D764BA1FD8A4633DF06E248F273B38EBC491 (AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AddInstruction_Create_m708FEEDA7AFED0130B66F68206257AB57B852C7A (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69 (AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndSByte__ctor_m5E2A51304CAC1258AE49E71CAB64862C7EA57FEA (AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndInt16__ctor_m8BCA75D8D3EF97D2D1C05235752B6391802241FB (AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndInt32__ctor_mA4B8C16B2902E458BC1C5E571134FD3514C4B2B2 (AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndInt64__ctor_m0B2B3C49674ACFD82511834A7023E10595AD0969 (AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndByte__ctor_m46F79543EA9EE4F794313C59F11ACF897FB215C0 (AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndUInt16__ctor_m1F41EE196BC4742DF3958FC69213BD2037A2EAB7 (AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndUInt32__ctor_m612347F8348BBA5FEE375A59D20C048939554FD1 (AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndUInt64__ctor_m7D90FDF998DCCC5CB6AE5A7C24F31565876B5948 (AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndBoolean::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndBoolean__ctor_m0D6B2D2A6F59D0F9DB4660B388AF48AE276551D5 (AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708* __this, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.InterpretedFrame::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int8_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.AndInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndInstruction__ctor_m3306CEA8F2FD967C97113F713333FABD27F96F4B (AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int16_t ___value0, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/BinaryExpressionProxy::.ctor(System.Linq.Expressions.BinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryExpressionProxy__ctor_m9014DFEF56CD8F9B0EB4EBDAD93C6FF7BB4EEDEC (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/BinaryExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpressionProxy_get_CanReduce_mEB283D757803A0000AED3E4F4AA1FC430CF6D761 (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.LambdaExpression System.Linq.Expressions.Expression/BinaryExpressionProxy::get_Conversion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* BinaryExpressionProxy_get_Conversion_mB13D26D228E379DFA73A87B41591CC455112FDA0 (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_1;
L_1 = BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78(L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/BinaryExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BinaryExpressionProxy_get_DebugView_m251C3A7F8AED62E59F8C63C7150ED353FC820868 (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/BinaryExpressionProxy::get_IsLifted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpressionProxy_get_IsLifted_m168FA064582A8BBAFD792983FEECB17F1A8FA788 (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = BinaryExpression_get_IsLifted_m95359AA03320F850A24CB4D96EF9334536608582(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/BinaryExpressionProxy::get_IsLiftedToNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpressionProxy_get_IsLiftedToNull_m639A199AB0EAE58F74B4266832180FE4BABAB96A (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/BinaryExpressionProxy::get_Left()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpressionProxy_get_Left_m0828E61E30BA2E67FA8CBE814D5C64F71007391C (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_0, NULL);
return L_1;
}
}
// System.Reflection.MethodInfo System.Linq.Expressions.Expression/BinaryExpressionProxy::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* BinaryExpressionProxy_get_Method_m8C1794DC4DD46E647FFD099CC40869EB890E46CC (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
MethodInfo_t* L_1;
L_1 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/BinaryExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryExpressionProxy_get_NodeType_m05F34A97F8E4B2D66AD13A382BBD51EF42FF4D2F (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/BinaryExpressionProxy::get_Right()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpressionProxy_get_Right_mE6A427143CAAF5C7220921A8EFF4CB319AA62EA4 (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/BinaryExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* BinaryExpressionProxy_get_Type_mB515BA0D5CABFFAD0880CC2F22664E6477BB6D61 (BinaryExpressionProxy_t56CA15AE2E7B37D2ABCC8F56732CA504D272A89F* __this, const RuntimeMethod* method)
{
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/BlockExpressionProxy::.ctor(System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionProxy__ctor_mFE286C3644FA92A83B0CE120F80FDB19C1501084 (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/BlockExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlockExpressionProxy_get_CanReduce_mB1DAD02C7AC82835643866A184A6F6764F6B8C0F (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/BlockExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BlockExpressionProxy_get_DebugView_m10B1F56D4CF2E04A65292E5F62E8FE24D494C972 (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Expression/BlockExpressionProxy::get_Expressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockExpressionProxy_get_Expressions_m3B6B8EA5BB17282E50CD0974709CC12529BB86BC (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/BlockExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockExpressionProxy_get_NodeType_m4BBE5763650B158AE48E2A3F4457FE7696562C69 (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/BlockExpressionProxy::get_Result()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BlockExpressionProxy_get_Result_mCAE16676C4D9F615CEBED4F6C207508FE55313D8 (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = BlockExpression_get_Result_m85A8F4E9E3B84369367A0C8123544CB8262E9F25(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/BlockExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* BlockExpressionProxy_get_Type_m7EB05DD95A86742C4A274532399A5C61FA55F61A (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.Expression/BlockExpressionProxy::get_Variables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* BlockExpressionProxy_get_Variables_m975A359D9D53E89B5FDA2681D16D458FF213F793 (BlockExpressionProxy_tE9912EE5FCDD0A1503E59D3F1BF54C9D4A64600F* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
L_1 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/CatchBlockProxy::.ctor(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CatchBlockProxy__ctor_m0C2E9D173C16C416D699F15CD64368238A1007B2 (CatchBlockProxy_tBCB26A3ACF0E4EF048E93CB63D3899E6548BF27D* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/CatchBlockProxy::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlockProxy_get_Body_m5C6968C6A9130AD10A02DFE10161508ED8AD539F (CatchBlockProxy_tBCB26A3ACF0E4EF048E93CB63D3899E6548BF27D* __this, const RuntimeMethod* method)
{
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/CatchBlockProxy::get_Filter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlockProxy_get_Filter_m6006154D91215C05D13CB07498AA0302D1E7F6C0 (CatchBlockProxy_tBCB26A3ACF0E4EF048E93CB63D3899E6548BF27D* __this, const RuntimeMethod* method)
{
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/CatchBlockProxy::get_Test()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* CatchBlockProxy_get_Test_mD41EDBAA7FAB2FC35AAE669FA39046466B31CC6F (CatchBlockProxy_tBCB26A3ACF0E4EF048E93CB63D3899E6548BF27D* __this, const RuntimeMethod* method)
{
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.Expression/CatchBlockProxy::get_Variable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlockProxy_get_Variable_mED15316F2673F62BBE8B996AF1CF01E7008C39E8 (CatchBlockProxy_tBCB26A3ACF0E4EF048E93CB63D3899E6548BF27D* __this, const RuntimeMethod* method)
{
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = __this->____node_0;
NullCheck(L_0);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
L_1 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/ConditionalExpressionProxy::.ctor(System.Linq.Expressions.ConditionalExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalExpressionProxy__ctor_m117BCFA4EE079D3ADA870FEDA388930BE5913075 (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/ConditionalExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionalExpressionProxy_get_CanReduce_mC5F82A72B73C0E38243D9EE4F488DE6B5365968C (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/ConditionalExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConditionalExpressionProxy_get_DebugView_m8619F603DA93AFE9CC6CB7D88733C98C78F372ED (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/ConditionalExpressionProxy::get_IfFalse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpressionProxy_get_IfFalse_mA5CA2E164E9867BE186D5219441D0097817836AF (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/ConditionalExpressionProxy::get_IfTrue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpressionProxy_get_IfTrue_m03F7E9C9828E88B444D7D3FAD6D94110D9479EDD (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/ConditionalExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConditionalExpressionProxy_get_NodeType_m9062D1CFD07BD6337088F563E99CF8E6D48074FE (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/ConditionalExpressionProxy::get_Test()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpressionProxy_get_Test_m0D588CCDF1AAA1069D1B083F2509D22FD57446C4 (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/ConditionalExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ConditionalExpressionProxy_get_Type_mE39563786FB273CE33A437A2B35F19CE4C69326A (ConditionalExpressionProxy_t05321F12E0451695B4A93FBF94882E32924A83D1* __this, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/ConstantExpressionProxy::.ctor(System.Linq.Expressions.ConstantExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantExpressionProxy__ctor_m496E153427EDDC58469A70083201496FB63DE047 (ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1* __this, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/ConstantExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstantExpressionProxy_get_CanReduce_mB8193F52310C772BFFA8FE9C1D7BB45F0BFD292E (ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1* __this, const RuntimeMethod* method)
{
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/ConstantExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConstantExpressionProxy_get_DebugView_mD9457682576662FB749CC51EC98A96AA7A73E4AB (ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1* __this, const RuntimeMethod* method)
{
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/ConstantExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstantExpressionProxy_get_NodeType_m97574BD621B5AC511AA7EB5EAD333C4F4378981C (ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1* __this, const RuntimeMethod* method)
{
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/ConstantExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ConstantExpressionProxy_get_Type_m1A7648BE462491F21972D5A6CE8E503315B8C422 (ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1* __this, const RuntimeMethod* method)
{
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
// System.Object System.Linq.Expressions.Expression/ConstantExpressionProxy::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstantExpressionProxy_get_Value_mD7C7FCA23F51254BF06011FB571B1AB8D9A1E4FD (ConstantExpressionProxy_t91F82B6700ACEFFA58D644FEF624E0CA6DFFBBD1* __this, const RuntimeMethod* method)
{
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = __this->____node_0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/DebugInfoExpressionProxy::.ctor(System.Linq.Expressions.DebugInfoExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugInfoExpressionProxy__ctor_m5FFAC4B05F486E1757105C821552BF2E915BFAD3 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugInfoExpressionProxy_get_CanReduce_mF11A9DFC6176E5097A1AC044E32B66E0B312AC70 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugInfoExpressionProxy_get_DebugView_mDB3CA0A3DA7783601B3BDBA3EB727CA5933FD065 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.SymbolDocumentInfo System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_Document()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* DebugInfoExpressionProxy_get_Document_mBB73D9A17B6ACC6D92A70EFD50DB479D1C3B8FDE (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* L_1;
L_1 = DebugInfoExpression_get_Document_mFFB1FAF66BE565A86A6688546AB54DE1A4CD7F50_inline(L_0, NULL);
return L_1;
}
}
// System.Int32 System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_EndColumn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpressionProxy_get_EndColumn_m3E476D942C7F1A8C38594CF0A500C04216B54AEE (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.Linq.Expressions.DebugInfoExpression::get_EndColumn() */, L_0);
return L_1;
}
}
// System.Int32 System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_EndLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpressionProxy_get_EndLine_m3A6AA2F81853F8E69B688C5DB01070C7F56B075C (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Linq.Expressions.DebugInfoExpression::get_EndLine() */, L_0);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_IsClear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugInfoExpressionProxy_get_IsClear_m1A1CD074194FD9B6D1C976AEC2644D28A9339B46 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Linq.Expressions.DebugInfoExpression::get_IsClear() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpressionProxy_get_NodeType_m350AF4B3FAF67B1613A41A332F3B3C2D5DAD8212 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Int32 System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_StartColumn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpressionProxy_get_StartColumn_m5158D79F80338001DEF0261DC1FD04A7ECC02910 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.DebugInfoExpression::get_StartColumn() */, L_0);
return L_1;
}
}
// System.Int32 System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_StartLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpressionProxy_get_StartLine_m8BB7FF4578557F8654F80DE1B864F2FB94F67128 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Linq.Expressions.DebugInfoExpression::get_StartLine() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/DebugInfoExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DebugInfoExpressionProxy_get_Type_mD97AE754DF1745F911B03FE78CC96E95CB4C34A0 (DebugInfoExpressionProxy_tF7662012FAB9B9D1EF63FECE349B1D6C1152525D* __this, const RuntimeMethod* method)
{
{
DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/DefaultExpressionProxy::.ctor(System.Linq.Expressions.DefaultExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultExpressionProxy__ctor_mE3BA309F536C8F843FEA8C8F73D5D3E319D63CAD (DefaultExpressionProxy_tD714E39A9AA379452FCE68923194F5B888376C72* __this, DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/DefaultExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultExpressionProxy_get_CanReduce_mBEB64318F8A389A2277EC954D8DF4A1FFC4C634E (DefaultExpressionProxy_tD714E39A9AA379452FCE68923194F5B888376C72* __this, const RuntimeMethod* method)
{
{
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/DefaultExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExpressionProxy_get_DebugView_mB840A353E753DC462EF82D2820AAF1EC59FC0F3A (DefaultExpressionProxy_tD714E39A9AA379452FCE68923194F5B888376C72* __this, const RuntimeMethod* method)
{
{
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/DefaultExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultExpressionProxy_get_NodeType_m289D783229B0CC566A9F7A71EC7FBDFB797B102C (DefaultExpressionProxy_tD714E39A9AA379452FCE68923194F5B888376C72* __this, const RuntimeMethod* method)
{
{
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/DefaultExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DefaultExpressionProxy_get_Type_m56D55D442850A4E033A8538ADA4A63C4AEFA00EE (DefaultExpressionProxy_tD714E39A9AA379452FCE68923194F5B888376C72* __this, const RuntimeMethod* method)
{
{
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/GotoExpressionProxy::.ctor(System.Linq.Expressions.GotoExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GotoExpressionProxy__ctor_mE9E83B8E96EBF6025554436162D2E86E70D63A19 (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/GotoExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GotoExpressionProxy_get_CanReduce_m65C910E813EF0447B7A2728A42C4789BB14BE2ED (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/GotoExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GotoExpressionProxy_get_DebugView_m7C60898A08CB5F6B3301B9EBF9348D51196ADED2 (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.GotoExpressionKind System.Linq.Expressions.Expression/GotoExpressionProxy::get_Kind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GotoExpressionProxy_get_Kind_mB6639FFCD0F92FEE61C908640B6F26A89FDD5775 (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = GotoExpression_get_Kind_mB3F8E7E57BE45EE434B27F59D8DD7B7E4D5D0473_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/GotoExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GotoExpressionProxy_get_NodeType_mCDE275301933885169E86D85F3CD07ECE40B7FB0 (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.Expression/GotoExpressionProxy::get_Target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* GotoExpressionProxy_get_Target_mBA354FB8CA3D78D58B0DEB868FD8B66D42C7B170 (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = __this->____node_0;
NullCheck(L_0);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/GotoExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* GotoExpressionProxy_get_Type_m4855438F4E49A38AA8B6FA1880B486354BD999B6 (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/GotoExpressionProxy::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GotoExpressionProxy_get_Value_m4A5F6F7AA9AA32F4CE5D6B80F4164BB686A6D4B0 (GotoExpressionProxy_t86F8E0D10CA51296052F3CAB19921584205E9ABF* __this, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/IndexExpressionProxy::.ctor(System.Linq.Expressions.IndexExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexExpressionProxy__ctor_m21E2B1717708D9DCE6F9E8CEA3265B1CF5CD769A (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Expression/IndexExpressionProxy::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* IndexExpressionProxy_get_Arguments_m2EAA407A7F817D5D265D0BB13DBF8D1CC232C116 (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, const RuntimeMethod* method)
{
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = IndexExpression_get_Arguments_m02310E9FE7DEEDF2ACA2BBCBC8696F0AEE2169A5(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/IndexExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IndexExpressionProxy_get_CanReduce_mE88EEF58B6597DA9771A508F6A8442DDAE3DB42A (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, const RuntimeMethod* method)
{
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/IndexExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IndexExpressionProxy_get_DebugView_m45B9DA285D9EBB9C1A92B974942052B4639E05AB (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, const RuntimeMethod* method)
{
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Reflection.PropertyInfo System.Linq.Expressions.Expression/IndexExpressionProxy::get_Indexer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* IndexExpressionProxy_get_Indexer_mE2DF2BC42CEE3A32CF343B6BD4BCA02940315FB2 (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, const RuntimeMethod* method)
{
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = __this->____node_0;
NullCheck(L_0);
PropertyInfo_t* L_1;
L_1 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/IndexExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndexExpressionProxy_get_NodeType_m1044BB5748D206F3CFCA86EF3E7E22DBDA58C928 (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, const RuntimeMethod* method)
{
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/IndexExpressionProxy::get_Object()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpressionProxy_get_Object_m910577AF7BEFDBCD9811A119BE66D747F7D02DFF (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, const RuntimeMethod* method)
{
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/IndexExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* IndexExpressionProxy_get_Type_m9F4A09B91BCD1941549C94959ACF96BBDC4C2EF5 (IndexExpressionProxy_t847DADFB0048D4C432928F2BA021E90366B5EB34* __this, const RuntimeMethod* method)
{
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/InvocationExpressionProxy::.ctor(System.Linq.Expressions.InvocationExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpressionProxy__ctor_mBE3689DED1D2BECB49C89E62E31863B0C85AB768 (InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B* __this, InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Expression/InvocationExpressionProxy::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpressionProxy_get_Arguments_mFFFE2EB5D61A505CDB61EF5D164B4769D29CF077 (InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B* __this, const RuntimeMethod* method)
{
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = InvocationExpression_get_Arguments_mB4411AF2CC5D85D7E118C2103066EE340D77FAA9(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/InvocationExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvocationExpressionProxy_get_CanReduce_m14D44654304E890030BD7CD5FDCC5CDAE097F651 (InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B* __this, const RuntimeMethod* method)
{
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/InvocationExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InvocationExpressionProxy_get_DebugView_mECB8BA741614C1D372C574CB18346B15DC64F03F (InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B* __this, const RuntimeMethod* method)
{
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/InvocationExpressionProxy::get_Expression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpressionProxy_get_Expression_m443D6406A7516E5E3584B5DA64EA1BF8973DFE99 (InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B* __this, const RuntimeMethod* method)
{
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/InvocationExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpressionProxy_get_NodeType_m5E964FFE4C4B44F711B8BAD384056FA3CFD1098A (InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B* __this, const RuntimeMethod* method)
{
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/InvocationExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InvocationExpressionProxy_get_Type_mBD3F291B62BAC565F65E8819B49907D3FEAC107A (InvocationExpressionProxy_t418C6802CB1CCF8871E46382259E1715E356C10B* __this, const RuntimeMethod* method)
{
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/LabelExpressionProxy::.ctor(System.Linq.Expressions.LabelExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelExpressionProxy__ctor_m8F6347BF10307AB5DD6DAD07FCBCAA67477D7602 (LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF* __this, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/LabelExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelExpressionProxy_get_CanReduce_mCC28351BB564945912DF2FD1B416567B69464EA5 (LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF* __this, const RuntimeMethod* method)
{
{
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/LabelExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LabelExpressionProxy_get_DebugView_mB8C4FCF97D6E80BEDAB75C8D4A16C68A37BAF178 (LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF* __this, const RuntimeMethod* method)
{
{
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/LabelExpressionProxy::get_DefaultValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LabelExpressionProxy_get_DefaultValue_m9AFC3A8F7340EE22D8588128A9F94AB282B32BA3 (LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF* __this, const RuntimeMethod* method)
{
{
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/LabelExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LabelExpressionProxy_get_NodeType_m600D7C7EEE201979C48572BF598D9C84FF5B33D5 (LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF* __this, const RuntimeMethod* method)
{
{
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.Expression/LabelExpressionProxy::get_Target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LabelExpressionProxy_get_Target_mA1DA96A1868BC66006F50D4A3FF8C584F49F14DD (LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF* __this, const RuntimeMethod* method)
{
{
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = __this->____node_0;
NullCheck(L_0);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/LabelExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LabelExpressionProxy_get_Type_m691FEC71F387321B7C7700144F939CE189F7E13F (LabelExpressionProxy_t76C42794A45A76FD4D3A0506B28D4100B97C14DF* __this, const RuntimeMethod* method)
{
{
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/LambdaExpressionProxy::.ctor(System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LambdaExpressionProxy__ctor_m853CB81D9E6F6492B6726A8B7CA421A857F3DBF8 (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/LambdaExpressionProxy::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LambdaExpressionProxy_get_Body_mEEB6B316074140914C3A928392AEED75E3859F6F (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/LambdaExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LambdaExpressionProxy_get_CanReduce_mF2A55247DA047343B063DE7CD9A7EC9F91C9A2A6 (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/LambdaExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LambdaExpressionProxy_get_DebugView_m1A2BFAE18A9B72415686F010A6E1B2341E386545 (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/LambdaExpressionProxy::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LambdaExpressionProxy_get_Name_m5EA9B36355FA2F5353686BA1261D5C12A5B1C5D8 (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = LambdaExpression_get_Name_mC099AAE16A8765B43A0D835C6AB33DFA80D4F878(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/LambdaExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LambdaExpressionProxy_get_NodeType_mB58407D2E69616F9FE1DE716BB16B1972FFF1657 (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.Expression/LambdaExpressionProxy::get_Parameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* LambdaExpressionProxy_get_Parameters_m359BEC19A66BB4CF0D3A7FF11A370C0D85B88E31 (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
L_1 = LambdaExpression_get_Parameters_m60512B6B3670A57CD4789335522EB4CAEF59A05F(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/LambdaExpressionProxy::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LambdaExpressionProxy_get_ReturnType_m97676A2B02AA0AA2AD179385D87AAF5483DC973D (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = LambdaExpression_get_ReturnType_mA8E8D3FF1557408AFB1CE8C1B7ED879F045D41FB(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/LambdaExpressionProxy::get_TailCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LambdaExpressionProxy_get_TailCall_mC77892AA06C0026967D925D92C476C47748F0CB8 (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = LambdaExpression_get_TailCall_m5C8FF396DC74BF7D57D40A22040CF500FABAE2E5(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/LambdaExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LambdaExpressionProxy_get_Type_mCE70232EC775F8BA2843B4E17FA82139B8919CDB (LambdaExpressionProxy_t19CC47CCDC0090FFF30367A402CD6127C8A580DE* __this, const RuntimeMethod* method)
{
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/ListInitExpressionProxy::.ctor(System.Linq.Expressions.ListInitExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListInitExpressionProxy__ctor_mC7918E949ED08259171CF0C84EE1DFFC79195B5A (ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C* __this, ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/ListInitExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListInitExpressionProxy_get_CanReduce_m1A8AE0399D3138C337D7A5F6BA6DCA77BB1710E2 (ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C* __this, const RuntimeMethod* method)
{
{
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/ListInitExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ListInitExpressionProxy_get_DebugView_m2F7954DC3C6715626C1A9D38372186A48973ED53 (ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C* __this, const RuntimeMethod* method)
{
{
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit> System.Linq.Expressions.Expression/ListInitExpressionProxy::get_Initializers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ListInitExpressionProxy_get_Initializers_m2C1D383D365F1A4041C89CCF05EB0582D74D8897 (ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C* __this, const RuntimeMethod* method)
{
{
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_1;
L_1 = ListInitExpression_get_Initializers_mDB919C61BA1780B3BF5809C30659608640F50152_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.NewExpression System.Linq.Expressions.Expression/ListInitExpressionProxy::get_NewExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ListInitExpressionProxy_get_NewExpression_m5B7EB199180FC122D34F9A84D08E9660FDE0484D (ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C* __this, const RuntimeMethod* method)
{
{
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_0 = __this->____node_0;
NullCheck(L_0);
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_1;
L_1 = ListInitExpression_get_NewExpression_m9F8DBC1E6754C9C25AAF57B9068303DD9250D27A_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/ListInitExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListInitExpressionProxy_get_NodeType_m1D5272E2C523D70C172973DC5AC4F2774761A880 (ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C* __this, const RuntimeMethod* method)
{
{
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/ListInitExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ListInitExpressionProxy_get_Type_mE4C0F36151515B0B49D8D65870F33A27C88619D2 (ListInitExpressionProxy_t3F7D7804E8CE2530B44C948682FE7F114637B66C* __this, const RuntimeMethod* method)
{
{
ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/LoopExpressionProxy::.ctor(System.Linq.Expressions.LoopExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoopExpressionProxy__ctor_m286009AECC1A62992669DC54ADE70DF84E183A86 (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/LoopExpressionProxy::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LoopExpressionProxy_get_Body_m08560242D847ECBEA8B62BF45E7CEB86F11878A1 (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.Expression/LoopExpressionProxy::get_BreakLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpressionProxy_get_BreakLabel_mA6E13CB769AE7CF8BDA4F99EE114351099E90478 (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = __this->____node_0;
NullCheck(L_0);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/LoopExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LoopExpressionProxy_get_CanReduce_m9435DD30115AEBAE4BA2870806D02D2F148B684A (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.Expression/LoopExpressionProxy::get_ContinueLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpressionProxy_get_ContinueLabel_m7B61500830C60AF644D9B57FAFFEEB0B07C79CE3 (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = __this->____node_0;
NullCheck(L_0);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline(L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/LoopExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoopExpressionProxy_get_DebugView_m7AD161343CDEEB77170172539F8A97E10C338182 (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/LoopExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoopExpressionProxy_get_NodeType_m575FB742E7721AF386E80587998948192E3E712C (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/LoopExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LoopExpressionProxy_get_Type_m9988175F82415E264311E1543D3FF58FE0C2C7E8 (LoopExpressionProxy_tEAE8AC58BC90AC5B704780E4C1E31FE0A806706E* __this, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/MemberExpressionProxy::.ctor(System.Linq.Expressions.MemberExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberExpressionProxy__ctor_mC505DDCAFD0FAFE7B1115269A0EFDA56B28D1F9C (MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484* __this, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/MemberExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberExpressionProxy_get_CanReduce_m17A87F8630972D0061E29C04A7EAEB6A0D79FBA3 (MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484* __this, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/MemberExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberExpressionProxy_get_DebugView_m6CB9DAB1FB28080346B1AF731A6C9F0EAB132BD6 (MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484* __this, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/MemberExpressionProxy::get_Expression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberExpressionProxy_get_Expression_m621D062B8613F0F302F61BB24F84D0EE6CF9271C (MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484* __this, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_0, NULL);
return L_1;
}
}
// System.Reflection.MemberInfo System.Linq.Expressions.Expression/MemberExpressionProxy::get_Member()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* MemberExpressionProxy_get_Member_mEF38502CD36FF63495CCE4DD84ED96FAB216911A (MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484* __this, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = __this->____node_0;
NullCheck(L_0);
MemberInfo_t* L_1;
L_1 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/MemberExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberExpressionProxy_get_NodeType_mEA7E810ED6B75385171F436DD0640B88C101E922 (MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484* __this, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/MemberExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* MemberExpressionProxy_get_Type_mC3046CD402C885777AC01CDA6F395B74C49BAEAC (MemberExpressionProxy_t6B52A63F5D0C957F9B833F873B05E89527B49484* __this, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/MemberInitExpressionProxy::.ctor(System.Linq.Expressions.MemberInitExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInitExpressionProxy__ctor_mFA3AAF48F26187DE33E36A9F7BF14DC95217DD15 (MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870* __this, MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding> System.Linq.Expressions.Expression/MemberInitExpressionProxy::get_Bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberInitExpressionProxy_get_Bindings_mCD4F865596D8231E9E9066D5B492C8522F3A2C31 (MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870* __this, const RuntimeMethod* method)
{
{
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_1;
L_1 = MemberInitExpression_get_Bindings_mB536296D4C0B10B1FAB3B868EF029DACDC8BD891_inline(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/MemberInitExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInitExpressionProxy_get_CanReduce_m544BD52CFF84C6633B18E28A9138C65532A44F6F (MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870* __this, const RuntimeMethod* method)
{
{
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/MemberInitExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberInitExpressionProxy_get_DebugView_m3CFFF57EDC82CDCA768C688C6EBC9982189FA3E1 (MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870* __this, const RuntimeMethod* method)
{
{
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.NewExpression System.Linq.Expressions.Expression/MemberInitExpressionProxy::get_NewExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* MemberInitExpressionProxy_get_NewExpression_m59AE07794F10521F9E98F1DC590064B2B70792AC (MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870* __this, const RuntimeMethod* method)
{
{
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_0 = __this->____node_0;
NullCheck(L_0);
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_1;
L_1 = MemberInitExpression_get_NewExpression_mDE4DAFB01F1AFDFF9E1D75597A33DECB87EF60EE_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/MemberInitExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberInitExpressionProxy_get_NodeType_mF9A8D3279CF933370D7693AAAB4D1E0E08279FD1 (MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870* __this, const RuntimeMethod* method)
{
{
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/MemberInitExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* MemberInitExpressionProxy_get_Type_mECE742ACDA94ACB832D1E1C60C712D85B0C94561 (MemberInitExpressionProxy_t0A759AF05D03C27F8BE3370A409EC498D7FF0870* __this, const RuntimeMethod* method)
{
{
MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/MethodCallExpressionProxy::.ctor(System.Linq.Expressions.MethodCallExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpressionProxy__ctor_m563C7E34ADF90DBA9AFE2356A973C4AB2F2F5939 (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Expression/MethodCallExpressionProxy::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpressionProxy_get_Arguments_m02E2A20C9F6AC5F9528231C4720E141812B77B38 (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, const RuntimeMethod* method)
{
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = MethodCallExpression_get_Arguments_m386763439BCBD07BD686689D32990FA5155076F5(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/MethodCallExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodCallExpressionProxy_get_CanReduce_m2BF33FE162C837AADAD2B060A153F2582CB579A2 (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, const RuntimeMethod* method)
{
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/MethodCallExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodCallExpressionProxy_get_DebugView_mCF3C4E02942C3CFF0F63C7003B668666FA4993F9 (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, const RuntimeMethod* method)
{
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Reflection.MethodInfo System.Linq.Expressions.Expression/MethodCallExpressionProxy::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* MethodCallExpressionProxy_get_Method_m3C2F6440FA53C9934F55D3909A5A56140B3BF417 (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, const RuntimeMethod* method)
{
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = __this->____node_0;
NullCheck(L_0);
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/MethodCallExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpressionProxy_get_NodeType_m018480A71B77E6048CDCE5F7D27985A62C3DEE9C (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, const RuntimeMethod* method)
{
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/MethodCallExpressionProxy::get_Object()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpressionProxy_get_Object_mBEE52FC22F1982F5DE1A5DCD1D9134E9E4B57466 (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, const RuntimeMethod* method)
{
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/MethodCallExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* MethodCallExpressionProxy_get_Type_m980357E9461E7E1B38F7F879F4320A8AD4EF2EAD (MethodCallExpressionProxy_t4DE2C3570F06909FE30965519C3A9F3AA528E526* __this, const RuntimeMethod* method)
{
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/NewArrayExpressionProxy::.ctor(System.Linq.Expressions.NewArrayExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayExpressionProxy__ctor_m9A1D39663DD046AD5FE15927F1FB961978A3BEF6 (NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7* __this, NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/NewArrayExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NewArrayExpressionProxy_get_CanReduce_m412A09A036C2A8AFA18FF47801F21755FBF66E53 (NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7* __this, const RuntimeMethod* method)
{
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/NewArrayExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NewArrayExpressionProxy_get_DebugView_m57A0462BBD01C917BE5026F368E8C4E0E5365252 (NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7* __this, const RuntimeMethod* method)
{
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Expression/NewArrayExpressionProxy::get_Expressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewArrayExpressionProxy_get_Expressions_m4A9BF4885BEE309763EDD31F43B6C63BB995059F (NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7* __this, const RuntimeMethod* method)
{
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/NewArrayExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewArrayExpressionProxy_get_NodeType_m77EFF87AF310788795FD3FC0C0E51E51C63519A5 (NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7* __this, const RuntimeMethod* method)
{
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/NewArrayExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* NewArrayExpressionProxy_get_Type_m743BB6557B52559B6339F66479D065E4E0B0CD01 (NewArrayExpressionProxy_t3E1DD4363D34DCE320D61C45B10C91DF50B81DE7* __this, const RuntimeMethod* method)
{
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/NewExpressionProxy::.ctor(System.Linq.Expressions.NewExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewExpressionProxy__ctor_mF2A712C0FB01C63D9C36DD7084FCA02A0A5DBF1E (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Expression/NewExpressionProxy::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewExpressionProxy_get_Arguments_m6DDA15386BAE21AFF897AF087F47AA50BE769D15 (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = NewExpression_get_Arguments_m153E264CF13BC082DEF2B0AB84331B1A6766B32E(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/NewExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NewExpressionProxy_get_CanReduce_m9C16A2DC59B01F62AA3FB070DF2396FEDA054E8B (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.Reflection.ConstructorInfo System.Linq.Expressions.Expression/NewExpressionProxy::get_Constructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* NewExpressionProxy_get_Constructor_m0FA1570A4C2E3E5FB2929341C98182814B695B74 (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->____node_0;
NullCheck(L_0);
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_1;
L_1 = NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline(L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/NewExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NewExpressionProxy_get_DebugView_m07EB665BBA9F9BF7E279E7E07C91A066AC3F2D8D (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.MemberInfo> System.Linq.Expressions.Expression/NewExpressionProxy::get_Members()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* NewExpressionProxy_get_Members_m6F9D55AF6EB0FF7561E1E4D9F81A2F7C896B5DBC (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* L_1;
L_1 = NewExpression_get_Members_m8E477C51746D3CB430C136596F328A6A7EFD0125_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/NewExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewExpressionProxy_get_NodeType_m288CC3AB3FF5F73680CE6AE718049A194F9EB742 (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/NewExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* NewExpressionProxy_get_Type_m612353367D471FA273B590018B9ACD2F7F350DD6 (NewExpressionProxy_t3EB4139E5C5CECEE52ECAFBC9C33DA72DB8EDDA1* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/ParameterExpressionProxy::.ctor(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterExpressionProxy__ctor_m5B0728A97F390E91B95AAA208BF67E6635F3168F (ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/ParameterExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterExpressionProxy_get_CanReduce_mD2773677857D9DE3ADBDD4BC75DE1615A49CB841 (ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/ParameterExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterExpressionProxy_get_DebugView_m02E853F0E274A8BB71AA96D68D98FB9DDDC5DC7D (ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/ParameterExpressionProxy::get_IsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterExpressionProxy_get_IsByRef_mEDDDDE67041C802EC1021B2AB3D1F267F742A57E (ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = ParameterExpression_get_IsByRef_m01BDD008CE1E89DE90DA5D35E951949CC665FE1C(L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/ParameterExpressionProxy::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterExpressionProxy_get_Name_m069CA1BE4083596E2F09703FF6CFCDB7C49ACF9E (ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/ParameterExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterExpressionProxy_get_NodeType_mDDBBD7FEF560C6828F2D7EDFDB9D845BFFF6FB33 (ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/ParameterExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ParameterExpressionProxy_get_Type_m0A29FD9A32EE5EB9DC4C6D14E7DF918AF151C279 (ParameterExpressionProxy_tFB3AF38949C4ED702AF52B675A943F957F3A644F* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy::.ctor(System.Linq.Expressions.RuntimeVariablesExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeVariablesExpressionProxy__ctor_m307171351DCC238C232A933F88666A63D5ACF38A (RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C* __this, RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeVariablesExpressionProxy_get_CanReduce_m9FB2AC9B51D120C25C2D5FA827E0881D3293A15E (RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C* __this, const RuntimeMethod* method)
{
{
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeVariablesExpressionProxy_get_DebugView_m9F2ED48F81B27956C1F4656CD73927070A6931F2 (RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C* __this, const RuntimeMethod* method)
{
{
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeVariablesExpressionProxy_get_NodeType_mE1059978B0DD74B49F6F6C0CEB3570A2CFC0D342 (RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C* __this, const RuntimeMethod* method)
{
{
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* RuntimeVariablesExpressionProxy_get_Type_m510C823F2677BFEEA5E3EDD76FE54192945DE274 (RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C* __this, const RuntimeMethod* method)
{
{
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.Expression/RuntimeVariablesExpressionProxy::get_Variables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* RuntimeVariablesExpressionProxy_get_Variables_mF53CCAAAE476DFAA3522046F50D0CDF508260E3B (RuntimeVariablesExpressionProxy_tB0F282A3317FD28A5C521876D9141ABBC49C3A2C* __this, const RuntimeMethod* method)
{
{
RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
L_1 = RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB_inline(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/SwitchCaseProxy::.ctor(System.Linq.Expressions.SwitchCase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchCaseProxy__ctor_m600C0E1594D413B0E633FBDB11992D0FA89955AC (SwitchCaseProxy_t47E0143014A1CDE7D31AF85C1FC5BBE454D355AD* __this, SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/SwitchCaseProxy::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchCaseProxy_get_Body_m9D5B53CC141E908FF34AE9236BFE8398C2104D0A (SwitchCaseProxy_t47E0143014A1CDE7D31AF85C1FC5BBE454D355AD* __this, const RuntimeMethod* method)
{
{
SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline(L_0, NULL);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Expression/SwitchCaseProxy::get_TestValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCaseProxy_get_TestValues_mE05BE1438AC087364D7DC7E0FB220C358E16A0F3 (SwitchCaseProxy_t47E0143014A1CDE7D31AF85C1FC5BBE454D355AD* __this, const RuntimeMethod* method)
{
{
SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/SwitchExpressionProxy::.ctor(System.Linq.Expressions.SwitchExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchExpressionProxy__ctor_mB8D54D0316006D6E435BEE31D5E73845F2D64818 (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/SwitchExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SwitchExpressionProxy_get_CanReduce_mEB6688BA2F5870A29671E063D1C32444F4F2B7E6 (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.SwitchCase> System.Linq.Expressions.Expression/SwitchExpressionProxy::get_Cases()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* SwitchExpressionProxy_get_Cases_mE5BC51692C36E7D46F8C48D852472D2E6CA1CE65 (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_1;
L_1 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_0, NULL);
return L_1;
}
}
// System.Reflection.MethodInfo System.Linq.Expressions.Expression/SwitchExpressionProxy::get_Comparison()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* SwitchExpressionProxy_get_Comparison_m825353FCC6FE9F93FAA926541F89E54B56AA1EE0 (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
MethodInfo_t* L_1;
L_1 = SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline(L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/SwitchExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SwitchExpressionProxy_get_DebugView_m587B820A6787FD2529EA8576F755C7041067BB2C (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/SwitchExpressionProxy::get_DefaultBody()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpressionProxy_get_DefaultBody_mF9B87D3D5CAC7D30842227FCEDE76F042DABBF3C (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/SwitchExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SwitchExpressionProxy_get_NodeType_m29D8497620802E6083B562ED0E6B7948784D62C8 (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/SwitchExpressionProxy::get_SwitchValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpressionProxy_get_SwitchValue_m4BE93D937C728F9F43C2F545F08BBA9420F83A56 (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/SwitchExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* SwitchExpressionProxy_get_Type_m7911037EF6802365AB16D03A6C67CE5AEF2C854D (SwitchExpressionProxy_tA5A84168BCA9532D58D6998467A34C10C2121DA9* __this, const RuntimeMethod* method)
{
{
SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/TryExpressionProxy::.ctor(System.Linq.Expressions.TryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryExpressionProxy__ctor_mC0F46C9AA97E721853F15B4EF924A6634042FEDB (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/TryExpressionProxy::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpressionProxy_get_Body_m4D191CCA4D576803DD0FF4BE63D1A0986A735732 (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/TryExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryExpressionProxy_get_CanReduce_m54A602FE662C4018D4A7DF4A6C51FFEBD4965290 (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/TryExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TryExpressionProxy_get_DebugView_mD4C239F8056C3E7C95676F91E8ACBE3706DBBCBF (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/TryExpressionProxy::get_Fault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpressionProxy_get_Fault_mBE1D101D186C23ED6654D0F94582B29DA3E76C0E (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/TryExpressionProxy::get_Finally()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpressionProxy_get_Finally_mF8B5A32B15B4534AA18FA9CB0E2E056271E98DA2 (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(L_0, NULL);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock> System.Linq.Expressions.Expression/TryExpressionProxy::get_Handlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* TryExpressionProxy_get_Handlers_m6793598405F7E60F323A4EE7641F5F5A75B42ADC (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_1;
L_1 = TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/TryExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TryExpressionProxy_get_NodeType_mCAE6FC60317088E264257723F47A034AF5B82A56 (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/TryExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TryExpressionProxy_get_Type_m1F6F628A96BDB54EC8806A198D554CD5D203EF21 (TryExpressionProxy_t5C40CA8DE27DC3B8B3CD841919321E4FE57182D2* __this, const RuntimeMethod* method)
{
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::.ctor(System.Linq.Expressions.TypeBinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeBinaryExpressionProxy__ctor_m53015531836E43422D55F0F6697FB60ECFAB5D89 (TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78* __this, TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeBinaryExpressionProxy_get_CanReduce_m499B839871E4C0DF7161FE747D2D952019C36A81 (TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78* __this, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeBinaryExpressionProxy_get_DebugView_mEC464C9B9A61A6F07F3EF1B7EC067BA65581E638 (TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78* __this, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::get_Expression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeBinaryExpressionProxy_get_Expression_mBBDFA9C25A972C3B19F67B1342CCDA13AB58DE9D (TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78* __this, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeBinaryExpressionProxy_get_NodeType_m3C0DDFAA430C25ACAB76F860D8D8A3C4E07888F5 (TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78* __this, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpressionProxy_get_Type_m27324AC62876BCC37D412693BB54CB0FBC95D9B7 (TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78* __this, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/TypeBinaryExpressionProxy::get_TypeOperand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpressionProxy_get_TypeOperand_m83632024888B107573A27870D1F50E4977D7FFC2 (TypeBinaryExpressionProxy_t2EB75E6F0AE1ACA5AAC35B11B052C131DA93CB78* __this, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Expression/UnaryExpressionProxy::.ctor(System.Linq.Expressions.UnaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnaryExpressionProxy__ctor_m808A75668E3F5C527AD3638EB6634E8F8EB3D495 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___node0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_1 = ___node0;
__this->____node_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____node_0), (void*)L_1);
return;
}
}
// System.Boolean System.Linq.Expressions.Expression/UnaryExpressionProxy::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpressionProxy_get_CanReduce_m99FD7F141DC656290A3D10FADFAFA7D26A6D4E64 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_0);
return L_1;
}
}
// System.String System.Linq.Expressions.Expression/UnaryExpressionProxy::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnaryExpressionProxy_get_DebugView_m69448791B12B247D7CA5AFEC1C89B6F597ABC9D1 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
String_t* L_1;
L_1 = Expression_get_DebugView_mE3D40DC10A0290401CADA46440DBCE8521048D92(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/UnaryExpressionProxy::get_IsLifted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpressionProxy_get_IsLifted_m1451664C4E86501939C109FFE8011D7CB9F10099 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626(L_0, NULL);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.Expression/UnaryExpressionProxy::get_IsLiftedToNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpressionProxy_get_IsLiftedToNull_m1A6445847373D85512EAE96F0FD4D94AE2839E11 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
bool L_1;
L_1 = UnaryExpression_get_IsLiftedToNull_m6A6103EBBB80AB1A349197D7E562B2B4898AC38E(L_0, NULL);
return L_1;
}
}
// System.Reflection.MethodInfo System.Linq.Expressions.Expression/UnaryExpressionProxy::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* UnaryExpressionProxy_get_Method_m022EBA7324513D794AFF7E2AF51142D951A14EE6 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
MethodInfo_t* L_1;
L_1 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression/UnaryExpressionProxy::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnaryExpressionProxy_get_NodeType_m2996E8478351A94B92C9FA4CFB9DF756436D13B5 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Expression/UnaryExpressionProxy::get_Operand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpressionProxy_get_Operand_m1012230FA895135E9B50FBF54FD800CF17D49FB7 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_0, NULL);
return L_1;
}
}
// System.Type System.Linq.Expressions.Expression/UnaryExpressionProxy::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UnaryExpressionProxy_get_Type_m536DC0A928B0F4C3D3EDAC5E203E25FBEEAB8AB1 (UnaryExpressionProxy_tA78B15C1B517EF474E3F9AE481010961D2919D23* __this, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = __this->____node_0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_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.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpression::get_Expressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0;
L_0 = VirtualFuncInvoker0< ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* >::Invoke(12 /* System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpression::GetOrMakeExpressions() */, __this);
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.BlockExpression::get_Variables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_0;
L_0 = VirtualFuncInvoker0< ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* >::Invoke(13 /* System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.BlockExpression::GetOrMakeVariables() */, __this);
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::get_Result()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BlockExpression_get_Result_m85A8F4E9E3B84369367A0C8123544CB8262E9F25 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount() */, __this);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32) */, __this, ((int32_t)il2cpp_codegen_subtract(L_0, 1)));
return L_1;
}
}
// System.Void System.Linq.Expressions.BlockExpression::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BlockExpression_Accept_m670E1ACDB3A82A6F8B548F7DB0A3BCCCF73F8027 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* >::Invoke(6 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitBlock(System.Linq.Expressions.BlockExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.BlockExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockExpression_get_NodeType_mC0BF867F7CDEEEB52779BDE0A8B87A3A0412193E (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)47));
}
}
// System.Type System.Linq.Expressions.BlockExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* BlockExpression_get_Type_m4CE4EC13B5D015C550950C5655AB162EC8524975 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount() */, __this);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32) */, __this, ((int32_t)il2cpp_codegen_subtract(L_0, 1)));
NullCheck(L_1);
Type_t* L_2;
L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_1);
return L_2;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BlockExpression_GetExpression_mB0C23E95249EBDDD12B9EAC691C50B1C44138B82 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpression_GetExpression_mB0C23E95249EBDDD12B9EAC691C50B1C44138B82_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockExpression_get_ExpressionCount_m2E75DDBF8F15E9DDECEA3253B8318ADA51198E21 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpression_get_ExpressionCount_m2E75DDBF8F15E9DDECEA3253B8318ADA51198E21_RuntimeMethod_var)));
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpression::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockExpression_GetOrMakeExpressions_m6A87259EDB2F607907689955EF46C63DB4E558D4 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpression_GetOrMakeExpressions_m6A87259EDB2F607907689955EF46C63DB4E558D4_RuntimeMethod_var)));
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.BlockExpression::GetOrMakeVariables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* BlockExpression_GetOrMakeVariables_m60CFF9712AE87F850AC789EAA1FECFB25D133D61 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyReadOnlyCollection_1_t900EA35DD5424C3123926922D20A1AE39EF877E8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(EmptyReadOnlyCollection_1_t900EA35DD5424C3123926922D20A1AE39EF877E8_il2cpp_TypeInfo_var);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_0 = ((EmptyReadOnlyCollection_1_t900EA35DD5424C3123926922D20A1AE39EF877E8_StaticFields*)il2cpp_codegen_static_fields_for(EmptyReadOnlyCollection_1_t900EA35DD5424C3123926922D20A1AE39EF877E8_il2cpp_TypeInfo_var))->___Instance_0;
return L_0;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.BlockExpression::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* BlockExpression_Rewrite_m4DAC7287A9463A3AA1A969A89BC25E2CA7350CD5 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpression_Rewrite_m4DAC7287A9463A3AA1A969A89BC25E2CA7350CD5_RuntimeMethod_var)));
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpression::ReturnReadOnlyExpressions(System.Linq.Expressions.BlockExpression,System.Object&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockExpression_ReturnReadOnlyExpressions_m1D9EF3BF331643F5E13FF0F719A4102913DE75D6 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___provider0, RuntimeObject** ___collection1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1__ctor_m6A9E9D520CEDD89BC8801F6D1CE354EA352D5156_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
{
RuntimeObject** L_0 = ___collection1;
RuntimeObject* L_1 = *((RuntimeObject**)L_0);
V_0 = ((Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)IsInstClass((RuntimeObject*)L_1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var));
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
RuntimeObject** L_3 = ___collection1;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_4 = ___provider0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_0;
BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* L_6 = (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759*)il2cpp_codegen_object_new(BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759_il2cpp_TypeInfo_var);
NullCheck(L_6);
BlockExpressionList__ctor_mDB38B5E9DAB6ED7082CCB26289B03899BBDDCACE(L_6, L_4, L_5, NULL);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_7 = (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*)il2cpp_codegen_object_new(ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E_il2cpp_TypeInfo_var);
NullCheck(L_7);
ReadOnlyCollection_1__ctor_m6A9E9D520CEDD89BC8801F6D1CE354EA352D5156(L_7, L_6, ReadOnlyCollection_1__ctor_m6A9E9D520CEDD89BC8801F6D1CE354EA352D5156_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = V_0;
RuntimeObject* L_9;
L_9 = Interlocked_CompareExchange_mE9CAF0B3E78E95BA138B5623615D3C0242581977(L_3, L_7, L_8, NULL);
}
IL_001f:
{
RuntimeObject** L_10 = ___collection1;
RuntimeObject* L_11 = *((RuntimeObject**)L_10);
return ((ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*)CastclassClass((RuntimeObject*)L_11, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E_il2cpp_TypeInfo_var));
}
}
#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 System.Linq.Expressions.Block2::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block2__ctor_m4FA64A6EEDED1DDA9F42F71CC342D8D5940801FA (Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, const RuntimeMethod* method)
{
{
BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___arg00;
__this->____arg0_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_3), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg11;
__this->____arg1_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_4), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Block2::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* Block2_GetExpression_m9F68DDC8BC095CE5364EDC36FEB74229F8BE9860 (Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (!L_0)
{
goto IL_0009;
}
}
{
int32_t L_1 = ___index0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0015;
}
}
{
goto IL_001c;
}
IL_0009:
{
RuntimeObject* L_2 = __this->____arg0_3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_2, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_3;
}
IL_0015:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg1_4;
return L_4;
}
IL_001c:
{
Exception_t* L_5;
L_5 = Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Block2_GetExpression_m9F68DDC8BC095CE5364EDC36FEB74229F8BE9860_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.Block2::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Block2_get_ExpressionCount_m08E0CCFACEF13A19BB53DF837EE11C9B4EFCA774 (Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Block2::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* Block2_GetOrMakeExpressions_m031E32DDAE2C364DB8D9852E6F1E9504C05B23CB (Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = BlockExpression_ReturnReadOnlyExpressions_m1D9EF3BF331643F5E13FF0F719A4102913DE75D6(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Block2::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Block2_Rewrite_m2F0C4F85A8BE5D9496A298F8A35125F12D211D84 (Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
NullCheck(L_0);
int32_t L_1 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_3 = ___args1;
NullCheck(L_3);
int32_t L_4 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912* L_6 = (Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912*)il2cpp_codegen_object_new(Block2_tE678B088FB98AA73C1962C33F86A6CBA31C70912_il2cpp_TypeInfo_var);
NullCheck(L_6);
Block2__ctor_m4FA64A6EEDED1DDA9F42F71CC342D8D5940801FA(L_6, L_2, L_5, NULL);
return L_6;
}
}
#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 System.Linq.Expressions.Block3::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block3__ctor_mD55EF8E6E48BE347CF0A0A8B5102FBB088AE13B8 (Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg22, const RuntimeMethod* method)
{
{
BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___arg00;
__this->____arg0_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_3), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg11;
__this->____arg1_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_4), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg22;
__this->____arg2_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_5), (void*)L_2);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Block3::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* Block3_GetExpression_m6044393860ED01B1EF65D5C9B590AD4BF99380C1 (Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0014;
}
case 1:
{
goto IL_0020;
}
case 2:
{
goto IL_0027;
}
}
}
{
goto IL_002e;
}
IL_0014:
{
RuntimeObject* L_1 = __this->____arg0_3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0020:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_4;
return L_3;
}
IL_0027:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_5;
return L_4;
}
IL_002e:
{
Exception_t* L_5;
L_5 = Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Block3_GetExpression_m6044393860ED01B1EF65D5C9B590AD4BF99380C1_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.Block3::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Block3_get_ExpressionCount_m8B2AEFF972F5D233BFB4D1064DF8A37E5E2B823E (Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6* __this, const RuntimeMethod* method)
{
{
return 3;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Block3::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* Block3_GetOrMakeExpressions_mE0A8C83CCD88B5EC7325D031B2C4EC870CB6A884 (Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = BlockExpression_ReturnReadOnlyExpressions_m1D9EF3BF331643F5E13FF0F719A4102913DE75D6(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Block3::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Block3_Rewrite_m1727C0060ADD1201E08755C62331A68AFC3F0B0B (Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
NullCheck(L_0);
int32_t L_1 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_3 = ___args1;
NullCheck(L_3);
int32_t L_4 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_6 = ___args1;
NullCheck(L_6);
int32_t L_7 = 2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6* L_9 = (Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6*)il2cpp_codegen_object_new(Block3_t2320C5B47657E293FD21A5A77C053EE813A559C6_il2cpp_TypeInfo_var);
NullCheck(L_9);
Block3__ctor_mD55EF8E6E48BE347CF0A0A8B5102FBB088AE13B8(L_9, L_2, L_5, L_8, NULL);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Block4::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block4__ctor_m60BC03AA527D3C8C3FDEDEDF960AAAC934A74E95 (Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg22, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg33, const RuntimeMethod* method)
{
{
BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___arg00;
__this->____arg0_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_3), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg11;
__this->____arg1_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_4), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg22;
__this->____arg2_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg33;
__this->____arg3_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg3_6), (void*)L_3);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Block4::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* Block4_GetExpression_mBE595B3248CA958E0260C62D920B16C4F69594BC (Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_0024;
}
case 2:
{
goto IL_002b;
}
case 3:
{
goto IL_0032;
}
}
}
{
goto IL_0039;
}
IL_0018:
{
RuntimeObject* L_1 = __this->____arg0_3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0024:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_4;
return L_3;
}
IL_002b:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_5;
return L_4;
}
IL_0032:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = __this->____arg3_6;
return L_5;
}
IL_0039:
{
Exception_t* L_6;
L_6 = Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Block4_GetExpression_mBE595B3248CA958E0260C62D920B16C4F69594BC_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.Block4::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Block4_get_ExpressionCount_m32B241BF5561529CB838FD564D4334E5D44FF0AD (Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99* __this, const RuntimeMethod* method)
{
{
return 4;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Block4::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* Block4_GetOrMakeExpressions_mB71697366E9B9FBE0B6309C3A47A5421F84D8070 (Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = BlockExpression_ReturnReadOnlyExpressions_m1D9EF3BF331643F5E13FF0F719A4102913DE75D6(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Block4::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Block4_Rewrite_m083280F5267B60CAC725BE74B47C5904D10EB768 (Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
NullCheck(L_0);
int32_t L_1 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_3 = ___args1;
NullCheck(L_3);
int32_t L_4 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_6 = ___args1;
NullCheck(L_6);
int32_t L_7 = 2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_9 = ___args1;
NullCheck(L_9);
int32_t L_10 = 3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99* L_12 = (Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99*)il2cpp_codegen_object_new(Block4_t4F283A434B2D72A539365F0E1340EC9A5FAE0D99_il2cpp_TypeInfo_var);
NullCheck(L_12);
Block4__ctor_m60BC03AA527D3C8C3FDEDEDF960AAAC934A74E95(L_12, L_2, L_5, L_8, L_11, NULL);
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 System.Linq.Expressions.Block5::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block5__ctor_m16E3DE13B017C517EA32AA202249516C6DB28EF4 (Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg00, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg11, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg22, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg33, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg44, const RuntimeMethod* method)
{
{
BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___arg00;
__this->____arg0_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_3), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg11;
__this->____arg1_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_4), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg22;
__this->____arg2_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg33;
__this->____arg3_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg3_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___arg44;
__this->____arg4_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg4_7), (void*)L_4);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Block5::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* Block5_GetExpression_mD71E67C7E5EC210864846A9AC94567E5F99C16BB (Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_001c;
}
case 1:
{
goto IL_0028;
}
case 2:
{
goto IL_002f;
}
case 3:
{
goto IL_0036;
}
case 4:
{
goto IL_003d;
}
}
}
{
goto IL_0044;
}
IL_001c:
{
RuntimeObject* L_1 = __this->____arg0_3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0028:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_4;
return L_3;
}
IL_002f:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_5;
return L_4;
}
IL_0036:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = __this->____arg3_6;
return L_5;
}
IL_003d:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = __this->____arg4_7;
return L_6;
}
IL_0044:
{
Exception_t* L_7;
L_7 = Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Block5_GetExpression_mD71E67C7E5EC210864846A9AC94567E5F99C16BB_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.Block5::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Block5_get_ExpressionCount_mC4B56DA8DC573BC4BC3DA2AD614737DAFD8CFAD3 (Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C* __this, const RuntimeMethod* method)
{
{
return 5;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Block5::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* Block5_GetOrMakeExpressions_m1B17B93ACA00E3FACBA342934F6FEB7A536C6838 (Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = BlockExpression_ReturnReadOnlyExpressions_m1D9EF3BF331643F5E13FF0F719A4102913DE75D6(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Block5::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Block5_Rewrite_m4498BDE280560A4F4328E4E7517DB8203677EAB5 (Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
NullCheck(L_0);
int32_t L_1 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_3 = ___args1;
NullCheck(L_3);
int32_t L_4 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_6 = ___args1;
NullCheck(L_6);
int32_t L_7 = 2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_9 = ___args1;
NullCheck(L_9);
int32_t L_10 = 3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_12 = ___args1;
NullCheck(L_12);
int32_t L_13 = 4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C* L_15 = (Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C*)il2cpp_codegen_object_new(Block5_t4D2A5E5E863EB2C72757ABE96AABAB707E32B32C_il2cpp_TypeInfo_var);
NullCheck(L_15);
Block5__ctor_m16E3DE13B017C517EA32AA202249516C6DB28EF4(L_15, L_2, L_5, L_8, L_11, L_14, NULL);
return L_15;
}
}
#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 System.Linq.Expressions.BlockN::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockN__ctor_mF3BD44CAC1DB77EF6A56E89D2022DA4A1BC744A5 (BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC* __this, RuntimeObject* ___expressions0, const RuntimeMethod* method)
{
{
BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62(__this, NULL);
RuntimeObject* L_0 = ___expressions0;
__this->____expressions_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____expressions_3), (void*)L_0);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockN::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BlockN_GetExpression_m613D9CE7B7E1E6DCBF3E2DD351490518806CC9F1 (BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____expressions_3;
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.BlockN::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockN_get_ExpressionCount_m5D068AA93B82B835C3B29BA96D941E1738D72CD5 (BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____expressions_3;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Count() */, IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockN::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockN_GetOrMakeExpressions_m2AA2A1D7EB9010149C1BAFC12B6FA2B35C78B2A8 (BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____expressions_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60(L_0, ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
return L_1;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.BlockN::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* BlockN_Rewrite_m8B4FDC30555A1FD02D1CB238590EB4DE2980A3EC (BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC* L_1 = (BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC*)il2cpp_codegen_object_new(BlockN_t90754C7E48C08D04C336434F13D3E8A9CF9C77EC_il2cpp_TypeInfo_var);
NullCheck(L_1);
BlockN__ctor_mF3BD44CAC1DB77EF6A56E89D2022DA4A1BC744A5(L_1, (RuntimeObject*)L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.ScopeExpression::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopeExpression__ctor_m87A66A8D82599F0A6E9061C2EBCD0987CA1D5335 (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, RuntimeObject* ___variables0, const RuntimeMethod* method)
{
{
BlockExpression__ctor_m3716788EA8FBA72ED9DEB72BE26F5A081FE00E62(__this, NULL);
RuntimeObject* L_0 = ___variables0;
__this->____variables_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____variables_3), (void*)L_0);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.ScopeExpression::GetOrMakeVariables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ScopeExpression_GetOrMakeVariables_m88E798DD4BD05FC775B0F6890CAB7FF27777317F (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_mE04919AD1E4D845FCF0BE1DDB17FD11BFB35B711_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____variables_3);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_mE04919AD1E4D845FCF0BE1DDB17FD11BFB35B711(L_0, ExpressionUtils_ReturnReadOnly_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_mE04919AD1E4D845FCF0BE1DDB17FD11BFB35B711_RuntimeMethod_var);
return L_1;
}
}
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.ScopeExpression::get_VariablesList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScopeExpression_get_VariablesList_m20910F9EFB04EEFF4A3053CA20D923567C743A6E (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____variables_3;
return L_0;
}
}
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.ScopeExpression::ReuseOrValidateVariables(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScopeExpression_ReuseOrValidateVariables_m41CCDC66DC2397B008B972A4CE9EE914DB4BABFC (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD);
s_Il2CppMethodInitialized = true;
}
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_0 = ___variables0;
if (!L_0)
{
goto IL_0019;
}
}
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1 = ___variables0;
RuntimeObject* L_2;
L_2 = ScopeExpression_get_VariablesList_m20910F9EFB04EEFF4A3053CA20D923567C743A6E_inline(__this, NULL);
if ((((RuntimeObject*)(ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*)L_1) == ((RuntimeObject*)(RuntimeObject*)L_2)))
{
goto IL_0019;
}
}
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_3 = ___variables0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression_ValidateVariables_m1104B12EF13DF578DD965D0DC331DA06179F57F5(L_3, _stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD, NULL);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_4 = ___variables0;
return L_4;
}
IL_0019:
{
RuntimeObject* L_5;
L_5 = ScopeExpression_get_VariablesList_m20910F9EFB04EEFF4A3053CA20D923567C743A6E_inline(__this, NULL);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.Scope1::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scope1__ctor_m3EBCBDCB799618149C83CA4015ED7B22A6985EA6 (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, RuntimeObject* ___variables0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___variables0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___body1;
Scope1__ctor_mA16D50136A0DEF94FF5A8F93BAE817A3074CE84E(__this, L_0, L_1, NULL);
return;
}
}
// System.Void System.Linq.Expressions.Scope1::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scope1__ctor_mA16D50136A0DEF94FF5A8F93BAE817A3074CE84E (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, RuntimeObject* ___variables0, RuntimeObject* ___body1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___variables0;
ScopeExpression__ctor_m87A66A8D82599F0A6E9061C2EBCD0987CA1D5335(__this, L_0, NULL);
RuntimeObject* L_1 = ___body1;
__this->____body_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____body_4), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Scope1::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* Scope1_GetExpression_m2C367BB67D4229A3ECCCC87E9CC818E73B1F9F17 (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (L_0)
{
goto IL_000f;
}
}
{
RuntimeObject* L_1 = __this->____body_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_000f:
{
Exception_t* L_3;
L_3 = Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Scope1_GetExpression_m2C367BB67D4229A3ECCCC87E9CC818E73B1F9F17_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.Scope1::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scope1_get_ExpressionCount_mC893F904326D7D33D7A85CA35AA92329AD866ACA (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.Scope1::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* Scope1_GetOrMakeExpressions_m6612DB61B035FC3C9002E860A13551854B8C3D5B (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____body_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = BlockExpression_ReturnReadOnlyExpressions_m1D9EF3BF331643F5E13FF0F719A4102913DE75D6(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Scope1::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Scope1_Rewrite_m3FCABFA581005C64715034B6FFFDA49CB5896DF0 (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
if (L_0)
{
goto IL_001b;
}
}
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1 = ___variables0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression_ValidateVariables_m1104B12EF13DF578DD965D0DC331DA06179F57F5(L_1, _stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD, NULL);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_2 = ___variables0;
RuntimeObject* L_3 = __this->____body_4;
Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* L_4 = (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A*)il2cpp_codegen_object_new(Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A_il2cpp_TypeInfo_var);
NullCheck(L_4);
Scope1__ctor_mA16D50136A0DEF94FF5A8F93BAE817A3074CE84E(L_4, L_2, L_3, NULL);
return L_4;
}
IL_001b:
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_5 = ___variables0;
RuntimeObject* L_6;
L_6 = ScopeExpression_ReuseOrValidateVariables_m41CCDC66DC2397B008B972A4CE9EE914DB4BABFC(__this, L_5, NULL);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_7 = ___args1;
NullCheck(L_7);
int32_t L_8 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A* L_10 = (Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A*)il2cpp_codegen_object_new(Scope1_tAB538848C6EB467B741FDFDC1FA7E1CA79A03B8A_il2cpp_TypeInfo_var);
NullCheck(L_10);
Scope1__ctor_m3EBCBDCB799618149C83CA4015ED7B22A6985EA6(L_10, L_6, L_9, NULL);
return L_10;
}
}
#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 System.Linq.Expressions.ScopeN::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopeN__ctor_mF484C34BAB6178F52502165E4DDAFD395288FDC5 (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, RuntimeObject* ___variables0, RuntimeObject* ___body1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___variables0;
ScopeExpression__ctor_m87A66A8D82599F0A6E9061C2EBCD0987CA1D5335(__this, L_0, NULL);
RuntimeObject* L_1 = ___body1;
__this->____body_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____body_4), (void*)L_1);
return;
}
}
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ScopeN::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScopeN_get_Body_mF3AB4D4B6B3CBC7FFDAF1CAC743F4BC5B68D25B6 (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____body_4;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ScopeN::GetExpression(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ScopeN_GetExpression_m8B396BAEFF3BD8974BF96FCA46284860223872EA (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____body_4;
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.ScopeN::get_ExpressionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScopeN_get_ExpressionCount_m6A19ED3AE7B6F26E88ED1B9988B701420123A082 (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____body_4;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Count() */, IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ScopeN::GetOrMakeExpressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ScopeN_GetOrMakeExpressions_mE68AFD4F0697116354B2CB08E1615A1A7A5F387D (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____body_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60(L_0, ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
return L_1;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.ScopeN::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ScopeN_Rewrite_m6094B05FB6C627AAABBC229B34489B4B2B7E08D6 (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
if (L_0)
{
goto IL_001b;
}
}
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1 = ___variables0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression_ValidateVariables_m1104B12EF13DF578DD965D0DC331DA06179F57F5(L_1, _stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD, NULL);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_2 = ___variables0;
RuntimeObject* L_3 = __this->____body_4;
ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* L_4 = (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807*)il2cpp_codegen_object_new(ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807_il2cpp_TypeInfo_var);
NullCheck(L_4);
ScopeN__ctor_mF484C34BAB6178F52502165E4DDAFD395288FDC5(L_4, L_2, L_3, NULL);
return L_4;
}
IL_001b:
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_5 = ___variables0;
RuntimeObject* L_6;
L_6 = ScopeExpression_ReuseOrValidateVariables_m41CCDC66DC2397B008B972A4CE9EE914DB4BABFC(__this, L_5, NULL);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_7 = ___args1;
ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* L_8 = (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807*)il2cpp_codegen_object_new(ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807_il2cpp_TypeInfo_var);
NullCheck(L_8);
ScopeN__ctor_mF484C34BAB6178F52502165E4DDAFD395288FDC5(L_8, L_6, (RuntimeObject*)L_7, NULL);
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 System.Linq.Expressions.ScopeWithType::.ctor(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopeWithType__ctor_m7E647A39F6BD42749FCA76E2D99330024D41E69B (ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639* __this, RuntimeObject* ___variables0, RuntimeObject* ___expressions1, Type_t* ___type2, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___variables0;
RuntimeObject* L_1 = ___expressions1;
ScopeN__ctor_mF484C34BAB6178F52502165E4DDAFD395288FDC5(__this, L_0, L_1, NULL);
Type_t* L_2 = ___type2;
__this->___U3CTypeU3Ek__BackingField_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_5), (void*)L_2);
return;
}
}
// System.Type System.Linq.Expressions.ScopeWithType::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ScopeWithType_get_Type_m98E71816E542A06DCEE6A76F0B8E8B37139FBADA (ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_5;
return L_0;
}
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.ScopeWithType::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ScopeWithType_Rewrite_m27E9D5048A18CB3A2A5087AE1E76B5A328BE4736 (ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639* __this, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___variables0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___args1;
if (L_0)
{
goto IL_0021;
}
}
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1 = ___variables0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression_ValidateVariables_m1104B12EF13DF578DD965D0DC331DA06179F57F5(L_1, _stringLiteral4F0C340B1A1330DC46CBA7C557A079A115D900CD, NULL);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_2 = ___variables0;
RuntimeObject* L_3;
L_3 = ScopeN_get_Body_mF3AB4D4B6B3CBC7FFDAF1CAC743F4BC5B68D25B6_inline(__this, NULL);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639* L_5 = (ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639*)il2cpp_codegen_object_new(ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639_il2cpp_TypeInfo_var);
NullCheck(L_5);
ScopeWithType__ctor_m7E647A39F6BD42749FCA76E2D99330024D41E69B(L_5, L_2, L_3, L_4, NULL);
return L_5;
}
IL_0021:
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_6 = ___variables0;
RuntimeObject* L_7;
L_7 = ScopeExpression_ReuseOrValidateVariables_m41CCDC66DC2397B008B972A4CE9EE914DB4BABFC(__this, L_6, NULL);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = ___args1;
Type_t* L_9;
L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639* L_10 = (ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639*)il2cpp_codegen_object_new(ScopeWithType_tE82C61C8FE4BBFB8C75A6CC55171C50B19ADD639_il2cpp_TypeInfo_var);
NullCheck(L_10);
ScopeWithType__ctor_m7E647A39F6BD42749FCA76E2D99330024D41E69B(L_10, L_7, (RuntimeObject*)L_8, L_9, NULL);
return L_10;
}
}
#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 System.Linq.Expressions.BlockExpressionList::.ctor(System.Linq.Expressions.BlockExpression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList__ctor_mDB38B5E9DAB6ED7082CCB26289B03899BBDDCACE (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___provider0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___provider0;
__this->____block_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____block_0), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg01;
__this->____arg0_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_1), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.BlockExpressionList::IndexOf(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockExpressionList_IndexOf_mA224132A08909FC065506462C6BBE415E1A49FE7 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___item0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____arg0_1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___item0;
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_1))))
{
goto IL_000b;
}
}
{
return 0;
}
IL_000b:
{
V_0 = 1;
goto IL_0024;
}
IL_000f:
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = __this->____block_0;
int32_t L_3 = V_0;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32) */, L_2, L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___item0;
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5))))
{
goto IL_0020;
}
}
{
int32_t L_6 = V_0;
return L_6;
}
IL_0020:
{
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0024:
{
int32_t L_8 = V_0;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_9 = __this->____block_0;
NullCheck(L_9);
int32_t L_10;
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount() */, L_9);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_000f;
}
}
{
return (-1);
}
}
// System.Void System.Linq.Expressions.BlockExpressionList::Insert(System.Int32,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList_Insert_m038AE49CC8A142FE2C23714CD9ED6E82E08D1283 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, int32_t ___index0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___item1, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_Insert_m038AE49CC8A142FE2C23714CD9ED6E82E08D1283_RuntimeMethod_var)));
}
}
// System.Void System.Linq.Expressions.BlockExpressionList::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList_RemoveAt_mA4B3C68011051835107AF05BA6DFA74A236AA62D (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_RemoveAt_mA4B3C68011051835107AF05BA6DFA74A236AA62D_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpressionList::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BlockExpressionList_get_Item_mE98CA42ED5CF47B8ABB396CAD6E59CC29E93FB87 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
if (L_0)
{
goto IL_000a;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = __this->____arg0_1;
return L_1;
}
IL_000a:
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = __this->____block_0;
int32_t L_3 = ___index0;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32) */, L_2, L_3);
return L_4;
}
}
// System.Void System.Linq.Expressions.BlockExpressionList::set_Item(System.Int32,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList_set_Item_m7B6ECAA6FC963556F05075E275CF97DC16EE6532 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, int32_t ___index0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___value1, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_set_Item_m7B6ECAA6FC963556F05075E275CF97DC16EE6532_RuntimeMethod_var)));
}
}
// System.Void System.Linq.Expressions.BlockExpressionList::Add(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList_Add_m4A4827A1A4975ABE6ED19F52896AE21D36FC7D3B (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___item0, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_Add_m4A4827A1A4975ABE6ED19F52896AE21D36FC7D3B_RuntimeMethod_var)));
}
}
// System.Void System.Linq.Expressions.BlockExpressionList::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList_Clear_m499B7E461546563F9F1845E35E87F5CC2012706A (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_Clear_m499B7E461546563F9F1845E35E87F5CC2012706A_RuntimeMethod_var)));
}
}
// System.Boolean System.Linq.Expressions.BlockExpressionList::Contains(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlockExpressionList_Contains_m1F6AA57029AB644B45BB2279968BDD91E11F7B94 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___item0, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___item0;
int32_t L_1;
L_1 = BlockExpressionList_IndexOf_mA224132A08909FC065506462C6BBE415E1A49FE7(__this, L_0, NULL);
return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Linq.Expressions.BlockExpressionList::CopyTo(System.Linq.Expressions.Expression[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockExpressionList_CopyTo_m1267377036BA48BB41BDA08D56B7B642ACB34D0F (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___array0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8((RuntimeObject*)L_0, _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED, NULL);
int32_t L_1 = ___index1;
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_001a;
}
}
{
Exception_t* L_2;
L_2 = Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_CopyTo_m1267377036BA48BB41BDA08D56B7B642ACB34D0F_RuntimeMethod_var)));
}
IL_001a:
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_3 = __this->____block_0;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount() */, L_3);
V_0 = L_4;
int32_t L_5 = ___index1;
int32_t L_6 = V_0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_7 = ___array0;
NullCheck(L_7);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_5, L_6))) <= ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))
{
goto IL_0034;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_8);
ArgumentException__ctor_m34A925BA55EC4CE4253404E363B5F6A53EB51CA3(L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_CopyTo_m1267377036BA48BB41BDA08D56B7B642ACB34D0F_RuntimeMethod_var)));
}
IL_0034:
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_9 = ___array0;
int32_t L_10 = ___index1;
int32_t L_11 = L_10;
___index1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12 = __this->____arg0_1;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_12);
V_1 = 1;
goto IL_005e;
}
IL_0046:
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_13 = ___array0;
int32_t L_14 = ___index1;
int32_t L_15 = L_14;
___index1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_16 = __this->____block_0;
int32_t L_17 = V_1;
NullCheck(L_16);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18;
L_18 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32) */, L_16, L_17);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_18);
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_005e:
{
int32_t L_20 = V_1;
int32_t L_21 = V_0;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0046;
}
}
{
return;
}
}
// System.Int32 System.Linq.Expressions.BlockExpressionList::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockExpressionList_get_Count_mAE68AD4C62D5EEC0362241610209AA7DB9C81527 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = __this->____block_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount() */, L_0);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.BlockExpressionList::get_IsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlockExpressionList_get_IsReadOnly_mDF49B4C95CFB252E7061C00F070FDBA19292D499 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_get_IsReadOnly_mDF49B4C95CFB252E7061C00F070FDBA19292D499_RuntimeMethod_var)));
}
}
// System.Boolean System.Linq.Expressions.BlockExpressionList::Remove(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlockExpressionList_Remove_mB2F878611F558A1F5C61CDD305C67ADE9E6B577C (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___item0, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlockExpressionList_Remove_mB2F878611F558A1F5C61CDD305C67ADE9E6B577C_RuntimeMethod_var)));
}
}
// System.Collections.Generic.IEnumerator`1<System.Linq.Expressions.Expression> System.Linq.Expressions.BlockExpressionList::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BlockExpressionList_GetEnumerator_mFA95F119E04AF634A9364024DDDC2C0E3C23C65E (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* L_0 = (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036*)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CGetEnumeratorU3Ed__18__ctor_mC0FDCF4EC632E450FBE273F47D219CDFE02FDB26(L_0, 0, NULL);
U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
return L_1;
}
}
// System.Collections.IEnumerator System.Linq.Expressions.BlockExpressionList::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BlockExpressionList_System_Collections_IEnumerable_GetEnumerator_m7CE1E044E012B282034AF358706098A46BE258A3 (BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0;
L_0 = BlockExpressionList_GetEnumerator_mFA95F119E04AF634A9364024DDDC2C0E3C23C65E(__this, 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 System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__18__ctor_mC0FDCF4EC632E450FBE273F47D219CDFE02FDB26 (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__18_System_IDisposable_Dispose_m1D32D97992D34E45325FCC0870AE946EF0C121C8 (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__18_MoveNext_mDDCFB34D3FCED5F796606B99210D9864FB6C4ABC (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* V_1 = NULL;
int32_t V_2 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_003e;
}
case 2:
{
goto IL_006e;
}
}
}
{
return (bool)0;
}
IL_0022:
{
__this->___U3CU3E1__state_0 = (-1);
BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* L_3 = V_1;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = L_3->____arg0_1;
__this->___U3CU3E2__current_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_003e:
{
__this->___U3CU3E1__state_0 = (-1);
__this->___U3CiU3E5__2_3 = 1;
goto IL_0085;
}
IL_004e:
{
BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* L_5 = V_1;
NullCheck(L_5);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_6 = L_5->____block_0;
int32_t L_7 = __this->___U3CiU3E5__2_3;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32) */, L_6, L_7);
__this->___U3CU3E2__current_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_8);
__this->___U3CU3E1__state_0 = 2;
return (bool)1;
}
IL_006e:
{
__this->___U3CU3E1__state_0 = (-1);
int32_t L_9 = __this->___U3CiU3E5__2_3;
V_2 = L_9;
int32_t L_10 = V_2;
__this->___U3CiU3E5__2_3 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_0085:
{
int32_t L_11 = __this->___U3CiU3E5__2_3;
BlockExpressionList_tAD63753518FCCFDCA26EE51E2C0CAD1BF05C4759* L_12 = V_1;
NullCheck(L_12);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_13 = L_12->____block_0;
NullCheck(L_13);
int32_t L_14;
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount() */, L_13);
if ((((int32_t)L_11) < ((int32_t)L_14)))
{
goto IL_004e;
}
}
{
return (bool)0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::System.Collections.Generic.IEnumerator<System.Linq.Expressions.Expression>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* U3CGetEnumeratorU3Ed__18_System_Collections_Generic_IEnumeratorU3CSystem_Linq_Expressions_ExpressionU3E_get_Current_m3F558D48F0D8EA1F549CF9C91D8309D08E2796B8 (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__18_System_Collections_IEnumerator_Reset_mB85F14D4C24791B677475880805639243BA5B621 (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetEnumeratorU3Ed__18_System_Collections_IEnumerator_Reset_mB85F14D4C24791B677475880805639243BA5B621_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.BlockExpressionList/<GetEnumerator>d__18::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetEnumeratorU3Ed__18_System_Collections_IEnumerator_get_Current_mF35482E8F19000E7CE6F392AC64F58C56E6A5D94 (U3CGetEnumeratorU3Ed__18_t3D21A238B89B6FD7744E0134E66ECABD75C6A036* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CU3E2__current_1;
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 System.Linq.Expressions.CatchBlock::.ctor(System.Type,System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CatchBlock__ctor_mEEA27B8E93B5AF18AF0C93A062D176729A4760EE (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, Type_t* ___test0, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body2, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___filter3, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Type_t* L_0 = ___test0;
__this->___U3CTestU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestU3Ek__BackingField_1), (void*)L_0);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___variable1;
__this->___U3CVariableU3Ek__BackingField_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CVariableU3Ek__BackingField_0), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___body2;
__this->___U3CBodyU3Ek__BackingField_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBodyU3Ek__BackingField_2), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___filter3;
__this->___U3CFilterU3Ek__BackingField_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFilterU3Ek__BackingField_3), (void*)L_3);
return;
}
}
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.CatchBlock::get_Variable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2 (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CVariableU3Ek__BackingField_0;
return L_0;
}
}
// System.Type System.Linq.Expressions.CatchBlock::get_Test()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTestU3Ek__BackingField_1;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5 (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_2;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::get_Filter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFilterU3Ek__BackingField_3;
return L_0;
}
}
// System.String System.Linq.Expressions.CatchBlock::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CatchBlock_ToString_m526E3AE8A38D2635E7B517F5AA9C7C46F033A606 (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = ExpressionStringBuilder_CatchBlockToString_m83997F98B03309B934AD1A338A55C9515B20E9DB(__this, NULL);
return L_0;
}
}
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.CatchBlock::Update(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* CatchBlock_Update_m02BE0F5F3BACF725EFEDA1B1F6A219899B46C1F0 (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___filter1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___variable0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
L_1 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(__this, NULL);
if ((!(((RuntimeObject*)(ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_0) == ((RuntimeObject*)(ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_1))))
{
goto IL_001d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___filter1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_2) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_3))))
{
goto IL_001d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___body2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5))))
{
goto IL_001d;
}
}
{
return __this;
}
IL_001d:
{
Type_t* L_6;
L_6 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(__this, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = ___variable0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = ___body2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9 = ___filter1;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_10;
L_10 = Expression_MakeCatchBlock_mC75995FDAED24192EDFB275B0EEBF72E288EB498(L_6, L_7, L_8, L_9, NULL);
return L_10;
}
}
#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
#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.Linq.Expressions.AnalyzeTypeIsResult System.Linq.Expressions.ConstantCheck::AnalyzeTypeIs(System.Linq.Expressions.TypeBinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstantCheck_AnalyzeTypeIs_m6EFB9EC14456658385999CE629CF5696CDB5A953 (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* ___typeIs0, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = ___typeIs0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_0, NULL);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_2 = ___typeIs0;
NullCheck(L_2);
Type_t* L_3;
L_3 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_2, NULL);
int32_t L_4;
L_4 = ConstantCheck_AnalyzeTypeIs_m1F490AD5DF4F74AAF20810F56563D51E85AEBC71(L_1, L_3, NULL);
return L_4;
}
}
// System.Linq.Expressions.AnalyzeTypeIsResult System.Linq.Expressions.ConstantCheck::AnalyzeTypeIs(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstantCheck_AnalyzeTypeIs_m1F490AD5DF4F74AAF20810F56563D51E85AEBC71 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand0, Type_t* ___testType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
Type_t* V_1 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___operand0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
V_0 = L_1;
Type_t* L_2 = V_0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_3, NULL);
bool L_5;
L_5 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_2, L_4, NULL);
if (!L_5)
{
goto IL_002f;
}
}
{
Type_t* L_6 = ___testType1;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_8;
L_8 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_7, NULL);
bool L_9;
L_9 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_6, L_8, NULL);
if (L_9)
{
goto IL_002d;
}
}
{
return (int32_t)(0);
}
IL_002d:
{
return (int32_t)(1);
}
IL_002f:
{
Type_t* L_10 = ___testType1;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_12;
L_12 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_11, NULL);
bool L_13;
L_13 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_10, L_12, NULL);
if (L_13)
{
goto IL_0049;
}
}
{
Type_t* L_14 = ___testType1;
NullCheck(L_14);
bool L_15;
L_15 = Type_get_IsPointer_mC8AAAFEC4E4CEA59DAD0032B85D1BB224763278B(L_14, NULL);
if (!L_15)
{
goto IL_004b;
}
}
IL_0049:
{
return (int32_t)(0);
}
IL_004b:
{
Type_t* L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_17;
L_17 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_16, NULL);
V_1 = L_17;
Type_t* L_18 = ___testType1;
Type_t* L_19;
L_19 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_18, NULL);
Type_t* L_20 = V_1;
NullCheck(L_19);
bool L_21;
L_21 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_19, L_20);
if (!L_21)
{
goto IL_0074;
}
}
{
Type_t* L_22 = V_0;
NullCheck(L_22);
bool L_23;
L_23 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_22, NULL);
if (!L_23)
{
goto IL_0072;
}
}
{
Type_t* L_24 = V_0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_25;
L_25 = TypeUtils_IsNullableType_mC55F95DC7E0BC9C9411EA2A50DEC8B2BE9ECDA28(L_24, NULL);
if (L_25)
{
goto IL_0072;
}
}
{
return (int32_t)(1);
}
IL_0072:
{
return (int32_t)(2);
}
IL_0074:
{
return (int32_t)(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 System.Linq.Expressions.ConditionalExpression::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalExpression__ctor_m256286843DC7D817FD6E74D8A34E571198652F77 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___test0;
__this->___U3CTestU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTestU3Ek__BackingField_3), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___ifTrue1;
__this->___U3CIfTrueU3Ek__BackingField_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIfTrueU3Ek__BackingField_4), (void*)L_1);
return;
}
}
// System.Linq.Expressions.ConditionalExpression System.Linq.Expressions.ConditionalExpression::Make(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ConditionalExpression_Make_m7C4E796993FDE43F9F7D19803D25FCA4209515DF (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, Type_t* ___type3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultExpression_t68E278AD7534F283D174570B240C596979B26533_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___ifTrue1;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
Type_t* L_2 = ___type3;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_1, L_2, NULL);
if (L_3)
{
goto IL_001c;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___ifFalse2;
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_4);
Type_t* L_6 = ___type3;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_5, L_6, NULL);
if (!L_7)
{
goto IL_0026;
}
}
IL_001c:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = ___test0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9 = ___ifTrue1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = ___ifFalse2;
Type_t* L_11 = ___type3;
FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F* L_12 = (FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F*)il2cpp_codegen_object_new(FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F_il2cpp_TypeInfo_var);
NullCheck(L_12);
FullConditionalExpressionWithType__ctor_m1C198751C79249C120A2145117F1FD9B3EC99A13(L_12, L_8, L_9, L_10, L_11, NULL);
return L_12;
}
IL_0026:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = ___ifFalse2;
if (!((DefaultExpression_t68E278AD7534F283D174570B240C596979B26533*)IsInstSealed((RuntimeObject*)L_13, DefaultExpression_t68E278AD7534F283D174570B240C596979B26533_il2cpp_TypeInfo_var)))
{
goto IL_004d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___ifFalse2;
NullCheck(L_14);
Type_t* L_15;
L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_14);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_17;
L_17 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_16, NULL);
bool L_18;
L_18 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_15, L_17, NULL);
if (!L_18)
{
goto IL_004d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19 = ___test0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20 = ___ifTrue1;
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_21 = (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913*)il2cpp_codegen_object_new(ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913_il2cpp_TypeInfo_var);
NullCheck(L_21);
ConditionalExpression__ctor_m256286843DC7D817FD6E74D8A34E571198652F77(L_21, L_19, L_20, NULL);
return L_21;
}
IL_004d:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22 = ___test0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23 = ___ifTrue1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_24 = ___ifFalse2;
FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B* L_25 = (FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B*)il2cpp_codegen_object_new(FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B_il2cpp_TypeInfo_var);
NullCheck(L_25);
FullConditionalExpression__ctor_mAFE90D10A4E00A0381F74FACDE49CD27405233C9(L_25, L_22, L_23, L_24, NULL);
return L_25;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.ConditionalExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConditionalExpression_get_NodeType_m23A417AC9604CF7BF49B120ECF69A4FA27F89894 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
{
return (int32_t)(8);
}
}
// System.Type System.Linq.Expressions.ConditionalExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ConditionalExpression_get_Type_m222B5301C2FF284921DCEE671BD211A46BAE4B8C (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0;
L_0 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(__this, NULL);
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::get_Test()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CTestU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::get_IfTrue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CIfTrueU3Ek__BackingField_4;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::get_IfFalse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0;
L_0 = VirtualFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::GetFalse() */, __this);
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::GetFalse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_GetFalse_m6612030BA07DECDD14797194A58EE76006E44C3F (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Empty_26;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ConditionalExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_Accept_mB184756A978AE2DF18BE6132984FD44D2B0A1472 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* >::Invoke(7 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitConditional(System.Linq.Expressions.ConditionalExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.ConditionalExpression System.Linq.Expressions.ConditionalExpression::Update(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ConditionalExpression_Update_m1C9446C20A2EF4E0E2B653F0E411F5B098391F80 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___test0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_1))))
{
goto IL_001d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___ifTrue1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_2) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_3))))
{
goto IL_001d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___ifFalse2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5))))
{
goto IL_001d;
}
}
{
return __this;
}
IL_001d:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = ___test0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7 = ___ifTrue1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = ___ifFalse2;
Type_t* L_9;
L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_10;
L_10 = Expression_Condition_mFE72AAE409FF6E0D371F04F1CEC7BD9C7FEF4552(L_6, L_7, L_8, L_9, NULL);
return L_10;
}
}
#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 System.Linq.Expressions.FullConditionalExpression::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullConditionalExpression__ctor_mAFE90D10A4E00A0381F74FACDE49CD27405233C9 (FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___test0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___ifTrue1;
ConditionalExpression__ctor_m256286843DC7D817FD6E74D8A34E571198652F77(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___ifFalse2;
__this->____false_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____false_5), (void*)L_2);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.FullConditionalExpression::GetFalse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* FullConditionalExpression_GetFalse_mD4CF310ABB2316BE3F077ABDC2617496B4AF31EA (FullConditionalExpression_t1BDFAC9095E4EC0633CF8BD9EEE0C0482A32C39B* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____false_5;
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 System.Linq.Expressions.FullConditionalExpressionWithType::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullConditionalExpressionWithType__ctor_m1C198751C79249C120A2145117F1FD9B3EC99A13 (FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___test0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifTrue1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___ifFalse2, Type_t* ___type3, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___test0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___ifTrue1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___ifFalse2;
FullConditionalExpression__ctor_mAFE90D10A4E00A0381F74FACDE49CD27405233C9(__this, L_0, L_1, L_2, NULL);
Type_t* L_3 = ___type3;
__this->___U3CTypeU3Ek__BackingField_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_6), (void*)L_3);
return;
}
}
// System.Type System.Linq.Expressions.FullConditionalExpressionWithType::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* FullConditionalExpressionWithType_get_Type_m52934587D3F811550025120140E79C6EE53DB5FB (FullConditionalExpressionWithType_tAC4A3F53CE7B74D88FECD976F336F13D76B1CB4F* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_6;
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 System.Linq.Expressions.ConstantExpression::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantExpression__ctor_m31AF3D4FC229D8AE2C2989EC9F8D3AC069E83A0E (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
RuntimeObject* L_0 = ___value0;
__this->___U3CValueU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CValueU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Type System.Linq.Expressions.ConstantExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ConstantExpression_get_Type_m011383A9289291DC5B024B48B67BA878613BD535 (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0;
L_0 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(__this, NULL);
if (L_0)
{
goto IL_0013;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_2;
L_2 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_1, NULL);
return L_2;
}
IL_0013:
{
RuntimeObject* L_3;
L_3 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(__this, NULL);
NullCheck(L_3);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
return L_4;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.ConstantExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstantExpression_get_NodeType_m1CE4D0DF258AD264D3528E16C36D2A6059E2482E (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)9));
}
}
// System.Object System.Linq.Expressions.ConstantExpression::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17 (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CValueU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ConstantExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConstantExpression_Accept_m70FEBEAF12DE50EFBA0DB49378D98204B28AF721 (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* >::Invoke(8 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitConstant(System.Linq.Expressions.ConstantExpression) */, L_0, __this);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.TypedConstantExpression::.ctor(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedConstantExpression__ctor_m2844BA811FF5A3F0A2F77AEFED678500FA90814C (TypedConstantExpression_t13F5FC46E1120DAFB6DD6CDE12CDD63474ED74E7* __this, RuntimeObject* ___value0, Type_t* ___type1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
ConstantExpression__ctor_m31AF3D4FC229D8AE2C2989EC9F8D3AC069E83A0E(__this, L_0, NULL);
Type_t* L_1 = ___type1;
__this->___U3CTypeU3Ek__BackingField_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_4), (void*)L_1);
return;
}
}
// System.Type System.Linq.Expressions.TypedConstantExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypedConstantExpression_get_Type_m01623E3AB14D053CA376958E088FBE98BA3D34C9 (TypedConstantExpression_t13F5FC46E1120DAFB6DD6CDE12CDD63474ED74E7* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_4;
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.Int32 System.Linq.Expressions.DebugInfoExpression::get_StartLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpression_get_StartLine_mCBA6D4DD6ABEA5061C5694738E20C4209A8936EF (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DebugInfoExpression_get_StartLine_mCBA6D4DD6ABEA5061C5694738E20C4209A8936EF_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.DebugInfoExpression::get_StartColumn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpression_get_StartColumn_m435C47454123A66F2CA09F8795A3D5D87696BC62 (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DebugInfoExpression_get_StartColumn_m435C47454123A66F2CA09F8795A3D5D87696BC62_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.DebugInfoExpression::get_EndLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpression_get_EndLine_mFDCA6F16BEC036A243514A934D0E6862144B3E9F (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DebugInfoExpression_get_EndLine_mFDCA6F16BEC036A243514A934D0E6862144B3E9F_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.DebugInfoExpression::get_EndColumn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoExpression_get_EndColumn_mD692235722CEB647598EFF773C3F91614212D43D (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DebugInfoExpression_get_EndColumn_mD692235722CEB647598EFF773C3F91614212D43D_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.SymbolDocumentInfo System.Linq.Expressions.DebugInfoExpression::get_Document()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* DebugInfoExpression_get_Document_mFFB1FAF66BE565A86A6688546AB54DE1A4CD7F50 (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method)
{
{
SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* L_0 = __this->___U3CDocumentU3Ek__BackingField_3;
return L_0;
}
}
// System.Boolean System.Linq.Expressions.DebugInfoExpression::get_IsClear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugInfoExpression_get_IsClear_m7474D35EB4A0DF9D8103DA07A601CC00B81B66BA (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DebugInfoExpression_get_IsClear_m7474D35EB4A0DF9D8103DA07A601CC00B81B66BA_RuntimeMethod_var)));
}
}
#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 System.Linq.Expressions.DebugViewWriter::.ctor(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter__ctor_m7F103C336119E054D04D04D2974EC2FC94BC4C2D (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___file0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_0 = (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*)il2cpp_codegen_object_new(Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var);
NullCheck(L_0);
Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1(L_0, Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var);
__this->____stack_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____stack_2), (void*)L_0);
ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393(__this, NULL);
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = ___file0;
__this->____out_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____out_0), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::get_Base()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_get_Base_m4B18E918536DC2C2C9777364A3D02A655D7D7625 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_m919AA48BFC239B260BB6A0639B8E027B60CB8B66_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_0 = __this->____stack_2;
NullCheck(L_0);
int32_t L_1;
L_1 = Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_inline(L_0, Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var);
if ((((int32_t)L_1) > ((int32_t)0)))
{
goto IL_0010;
}
}
{
return 0;
}
IL_0010:
{
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_2 = __this->____stack_2;
NullCheck(L_2);
int32_t L_3;
L_3 = Stack_1_Peek_m919AA48BFC239B260BB6A0639B8E027B60CB8B66(L_2, Stack_1_Peek_m919AA48BFC239B260BB6A0639B8E027B60CB8B66_RuntimeMethod_var);
return L_3;
}
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::get_Delta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_get_Delta_m1D601E610796CF9861B231605DC41D5864BEBF4F (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____delta_3;
return L_0;
}
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::get_Depth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_get_Depth_m6EFA4F708BC2B32263E24AEED59B7E9F489574E2 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = DebugViewWriter_get_Base_m4B18E918536DC2C2C9777364A3D02A655D7D7625(__this, NULL);
int32_t L_1;
L_1 = DebugViewWriter_get_Delta_m1D601E610796CF9861B231605DC41D5864BEBF4F_inline(__this, NULL);
return ((int32_t)il2cpp_codegen_add(L_0, L_1));
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::Indent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____delta_3;
__this->____delta_3 = ((int32_t)il2cpp_codegen_add(L_0, 4));
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::Dedent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____delta_3;
__this->____delta_3 = ((int32_t)il2cpp_codegen_subtract(L_0, 4));
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_NewLine_mC3DFE844CA2802D707700A17D0488AF5051C2E98 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
{
__this->____flow_4 = 2;
return;
}
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetLambdaId(System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetLambdaId_mECC1286C8EECCB4D771239797B5E678DA5F506B1 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___le0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_GetId_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_mE690832380E440238D1445EB15B46AAD96D3ACA7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = ___le0;
Dictionary_2_t16D290B1EFBEB72AB792B62478A2C76059CDC58B** L_1 = (&__this->____lambdaIds_6);
int32_t L_2;
L_2 = DebugViewWriter_GetId_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_mE690832380E440238D1445EB15B46AAD96D3ACA7(L_0, L_1, DebugViewWriter_GetId_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_mE690832380E440238D1445EB15B46AAD96D3ACA7_RuntimeMethod_var);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetParamId(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetParamId_m7EDDA26EC415F7327CDAA447D6701B29184C0429 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___p0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_GetId_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m52443065F014B27BC82C57609AD5F8E099F4F0CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___p0;
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69** L_1 = (&__this->____paramIds_7);
int32_t L_2;
L_2 = DebugViewWriter_GetId_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m52443065F014B27BC82C57609AD5F8E099F4F0CD(L_0, L_1, DebugViewWriter_GetId_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m52443065F014B27BC82C57609AD5F8E099F4F0CD_RuntimeMethod_var);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetLabelTargetId(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetLabelTargetId_mF231C63E15C7BFC4CE9B95B0B856993B510F7E03 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_GetId_TisLabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5_m112857144EEFBF7BA442D41643E633E579FBFA23_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___target0;
Dictionary_2_tBD3A7177F3E943ACCF203FE09FB98B4ECF7A165B** L_1 = (&__this->____labelIds_8);
int32_t L_2;
L_2 = DebugViewWriter_GetId_TisLabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5_m112857144EEFBF7BA442D41643E633E579FBFA23(L_0, L_1, DebugViewWriter_GetId_TisLabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5_m112857144EEFBF7BA442D41643E633E579FBFA23_RuntimeMethod_var);
return L_2;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::WriteTo(System.Linq.Expressions.Expression,System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_WriteTo_mC646A3BF92EEFB28B29C93F9495D384BF4874906 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___writer1;
DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* L_1 = (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607*)il2cpp_codegen_object_new(DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607_il2cpp_TypeInfo_var);
NullCheck(L_1);
DebugViewWriter__ctor_m7F103C336119E054D04D04D2974EC2FC94BC4C2D(L_1, L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___node0;
NullCheck(L_1);
DebugViewWriter_WriteTo_m2F19CE592AD660AAF040AE83EE73E0DFE8BA47F9(L_1, L_2, NULL);
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::WriteTo(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_WriteTo_m2F19CE592AD660AAF040AE83EE73E0DFE8BA47F9 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_m67B4E3AECB4CA47A160F6972978CF18F25E583BB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m6E8DBA2593A4C847204E320E354496B7E9DA54FA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* V_0 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___node0;
V_0 = ((LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E*)IsInstClass((RuntimeObject*)L_0, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_il2cpp_TypeInfo_var));
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_1 = V_0;
if (!L_1)
{
goto IL_0013;
}
}
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_2 = V_0;
DebugViewWriter_WriteLambda_mA319115AC57D05C6B2A875F88F71DD6AC98A27B2(__this, L_2, NULL);
goto IL_003a;
}
IL_0013:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___node0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_3);
goto IL_003a;
}
IL_001d:
{
DebugViewWriter_WriteLine_mAD23CC084D2310A35BB26FF1921CA61A9C0224F8(__this, NULL);
DebugViewWriter_WriteLine_mAD23CC084D2310A35BB26FF1921CA61A9C0224F8(__this, NULL);
Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B* L_5 = __this->____lambdas_5;
NullCheck(L_5);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_6;
L_6 = Queue_1_Dequeue_m67B4E3AECB4CA47A160F6972978CF18F25E583BB(L_5, Queue_1_Dequeue_m67B4E3AECB4CA47A160F6972978CF18F25E583BB_RuntimeMethod_var);
DebugViewWriter_WriteLambda_mA319115AC57D05C6B2A875F88F71DD6AC98A27B2(__this, L_6, NULL);
}
IL_003a:
{
Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B* L_7 = __this->____lambdas_5;
if (!L_7)
{
goto IL_0050;
}
}
{
Queue_1_t212EEED1BA74E9C7E993B3C5AD6858DF901A7E8B* L_8 = __this->____lambdas_5;
NullCheck(L_8);
int32_t L_9;
L_9 = Queue_1_get_Count_m6E8DBA2593A4C847204E320E354496B7E9DA54FA_inline(L_8, Queue_1_get_Count_m6E8DBA2593A4C847204E320E354496B7E9DA54FA_RuntimeMethod_var);
if ((((int32_t)L_9) > ((int32_t)0)))
{
goto IL_001d;
}
}
IL_0050:
{
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, String_t* ___s0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 0, L_0, 0, NULL);
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.Linq.Expressions.DebugViewWriter/Flow,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___before0, String_t* ___s1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___before0;
String_t* L_1 = ___s1;
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, L_0, L_1, 0, NULL);
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.String,System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, String_t* ___s0, int32_t ___after1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
int32_t L_1 = ___after1;
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 0, L_0, L_1, NULL);
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::Out(System.Linq.Expressions.DebugViewWriter/Flow,System.String,System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___before0, String_t* ___s1, int32_t ___after2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___before0;
int32_t L_1;
L_1 = DebugViewWriter_GetFlow_m5307C3DBBAD119486501B7C6A3A8B5C69BEE878B(__this, L_0, NULL);
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0042;
}
case 1:
{
goto IL_001c;
}
case 2:
{
goto IL_0029;
}
}
}
{
goto IL_0042;
}
IL_001c:
{
DebugViewWriter_Write_m3E7ACA1062A8C9466A1E9939A3CA6074787EC6B3(__this, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
goto IL_0042;
}
IL_0029:
{
DebugViewWriter_WriteLine_mAD23CC084D2310A35BB26FF1921CA61A9C0224F8(__this, NULL);
int32_t L_3;
L_3 = DebugViewWriter_get_Depth_m6EFA4F708BC2B32263E24AEED59B7E9F489574E2(__this, NULL);
String_t* L_4;
L_4 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, ((int32_t)32), L_3, NULL);
DebugViewWriter_Write_m3E7ACA1062A8C9466A1E9939A3CA6074787EC6B3(__this, L_4, NULL);
}
IL_0042:
{
String_t* L_5 = ___s1;
DebugViewWriter_Write_m3E7ACA1062A8C9466A1E9939A3CA6074787EC6B3(__this, L_5, NULL);
int32_t L_6 = ___after2;
__this->____flow_4 = L_6;
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::WriteLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_WriteLine_mAD23CC084D2310A35BB26FF1921CA61A9C0224F8 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->____out_0;
NullCheck(L_0);
VirtualActionInvoker0::Invoke(30 /* System.Void System.IO.TextWriter::WriteLine() */, L_0);
__this->____column_1 = 0;
return;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::Write(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_Write_m3E7ACA1062A8C9466A1E9939A3CA6074787EC6B3 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, String_t* ___s0, const RuntimeMethod* method)
{
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->____out_0;
String_t* L_1 = ___s0;
NullCheck(L_0);
VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, L_1);
int32_t L_2 = __this->____column_1;
String_t* L_3 = ___s0;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
__this->____column_1 = ((int32_t)il2cpp_codegen_add(L_2, L_4));
return;
}
}
// System.Linq.Expressions.DebugViewWriter/Flow System.Linq.Expressions.DebugViewWriter::GetFlow(System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetFlow_m5307C3DBBAD119486501B7C6A3A8B5C69BEE878B (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___flow0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->____flow_4;
int32_t L_1;
L_1 = DebugViewWriter_CheckBreak_mB788A594EE2531CC5BBC3676CB9AB54D5D440E5C(__this, L_0, NULL);
int32_t L_2 = ___flow0;
int32_t L_3;
L_3 = DebugViewWriter_CheckBreak_mB788A594EE2531CC5BBC3676CB9AB54D5D440E5C(__this, L_2, NULL);
___flow0 = L_3;
int32_t L_4 = ___flow0;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_5;
L_5 = Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5(L_1, L_4, NULL);
return (int32_t)(L_5);
}
}
// System.Linq.Expressions.DebugViewWriter/Flow System.Linq.Expressions.DebugViewWriter::CheckBreak(System.Linq.Expressions.DebugViewWriter/Flow)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_CheckBreak_mB788A594EE2531CC5BBC3676CB9AB54D5D440E5C (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, int32_t ___flow0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___flow0;
if (!((int32_t)((int32_t)L_0&((int32_t)32768))))
{
goto IL_0028;
}
}
{
int32_t L_1 = __this->____column_1;
int32_t L_2;
L_2 = DebugViewWriter_get_Depth_m6EFA4F708BC2B32263E24AEED59B7E9F489574E2(__this, NULL);
if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)120), L_2)))))
{
goto IL_001f;
}
}
{
___flow0 = 2;
goto IL_0028;
}
IL_001f:
{
int32_t L_3 = ___flow0;
___flow0 = ((int32_t)((int32_t)L_3&((int32_t)-32769)));
}
IL_0028:
{
int32_t L_4 = ___flow0;
return L_4;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::VisitDeclarations(System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_VisitDeclarations_m667EF88D9F3B2A3D04E04933E3B5E77E80A7144A (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, RuntimeObject* ___expressions0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_U3CVisitDeclarationsU3Eb__38_0_m638E405BD92F9E070928D5E8253C862CB0368A0F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_VisitExpressions_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m9455175275BD112DAAC407782021B1A9DAE22B92_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___expressions0;
Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998* L_1 = (Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998*)il2cpp_codegen_object_new(Action_1_t38A6827BEB8A6C08122A764A01347F1C1EBDF998_il2cpp_TypeInfo_var);
NullCheck(L_1);
Action_1__ctor_m8139C0B5E6A6C04AA11D5E302E998C729494DF4A(L_1, __this, (intptr_t)((void*)DebugViewWriter_U3CVisitDeclarationsU3Eb__38_0_m638E405BD92F9E070928D5E8253C862CB0368A0F_RuntimeMethod_var), NULL);
DebugViewWriter_VisitExpressions_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m9455175275BD112DAAC407782021B1A9DAE22B92(__this, ((int32_t)40), ((int32_t)44), L_0, L_1, DebugViewWriter_VisitExpressions_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m9455175275BD112DAAC407782021B1A9DAE22B92_RuntimeMethod_var);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitBinary(System.Linq.Expressions.BinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitBinary_m7F93E5B72669672E9BA63CBC3068C0177EF8919D (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0018FA949C335C268F9F66DE99D4EECF2660BCC4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C9ECE66B614B24620A1C7EAF801B75445CE0D0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral083B3C3BCBD8E9403C00BB6509424CFF44C89CCC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D0E7E8352541808302146F5C2D74936910C7516);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1185E7A742B76A90CD9B54C1E4E52644B80BBA5F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15CF6F769B0EB2F2E90C1E65CE61C1FE2C0478AF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A0F78273B032DEAF4CAB0632117F04B42207624);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27AAD5B15BAD9EB77F86D8A58E57C742AB5A0FEE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3AD740846218FEC7EB592218E5376624F77D9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EA5D901C719F51450F4027DF0FEC259DBE56C69);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30C11F235EC8D2FDE84472B846C07998425FC47B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4752972CF22F1E5B3BCBF5CB44529D259E701388);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FDE9C5B818A6540FDC2C9BB34C34862BBF484CC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EF1829A378D66B1DD70A767729127A0DC5EDCAE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81FC5B995B82889D7A788E2EEAE4B73A1B20D87B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B85024A6AD8D491243BB90F0F7C7F604A694C3D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral969E287ADCBB732E54814AD30BE5A3909A6F3EEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB43E6200357767A31368A7DD45755612AA937A3E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE82747527D515309727467BF1312EA227E65B56);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3A091AD4E02C10A603C1ABF8D46467DC7770223);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3FEE0FA7F4F8EFBA56C6B4740111C45AA316A17);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC2FBE8C2AC3E0D465C11BBDF5D83B2C9776579F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD95615C6FA0537EA62E491BB8EA05D9B30FAD08);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBD8044853D38524000A9618EB61AFD6F16295E8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF17A5AA7112D56014900A36B9CCB22F48D555A1C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDAAB9944D2BDD67EF768F807537202334A02D27);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
String_t* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)5))))
{
goto IL_003e;
}
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = ___node0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_3 = ___node0;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_3, NULL);
DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3(__this, L_2, L_4, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_5 = ___node0;
NullCheck(L_5);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_5, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_6);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL);
goto IL_035d;
}
IL_003e:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_8 = ___node0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_9 = ___node0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_9, NULL);
bool L_11;
L_11 = DebugViewWriter_NeedsParentheses_m3DDEF9A97456814D267F7F2EAF51E62AF4F1616E(L_8, L_10, NULL);
V_0 = L_11;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_12 = ___node0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_13 = ___node0;
NullCheck(L_13);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14;
L_14 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_13, NULL);
bool L_15;
L_15 = DebugViewWriter_NeedsParentheses_m3DDEF9A97456814D267F7F2EAF51E62AF4F1616E(L_12, L_14, NULL);
V_1 = L_15;
V_3 = 1;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_16 = ___node0;
NullCheck(L_16);
int32_t L_17;
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_16);
V_4 = L_17;
int32_t L_18 = V_4;
switch (L_18)
{
case 0:
{
goto IL_01db;
}
case 1:
{
goto IL_01fc;
}
case 2:
{
goto IL_02a2;
}
case 3:
{
goto IL_018d;
}
case 4:
{
goto IL_02ea;
}
case 5:
{
goto IL_02ea;
}
case 6:
{
goto IL_02ea;
}
case 7:
{
goto IL_02e2;
}
case 8:
{
goto IL_02ea;
}
case 9:
{
goto IL_02ea;
}
case 10:
{
goto IL_02ea;
}
case 11:
{
goto IL_02ea;
}
case 12:
{
goto IL_0233;
}
case 13:
{
goto IL_0177;
}
case 14:
{
goto IL_02c2;
}
case 15:
{
goto IL_01af;
}
case 16:
{
goto IL_01c5;
}
case 17:
{
goto IL_02ea;
}
case 18:
{
goto IL_02ea;
}
case 19:
{
goto IL_0282;
}
case 20:
{
goto IL_01ba;
}
case 21:
{
goto IL_01d0;
}
case 22:
{
goto IL_02ea;
}
case 23:
{
goto IL_02ea;
}
case 24:
{
goto IL_02ea;
}
case 25:
{
goto IL_0249;
}
case 26:
{
goto IL_025f;
}
case 27:
{
goto IL_027a;
}
case 28:
{
goto IL_02ea;
}
case 29:
{
goto IL_02ea;
}
case 30:
{
goto IL_02ea;
}
case 31:
{
goto IL_02ea;
}
case 32:
{
goto IL_02ea;
}
case 33:
{
goto IL_02ea;
}
case 34:
{
goto IL_02ea;
}
case 35:
{
goto IL_0182;
}
case 36:
{
goto IL_02b2;
}
case 37:
{
goto IL_019e;
}
case 38:
{
goto IL_02ea;
}
case 39:
{
goto IL_02d2;
}
case 40:
{
goto IL_02ea;
}
case 41:
{
goto IL_0292;
}
case 42:
{
goto IL_0207;
}
case 43:
{
goto IL_0228;
}
case 44:
{
goto IL_02ea;
}
case 45:
{
goto IL_02ea;
}
case 46:
{
goto IL_016c;
}
}
}
{
int32_t L_19 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, ((int32_t)63))))
{
case 0:
{
goto IL_01e6;
}
case 1:
{
goto IL_02aa;
}
case 2:
{
goto IL_023e;
}
case 3:
{
goto IL_02ca;
}
case 4:
{
goto IL_028a;
}
case 5:
{
goto IL_0254;
}
case 6:
{
goto IL_026a;
}
case 7:
{
goto IL_02ba;
}
case 8:
{
goto IL_02da;
}
case 9:
{
goto IL_029a;
}
case 10:
{
goto IL_0212;
}
case 11:
{
goto IL_01f1;
}
case 12:
{
goto IL_0272;
}
case 13:
{
goto IL_021d;
}
}
}
{
goto IL_02ea;
}
IL_016c:
{
V_2 = _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E;
goto IL_02f0;
}
IL_0177:
{
V_2 = _stringLiteral7EF1829A378D66B1DD70A767729127A0DC5EDCAE;
goto IL_02f0;
}
IL_0182:
{
V_2 = _stringLiteralFDAAB9944D2BDD67EF768F807537202334A02D27;
goto IL_02f0;
}
IL_018d:
{
V_2 = _stringLiteral0D0E7E8352541808302146F5C2D74936910C7516;
V_3 = ((int32_t)32769);
goto IL_02f0;
}
IL_019e:
{
V_2 = _stringLiteralB43E6200357767A31368A7DD45755612AA937A3E;
V_3 = ((int32_t)32769);
goto IL_02f0;
}
IL_01af:
{
V_2 = _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5;
goto IL_02f0;
}
IL_01ba:
{
V_2 = _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11;
goto IL_02f0;
}
IL_01c5:
{
V_2 = _stringLiteral30C11F235EC8D2FDE84472B846C07998425FC47B;
goto IL_02f0;
}
IL_01d0:
{
V_2 = _stringLiteral2EA5D901C719F51450F4027DF0FEC259DBE56C69;
goto IL_02f0;
}
IL_01db:
{
V_2 = _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952;
goto IL_02f0;
}
IL_01e6:
{
V_2 = _stringLiteral4752972CF22F1E5B3BCBF5CB44529D259E701388;
goto IL_02f0;
}
IL_01f1:
{
V_2 = _stringLiteral01C9ECE66B614B24620A1C7EAF801B75445CE0D0;
goto IL_02f0;
}
IL_01fc:
{
V_2 = _stringLiteral81FC5B995B82889D7A788E2EEAE4B73A1B20D87B;
goto IL_02f0;
}
IL_0207:
{
V_2 = _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
goto IL_02f0;
}
IL_0212:
{
V_2 = _stringLiteralCD95615C6FA0537EA62E491BB8EA05D9B30FAD08;
goto IL_02f0;
}
IL_021d:
{
V_2 = _stringLiteral27AAD5B15BAD9EB77F86D8A58E57C742AB5A0FEE;
goto IL_02f0;
}
IL_0228:
{
V_2 = _stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6;
goto IL_02f0;
}
IL_0233:
{
V_2 = _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
goto IL_02f0;
}
IL_023e:
{
V_2 = _stringLiteral1A0F78273B032DEAF4CAB0632117F04B42207624;
goto IL_02f0;
}
IL_0249:
{
V_2 = _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710;
goto IL_02f0;
}
IL_0254:
{
V_2 = _stringLiteralBE82747527D515309727467BF1312EA227E65B56;
goto IL_02f0;
}
IL_025f:
{
V_2 = _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7;
goto IL_02f0;
}
IL_026a:
{
V_2 = _stringLiteralC3FEE0FA7F4F8EFBA56C6B4740111C45AA316A17;
goto IL_02f0;
}
IL_0272:
{
V_2 = _stringLiteral6FDE9C5B818A6540FDC2C9BB34C34862BBF484CC;
goto IL_02f0;
}
IL_027a:
{
V_2 = _stringLiteral8B85024A6AD8D491243BB90F0F7C7F604A694C3D;
goto IL_02f0;
}
IL_0282:
{
V_2 = _stringLiteral15CF6F769B0EB2F2E90C1E65CE61C1FE2C0478AF;
goto IL_02f0;
}
IL_028a:
{
V_2 = _stringLiteral969E287ADCBB732E54814AD30BE5A3909A6F3EEB;
goto IL_02f0;
}
IL_0292:
{
V_2 = _stringLiteral083B3C3BCBD8E9403C00BB6509424CFF44C89CCC;
goto IL_02f0;
}
IL_029a:
{
V_2 = _stringLiteral0018FA949C335C268F9F66DE99D4EECF2660BCC4;
goto IL_02f0;
}
IL_02a2:
{
V_2 = _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E;
goto IL_02f0;
}
IL_02aa:
{
V_2 = _stringLiteral1185E7A742B76A90CD9B54C1E4E52644B80BBA5F;
goto IL_02f0;
}
IL_02b2:
{
V_2 = _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827;
goto IL_02f0;
}
IL_02ba:
{
V_2 = _stringLiteralCC2FBE8C2AC3E0D465C11BBDF5D83B2C9776579F;
goto IL_02f0;
}
IL_02c2:
{
V_2 = _stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611;
goto IL_02f0;
}
IL_02ca:
{
V_2 = _stringLiteralC3A091AD4E02C10A603C1ABF8D46467DC7770223;
goto IL_02f0;
}
IL_02d2:
{
V_2 = _stringLiteral2D3AD740846218FEC7EB592218E5376624F77D9D;
goto IL_02f0;
}
IL_02da:
{
V_2 = _stringLiteralF17A5AA7112D56014900A36B9CCB22F48D555A1C;
goto IL_02f0;
}
IL_02e2:
{
V_2 = _stringLiteralEBD8044853D38524000A9618EB61AFD6F16295E8;
goto IL_02f0;
}
IL_02ea:
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_20 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_20);
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_20, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DebugViewWriter_VisitBinary_m7F93E5B72669672E9BA63CBC3068C0177EF8919D_RuntimeMethod_var)));
}
IL_02f0:
{
bool L_21 = V_0;
if (!L_21)
{
goto IL_02ff;
}
}
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, 0, NULL);
}
IL_02ff:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_22 = ___node0;
NullCheck(L_22);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23;
L_23 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_22, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_24;
L_24 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_23);
bool L_25 = V_0;
if (!L_25)
{
goto IL_0320;
}
}
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 0, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, ((int32_t)32768), NULL);
}
IL_0320:
{
int32_t L_26 = V_3;
String_t* L_27 = V_2;
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, L_26, L_27, ((int32_t)32769), NULL);
bool L_28 = V_1;
if (!L_28)
{
goto IL_033c;
}
}
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, 0, NULL);
}
IL_033c:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_29 = ___node0;
NullCheck(L_29);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30;
L_30 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_29, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_31;
L_31 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_30);
bool L_32 = V_1;
if (!L_32)
{
goto IL_035d;
}
}
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 0, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, ((int32_t)32768), NULL);
}
IL_035d:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_33 = ___node0;
return L_33;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitParameter(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitParameter_m6B5BDB5A5411936A8E29F70D402635686E3B5E27 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral581430FB5E2AB80389A430804CEF0F2382806766);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___node0;
NullCheck(L_0);
String_t* L_1;
L_1 = ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline(L_0, NULL);
bool L_2;
L_2 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_1, NULL);
if (!L_2)
{
goto IL_0039;
}
}
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_3 = ___node0;
int32_t L_4;
L_4 = DebugViewWriter_GetParamId_m7EDDA26EC415F7327CDAA447D6701B29184C0429(__this, L_3, NULL);
V_0 = L_4;
String_t* L_5;
L_5 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral581430FB5E2AB80389A430804CEF0F2382806766, L_5, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_6, NULL);
goto IL_004a;
}
IL_0039:
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = ___node0;
NullCheck(L_7);
String_t* L_8;
L_8 = ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline(L_7, NULL);
String_t* L_9;
L_9 = DebugViewWriter_GetDisplayName_mFEBFBD79673504497C80FB1626A068CB2C6CA869(L_8, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_9, NULL);
}
IL_004a:
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_10 = ___node0;
return L_10;
}
}
// System.Boolean System.Linq.Expressions.DebugViewWriter::IsSimpleExpression(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugViewWriter_IsSimpleExpression_m813E6F6B36F96EE3E5CD91D064B2170B7329716D (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* V_0 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___node0;
V_0 = ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)IsInstClass((RuntimeObject*)L_0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var));
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_1 = V_0;
if (!L_1)
{
goto IL_002b;
}
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = V_0;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_2, NULL);
if (((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)IsInstClass((RuntimeObject*)L_3, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var)))
{
goto IL_0029;
}
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_4 = V_0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_4, NULL);
return (bool)((((int32_t)((!(((RuntimeObject*)(BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)IsInstClass((RuntimeObject*)L_5, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0029:
{
return (bool)0;
}
IL_002b:
{
return (bool)0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitConditional(System.Linq.Expressions.ConditionalExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitConditional_m8BC9113FE6F1126399E608AC0A1C03D4104879D3 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68469D78647077B3DBD424E2A442E6B7DB12CCB6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AE2ABA7A8A3145404ED65A940FECD2617549F55);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral915C4845A3FBB955AD2131CC79F1E5C6CAAA61BA);
s_Il2CppMethodInitialized = true;
}
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_0, NULL);
bool L_2;
L_2 = DebugViewWriter_IsSimpleExpression_m813E6F6B36F96EE3E5CD91D064B2170B7329716D(L_1, NULL);
if (!L_2)
{
goto IL_0033;
}
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral68469D78647077B3DBD424E2A442E6B7DB12CCB6, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_3 = ___node0;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_3, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_4);
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteral915C4845A3FBB955AD2131CC79F1E5C6CAAA61BA, 2, NULL);
goto IL_0065;
}
IL_0033:
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteral68469D78647077B3DBD424E2A442E6B7DB12CCB6, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_6 = ___node0;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_6, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_7);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 2, _stringLiteral915C4845A3FBB955AD2131CC79F1E5C6CAAA61BA, 2, NULL);
}
IL_0065:
{
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_9 = ___node0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(L_9, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_10);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 2, _stringLiteral7AE2ABA7A8A3145404ED65A940FECD2617549F55, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_12 = ___node0;
NullCheck(L_12);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_12, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14;
L_14 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_13);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 2, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_15 = ___node0;
return L_15;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitConstant(System.Linq.Expressions.ConstantExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitConstant_m3B266BDA1990E26D36EB3FE454155D412EBCD04E (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49A5AAB83859C60FC692064F7CA72853E8B6B189);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63A81BF09BF6D663EE7A4CA8E2BF41ACB795C4BF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral671831019EF0D68B3A00023A5E3BF5AA7F2EE0DA);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
String_t* V_1 = NULL;
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = ___node0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = V_0;
if (L_2)
{
goto IL_001a;
}
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, NULL);
goto IL_011f;
}
IL_001a:
{
RuntimeObject* L_3 = V_0;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)))
{
goto IL_0054;
}
}
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_4 = ___node0;
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_4);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_7;
L_7 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_6, NULL);
bool L_8;
L_8 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_5, L_7, NULL);
if (!L_8)
{
goto IL_0054;
}
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9;
L_9 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
RuntimeObject* L_10 = V_0;
String_t* L_11;
L_11 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_9, _stringLiteral49A5AAB83859C60FC692064F7CA72853E8B6B189, L_10, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_11, NULL);
goto IL_011f;
}
IL_0054:
{
RuntimeObject* L_12 = V_0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_12, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))
{
goto IL_008e;
}
}
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_13 = ___node0;
NullCheck(L_13);
Type_t* L_14;
L_14 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_13);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast<intptr_t> (Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_16;
L_16 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_15, NULL);
bool L_17;
L_17 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_14, L_16, NULL);
if (!L_17)
{
goto IL_008e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18;
L_18 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
RuntimeObject* L_19 = V_0;
String_t* L_20;
L_20 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_18, _stringLiteral63A81BF09BF6D663EE7A4CA8E2BF41ACB795C4BF, L_19, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_20, NULL);
goto IL_011f;
}
IL_008e:
{
RuntimeObject* L_21 = V_0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_21, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
{
goto IL_00ad;
}
}
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_22 = ___node0;
NullCheck(L_22);
Type_t* L_23;
L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_22);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_24 = { reinterpret_cast<intptr_t> (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_25;
L_25 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_24, NULL);
bool L_26;
L_26 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_23, L_25, NULL);
if (L_26)
{
goto IL_00cc;
}
}
IL_00ad:
{
RuntimeObject* L_27 = V_0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_27, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_00da;
}
}
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_28 = ___node0;
NullCheck(L_28);
Type_t* L_29;
L_29 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_28);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_30 = { reinterpret_cast<intptr_t> (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_31;
L_31 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_30, NULL);
bool L_32;
L_32 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_29, L_31, NULL);
if (!L_32)
{
goto IL_00da;
}
}
IL_00cc:
{
RuntimeObject* L_33 = V_0;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_34, NULL);
goto IL_011f;
}
IL_00da:
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_35 = ___node0;
NullCheck(L_35);
Type_t* L_36;
L_36 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_35);
String_t* L_37;
L_37 = DebugViewWriter_GetConstantValueSuffix_m6DA30DA5EF21934FD7E4562C838AFD59E00DD15F(L_36, NULL);
V_1 = L_37;
String_t* L_38 = V_1;
if (!L_38)
{
goto IL_00fe;
}
}
{
RuntimeObject* L_39 = V_0;
NullCheck(L_39);
String_t* L_40;
L_40 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_40, NULL);
String_t* L_41 = V_1;
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_41, NULL);
goto IL_011f;
}
IL_00fe:
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_42;
L_42 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_43 = ___node0;
NullCheck(L_43);
Type_t* L_44;
L_44 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_43);
NullCheck(L_44);
String_t* L_45;
L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44);
RuntimeObject* L_46 = V_0;
String_t* L_47;
L_47 = String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF(L_42, _stringLiteral671831019EF0D68B3A00023A5E3BF5AA7F2EE0DA, L_45, L_46, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_47, NULL);
}
IL_011f:
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_48 = ___node0;
return L_48;
}
}
// System.String System.Linq.Expressions.DebugViewWriter::GetConstantValueSuffix(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetConstantValueSuffix_m6DA30DA5EF21934FD7E4562C838AFD59E00DD15F (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B9A921875B50DC2E745884E0F3B09DFCFEA44A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79B92BB090AA6B3E80F7D9ADCC432B2036A244AA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_2;
L_2 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_1, NULL);
bool L_3;
L_3 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0018;
}
}
{
return _stringLiteral51B9A921875B50DC2E745884E0F3B09DFCFEA44A;
}
IL_0018:
{
Type_t* L_4 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_6;
L_6 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_5, NULL);
bool L_7;
L_7 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_4, L_6, NULL);
if (!L_7)
{
goto IL_0030;
}
}
{
return _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A;
}
IL_0030:
{
Type_t* L_8 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_10;
L_10 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_9, NULL);
bool L_11;
L_11 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_8, L_10, NULL);
if (!L_11)
{
goto IL_0048;
}
}
{
return _stringLiteral79B92BB090AA6B3E80F7D9ADCC432B2036A244AA;
}
IL_0048:
{
Type_t* L_12 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast<intptr_t> (Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_14;
L_14 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_13, NULL);
bool L_15;
L_15 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_12, L_14, NULL);
if (!L_15)
{
goto IL_0060;
}
}
{
return _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158;
}
IL_0060:
{
Type_t* L_16 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_18;
L_18 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_17, NULL);
bool L_19;
L_19 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_16, L_18, NULL);
if (!L_19)
{
goto IL_0078;
}
}
{
return _stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E;
}
IL_0078:
{
Type_t* L_20 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_22;
L_22 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_21, NULL);
bool L_23;
L_23 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_20, L_22, NULL);
if (!L_23)
{
goto IL_0090;
}
}
{
return _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17;
}
IL_0090:
{
return (String_t*)NULL;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::OutMember(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_OutMember_m804C9101F1780C25B6C9A8DACD20A4D2F4C4E9B2 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, MemberInfo_t* ___member2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___instance1;
if (!L_0)
{
goto IL_0022;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___node0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___instance1;
DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3(__this, L_1, L_2, NULL);
MemberInfo_t* L_3 = ___member2;
NullCheck(L_3);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3);
String_t* L_5;
L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_4, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_5, NULL);
return;
}
IL_0022:
{
MemberInfo_t* L_6 = ___member2;
NullCheck(L_6);
Type_t* L_7;
L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_6);
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
MemberInfo_t* L_9 = ___member2;
NullCheck(L_9);
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_9);
String_t* L_11;
L_11 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_8, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_10, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_11, NULL);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitMember(System.Linq.Expressions.MemberExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitMember_m5DBB7264B0E4D00F539F9C7C62C8278601A02743 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* ___node0, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = ___node0;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_1, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_3 = ___node0;
NullCheck(L_3);
MemberInfo_t* L_4;
L_4 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_3, NULL);
DebugViewWriter_OutMember_m804C9101F1780C25B6C9A8DACD20A4D2F4C4E9B2(__this, L_0, L_2, L_4, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_5 = ___node0;
return L_5;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitInvocation(System.Linq.Expressions.InvocationExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitInvocation_mB035D3F60D41A27DFA0FCC56E1BF0613DA444A7A (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15EDEC6FF76E6FDA93B4EF7EB0FBA38A563881B0);
s_Il2CppMethodInitialized = true;
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral15EDEC6FF76E6FDA93B4EF7EB0FBA38A563881B0, NULL);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = ___node0;
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_1, NULL);
DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3(__this, L_0, L_2, NULL);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_3 = ___node0;
NullCheck(L_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_4;
L_4 = InvocationExpression_get_Arguments_mB4411AF2CC5D85D7E118C2103066EE340D77FAA9(L_3, NULL);
DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D(__this, ((int32_t)40), L_4, DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_5 = ___node0;
return L_5;
}
}
// System.Boolean System.Linq.Expressions.DebugViewWriter::NeedsParentheses(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugViewWriter_NeedsParentheses_m3DDEF9A97456814D267F7F2EAF51E62AF4F1616E (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___parent0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___child1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* V_3 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___child1;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___parent0;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_1);
V_2 = L_2;
int32_t L_3 = V_2;
if ((((int32_t)L_3) > ((int32_t)((int32_t)54))))
{
goto IL_001d;
}
}
{
int32_t L_4 = V_2;
if ((((int32_t)L_4) == ((int32_t)((int32_t)49))))
{
goto IL_0029;
}
}
{
int32_t L_5 = V_2;
if ((((int32_t)L_5) == ((int32_t)((int32_t)54))))
{
goto IL_0029;
}
}
{
goto IL_002b;
}
IL_001d:
{
int32_t L_6 = V_2;
if ((((int32_t)L_6) == ((int32_t)((int32_t)62))))
{
goto IL_0029;
}
}
{
int32_t L_7 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)83)))) <= ((uint32_t)1))))
{
goto IL_002b;
}
}
IL_0029:
{
return (bool)1;
}
IL_002b:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = ___child1;
int32_t L_9;
L_9 = DebugViewWriter_GetOperatorPrecedence_m716DCD10AC3A19ADCBDC8F6799C9BF9BB507A859(L_8, NULL);
V_0 = L_9;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = ___parent0;
int32_t L_11;
L_11 = DebugViewWriter_GetOperatorPrecedence_m716DCD10AC3A19ADCBDC8F6799C9BF9BB507A859(L_10, NULL);
V_1 = L_11;
int32_t L_12 = V_0;
int32_t L_13 = V_1;
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_009f;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___parent0;
NullCheck(L_14);
int32_t L_15;
L_15 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_14);
V_2 = L_15;
int32_t L_16 = V_2;
if ((((int32_t)L_16) > ((int32_t)((int32_t)14))))
{
goto IL_0065;
}
}
{
int32_t L_17 = V_2;
if ((((int32_t)L_17) > ((int32_t)3)))
{
goto IL_0059;
}
}
{
int32_t L_18 = V_2;
if ((!(((uint32_t)L_18) > ((uint32_t)1))))
{
goto IL_008a;
}
}
{
int32_t L_19 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, 2))) > ((uint32_t)1))))
{
goto IL_0088;
}
}
{
goto IL_009d;
}
IL_0059:
{
int32_t L_20 = V_2;
if ((((int32_t)L_20) == ((int32_t)((int32_t)12))))
{
goto IL_008c;
}
}
{
int32_t L_21 = V_2;
if ((((int32_t)L_21) == ((int32_t)((int32_t)14))))
{
goto IL_0088;
}
}
{
goto IL_009d;
}
IL_0065:
{
int32_t L_22 = V_2;
if ((((int32_t)L_22) > ((int32_t)((int32_t)27))))
{
goto IL_0078;
}
}
{
int32_t L_23 = V_2;
if ((((int32_t)L_23) == ((int32_t)((int32_t)25))))
{
goto IL_008c;
}
}
{
int32_t L_24 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, ((int32_t)26)))) > ((uint32_t)1))))
{
goto IL_008a;
}
}
{
goto IL_009d;
}
IL_0078:
{
int32_t L_25 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, ((int32_t)36)))) > ((uint32_t)1))))
{
goto IL_0088;
}
}
{
int32_t L_26 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, ((int32_t)42)))) > ((uint32_t)1))))
{
goto IL_008c;
}
}
{
goto IL_009d;
}
IL_0088:
{
return (bool)0;
}
IL_008a:
{
return (bool)0;
}
IL_008c:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_27 = ___parent0;
V_3 = ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)IsInstClass((RuntimeObject*)L_27, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var));
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_28 = ___child1;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_29 = V_3;
NullCheck(L_29);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30;
L_30 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_29, NULL);
return (bool)((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_28) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_30))? 1 : 0);
}
IL_009d:
{
return (bool)1;
}
IL_009f:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_31 = ___child1;
if (!L_31)
{
goto IL_00c2;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_32 = ___child1;
NullCheck(L_32);
int32_t L_33;
L_33 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_32);
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)9)))))
{
goto IL_00c2;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_34 = ___parent0;
NullCheck(L_34);
int32_t L_35;
L_35 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_34);
if ((((int32_t)L_35) == ((int32_t)((int32_t)28))))
{
goto IL_00c0;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_36 = ___parent0;
NullCheck(L_36);
int32_t L_37;
L_37 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_36);
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)30)))))
{
goto IL_00c2;
}
}
IL_00c0:
{
return (bool)1;
}
IL_00c2:
{
int32_t L_38 = V_0;
int32_t L_39 = V_1;
return (bool)((((int32_t)L_38) < ((int32_t)L_39))? 1 : 0);
}
}
// System.Int32 System.Linq.Expressions.DebugViewWriter::GetOperatorPrecedence(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugViewWriter_GetOperatorPrecedence_m716DCD10AC3A19ADCBDC8F6799C9BF9BB507A859 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0176;
}
case 1:
{
goto IL_0176;
}
case 2:
{
goto IL_016d;
}
case 3:
{
goto IL_0167;
}
case 4:
{
goto IL_0182;
}
case 5:
{
goto IL_0182;
}
case 6:
{
goto IL_0182;
}
case 7:
{
goto IL_0163;
}
case 8:
{
goto IL_0182;
}
case 9:
{
goto IL_0185;
}
case 10:
{
goto IL_017c;
}
case 11:
{
goto IL_017c;
}
case 12:
{
goto IL_0179;
}
case 13:
{
goto IL_016f;
}
case 14:
{
goto IL_016b;
}
case 15:
{
goto IL_0171;
}
case 16:
{
goto IL_0171;
}
case 17:
{
goto IL_0182;
}
case 18:
{
goto IL_0182;
}
case 19:
{
goto IL_0173;
}
case 20:
{
goto IL_0171;
}
case 21:
{
goto IL_0171;
}
case 22:
{
goto IL_0182;
}
case 23:
{
goto IL_0182;
}
case 24:
{
goto IL_0182;
}
case 25:
{
goto IL_0179;
}
case 26:
{
goto IL_0179;
}
case 27:
{
goto IL_0179;
}
case 28:
{
goto IL_017c;
}
case 29:
{
goto IL_017c;
}
case 30:
{
goto IL_017c;
}
case 31:
{
goto IL_0182;
}
case 32:
{
goto IL_0182;
}
case 33:
{
goto IL_0182;
}
case 34:
{
goto IL_017c;
}
case 35:
{
goto IL_016f;
}
case 36:
{
goto IL_0169;
}
case 37:
{
goto IL_0165;
}
case 38:
{
goto IL_0185;
}
case 39:
{
goto IL_017f;
}
case 40:
{
goto IL_0182;
}
case 41:
{
goto IL_0173;
}
case 42:
{
goto IL_0176;
}
case 43:
{
goto IL_0176;
}
case 44:
{
goto IL_0171;
}
case 45:
{
goto IL_0171;
}
case 46:
{
goto IL_0163;
}
case 47:
{
goto IL_0182;
}
case 48:
{
goto IL_0182;
}
case 49:
{
goto IL_017c;
}
case 50:
{
goto IL_0182;
}
case 51:
{
goto IL_0182;
}
case 52:
{
goto IL_0182;
}
case 53:
{
goto IL_0182;
}
case 54:
{
goto IL_017c;
}
case 55:
{
goto IL_0182;
}
case 56:
{
goto IL_0182;
}
case 57:
{
goto IL_0182;
}
case 58:
{
goto IL_0182;
}
case 59:
{
goto IL_0182;
}
case 60:
{
goto IL_017c;
}
case 61:
{
goto IL_0182;
}
case 62:
{
goto IL_017c;
}
case 63:
{
goto IL_0163;
}
case 64:
{
goto IL_0163;
}
case 65:
{
goto IL_0163;
}
case 66:
{
goto IL_0163;
}
case 67:
{
goto IL_0163;
}
case 68:
{
goto IL_0163;
}
case 69:
{
goto IL_0163;
}
case 70:
{
goto IL_0163;
}
case 71:
{
goto IL_0163;
}
case 72:
{
goto IL_0163;
}
case 73:
{
goto IL_0163;
}
case 74:
{
goto IL_0163;
}
case 75:
{
goto IL_0163;
}
case 76:
{
goto IL_0163;
}
case 77:
{
goto IL_017c;
}
case 78:
{
goto IL_017c;
}
case 79:
{
goto IL_0182;
}
case 80:
{
goto IL_0182;
}
case 81:
{
goto IL_0171;
}
case 82:
{
goto IL_017c;
}
case 83:
{
goto IL_017c;
}
case 84:
{
goto IL_017c;
}
}
}
{
goto IL_0182;
}
IL_0163:
{
return 1;
}
IL_0165:
{
return 2;
}
IL_0167:
{
return 3;
}
IL_0169:
{
return 4;
}
IL_016b:
{
return 5;
}
IL_016d:
{
return 6;
}
IL_016f:
{
return 7;
}
IL_0171:
{
return 8;
}
IL_0173:
{
return ((int32_t)9);
}
IL_0176:
{
return ((int32_t)10);
}
IL_0179:
{
return ((int32_t)11);
}
IL_017c:
{
return ((int32_t)12);
}
IL_017f:
{
return ((int32_t)13);
}
IL_0182:
{
return ((int32_t)14);
}
IL_0185:
{
return ((int32_t)15);
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::ParenthesizedVisit(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___parent0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___nodeToVisit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___parent0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___nodeToVisit1;
bool L_2;
L_2 = DebugViewWriter_NeedsParentheses_m3DDEF9A97456814D267F7F2EAF51E62AF4F1616E(L_0, L_1, NULL);
if (!L_2)
{
goto IL_0028;
}
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___nodeToVisit1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_3);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
return;
}
IL_0028:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___nodeToVisit1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_5);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitMethodCall(System.Linq.Expressions.MethodCallExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitMethodCall_mAED7658394869C19D881CD0C096D2440EC03833E (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B5D2F304FC60617352F64917E1E43DC909926E3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F24A758B7496EDC15EBA03449D761B1F8F3262C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral8F24A758B7496EDC15EBA03449D761B1F8F3262C, NULL);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_0, NULL);
if (!L_1)
{
goto IL_0022;
}
}
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_2 = ___node0;
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_3 = ___node0;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_3, NULL);
DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3(__this, L_2, L_4, NULL);
goto IL_0058;
}
IL_0022:
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_5 = ___node0;
NullCheck(L_5);
MethodInfo_t* L_6;
L_6 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_5, NULL);
NullCheck(L_6);
Type_t* L_7;
L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_6);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_7, (Type_t*)NULL, NULL);
if (!L_8)
{
goto IL_004d;
}
}
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_9 = ___node0;
NullCheck(L_9);
MethodInfo_t* L_10;
L_10 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_9, NULL);
NullCheck(L_10);
Type_t* L_11;
L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_10);
NullCheck(L_11);
String_t* L_12;
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_12, NULL);
goto IL_0058;
}
IL_004d:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral1B5D2F304FC60617352F64917E1E43DC909926E3, NULL);
}
IL_0058:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, NULL);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_13 = ___node0;
NullCheck(L_13);
MethodInfo_t* L_14;
L_14 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_13, NULL);
NullCheck(L_14);
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_15, NULL);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_16 = ___node0;
NullCheck(L_16);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_17;
L_17 = MethodCallExpression_get_Arguments_m386763439BCBD07BD686689D32990FA5155076F5(L_16, NULL);
DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D(__this, ((int32_t)40), L_17, DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_18 = ___node0;
return L_18;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitNewArray(System.Linq.Expressions.NewArrayExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitNewArray_mEFFFC160FA74423457A911BBD064AC6B254BB2CA (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE85886CA18665401059E31CDBCFCA89620AB016);
s_Il2CppMethodInitialized = true;
}
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)33)))))
{
goto IL_003a;
}
}
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_2 = ___node0;
NullCheck(L_2);
Type_t* L_3;
L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_2);
NullCheck(L_3);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_3);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralFE85886CA18665401059E31CDBCFCA89620AB016, L_5, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_6, NULL);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_7 = ___node0;
NullCheck(L_7);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_8;
L_8 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_7, NULL);
DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D(__this, ((int32_t)91), L_8, DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
goto IL_0064;
}
IL_003a:
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_9 = ___node0;
NullCheck(L_9);
Type_t* L_10;
L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_9);
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
String_t* L_12;
L_12 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralFE85886CA18665401059E31CDBCFCA89620AB016, L_11, NULL);
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, L_12, 1, NULL);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_13 = ___node0;
NullCheck(L_13);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_14;
L_14 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_13, NULL);
DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D(__this, ((int32_t)123), L_14, DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
}
IL_0064:
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_15 = ___node0;
return L_15;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitTypeBinary(System.Linq.Expressions.TypeBinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitTypeBinary_mD34792E08FA0DE0C24B22B02BA8CFF2BE0E93CC8 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89D1DF8B32F59C90B7F1DCEF370C98B2A72E80A7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA997D80B08406DCA4938C89F55544A1386362F3A);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = ___node0;
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_1, NULL);
DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3(__this, L_0, L_2, NULL);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_3 = ___node0;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_3);
V_0 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)45))))
{
goto IL_0020;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)81))))
{
goto IL_002f;
}
}
{
goto IL_003c;
}
IL_0020:
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 1, _stringLiteral89D1DF8B32F59C90B7F1DCEF370C98B2A72E80A7, 1, NULL);
goto IL_003c;
}
IL_002f:
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 1, _stringLiteralA997D80B08406DCA4938C89F55544A1386362F3A, 1, NULL);
}
IL_003c:
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_7 = ___node0;
NullCheck(L_7);
Type_t* L_8;
L_8 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_7, NULL);
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_9, NULL);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_10 = ___node0;
return L_10;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitUnary(System.Linq.Expressions.UnaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitUnary_mBF324F8E7E4B3338DF01488B5BA1520758F75764 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral370394DE26466E4408C2989BBD1A64B3402DBDD8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41568053503E6CD31B449C3F341DD4B56CB6912D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52FB20587B3A86F73E838698F00C2E103E939AC1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5675144133DFBC0AC6538E0C2087BBFC5D6AEF58);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B5A9DB1502DC06915EDA73059799548138390AE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral641DC1D90C77E3C944DF9693BF15F335A2DC78AE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9452A87FAA0073A5238C5BF8FBCAE0BFB2A7512D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C3A5362083E5912AC6C0B138310BF83B5512556);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD9C085B00E088B4C811628725A35E6449F0651D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB30B3C48266571BF25CBFF6E4D8E601C07CBC07A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9EA74C837F49DC8CEEDDFD4F271AA14513EA9AA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0C4E11A821B8C53A0F2D4AB212907680EAFD927);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* G_B22_0 = NULL;
DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* G_B21_0 = NULL;
String_t* G_B23_0 = NULL;
DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* G_B23_1 = NULL;
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)40))))
{
goto IL_005f;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) > ((int32_t)((int32_t)10))))
{
goto IL_0025;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)4)))
{
goto IL_0200;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)10))))
{
goto IL_00bf;
}
}
{
goto IL_0200;
}
IL_0025:
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)11))))
{
goto IL_00e4;
}
}
{
int32_t L_7 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)28))))
{
case 0:
{
goto IL_0147;
}
case 1:
{
goto IL_0167;
}
case 2:
{
goto IL_0157;
}
case 3:
{
goto IL_0200;
}
case 4:
{
goto IL_0200;
}
case 5:
{
goto IL_0200;
}
case 6:
{
goto IL_0109;
}
}
}
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)40))))
{
goto IL_0177;
}
}
{
goto IL_0200;
}
IL_005f:
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) > ((int32_t)((int32_t)54))))
{
goto IL_0081;
}
}
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)44))))
{
goto IL_0200;
}
}
{
int32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)49))))
{
goto IL_01c1;
}
}
{
int32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)54))))
{
goto IL_01ce;
}
}
{
goto IL_0200;
}
IL_0081:
{
int32_t L_13 = V_0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)60))))
{
goto IL_0184;
}
}
{
int32_t L_14 = V_0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)62))))
{
goto IL_01f5;
}
}
{
int32_t L_15 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, ((int32_t)77))))
{
case 0:
{
goto IL_01e8;
}
case 1:
{
goto IL_01db;
}
case 2:
{
goto IL_0200;
}
case 3:
{
goto IL_0200;
}
case 4:
{
goto IL_0200;
}
case 5:
{
goto IL_0137;
}
case 6:
{
goto IL_01b4;
}
case 7:
{
goto IL_01a7;
}
}
}
{
goto IL_0200;
}
IL_00bf:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_16 = ___node0;
NullCheck(L_16);
Type_t* L_17;
L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_16);
NullCheck(L_17);
String_t* L_18;
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
String_t* L_19;
L_19 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, L_18, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_19, NULL);
goto IL_0200;
}
IL_00e4:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_20 = ___node0;
NullCheck(L_20);
Type_t* L_21;
L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_20);
NullCheck(L_21);
String_t* L_22;
L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21);
String_t* L_23;
L_23 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral52FB20587B3A86F73E838698F00C2E103E939AC1, L_22, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_23, NULL);
goto IL_0200;
}
IL_0109:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_24 = ___node0;
NullCheck(L_24);
Type_t* L_25;
L_25 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_24);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast<intptr_t> (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_27;
L_27 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_26, NULL);
bool L_28;
L_28 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_25, L_27, NULL);
G_B21_0 = __this;
if (L_28)
{
G_B22_0 = __this;
goto IL_0128;
}
}
{
G_B23_0 = _stringLiteral9452A87FAA0073A5238C5BF8FBCAE0BFB2A7512D;
G_B23_1 = G_B21_0;
goto IL_012d;
}
IL_0128:
{
G_B23_0 = _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46;
G_B23_1 = G_B22_0;
}
IL_012d:
{
NullCheck(G_B23_1);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(G_B23_1, G_B23_0, NULL);
goto IL_0200;
}
IL_0137:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral9452A87FAA0073A5238C5BF8FBCAE0BFB2A7512D, NULL);
goto IL_0200;
}
IL_0147:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
goto IL_0200;
}
IL_0157:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6, NULL);
goto IL_0200;
}
IL_0167:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952, NULL);
goto IL_0200;
}
IL_0177:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
goto IL_0200;
}
IL_0184:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_29 = ___node0;
NullCheck(L_29);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30;
L_30 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_29, NULL);
if (L_30)
{
goto IL_0199;
}
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral370394DE26466E4408C2989BBD1A64B3402DBDD8, NULL);
goto IL_0200;
}
IL_0199:
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteralE0C4E11A821B8C53A0F2D4AB212907680EAFD927, 1, NULL);
goto IL_0200;
}
IL_01a7:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral9C3A5362083E5912AC6C0B138310BF83B5512556, NULL);
goto IL_0200;
}
IL_01b4:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral5675144133DFBC0AC6538E0C2087BBFC5D6AEF58, NULL);
goto IL_0200;
}
IL_01c1:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral641DC1D90C77E3C944DF9693BF15F335A2DC78AE, NULL);
goto IL_0200;
}
IL_01ce:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralC9EA74C837F49DC8CEEDDFD4F271AA14513EA9AA, NULL);
goto IL_0200;
}
IL_01db:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, NULL);
goto IL_0200;
}
IL_01e8:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral5B5A9DB1502DC06915EDA73059799548138390AE, NULL);
goto IL_0200;
}
IL_01f5:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral41568053503E6CD31B449C3F341DD4B56CB6912D, NULL);
}
IL_0200:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_31 = ___node0;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_32 = ___node0;
NullCheck(L_32);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_33;
L_33 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_32, NULL);
DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3(__this, L_31, L_33, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_34 = ___node0;
NullCheck(L_34);
int32_t L_35;
L_35 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_34);
V_0 = L_35;
int32_t L_36 = V_0;
if ((((int32_t)L_36) > ((int32_t)((int32_t)44))))
{
goto IL_0224;
}
}
{
int32_t L_37 = V_0;
if ((((int32_t)L_37) == ((int32_t)4)))
{
goto IL_0254;
}
}
{
int32_t L_38 = V_0;
if ((((int32_t)L_38) == ((int32_t)((int32_t)44))))
{
goto IL_0230;
}
}
{
goto IL_0279;
}
IL_0224:
{
int32_t L_39 = V_0;
if ((((int32_t)L_39) == ((int32_t)((int32_t)79))))
{
goto IL_026e;
}
}
{
int32_t L_40 = V_0;
if ((((int32_t)L_40) == ((int32_t)((int32_t)80))))
{
goto IL_0261;
}
}
{
goto IL_0279;
}
IL_0230:
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 1, _stringLiteralB30B3C48266571BF25CBFF6E4D8E601C07CBC07A, ((int32_t)32769), NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_41 = ___node0;
NullCheck(L_41);
Type_t* L_42;
L_42 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_41);
NullCheck(L_42);
String_t* L_43;
L_43 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_42);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_43, NULL);
goto IL_0279;
}
IL_0254:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralAD9C085B00E088B4C811628725A35E6449F0651D, NULL);
goto IL_0279;
}
IL_0261:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, NULL);
goto IL_0279;
}
IL_026e:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral5B5A9DB1502DC06915EDA73059799548138390AE, NULL);
}
IL_0279:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_44 = ___node0;
return L_44;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitBlock(System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitBlock_m6D23260F0C2F360C0E1A0DC3F4BC9B0BC88F79F7 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___node0, 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*)&DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m579815BF6BF12B90EC4AE803BDEDF026E0D5D818_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral012D19DEDB7F268C61672C79B02816C18D097BF4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB36E1FF973A4E421B0777FD0F36A9451F62D1FE);
s_Il2CppMethodInitialized = true;
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteralAB36E1FF973A4E421B0777FD0F36A9451F62D1FE, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___node0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = ___node0;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_3 = ___node0;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Linq.Expressions.BlockExpression::get_ExpressionCount() */, L_3);
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(10 /* System.Linq.Expressions.Expression System.Linq.Expressions.BlockExpression::GetExpression(System.Int32) */, L_2, ((int32_t)il2cpp_codegen_subtract(L_4, 1)));
NullCheck(L_5);
Type_t* L_6;
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_5);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_1, L_6, NULL);
if (!L_7)
{
goto IL_004b;
}
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8;
L_8 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_9 = ___node0;
NullCheck(L_9);
Type_t* L_10;
L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_9);
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
String_t* L_12;
L_12 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_8, _stringLiteral012D19DEDB7F268C61672C79B02816C18D097BF4, L_11, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_12, NULL);
}
IL_004b:
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_13 = ___node0;
NullCheck(L_13);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_14;
L_14 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_13, NULL);
DebugViewWriter_VisitDeclarations_m667EF88D9F3B2A3D04E04933E3B5E77E80A7144A(__this, L_14, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_15 = ___node0;
NullCheck(L_15);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_16;
L_16 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_15, NULL);
DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m579815BF6BF12B90EC4AE803BDEDF026E0D5D818(__this, ((int32_t)123), ((int32_t)59), L_16, DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m579815BF6BF12B90EC4AE803BDEDF026E0D5D818_RuntimeMethod_var);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_17 = ___node0;
return L_17;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitDefault(System.Linq.Expressions.DefaultExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitDefault_mF8120DE2899F49A68D3E6909E66DDE5994E93B96 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AF78710EFFDE55BF2B10ECF1514E5A948FC1409);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
s_Il2CppMethodInitialized = true;
}
{
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = ___node0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
String_t* L_3;
L_3 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral5AF78710EFFDE55BF2B10ECF1514E5A948FC1409, L_2, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_3, NULL);
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_4 = ___node0;
return L_4;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitLabel(System.Linq.Expressions.LabelExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitLabel_m80FFAF68622A794B2EF2660B22F6F7446934B025 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8925F0989CFAAA8FEABB6718F3C72D64F5DDCD84);
s_Il2CppMethodInitialized = true;
}
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteral8925F0989CFAAA8FEABB6718F3C72D64F5DDCD84, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
DebugViewWriter_NewLine_mC3DFE844CA2802D707700A17D0488AF5051C2E98(__this, NULL);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_3 = ___node0;
NullCheck(L_3);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_4;
L_4 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_3, NULL);
DebugViewWriter_DumpLabel_m60BCCDB7288ECE5BFE556EB6D85316A9EDEE2F50(__this, L_4, NULL);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_5 = ___node0;
return L_5;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitGoto(System.Linq.Expressions.GotoExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitGoto_m8AC6E0648728F20528691719CAE782D01850E16C (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GotoExpressionKind_tEFFA4D1B24E2D422A1FF7BC5D0E686A6B05A8948_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = GotoExpression_get_Kind_mB3F8E7E57BE45EE434B27F59D8DD7B7E4D5D0473_inline(L_0, NULL);
V_0 = L_1;
Il2CppFakeBox<int32_t> L_2(GotoExpressionKind_tEFFA4D1B24E2D422A1FF7BC5D0E686A6B05A8948_il2cpp_TypeInfo_var, (&V_0));
String_t* L_3;
L_3 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_2), NULL);
String_t* L_4;
L_4 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_3, NULL);
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, L_4, 1, NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_5 = ___node0;
NullCheck(L_5);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_6;
L_6 = GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline(L_5, NULL);
String_t* L_7;
L_7 = DebugViewWriter_GetLabelTargetName_m250811DE1D137409C9972FD5C6D63542894A7416(__this, L_6, NULL);
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, L_7, 1, NULL);
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, 1, NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_8 = ___node0;
NullCheck(L_8);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_8, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_9);
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 1, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_11 = ___node0;
return L_11;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitLoop(System.Linq.Expressions.LoopExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitLoop_m1A050FE93B459A67CBAB01A0FCBD45A8D93D8B59 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42A87FFF589A0835183039A4BC7203D0C46D2630);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9C01FAA32563B3A4511B60C44F58E316D631375);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteral42A87FFF589A0835183039A4BC7203D0C46D2630, 1, NULL);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = ___node0;
NullCheck(L_0);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline(L_0, NULL);
if (!L_1)
{
goto IL_0020;
}
}
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_2 = ___node0;
NullCheck(L_2);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3;
L_3 = LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline(L_2, NULL);
DebugViewWriter_DumpLabel_m60BCCDB7288ECE5BFE556EB6D85316A9EDEE2F50(__this, L_3, NULL);
}
IL_0020:
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteralD9C01FAA32563B3A4511B60C44F58E316D631375, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_4 = ___node0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline(L_4, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_5);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 2, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_7 = ___node0;
NullCheck(L_7);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_8;
L_8 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(L_7, NULL);
if (!L_8)
{
goto IL_0071;
}
}
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, 2, NULL);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_9 = ___node0;
NullCheck(L_9);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_10;
L_10 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(L_9, NULL);
DebugViewWriter_DumpLabel_m60BCCDB7288ECE5BFE556EB6D85316A9EDEE2F50(__this, L_10, NULL);
}
IL_0071:
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_11 = ___node0;
return L_11;
}
}
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.DebugViewWriter::VisitCatchBlock(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* DebugViewWriter_VisitCatchBlock_m0C13A985FA0C703310AEE8326B8818086597ADA2 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00E9897E82CB9104A446139FF85E30363018BF47);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FB074256F73518DD30BDC7C5D64E3FE9B968C5B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral915C4845A3FBB955AD2131CC79F1E5C6CAAA61BA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___node0;
NullCheck(L_0);
Type_t* L_1;
L_1 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(L_0, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
String_t* L_3;
L_3 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral00E9897E82CB9104A446139FF85E30363018BF47, L_2, NULL);
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 2, L_3, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_4 = ___node0;
NullCheck(L_4);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
L_5 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_4, NULL);
if (!L_5)
{
goto IL_003d;
}
}
{
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 1, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_6 = ___node0;
NullCheck(L_6);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7;
L_7 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_6, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(21 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitParameter(System.Linq.Expressions.ParameterExpression) */, __this, L_7);
}
IL_003d:
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_9 = ___node0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_9, NULL);
if (!L_10)
{
goto IL_0062;
}
}
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteral1FB074256F73518DD30BDC7C5D64E3FE9B968C5B, ((int32_t)32768), NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_11 = ___node0;
NullCheck(L_11);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12;
L_12 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_11, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_12);
}
IL_0062:
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteral915C4845A3FBB955AD2131CC79F1E5C6CAAA61BA, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_14 = ___node0;
NullCheck(L_14);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15;
L_15 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_14, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16;
L_16 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_15);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_17 = ___node0;
return L_17;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitTry(System.Linq.Expressions.TryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitTry_m641876B966A1EC849FAA11F86095A4776EC3A261 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C364248D0FB6680432244BD89D98FACDEC0A3CF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0518AB2EF5B4570B2185DA60748D6B82A5316BD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCB7A1B10C2ECB10CDB68FD9350050A2BEC5DE69);
s_Il2CppMethodInitialized = true;
}
{
DebugViewWriter_Out_mDF85CA38ABF60A7EE3853A409B6391E0AF26168C(__this, _stringLiteralBCB7A1B10C2ECB10CDB68FD9350050A2BEC5DE69, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_3 = ___node0;
NullCheck(L_3);
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_4;
L_4 = TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline(L_3, NULL);
Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9* L_5 = (Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9*)il2cpp_codegen_object_new(Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9_il2cpp_TypeInfo_var);
NullCheck(L_5);
Func_2__ctor_mF1992B9EFDD98FDE00952A835D1DEA9F52D0356B(L_5, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 22)), NULL);
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_6;
L_6 = ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA(L_4, L_5, ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA_RuntimeMethod_var);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_7 = ___node0;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(L_7, NULL);
if (!L_8)
{
goto IL_006e;
}
}
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 2, _stringLiteralB0518AB2EF5B4570B2185DA60748D6B82A5316BD, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_9 = ___node0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(L_9, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_10);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
goto IL_009c;
}
IL_006e:
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_12 = ___node0;
NullCheck(L_12);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline(L_12, NULL);
if (!L_13)
{
goto IL_009c;
}
}
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 2, _stringLiteral6C364248D0FB6680432244BD89D98FACDEC0A3CF, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_14 = ___node0;
NullCheck(L_14);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15;
L_15 = TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline(L_14, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16;
L_16 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_15);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
}
IL_009c:
{
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 2, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_17 = ___node0;
return L_17;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitIndex(System.Linq.Expressions.IndexExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitIndex_m0BF26AD4E0D00957CD35FA18F6ACFCF4DC4F6762 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = ___node0;
NullCheck(L_0);
PropertyInfo_t* L_1;
L_1 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_0, NULL);
bool L_2;
L_2 = PropertyInfo_op_Inequality_m5DA1C329CB63868255C466876EC2452B40E418A9(L_1, (PropertyInfo_t*)NULL, NULL);
if (!L_2)
{
goto IL_0023;
}
}
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_3 = ___node0;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_4 = ___node0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_4, NULL);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_6 = ___node0;
NullCheck(L_6);
PropertyInfo_t* L_7;
L_7 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_6, NULL);
DebugViewWriter_OutMember_m804C9101F1780C25B6C9A8DACD20A4D2F4C4E9B2(__this, L_3, L_5, L_7, NULL);
goto IL_0030;
}
IL_0023:
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_8 = ___node0;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_9 = ___node0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_9, NULL);
DebugViewWriter_ParenthesizedVisit_m93D9BF5A3C140675A2D516302FA47D9ACFF1D9E3(__this, L_8, L_10, NULL);
}
IL_0030:
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_11 = ___node0;
NullCheck(L_11);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_12;
L_12 = IndexExpression_get_Arguments_m02310E9FE7DEEDF2ACA2BBCBC8696F0AEE2169A5(L_11, NULL);
DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D(__this, ((int32_t)91), L_12, DebugViewWriter_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mBC5172796C74C5E77EAE1777F10898D31F85C97D_RuntimeMethod_var);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_13 = ___node0;
return L_13;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DebugViewWriter::VisitExtension(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DebugViewWriter_VisitExtension_mEBBED9DCECCED1EA1DC2DC5EE1B25341E005C3AA (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, 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*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC93C892AC84C59C4074BE475E02FB780CBA8DA7A);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___node0;
NullCheck(L_1);
Type_t* L_2;
L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
String_t* L_4;
L_4 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_0, _stringLiteralC93C892AC84C59C4074BE475E02FB780CBA8DA7A, L_3, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_4, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___node0;
NullCheck(L_5);
bool L_6;
L_6 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, L_5);
if (!L_6)
{
goto IL_005a;
}
}
{
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 1, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7 = ___node0;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(7 /* System.Linq.Expressions.Expression System.Linq.Expressions.Expression::Reduce() */, L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_8);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 2, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
}
IL_005a:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = ___node0;
return L_10;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::DumpLabel(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_DumpLabel_m60BCCDB7288ECE5BFE556EB6D85316A9EDEE2F50 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, 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*)&_stringLiteralCA22923B8B1C884BC388D8907734066276756427);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1 = ___target0;
String_t* L_2;
L_2 = DebugViewWriter_GetLabelTargetName_m250811DE1D137409C9972FD5C6D63542894A7416(__this, L_1, NULL);
String_t* L_3;
L_3 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_0, _stringLiteralCA22923B8B1C884BC388D8907734066276756427, L_2, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_3, NULL);
return;
}
}
// System.String System.Linq.Expressions.DebugViewWriter::GetLabelTargetName(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetLabelTargetName_m250811DE1D137409C9972FD5C6D63542894A7416 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFBF35C0C0E90AEC0B7E6ED0DEE643FABC0AB1E);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___target0;
NullCheck(L_0);
String_t* L_1;
L_1 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_0, NULL);
bool L_2;
L_2 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_1, NULL);
if (!L_2)
{
goto IL_0027;
}
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3 = ___target0;
int32_t L_4;
L_4 = DebugViewWriter_GetLabelTargetId_mF231C63E15C7BFC4CE9B95B0B856993B510F7E03(__this, L_3, NULL);
V_0 = L_4;
String_t* L_5;
L_5 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral9AFBF35C0C0E90AEC0B7E6ED0DEE643FABC0AB1E, L_5, NULL);
return L_6;
}
IL_0027:
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_7 = ___target0;
NullCheck(L_7);
String_t* L_8;
L_8 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_7, NULL);
String_t* L_9;
L_9 = DebugViewWriter_GetDisplayName_mFEBFBD79673504497C80FB1626A068CB2C6CA869(L_8, NULL);
return L_9;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::WriteLambda(System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_WriteLambda_mA319115AC57D05C6B2A875F88F71DD6AC98A27B2 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___lambda0, 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*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B59544A1CA2EADF2F0066331B1D81882C0056C0);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_1 = ___lambda0;
String_t* L_2;
L_2 = DebugViewWriter_GetLambdaName_m080552587E1A86C78B612178334641B12CDA57D4(__this, L_1, NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_3 = ___lambda0;
NullCheck(L_3);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_3);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
String_t* L_6;
L_6 = String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF(L_0, _stringLiteral9B59544A1CA2EADF2F0066331B1D81882C0056C0, L_2, L_5, NULL);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_6, NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_7 = ___lambda0;
NullCheck(L_7);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_8;
L_8 = LambdaExpression_get_Parameters_m60512B6B3670A57CD4789335522EB4CAEF59A05F(L_7, NULL);
DebugViewWriter_VisitDeclarations_m667EF88D9F3B2A3D04E04933E3B5E77E80A7144A(__this, L_8, NULL);
DebugViewWriter_Out_m5C225831A3A1ABF3C48F2CED090D66B25B9411D8(__this, 1, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, 2, NULL);
DebugViewWriter_Indent_mEAAF7F8119D723B4363486B39EC5EFF8357CA3C3(__this, NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_9 = ___lambda0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline(L_9, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_10);
DebugViewWriter_Dedent_m32EEF64C20FEF360759C16BB3440A0F9E9E5A62C(__this, NULL);
DebugViewWriter_Out_m059DB7930ACD59E21849BA341D4D251F4BE6FD8F(__this, 2, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
return;
}
}
// System.String System.Linq.Expressions.DebugViewWriter::GetLambdaName(System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetLambdaName_m080552587E1A86C78B612178334641B12CDA57D4 (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___lambda0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA87EDB7D2DFF313D705623D88378110F080221A9);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = ___lambda0;
NullCheck(L_0);
String_t* L_1;
L_1 = LambdaExpression_get_Name_mC099AAE16A8765B43A0D835C6AB33DFA80D4F878(L_0, NULL);
bool L_2;
L_2 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_1, NULL);
if (!L_2)
{
goto IL_0027;
}
}
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_3 = ___lambda0;
int32_t L_4;
L_4 = DebugViewWriter_GetLambdaId_mECC1286C8EECCB4D771239797B5E678DA5F506B1(__this, L_3, NULL);
V_0 = L_4;
String_t* L_5;
L_5 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralA87EDB7D2DFF313D705623D88378110F080221A9, L_5, NULL);
return L_6;
}
IL_0027:
{
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_7 = ___lambda0;
NullCheck(L_7);
String_t* L_8;
L_8 = LambdaExpression_get_Name_mC099AAE16A8765B43A0D835C6AB33DFA80D4F878(L_7, NULL);
String_t* L_9;
L_9 = DebugViewWriter_GetDisplayName_mFEBFBD79673504497C80FB1626A068CB2C6CA869(L_8, NULL);
return L_9;
}
}
// System.Boolean System.Linq.Expressions.DebugViewWriter::ContainsWhiteSpace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugViewWriter_ContainsWhiteSpace_m3330A94BC091726034C39C4FD23D61DC2BFFC467 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
String_t* L_0 = ___name0;
V_0 = L_0;
V_1 = 0;
goto IL_001a;
}
IL_0006:
{
String_t* L_1 = V_0;
int32_t L_2 = V_1;
NullCheck(L_1);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_3, NULL);
if (!L_4)
{
goto IL_0016;
}
}
{
return (bool)1;
}
IL_0016:
{
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_001a:
{
int32_t L_6 = V_1;
String_t* L_7 = V_0;
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_0006;
}
}
{
return (bool)0;
}
}
// System.String System.Linq.Expressions.DebugViewWriter::QuoteName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_QuoteName_mC5F9A9FF44E2D002A34D3DEC1113D94D3E527699 (String_t* ___name0, 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*)&_stringLiteral63A81BF09BF6D663EE7A4CA8E2BF41ACB795C4BF);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
String_t* L_1 = ___name0;
String_t* L_2;
L_2 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_0, _stringLiteral63A81BF09BF6D663EE7A4CA8E2BF41ACB795C4BF, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.DebugViewWriter::GetDisplayName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewWriter_GetDisplayName_mFEBFBD79673504497C80FB1626A068CB2C6CA869 (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
bool L_1;
L_1 = DebugViewWriter_ContainsWhiteSpace_m3330A94BC091726034C39C4FD23D61DC2BFFC467(L_0, NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___name0;
String_t* L_3;
L_3 = DebugViewWriter_QuoteName_mC5F9A9FF44E2D002A34D3DEC1113D94D3E527699(L_2, NULL);
return L_3;
}
IL_000f:
{
String_t* L_4 = ___name0;
return L_4;
}
}
// System.Void System.Linq.Expressions.DebugViewWriter::<VisitDeclarations>b__38_0(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewWriter_U3CVisitDeclarationsU3Eb__38_0_m638E405BD92F9E070928D5E8253C862CB0368A0F (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E);
s_Il2CppMethodInitialized = true;
}
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___variable0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, L_2, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_3 = ___variable0;
NullCheck(L_3);
bool L_4;
L_4 = ParameterExpression_get_IsByRef_m01BDD008CE1E89DE90DA5D35E951949CC665FE1C(L_3, NULL);
if (!L_4)
{
goto IL_0024;
}
}
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, NULL);
}
IL_0024:
{
DebugViewWriter_Out_m015226FD79DC9842D02C8E6C2C9DD03E134D9A18(__this, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5 = ___variable0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(21 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitParameter(System.Linq.Expressions.ParameterExpression) */, __this, L_5);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.DefaultExpression::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultExpression__ctor_m87A874B80A9C28B9C38435F8D98291EAAFCE85F3 (DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* __this, Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Type_t* L_0 = ___type0;
__this->___U3CTypeU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Type System.Linq.Expressions.DefaultExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DefaultExpression_get_Type_mD0F5F71D0E4E687FD54E03BA1F0C99EBB2123263 (DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.DefaultExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultExpression_get_NodeType_m85691156C9CC224DCCCA23403504394E2634CDB7 (DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)51));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.DefaultExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DefaultExpression_Accept_m43689069CBC235CDF2BDFD986B989C0F57A2722E (DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* >::Invoke(9 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitDefault(System.Linq.Expressions.DefaultExpression) */, L_0, __this);
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.Reflection.MethodInfo System.Linq.Expressions.ElementInit::get_AddMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ElementInit_get_AddMethod_m945B6063B96E13B436BFA6ACF9DECE5B126980C4 (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CAddMethodU3Ek__BackingField_0;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ElementInit::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85 (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CArgumentsU3Ek__BackingField_1;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ElementInit::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ElementInit_GetArgument_mEB0A82EF48B2ADEBD7A201C0C24770CE0C31A837 (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0;
L_0 = ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85_inline(__this, NULL);
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502(L_0, L_1, ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.ElementInit::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElementInit_get_ArgumentCount_mADEE413AF4982F1A0A615B28CFB52822D47DD349 (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0;
L_0 = ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F(L_0, ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var);
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.Exception System.Linq.Expressions.Error::ReducibleMustOverrideReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ReducibleMustOverrideReduce_mAE953AD8ADD06F437B185711006477EE2A301227 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ReducibleMustOverrideReduce_mDF44E2F816FE2856D93ECEA37C58A40AD50AFE74(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::InvalidMetaObjectCreated(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidMetaObjectCreated_m954ECF516002F23605EC4EA0D3F1728B7B8A0AE6 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_InvalidMetaObjectCreated_mCBEFEEBA1EC6E6DFBB36607B5D523E177E83B628(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::AmbiguousMatchInExpandoObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AmbiguousMatchInExpandoObject_mAB08E8DF606D05D4C447BC5A7E8ED110CF108B18 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_AmbiguousMatchInExpandoObject_mEBEB1ACA7F2FD1AA3D9B9FF9CB19CEE0B7C2D5F2(L_0, NULL);
AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E* L_2 = (AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E*)il2cpp_codegen_object_new(AmbiguousMatchException_t74F105B42C618E39EEE32A52E79C24044604E70E_il2cpp_TypeInfo_var);
NullCheck(L_2);
AmbiguousMatchException__ctor_m626D7A373A51DC634778AEECB96ACAA06058006D(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::SameKeyExistsInExpando(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_SameKeyExistsInExpando_m8B0803EE6C1ACC976815257286BAF736025C8FB9 (RuntimeObject* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___key0;
String_t* L_1;
L_1 = Strings_SameKeyExistsInExpando_mF287FD45A43643E44A7970B648CB091A930923C9(L_0, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_1, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::KeyDoesNotExistInExpando(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_KeyDoesNotExistInExpando_mC05020BCFEF66EDBD04815C8D3508BDE2D2EABBF (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_KeyDoesNotExistInExpando_mC1CDED2EB254E8389F63DCE18FEF30A3ACDE668A(L_0, NULL);
KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* L_2 = (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E*)il2cpp_codegen_object_new(KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var);
NullCheck(L_2);
KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::CollectionModifiedWhileEnumerating()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CollectionModifiedWhileEnumerating_m1A1FB98F2FBBAA6132BA4506A8DA39C22B432489 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_CollectionModifiedWhileEnumerating_mF2B26F7C9901EDCB9EB77AB8922FABC611E01321(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::CollectionReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CollectionReadOnly_m37D037EDBAE23114C525CF3E7934717492A195B2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_CollectionReadOnly_m266ADDB758E58C8D7B744E6DDE36E4DF7F5B6252(NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var);
NullCheck(L_1);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::MustReduceToDifferent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MustReduceToDifferent_m3E5B1637A6C2827AA29495B962E28F06632F755A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_MustReduceToDifferent_mE86F5CB113CA3D26502D71ACAC555ECE68C2C9B9(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::BinderNotCompatibleWithCallSite(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BinderNotCompatibleWithCallSite_m1C0FAB12F60C546CFBD2FBB864232532D2F8D3ED (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_BinderNotCompatibleWithCallSite_m98B5CD979242CCC31AB4804F60BB65E2FDCA6B43(L_0, L_1, L_2, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_4);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::DynamicBindingNeedsRestrictions(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DynamicBindingNeedsRestrictions_mD16795A0D3C0B9F024C1DDDB46B6957CBAD2E8DE (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_DynamicBindingNeedsRestrictions_mF514E2BD23BC724AEE0DB182C1A6C1C9FDE5294C(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::DynamicObjectResultNotAssignable(System.Object,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DynamicObjectResultNotAssignable_m890A94B6F644EA8D31C4EECDF43414ECEB90C5B1 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, RuntimeObject* ___p33, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
RuntimeObject* L_3 = ___p33;
String_t* L_4;
L_4 = Strings_DynamicObjectResultNotAssignable_m7DEF45A2092C7DA0FEDCFB825FBC752A7540A3D3(L_0, L_1, L_2, L_3, NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_5 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
NullCheck(L_5);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_5, L_4, NULL);
return L_5;
}
}
// System.Exception System.Linq.Expressions.Error::DynamicBinderResultNotAssignable(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DynamicBinderResultNotAssignable_m7E9CE902322A95F8EE439F1A3C30084CFD4D565C (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_DynamicBinderResultNotAssignable_mFFE34DEC899E78070EF7A9396CB4E6192C126AE0(L_0, L_1, L_2, NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_4 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
NullCheck(L_4);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::BindingCannotBeNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BindingCannotBeNull_mB87119D8E0E9F5AC31CFC9D373EEC9DBCB9ED221 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_BindingCannotBeNull_m0077463B063E6561306764AC671ED163B0F7856C(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::ReducedNotCompatible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ReducedNotCompatible_mE8F7E6585B3E0B5DAF399DF42E2315F05ED79CFD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ReducedNotCompatible_mE6431AECFDF31F8F031984605CC6EB3D852CDDF4(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::SetterHasNoParams(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_SetterHasNoParams_m70D96B2F4BBF138AA5814D6ED442EA8E690031B0 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_SetterHasNoParams_mE1B4C60C0A4A2BD55AF00942378114A6CE1114D2(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::PropertyCannotHaveRefType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_PropertyCannotHaveRefType_m6C278E77A9DD485EFAD0A8114019C8A51D3DF0C7 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_PropertyCannotHaveRefType_mBC8EE01B3E9679D998959254B79C35B4FB551FF0(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::IndexesOfSetGetMustMatch(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_IndexesOfSetGetMustMatch_mCE3596DB935AC5D07AB812F17C24E5BFEAA705BC (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_IndexesOfSetGetMustMatch_mEED78AE8E634848181A12133CB96637425AE8527(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::TypeParameterIsNotDelegate(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeParameterIsNotDelegate_mE9C7651BA6142943BCE0A9EE5D18DCD55F87D611 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_TypeParameterIsNotDelegate_mDE77D6656524527C8ABC954B3B80EA9A983B0243(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::FirstArgumentMustBeCallSite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_FirstArgumentMustBeCallSite_m98F556DDC2ACF90030098D33E37F85101331353C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_FirstArgumentMustBeCallSite_mE6B51058008BBF7E7722F7B42CCF013CF1DF0A01(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::AccessorsCannotHaveVarArgs(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AccessorsCannotHaveVarArgs_mECD93A8B3D834053C9D81B07338DAE720E4641E5 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_AccessorsCannotHaveVarArgs_m84C0FFB7D46608A91666FFE4EC12B047432F4834(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::AccessorsCannotHaveByRefArgs(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AccessorsCannotHaveByRefArgs_mEDF31EAEA419D3AE4A93531D627389173A64F244 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_AccessorsCannotHaveByRefArgs_m80225777F44C8F27C702CCD48703F646ED9AC8D6(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::AccessorsCannotHaveByRefArgs(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AccessorsCannotHaveByRefArgs_m1C0B249CD7B6332936E3D37B39259FADD394DBD1 (String_t* ___paramName0, int32_t ___index1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___paramName0;
int32_t L_1 = ___index1;
String_t* L_2;
L_2 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_0, L_1, NULL);
Exception_t* L_3;
L_3 = Error_AccessorsCannotHaveByRefArgs_mEDF31EAEA419D3AE4A93531D627389173A64F244(L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::TypeMustBeDerivedFromSystemDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeMustBeDerivedFromSystemDelegate_m8E8A977F6523C9FE75AD95C07FE311AA80337BE0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_TypeMustBeDerivedFromSystemDelegate_mDFF955D438D6C86E16C754875C6C505E6F6931D7(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::NoOrInvalidRuleProduced()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_NoOrInvalidRuleProduced_mF6764235714F1466422237060B8DC1AE01AE332E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_NoOrInvalidRuleProduced_m027D27B7652B23D6D5C3A23313C4A921301962AF(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::BoundsCannotBeLessThanOne(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BoundsCannotBeLessThanOne_m8727F0E3C1937DB17FFDE7C5847D08EB0952482A (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_BoundsCannotBeLessThanOne_m250D8DA54E663524C2AAA09792F1053865E82A58(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::TypeMustNotBeByRef(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeMustNotBeByRef_m1FE93B99121439FA67551439844DBFAD5D5F51AA (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_TypeMustNotBeByRef_m4BE5BB8A7B3F754DEECEB1AD95FD0991F4DABF17(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::TypeMustNotBePointer(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeMustNotBePointer_mF1BBBBC09AAD64C06947B3A353192F3567FF894D (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_TypeMustNotBePointer_m30ADF926EA2A295A016405D70D8548B594D8FF34(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::SetterMustBeVoid(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_SetterMustBeVoid_m89ACE93D5A17C862435F0EA773DFF1B863C0F1B4 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_SetterMustBeVoid_m55B395A59481FEC0A29E6335E80442DE5357A281(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::PropertyTypeMustMatchGetter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_PropertyTypeMustMatchGetter_m04BFAA321D665A3C86BBB6B6FC5AF456E36B2822 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_PropertyTypeMustMatchGetter_m2E7C8CBC87C2D586ABF33150968C773E6C51D6BD(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::PropertyTypeMustMatchSetter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_PropertyTypeMustMatchSetter_m3015303EDFA26CC4F6D72B866EE352CFFD0997FB (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_PropertyTypeMustMatchSetter_m629D6ED9A281CCD3C062849144494330A697CB85(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::BothAccessorsMustBeStatic(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BothAccessorsMustBeStatic_m0998532F0C06000F4BD05F4540970241ED965D34 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_BothAccessorsMustBeStatic_m67A53BB9D55F344D1FA3254390F2B87AC0DB9D30(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::OnlyStaticFieldsHaveNullInstance(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_OnlyStaticFieldsHaveNullInstance_m425903BCD2DB1B122EFBD69057354E46ABAD9EFC (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_OnlyStaticFieldsHaveNullInstance_mE354917B076FBE8F4C69B847F5CDA7DFA7618917(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::OnlyStaticPropertiesHaveNullInstance(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_OnlyStaticPropertiesHaveNullInstance_mA8193CE51B4982DAD1D76BD208B65A1AF1F815C2 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_OnlyStaticPropertiesHaveNullInstance_mE6ADDA02F77DDF90B972B8875878BF768D08FF4B(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::OnlyStaticMethodsHaveNullInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_OnlyStaticMethodsHaveNullInstance_mCE6203750E61D91CB4CC1B9F7B8EDB4AC238C217 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_OnlyStaticMethodsHaveNullInstance_m886E23DC376C5FBE2AD5F09199F5804C6D8FB01C(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::PropertyTypeCannotBeVoid(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_PropertyTypeCannotBeVoid_mE217D149FB51E9DA62919581D517C216211B449C (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_PropertyTypeCannotBeVoid_m414FACFC93C0A8DAE1E3D96E4B7C7CDAFFB2BC8E(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::InvalidUnboxType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidUnboxType_mCC46398B9C4789BF0B44803B2DC1FAFE4745C271 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_InvalidUnboxType_mE57AC45AA73F2EC7F514E853D50640CCC6DC50D5(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionMustBeWriteable(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionMustBeWriteable_mBA7F0EC65E1135EB217DFBC32D680BE281AE62CD (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ExpressionMustBeWriteable_m49CD8EE9782FCF824CF792F0A138DDDB1172217C(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentMustNotHaveValueType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustNotHaveValueType_mA9ACFA98F7885FE0A7F7DA7513E4143763C19408 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentMustNotHaveValueType_m660C933203B1D1CE9C1DEA8B405B776E31FFDA79(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::MustBeReducible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MustBeReducible_m922FE30AD92EE0EBD91A8AFF6CE502A7F7B7D17B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_MustBeReducible_mEBFD4B186450845FD29F3A0356F41223DA12DF03(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::LabelMustBeVoidOrHaveExpression(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LabelMustBeVoidOrHaveExpression_m3C42EE00BBAA8125AE21DE6B2230D0F036C5A118 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_LabelMustBeVoidOrHaveExpression_m50FF00BFF03D7F38B4D91318A51A4C75725D3A63(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::LabelTypeMustBeVoid(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LabelTypeMustBeVoid_mD8DDC881BE5354067EB531792CF85AE6E7A264CF (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_LabelTypeMustBeVoid_m3C79174A66D0F34F6A56CF1EEE6D6E50F2CFEE36(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::QuotedExpressionMustBeLambda(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_QuotedExpressionMustBeLambda_m856D3D2CD7F5E8B5C26F3102C3FA1F42ED3C590B (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_QuotedExpressionMustBeLambda_m1697E138B4C7A2DAEFD503F8C0CA35D619D94721(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::VariableMustNotBeByRef(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_VariableMustNotBeByRef_mA1B0E592B75885D67A4BDBED87E17D3E60A0C7AE (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_VariableMustNotBeByRef_m42A37DFB54257F52CB92EA33F597A99B4CB539D3(L_0, L_1, NULL);
String_t* L_3 = ___paramName2;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_2, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::VariableMustNotBeByRef(System.Object,System.Object,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_VariableMustNotBeByRef_mA9D28DD0148CF191906DF4E704C13FCDFAFE4087 (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, int32_t ___index3, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2 = ___paramName2;
int32_t L_3 = ___index3;
String_t* L_4;
L_4 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_2, L_3, NULL);
Exception_t* L_5;
L_5 = Error_VariableMustNotBeByRef_mA1B0E592B75885D67A4BDBED87E17D3E60A0C7AE(L_0, L_1, L_4, NULL);
return L_5;
}
}
// System.Exception System.Linq.Expressions.Error::DuplicateVariable(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DuplicateVariable_m94E3BCB071229161699E4D9AB68D18366544353F (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_DuplicateVariable_m43F5EFDE0641D8DDFAE4E75E586A7D18725199C5(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::DuplicateVariable(System.Object,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DuplicateVariable_mC7A601619DFF8714D69E6D7C6755124D300AF39D (RuntimeObject* ___p00, String_t* ___paramName1, int32_t ___index2, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___p00;
String_t* L_1 = ___paramName1;
int32_t L_2 = ___index2;
String_t* L_3;
L_3 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_1, L_2, NULL);
Exception_t* L_4;
L_4 = Error_DuplicateVariable_m94E3BCB071229161699E4D9AB68D18366544353F(L_0, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::FaultCannotHaveCatchOrFinally(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_FaultCannotHaveCatchOrFinally_m7CF2C5DABEF35D3F081CF4F664FEE573CFB59AE3 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_FaultCannotHaveCatchOrFinally_mC816DE620FA83DF34A25F55204A9C1D3883F4D18(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::TryMustHaveCatchFinallyOrFault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TryMustHaveCatchFinallyOrFault_m4569CCFB22736966925F3459FB9569D21FE201C3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_TryMustHaveCatchFinallyOrFault_m6483F7F214F68BA7134C627B440A56E471D809FA(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::BodyOfCatchMustHaveSameTypeAsBodyOfTry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BodyOfCatchMustHaveSameTypeAsBodyOfTry_mF98B953820F4834EC5CE6FF1AF1B01B50D72F222 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_BodyOfCatchMustHaveSameTypeAsBodyOfTry_mC35B1E17936A88F24A3FB1351C3BFD21070B818D(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::ExtensionNodeMustOverrideProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExtensionNodeMustOverrideProperty_mA12643E892AFF26852C56E3A90AA18A118004E81 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_ExtensionNodeMustOverrideProperty_m269496080796A674182EC91C1085ECBCDDADA8C9(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::UserDefinedOperatorMustBeStatic(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_UserDefinedOperatorMustBeStatic_m21379E9B7A17ECD0A5741C41249489E0FFA3E686 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_UserDefinedOperatorMustBeStatic_m47770157AD3EE4E60885E5A870B0734156C3328D(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::UserDefinedOperatorMustNotBeVoid(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_UserDefinedOperatorMustNotBeVoid_mAB2FE62EF39DA77A66A30F0150937365A75B90E9 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_UserDefinedOperatorMustNotBeVoid_m087098309939A6D3560414E273CDCC6159238347(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::CoercionOperatorNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CoercionOperatorNotDefined_m836F98E82C3E8F52D6542BEDE3DD4E4324746281 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_CoercionOperatorNotDefined_m81A1FECDFE46E0A9CB504CFCA7C68FF01C06E120(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::UnaryOperatorNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_UnaryOperatorNotDefined_m6BA28B68B1D4D5AE0BD14F832897695449F318AB (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_UnaryOperatorNotDefined_m75F7292AD07D84C1FB2126D85EAED29989C3DA17(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::BinaryOperatorNotDefined(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BinaryOperatorNotDefined_m96D53E0E4BCFD690799244450D89BC939165DA1D (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_BinaryOperatorNotDefined_m19BE67CD68B97BCB573F1F27B99C841C8550CB5D(L_0, L_1, L_2, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_4);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::ReferenceEqualityNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ReferenceEqualityNotDefined_m24E09588321CB8A11423394079D81D9AD2414D31 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ReferenceEqualityNotDefined_m03F3B0985C63CFEF12DF1E796FC9FB5AD3CD6055(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::OperandTypesDoNotMatchParameters(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_OperandTypesDoNotMatchParameters_m453C1DAEDC8E1ECD33153BF38CA827D76FA55665 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_OperandTypesDoNotMatchParameters_mD00787305A346763031A9692B5AD5D1FD51C2F09(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::OverloadOperatorTypeDoesNotMatchConversionType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_OverloadOperatorTypeDoesNotMatchConversionType_mD4A0DA22EF2B5AA2E8C76D54C5D61CCBFF52DF92 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_OverloadOperatorTypeDoesNotMatchConversionType_m44C5D28AA8987BB7121133FC8BF2DB61E8F8A587(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ConversionIsNotSupportedForArithmeticTypes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ConversionIsNotSupportedForArithmeticTypes_mFC1A2D59EA1585A4A742E0CCEB8E981288547080 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ConversionIsNotSupportedForArithmeticTypes_mFCA28216A6E1E5C39B9397A1C2163F1C423ED5E6(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentMustBeArray(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustBeArray_m662AA31D27C29BF766A533005A63AD02303CDC1E (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentMustBeArray_m715912E90E65F03A5F78120D5B835A01D8EEA9AD(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentMustBeBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustBeBoolean_m59080C0348A64CF81B2C6436C3DB87C96CBA4E4C (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentMustBeBoolean_m7E1255CF46DCC5CE9A16F55C9AB70FC776AF1D94(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentMustBeInteger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustBeInteger_m3920153908BD850A0C14ECD23684AA56F93A104F (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentMustBeInteger_m3A32C0FF0830A125A4532EB28C856B898A2BFAA8(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentMustBeInteger(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustBeInteger_mA697D8F9157D79931FAE06F7087A0256CD50BCA2 (String_t* ___paramName0, int32_t ___index1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___paramName0;
int32_t L_1 = ___index1;
String_t* L_2;
L_2 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_0, L_1, NULL);
Exception_t* L_3;
L_3 = Error_ArgumentMustBeInteger_m3920153908BD850A0C14ECD23684AA56F93A104F(L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentMustBeArrayIndexType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustBeArrayIndexType_m4015E84A4E9400105F824E75D6F32D60D89E0CDC (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentMustBeArrayIndexType_m64A3E1469E2EA6C0881CD7F6A0568444A05EEEA8(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentMustBeSingleDimensionalArrayType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentMustBeSingleDimensionalArrayType_m43B8AAD4D5DD0E1B3050EFDDFC8C92F1E72188D6 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentMustBeSingleDimensionalArrayType_m43284DF53CFF124929A6458915AFFB3E9DF6FA99(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentTypesMustMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentTypesMustMatch_m40FF259EB73401538A63BEFB00773AEF8FDCFE74 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentTypesMustMatch_m85AACB9FD1AECF82B173C340F4A0BB71FDB02D6E(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::CannotAutoInitializeValueTypeMemberThroughProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CannotAutoInitializeValueTypeMemberThroughProperty_m2CE9A9DC281A74E2134A673870269F3CB9124BAC (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_CannotAutoInitializeValueTypeMemberThroughProperty_mC922B5875B10FC3F7688807C4BEFF22D4B55D6A3(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::IncorrectTypeForTypeAs(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_IncorrectTypeForTypeAs_m2E0C0C5949A59EDB9A2981D82E581286E01945D9 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_IncorrectTypeForTypeAs_m55A678CF8697CC0DB6BBEFC49A42D221DEC28A6B(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::CoalesceUsedOnNonNullType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CoalesceUsedOnNonNullType_mC104C0B578F6F022D5E3A0FE6690DC21FA8571BA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_CoalesceUsedOnNonNullType_mEA671CBA5D7200EF3380E564758C5CD8343ACABF(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeCannotInitializeArrayType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeCannotInitializeArrayType_m1B1A122EE8B1A0CB96F07A1257584A2208FD4283 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ExpressionTypeCannotInitializeArrayType_mC998E074FABD3CC820B9ED3C3EA40CBEB06DE13C(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchReturn(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchReturn_m11277373E698B8AC2EFD67CE6CA962E0472BF9C4 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ExpressionTypeDoesNotMatchReturn_m0CBBE775C1A93E1097988E83F013ED20E1D1D38A(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchAssignment(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchAssignment_m193A9C566291D8146F5EF9D3F894023AC9308AE6 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ExpressionTypeDoesNotMatchAssignment_mCD5555239F7972A499F402E0E7E5032FCF2D1F1D(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchLabel(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchLabel_m2DB1F6C731C04A0E2F83C6469BAF126F10923F2C (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ExpressionTypeDoesNotMatchLabel_m6722EF7B1CC467E4B1491334872867080D0428D7(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeNotInvocable(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeNotInvocable_mA6FBACCF5C59A6064202CBF03A53C47905C74F71 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_ExpressionTypeNotInvocable_m67C7AEDF3CE6E154B3A3D502237FA79433FAC489(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::InstanceFieldNotDefinedForType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InstanceFieldNotDefinedForType_mED9856308E1005E9E0CE53194F9159F86CE293F7 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_InstanceFieldNotDefinedForType_mA4F7F65BD435CFF6DCC54DDC6E6FE33C6081E481(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::FieldInfoNotDefinedForType(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_FieldInfoNotDefinedForType_m4EDCFF9451D9A6A664CE7551525A8C9B1568B6ED (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_FieldInfoNotDefinedForType_m5F17AEA41B609951600568CA4E8043D45A9701C0(L_0, L_1, L_2, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::IncorrectNumberOfIndexes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_IncorrectNumberOfIndexes_mEFAB4405E51A695EBC850E40E70F3EA570E38709 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_IncorrectNumberOfIndexes_m43126316027CDBF9FEAFA4A2322014D1F3D38909(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::IncorrectNumberOfLambdaDeclarationParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_IncorrectNumberOfLambdaDeclarationParameters_mCC47AE21F962EA0231AF069653A038FAC51D383C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_IncorrectNumberOfLambdaDeclarationParameters_mBA80CAFA0FDD6783AE6C1DD1EC0AD19477CDC42C(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::LambdaTypeMustBeDerivedFromSystemDelegate(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LambdaTypeMustBeDerivedFromSystemDelegate_m51A8A27377CDF6234915E879F69223FFAC55FA63 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_LambdaTypeMustBeDerivedFromSystemDelegate_m872774884C41E58E593F77477A8A0E1696A04D08(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::MemberNotFieldOrProperty(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MemberNotFieldOrProperty_m56E85FF7A13BC83E85A9E4AEEB0FB5A263512A48 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_MemberNotFieldOrProperty_m2092968546E6B2BC8E2DB371BCD36FF6030C2A6C(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::MethodContainsGenericParameters(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MethodContainsGenericParameters_m2D41444B235B617AB23E7A2AF6252825AB790AEF (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_MethodContainsGenericParameters_m517E28BDD51B8EA8AAA56B9C0AD88D8D915AAE2E(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::MethodIsGeneric(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MethodIsGeneric_mAF1381CB346F86EE6EFC96CAE33B502B539E5EB0 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_MethodIsGeneric_m9B1C5A547AAF40A237D34A81212F447C6D765CB9(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::PropertyDoesNotHaveAccessor(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_PropertyDoesNotHaveAccessor_mBAA1A5AD12285D30C95A767737240F4250340CE7 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_PropertyDoesNotHaveAccessor_mA134F232C4A5A6C72FFA32B0B2F257F93E74BFC4(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ParameterExpressionNotValidAsDelegate(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ParameterExpressionNotValidAsDelegate_m42E6C6E8187C4DDBA7D65CBAC25F64CD34D37901 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ParameterExpressionNotValidAsDelegate_mA707D653F4EC766BFB92D6C736FC9A1A3F5211FC(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::PropertyNotDefinedForType(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_PropertyNotDefinedForType_mBCEEE98D1ED687894863470E056A1C86ACBEB72B (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_PropertyNotDefinedForType_mF8B4351111C69D72141ECA5600C52999219F4ABC(L_0, L_1, NULL);
String_t* L_3 = ___paramName2;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_2, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::InstancePropertyNotDefinedForType(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InstancePropertyNotDefinedForType_mC027597CFB52E6FC6691BDC0DEA9C33F5A085F4E (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_InstancePropertyNotDefinedForType_m3A35F8472518FB3EC364759A6CAD270D7EB86C7F(L_0, L_1, NULL);
String_t* L_3 = ___paramName2;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_2, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::InstanceAndMethodTypeMismatch(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InstanceAndMethodTypeMismatch_mA388EF047155DA267B296271B01DA052936B5B17 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_InstanceAndMethodTypeMismatch_m09A877E58800F047C4BE6E200D2420AD91A75558(L_0, L_1, L_2, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::UnhandledBinary(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_UnhandledBinary_m495E812E802D478C046604B5497864C24E10494D (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_UnhandledBinary_mBDEE6A0B15D544F2728722EFB39C4DA084E207AA(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::UnhandledUnary(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_UnhandledUnary_m8754E1861D03562E127DF69450B06C8FD188F5FB (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_UnhandledUnary_mD0296C3466623423AFA6A7BF707158B1C54CF246(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::UserDefinedOpMustHaveConsistentTypes(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_UserDefinedOpMustHaveConsistentTypes_m44D647502186E022410FE529567A4A49C8F5CDBE (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_UserDefinedOpMustHaveConsistentTypes_m568EDD9CCADFE08F0C6D7CE398F9755822BA48FF(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::UserDefinedOpMustHaveValidReturnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_UserDefinedOpMustHaveValidReturnType_m7FC5BE675E673EE0F7C1D32277D0E1318B54AD03 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_UserDefinedOpMustHaveValidReturnType_mF3546C91CD018488AAEE490416753BEEEB328BD3(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::LogicalOperatorMustHaveBooleanOperators(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LogicalOperatorMustHaveBooleanOperators_m4CF9F8F00F8AA2BE5E3EC8F3DA03FCFF63FF2289 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_LogicalOperatorMustHaveBooleanOperators_m9EC399FDE66D098647E2F1BCB03825FE5BC2E31C(L_0, L_1, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::MethodWithArgsDoesNotExistOnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MethodWithArgsDoesNotExistOnType_mAA9EB55174203825FB3EB849BF421AF4FFE52731 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_MethodWithArgsDoesNotExistOnType_mB069B222F564DC4F866CD71A4B4007C7B2464141(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::GenericMethodWithArgsDoesNotExistOnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_GenericMethodWithArgsDoesNotExistOnType_m6B014BFADDEB504F63E78599CBD57288AAE506FE (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_GenericMethodWithArgsDoesNotExistOnType_m4E641841640A070AB8B3A7F92111791FEE2196D3(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::MethodWithMoreThanOneMatch(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MethodWithMoreThanOneMatch_mFF016B8A84F4A7198A1D75D9D7C274AC5C957891 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_MethodWithMoreThanOneMatch_mF2AD51F0F54AE55F261732B6282296FFA8273AA0(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentCannotBeOfTypeVoid(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentCannotBeOfTypeVoid_mEBF17A549D4237E8F0405050C47126614506BB9D (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ArgumentCannotBeOfTypeVoid_m17D1009E0AE24EF4867001AE5CB28107118442EE(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::OutOfRange(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_OutOfRange_mE72E380698A93FF69C820B22FA283F4946BEDA44 (String_t* ___paramName0, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___paramName0;
String_t* L_1 = ___paramName0;
RuntimeObject* L_2 = ___p11;
String_t* L_3;
L_3 = Strings_OutOfRange_mF50D8AD791C321D51490A539C9909AA6816E0CC9(L_1, L_2, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_4, L_0, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::LabelTargetAlreadyDefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LabelTargetAlreadyDefined_m3607E2C86163FF99D050092DEBBBAC82E5D17629 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_LabelTargetAlreadyDefined_m3B8E0C163B04BD8E49B4CEA8EC723EB053A0099D(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::LabelTargetUndefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LabelTargetUndefined_m20DC057BB20ADE10C7F55B0612DBAB2E7DC21D5A (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_LabelTargetUndefined_m9C6FA0D131FADC65798F8502CC3174E141F463B4(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ControlCannotLeaveFinally()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotLeaveFinally_m6BD708C958008B43129AC8A73541D0E5F82F847B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ControlCannotLeaveFinally_mB2085E88CA4734EB3CBCC3225079C45BFF2ED886(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::ControlCannotLeaveFilterTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotLeaveFilterTest_m7439C5F3AA04ED844977566FB7B6C23630FA6F90 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ControlCannotLeaveFilterTest_mF8871AEB2C53657A3F128630191A592A8537DE21(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::AmbiguousJump(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AmbiguousJump_m8A22B933D061D2D012F3EF55F229009A0C2C9B64 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_AmbiguousJump_m17690F7680E0734A6C2FB3D6A8134349CE600F98(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ControlCannotEnterTry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotEnterTry_m7E35382C55EB0DD1445BEC54E944326C4919D0B8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ControlCannotEnterTry_m624E9C7E5EC84F355F0F6DF26D9462625D986D3D(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::ControlCannotEnterExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotEnterExpression_mE413A1E34476CFC05D6B83A40549697F52D17906 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ControlCannotEnterExpression_mBDB7356A269EA18D247EBEA89E39C331FA9CC9DC(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::NonLocalJumpWithValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_NonLocalJumpWithValue_m5CB633474BE81D2712FD92EF8F82CC1DEEF62A2E (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_NonLocalJumpWithValue_m6EA3258CC9BF75FC717EF93C144BB2B44D9EC73A(L_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::InvalidLvalue(System.Linq.Expressions.ExpressionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidLvalue_mC2AF2529C15158B9E2B64839D14A1CD81E054FBD (int32_t ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___p00;
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var, &L_1);
String_t* L_3;
L_3 = Strings_InvalidLvalue_mFFDEA1DAC77BB7EDBFA71F620B1E06421292CF73(L_2, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_4);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::RethrowRequiresCatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_RethrowRequiresCatch_mC14CE2DD4D8FBED906DD0AA97DB01FFE51E6D54A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_RethrowRequiresCatch_m72E2EBABDDB16227EE1620E21E616BAF5512BC9D(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::MustRewriteToSameNode(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MustRewriteToSameNode_mACA571109246D2B36EA21B2A1D9E77F791BEB261 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_MustRewriteToSameNode_m44116CABD3958828DCEDE8CB60BA3715A4D3168B(L_0, L_1, L_2, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_4);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::MustRewriteChildToSameType(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MustRewriteChildToSameType_m0E6BA7EB18DC0271EC4D9119CAE820D290864FCD (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_MustRewriteChildToSameType_m212FFAE8D85CDC0434C2976BC5E66F5F9F865D08(L_0, L_1, L_2, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_4);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::MustRewriteWithoutMethod(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_MustRewriteWithoutMethod_m0EE051E7AA40309F851CFDE364CEDCCAE7470779 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_MustRewriteWithoutMethod_m42C66891C07E54EEBAD5F854BCA940C294B75084(L_0, L_1, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_3);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ArgumentOutOfRange(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ArgumentOutOfRange_m1900DD72F65C9A9076E306B57C4EE7AAFD2E51DF (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___paramName0;
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::NotSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_NotSupported_m2FF120DCADB45318F7E12AE354D20DD03C6088F2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var);
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
return L_0;
}
}
// System.Exception System.Linq.Expressions.Error::NonAbstractConstructorRequired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_NonAbstractConstructorRequired_mCB1614A0B236411B5B11A5B3507EC3CE20266499 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_NonAbstractConstructorRequired_mC826580E5861A262BC08E4AC7757ABCA5EF858DA(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::InvalidProgram()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidProgram_m759A27AC9A8F9E9E8A859A61AB8E82644E8F9D8D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B* L_0 = (InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B*)il2cpp_codegen_object_new(InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B_il2cpp_TypeInfo_var);
NullCheck(L_0);
InvalidProgramException__ctor_m75BD70D9AEEE6B109A3FB51897615B6DAA992B28(L_0, NULL);
return L_0;
}
}
// System.Exception System.Linq.Expressions.Error::EnumerationIsDone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_EnumerationIsDone_m369FD1E421BFADBF8ACDFD86A97AE3A4016DDB05 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_EnumerationIsDone_m1B33ED2A6526D63653CE4B47A1E2C92479D27FC7(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::TypeContainsGenericParameters(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeContainsGenericParameters_m4D0A97A6CE372492A2905BB99451409B208A1CBD (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_TypeContainsGenericParameters_mE6DD941CB130D2C388E585573D6A0C9B02E82BBF(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::TypeContainsGenericParameters(System.Object,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeContainsGenericParameters_m6AF7650FE6FE315754D3DB9FC47E77DFF2C27B91 (RuntimeObject* ___p00, String_t* ___paramName1, int32_t ___index2, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___p00;
String_t* L_1 = ___paramName1;
int32_t L_2 = ___index2;
String_t* L_3;
L_3 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_1, L_2, NULL);
Exception_t* L_4;
L_4 = Error_TypeContainsGenericParameters_m4D0A97A6CE372492A2905BB99451409B208A1CBD(L_0, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::TypeIsGeneric(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeIsGeneric_m107E410A9C294F9601A24022AD660A5F18A8D5BF (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_TypeIsGeneric_m25C2FEB0F937D37E249E741FC7AE7763BB17780A(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::TypeIsGeneric(System.Object,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_TypeIsGeneric_m6C676AEAA85F703B425B2B84EA2030B9CC805308 (RuntimeObject* ___p00, String_t* ___paramName1, int32_t ___index2, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___p00;
String_t* L_1 = ___paramName1;
int32_t L_2 = ___index2;
String_t* L_3;
L_3 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_1, L_2, NULL);
Exception_t* L_4;
L_4 = Error_TypeIsGeneric_m107E410A9C294F9601A24022AD660A5F18A8D5BF(L_0, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::IncorrectNumberOfConstructorArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_IncorrectNumberOfConstructorArguments_mB798292C8E28247EC05D087CE974805C917F7CC9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_IncorrectNumberOfConstructorArguments_m9FE239658E041AD59DA488EDD8EB520DB97A5C71(NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchMethodParameter(System.Object,System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchMethodParameter_mFC115B5E57AE7A77EBE880DEA3C909AB7B80916B (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, String_t* ___paramName3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = Strings_ExpressionTypeDoesNotMatchMethodParameter_m1C09EE2060EF143AF437E20EF20DC4D20A6BF433(L_0, L_1, L_2, NULL);
String_t* L_4 = ___paramName3;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_5);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, L_3, L_4, NULL);
return L_5;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchMethodParameter(System.Object,System.Object,System.Object,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchMethodParameter_m5562838CE65707F273F75297250855613273A73E (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, String_t* ___paramName3, int32_t ___index4, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3 = ___paramName3;
int32_t L_4 = ___index4;
String_t* L_5;
L_5 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_3, L_4, NULL);
Exception_t* L_6;
L_6 = Error_ExpressionTypeDoesNotMatchMethodParameter_mFC115B5E57AE7A77EBE880DEA3C909AB7B80916B(L_0, L_1, L_2, L_5, NULL);
return L_6;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchParameter(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchParameter_m0DBF9538D46D04427D5EC40190BB7E08C335EF26 (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ExpressionTypeDoesNotMatchParameter_m3CF968EECBEECA941C13F40E3D107375CF04F410(L_0, L_1, NULL);
String_t* L_3 = ___paramName2;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_2, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchParameter(System.Object,System.Object,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchParameter_m3FF43BD7E5F87583180C66150FE84114542262B3 (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, int32_t ___index3, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2 = ___paramName2;
int32_t L_3 = ___index3;
String_t* L_4;
L_4 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_2, L_3, NULL);
Exception_t* L_5;
L_5 = Error_ExpressionTypeDoesNotMatchParameter_m0DBF9538D46D04427D5EC40190BB7E08C335EF26(L_0, L_1, L_4, NULL);
return L_5;
}
}
// System.Exception System.Linq.Expressions.Error::IncorrectNumberOfLambdaArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_IncorrectNumberOfLambdaArguments_mFBEBBB3C2AB451A22F3382E4D7E24E8DB9549038 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_IncorrectNumberOfLambdaArguments_m5AF7A84795AA8714F3E0EAE3DE2D0A2C400F58EE(NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
NullCheck(L_1);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL);
return L_1;
}
}
// System.Exception System.Linq.Expressions.Error::IncorrectNumberOfMethodCallArguments(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_IncorrectNumberOfMethodCallArguments_m2815F7EB33B4F7C2FFDC1397ED33C8D269A77868 (RuntimeObject* ___p00, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = Strings_IncorrectNumberOfMethodCallArguments_mD8A2AEECEAA8F350047D84DA25C48BC6B8BE8D0B(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchConstructorParameter(System.Object,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchConstructorParameter_m2B799FD455A06CB78AC725CF4D5A45AD79BADE54 (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = Strings_ExpressionTypeDoesNotMatchConstructorParameter_mB238588EC1D05B2F0C2C11381A61154A90AD6470(L_0, L_1, NULL);
String_t* L_3 = ___paramName2;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_2, L_3, NULL);
return L_4;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionTypeDoesNotMatchConstructorParameter(System.Object,System.Object,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionTypeDoesNotMatchConstructorParameter_m56E5981F8FF42767CD4B745C1DEF56FBC544E2DF (RuntimeObject* ___p00, RuntimeObject* ___p11, String_t* ___paramName2, int32_t ___index3, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2 = ___paramName2;
int32_t L_3 = ___index3;
String_t* L_4;
L_4 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_2, L_3, NULL);
Exception_t* L_5;
L_5 = Error_ExpressionTypeDoesNotMatchConstructorParameter_m2B799FD455A06CB78AC725CF4D5A45AD79BADE54(L_0, L_1, L_4, NULL);
return L_5;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionMustBeReadable(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionMustBeReadable_m4F499395231F898275833745D3113A1FA9994538 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_ExpressionMustBeReadable_m5BB174C0B786E9B6F3EAA8D64D6C0FBBB3AE12ED(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::ExpressionMustBeReadable(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ExpressionMustBeReadable_mE114660F52BFA40113BA2A170BD090C0C5CFA223 (String_t* ___paramName0, int32_t ___index1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___paramName0;
int32_t L_1 = ___index1;
String_t* L_2;
L_2 = Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3(L_0, L_1, NULL);
Exception_t* L_3;
L_3 = Error_ExpressionMustBeReadable_m4F499395231F898275833745D3113A1FA9994538(L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::InvalidArgumentValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidArgumentValue_mC6818314D3F90DC8A4F002FAB86C80684F99DE17 (String_t* ___paramName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = Strings_get_InvalidArgumentValue_mE196A98224C0FBA0F40BDF9B43C69161E0AFD8B0(NULL);
String_t* L_1 = ___paramName0;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Linq.Expressions.Error::InvalidNullValue(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidNullValue_m9E5D49CDFC3CA9B6CB23FB72A1BE3C2633C814D9 (Type_t* ___type0, String_t* ___paramName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___type0;
String_t* L_1;
L_1 = Strings_InvalidNullValue_mA3571F729FC8ECDBC9989FAC8EF43F12E5D7B4D4(L_0, NULL);
String_t* L_2 = ___paramName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception System.Linq.Expressions.Error::InvalidTypeException(System.Object,System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidTypeException_mA1CD6F52B027E620933EAC3234BE24EF2AAE32F7 (RuntimeObject* ___value0, Type_t* ___type1, String_t* ___paramName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
s_Il2CppMethodInitialized = true;
}
Type_t* G_B3_0 = NULL;
Type_t* G_B5_0 = NULL;
Type_t* G_B4_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = ((Type_t*)(NULL));
goto IL_000c;
}
IL_0006:
{
RuntimeObject* L_1 = ___value0;
NullCheck(L_1);
Type_t* L_2;
L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
G_B3_0 = L_2;
}
IL_000c:
{
Type_t* L_3 = G_B3_0;
G_B4_0 = L_3;
if (L_3)
{
G_B5_0 = L_3;
goto IL_0015;
}
}
{
G_B5_0 = ((Type_t*)(_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174));
}
IL_0015:
{
Type_t* L_4 = ___type1;
String_t* L_5;
L_5 = Strings_InvalidObjectType_m2BE19AE6C61A9B921259A46016938BFA3E636BCD(G_B5_0, L_4, NULL);
String_t* L_6 = ___paramName2;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
NullCheck(L_7);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_7, L_5, L_6, NULL);
return L_7;
}
}
// System.String System.Linq.Expressions.Error::GetParamName(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Error_GetParamName_m4044247410950726B7D30E98FA34A3CB7671DAB3 (String_t* ___paramName0, int32_t ___index1, 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*)&_stringLiteral471543834C9A5ADAA79EDD06EDCBA5930B3CB3F4);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0016;
}
}
{
String_t* L_1 = ___paramName0;
int32_t L_2 = ___index1;
int32_t L_3 = L_2;
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
String_t* L_5;
L_5 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral471543834C9A5ADAA79EDD06EDCBA5930B3CB3F4, L_1, L_4, NULL);
return L_5;
}
IL_0016:
{
String_t* L_6 = ___paramName0;
return L_6;
}
}
#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 System.Linq.Expressions.ExpressionStringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder__ctor_m93026927A076507F950AB8B131ED71D7596400B3 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393(__this, NULL);
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
__this->____out_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____out_0), (void*)L_0);
return;
}
}
// System.String System.Linq.Expressions.ExpressionStringBuilder::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExpressionStringBuilder_ToString_m68CB50DF6FA5D7BCAFFE295A7A923434CD838A5A (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, const RuntimeMethod* method)
{
{
StringBuilder_t* L_0 = __this->____out_0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
return L_1;
}
}
// System.Int32 System.Linq.Expressions.ExpressionStringBuilder::GetLabelId(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpressionStringBuilder_GetLabelId_m07B1ADFB10C4A9067CA7CC0211BDAF81EFC8D30B (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___label0, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___label0;
int32_t L_1;
L_1 = ExpressionStringBuilder_GetId_mB30F506871DEDDD2101961244480577774EDEF56(__this, L_0, NULL);
return L_1;
}
}
// System.Int32 System.Linq.Expressions.ExpressionStringBuilder::GetParamId(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpressionStringBuilder_GetParamId_m4F2EB0F1D9405492ED8F4889D4795C5F36FDF858 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___p0, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___p0;
int32_t L_1;
L_1 = ExpressionStringBuilder_GetId_mB30F506871DEDDD2101961244480577774EDEF56(__this, L_0, NULL);
return L_1;
}
}
// System.Int32 System.Linq.Expressions.ExpressionStringBuilder::GetId(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpressionStringBuilder_GetId_mB30F506871DEDDD2101961244480577774EDEF56 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* L_0 = __this->____ids_1;
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* L_1 = (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1*)il2cpp_codegen_object_new(Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1_il2cpp_TypeInfo_var);
NullCheck(L_1);
Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C(L_1, Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_RuntimeMethod_var);
__this->____ids_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____ids_1), (void*)L_1);
}
IL_0013:
{
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* L_2 = __this->____ids_1;
RuntimeObject* L_3 = ___o0;
NullCheck(L_2);
bool L_4;
L_4 = Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_RuntimeMethod_var);
if (L_4)
{
goto IL_003c;
}
}
{
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* L_5 = __this->____ids_1;
NullCheck(L_5);
int32_t L_6;
L_6 = Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926(L_5, Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_RuntimeMethod_var);
V_0 = L_6;
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* L_7 = __this->____ids_1;
RuntimeObject* L_8 = ___o0;
int32_t L_9 = V_0;
NullCheck(L_7);
Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C(L_7, L_8, L_9, Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C_RuntimeMethod_var);
}
IL_003c:
{
int32_t L_10 = V_0;
return L_10;
}
}
// System.Void System.Linq.Expressions.ExpressionStringBuilder::Out(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, String_t* ___s0, const RuntimeMethod* method)
{
{
StringBuilder_t* L_0 = __this->____out_0;
String_t* L_1 = ___s0;
NullCheck(L_0);
StringBuilder_t* L_2;
L_2 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, L_1, NULL);
return;
}
}
// System.Void System.Linq.Expressions.ExpressionStringBuilder::Out(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
{
StringBuilder_t* L_0 = __this->____out_0;
Il2CppChar L_1 = ___c0;
NullCheck(L_0);
StringBuilder_t* L_2;
L_2 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_0, L_1, NULL);
return;
}
}
// System.String System.Linq.Expressions.ExpressionStringBuilder::ExpressionToString(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExpressionStringBuilder_ExpressionToString_m7E534B58CEE1D9A034CF7E84DDA4E99C75DBA827 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* L_0 = (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9*)il2cpp_codegen_object_new(ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9_il2cpp_TypeInfo_var);
NullCheck(L_0);
ExpressionStringBuilder__ctor_m93026927A076507F950AB8B131ED71D7596400B3(L_0, NULL);
ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* L_1 = L_0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, L_1, L_2);
NullCheck(L_1);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
return L_4;
}
}
// System.String System.Linq.Expressions.ExpressionStringBuilder::CatchBlockToString(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExpressionStringBuilder_CatchBlockToString_m83997F98B03309B934AD1A338A55C9515B20E9DB (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* L_0 = (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9*)il2cpp_codegen_object_new(ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9_il2cpp_TypeInfo_var);
NullCheck(L_0);
ExpressionStringBuilder__ctor_m93026927A076507F950AB8B131ED71D7596400B3(L_0, NULL);
ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* L_1 = L_0;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_2 = ___node0;
NullCheck(L_1);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_3;
L_3 = VirtualFuncInvoker1< CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA*, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* >::Invoke(22 /* System.Linq.Expressions.CatchBlock System.Linq.Expressions.ExpressionVisitor::VisitCatchBlock(System.Linq.Expressions.CatchBlock) */, L_1, L_2);
NullCheck(L_1);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
return L_4;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitBinary(System.Linq.Expressions.BinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitBinary_m26CC08B75FD3E236FA3DB781A0042B5DC9D00D83 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0018FA949C335C268F9F66DE99D4EECF2660BCC4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral083B3C3BCBD8E9403C00BB6509424CFF44C89CCC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AC02EBF34F6CB40FDBEA44B5AC663CFCF35E618);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1185E7A742B76A90CD9B54C1E4E52644B80BBA5F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15CF6F769B0EB2F2E90C1E65CE61C1FE2C0478AF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A0F78273B032DEAF4CAB0632117F04B42207624);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B926A10ECCB48C182C329FC5AB860E4367473AE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2382B971DAD288CA5D307A54F89DB13E13D34BB0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3AD740846218FEC7EB592218E5376624F77D9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EA5D901C719F51450F4027DF0FEC259DBE56C69);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30C11F235EC8D2FDE84472B846C07998425FC47B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E62F1248D586FD058D2AE3632C334AC9B914033);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4752972CF22F1E5B3BCBF5CB44529D259E701388);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EF1829A378D66B1DD70A767729127A0DC5EDCAE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral969E287ADCBB732E54814AD30BE5A3909A6F3EEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC90B727603A6CB62B918D17B09B4D073954AD5B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE82747527D515309727467BF1312EA227E65B56);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3A091AD4E02C10A603C1ABF8D46467DC7770223);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3FEE0FA7F4F8EFBA56C6B4740111C45AA316A17);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC2FBE8C2AC3E0D465C11BBDF5D83B2C9776579F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD95615C6FA0537EA62E491BB8EA05D9B30FAD08);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBD8044853D38524000A9618EB61AFD6F16295E8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF17A5AA7112D56014900A36B9CCB22F48D555A1C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDAAB9944D2BDD67EF768F807537202334A02D27);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
String_t* G_B31_0 = NULL;
String_t* G_B35_0 = NULL;
String_t* G_B39_0 = NULL;
String_t* G_B43_0 = NULL;
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)5))))
{
goto IL_0038;
}
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = ___node0;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_2, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_3);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)91), NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_5 = ___node0;
NullCheck(L_5);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_5, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_6);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)93), NULL);
goto IL_030f;
}
IL_0038:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_8 = ___node0;
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_8);
V_1 = L_9;
int32_t L_10 = V_1;
switch (L_10)
{
case 0:
{
goto IL_01aa;
}
case 1:
{
goto IL_01aa;
}
case 2:
{
goto IL_0244;
}
case 3:
{
goto IL_0147;
}
case 4:
{
goto IL_02c8;
}
case 5:
{
goto IL_02c8;
}
case 6:
{
goto IL_02c8;
}
case 7:
{
goto IL_02c0;
}
case 8:
{
goto IL_02c8;
}
case 9:
{
goto IL_02c8;
}
case 10:
{
goto IL_02c8;
}
case 11:
{
goto IL_02c8;
}
case 12:
{
goto IL_01d6;
}
case 13:
{
goto IL_0168;
}
case 14:
{
goto IL_02a0;
}
case 15:
{
goto IL_017e;
}
case 16:
{
goto IL_0194;
}
case 17:
{
goto IL_02c8;
}
case 18:
{
goto IL_02c8;
}
case 19:
{
goto IL_0218;
}
case 20:
{
goto IL_0189;
}
case 21:
{
goto IL_019f;
}
case 22:
{
goto IL_02c8;
}
case 23:
{
goto IL_02c8;
}
case 24:
{
goto IL_02c8;
}
case 25:
{
goto IL_01ec;
}
case 26:
{
goto IL_0202;
}
case 27:
{
goto IL_0202;
}
case 28:
{
goto IL_02c8;
}
case 29:
{
goto IL_02c8;
}
case 30:
{
goto IL_02c8;
}
case 31:
{
goto IL_02c8;
}
case 32:
{
goto IL_02c8;
}
case 33:
{
goto IL_02c8;
}
case 34:
{
goto IL_02c8;
}
case 35:
{
goto IL_0173;
}
case 36:
{
goto IL_0272;
}
case 37:
{
goto IL_0152;
}
case 38:
{
goto IL_02c8;
}
case 39:
{
goto IL_02b0;
}
case 40:
{
goto IL_02c8;
}
case 41:
{
goto IL_022e;
}
case 42:
{
goto IL_01c0;
}
case 43:
{
goto IL_01c0;
}
case 44:
{
goto IL_02c8;
}
case 45:
{
goto IL_02c8;
}
case 46:
{
goto IL_015d;
}
}
}
{
int32_t L_11 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, ((int32_t)63))))
{
case 0:
{
goto IL_01b5;
}
case 1:
{
goto IL_025b;
}
case 2:
{
goto IL_01e1;
}
case 3:
{
goto IL_02a8;
}
case 4:
{
goto IL_0223;
}
case 5:
{
goto IL_01f7;
}
case 6:
{
goto IL_020d;
}
case 7:
{
goto IL_0289;
}
case 8:
{
goto IL_02b8;
}
case 9:
{
goto IL_0239;
}
case 10:
{
goto IL_01cb;
}
case 11:
{
goto IL_01b5;
}
case 12:
{
goto IL_020d;
}
case 13:
{
goto IL_01cb;
}
}
}
{
goto IL_02c8;
}
IL_0147:
{
V_0 = _stringLiteral0AC02EBF34F6CB40FDBEA44B5AC663CFCF35E618;
goto IL_02ce;
}
IL_0152:
{
V_0 = _stringLiteralAC90B727603A6CB62B918D17B09B4D073954AD5B;
goto IL_02ce;
}
IL_015d:
{
V_0 = _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E;
goto IL_02ce;
}
IL_0168:
{
V_0 = _stringLiteral7EF1829A378D66B1DD70A767729127A0DC5EDCAE;
goto IL_02ce;
}
IL_0173:
{
V_0 = _stringLiteralFDAAB9944D2BDD67EF768F807537202334A02D27;
goto IL_02ce;
}
IL_017e:
{
V_0 = _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5;
goto IL_02ce;
}
IL_0189:
{
V_0 = _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11;
goto IL_02ce;
}
IL_0194:
{
V_0 = _stringLiteral30C11F235EC8D2FDE84472B846C07998425FC47B;
goto IL_02ce;
}
IL_019f:
{
V_0 = _stringLiteral2EA5D901C719F51450F4027DF0FEC259DBE56C69;
goto IL_02ce;
}
IL_01aa:
{
V_0 = _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952;
goto IL_02ce;
}
IL_01b5:
{
V_0 = _stringLiteral4752972CF22F1E5B3BCBF5CB44529D259E701388;
goto IL_02ce;
}
IL_01c0:
{
V_0 = _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
goto IL_02ce;
}
IL_01cb:
{
V_0 = _stringLiteralCD95615C6FA0537EA62E491BB8EA05D9B30FAD08;
goto IL_02ce;
}
IL_01d6:
{
V_0 = _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
goto IL_02ce;
}
IL_01e1:
{
V_0 = _stringLiteral1A0F78273B032DEAF4CAB0632117F04B42207624;
goto IL_02ce;
}
IL_01ec:
{
V_0 = _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710;
goto IL_02ce;
}
IL_01f7:
{
V_0 = _stringLiteralBE82747527D515309727467BF1312EA227E65B56;
goto IL_02ce;
}
IL_0202:
{
V_0 = _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7;
goto IL_02ce;
}
IL_020d:
{
V_0 = _stringLiteralC3FEE0FA7F4F8EFBA56C6B4740111C45AA316A17;
goto IL_02ce;
}
IL_0218:
{
V_0 = _stringLiteral15CF6F769B0EB2F2E90C1E65CE61C1FE2C0478AF;
goto IL_02ce;
}
IL_0223:
{
V_0 = _stringLiteral969E287ADCBB732E54814AD30BE5A3909A6F3EEB;
goto IL_02ce;
}
IL_022e:
{
V_0 = _stringLiteral083B3C3BCBD8E9403C00BB6509424CFF44C89CCC;
goto IL_02ce;
}
IL_0239:
{
V_0 = _stringLiteral0018FA949C335C268F9F66DE99D4EECF2660BCC4;
goto IL_02ce;
}
IL_0244:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_12 = ___node0;
bool L_13;
L_13 = ExpressionStringBuilder_IsBool_m0019C684A9413549270C184AA2F8832084D928D2(L_12, NULL);
if (L_13)
{
goto IL_0253;
}
}
{
G_B31_0 = _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E;
goto IL_0258;
}
IL_0253:
{
G_B31_0 = _stringLiteral2382B971DAD288CA5D307A54F89DB13E13D34BB0;
}
IL_0258:
{
V_0 = G_B31_0;
goto IL_02ce;
}
IL_025b:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_14 = ___node0;
bool L_15;
L_15 = ExpressionStringBuilder_IsBool_m0019C684A9413549270C184AA2F8832084D928D2(L_14, NULL);
if (L_15)
{
goto IL_026a;
}
}
{
G_B35_0 = _stringLiteral1185E7A742B76A90CD9B54C1E4E52644B80BBA5F;
goto IL_026f;
}
IL_026a:
{
G_B35_0 = _stringLiteral1B926A10ECCB48C182C329FC5AB860E4367473AE;
}
IL_026f:
{
V_0 = G_B35_0;
goto IL_02ce;
}
IL_0272:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_16 = ___node0;
bool L_17;
L_17 = ExpressionStringBuilder_IsBool_m0019C684A9413549270C184AA2F8832084D928D2(L_16, NULL);
if (L_17)
{
goto IL_0281;
}
}
{
G_B39_0 = _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827;
goto IL_0286;
}
IL_0281:
{
G_B39_0 = _stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111;
}
IL_0286:
{
V_0 = G_B39_0;
goto IL_02ce;
}
IL_0289:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_18 = ___node0;
bool L_19;
L_19 = ExpressionStringBuilder_IsBool_m0019C684A9413549270C184AA2F8832084D928D2(L_18, NULL);
if (L_19)
{
goto IL_0298;
}
}
{
G_B43_0 = _stringLiteralCC2FBE8C2AC3E0D465C11BBDF5D83B2C9776579F;
goto IL_029d;
}
IL_0298:
{
G_B43_0 = _stringLiteral3E62F1248D586FD058D2AE3632C334AC9B914033;
}
IL_029d:
{
V_0 = G_B43_0;
goto IL_02ce;
}
IL_02a0:
{
V_0 = _stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611;
goto IL_02ce;
}
IL_02a8:
{
V_0 = _stringLiteralC3A091AD4E02C10A603C1ABF8D46467DC7770223;
goto IL_02ce;
}
IL_02b0:
{
V_0 = _stringLiteral2D3AD740846218FEC7EB592218E5376624F77D9D;
goto IL_02ce;
}
IL_02b8:
{
V_0 = _stringLiteralF17A5AA7112D56014900A36B9CCB22F48D555A1C;
goto IL_02ce;
}
IL_02c0:
{
V_0 = _stringLiteralEBD8044853D38524000A9618EB61AFD6F16295E8;
goto IL_02ce;
}
IL_02c8:
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_20 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_20);
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_20, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionStringBuilder_VisitBinary_m26CC08B75FD3E236FA3DB781A0042B5DC9D00D83_RuntimeMethod_var)));
}
IL_02ce:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)40), NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_21 = ___node0;
NullCheck(L_21);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22;
L_22 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_21, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23;
L_23 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_22);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)32), NULL);
String_t* L_24 = V_0;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_24, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)32), NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_25 = ___node0;
NullCheck(L_25);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_26;
L_26 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_25, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_27;
L_27 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_26);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
}
IL_030f:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_28 = ___node0;
return L_28;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitParameter(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitParameter_mEF311A38BA4F4F9E88CE801EBC687D3B2D543ED6 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD51DA3A7C68D7C0B8E6C4250D56249043594AD4A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF911DE1BCFD80F95D73E01E462BE47D7986598B);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___node0;
NullCheck(L_0);
bool L_1;
L_1 = ParameterExpression_get_IsByRef_m01BDD008CE1E89DE90DA5D35E951949CC665FE1C(L_0, NULL);
if (!L_1)
{
goto IL_0013;
}
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralEF911DE1BCFD80F95D73E01E462BE47D7986598B, NULL);
}
IL_0013:
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_2 = ___node0;
NullCheck(L_2);
String_t* L_3;
L_3 = ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline(L_2, NULL);
V_0 = L_3;
String_t* L_4 = V_0;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
if (!L_5)
{
goto IL_0043;
}
}
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6 = ___node0;
int32_t L_7;
L_7 = ExpressionStringBuilder_GetParamId_m4F2EB0F1D9405492ED8F4889D4795C5F36FDF858(__this, L_6, NULL);
V_1 = L_7;
String_t* L_8;
L_8 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
String_t* L_9;
L_9 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralD51DA3A7C68D7C0B8E6C4250D56249043594AD4A, L_8, NULL);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_9, NULL);
goto IL_004a;
}
IL_0043:
{
String_t* L_10 = V_0;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_10, NULL);
}
IL_004a:
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_11 = ___node0;
return L_11;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitConditional(System.Linq.Expressions.ConditionalExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitConditional_m380FC8CCB6D5564A7247F8298F07AF278859B293 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CD8764C371555605962F13FE424317D42316A20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
s_Il2CppMethodInitialized = true;
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral1CD8764C371555605962F13FE424317D42316A20, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_3 = ___node0;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(L_3, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_4);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_6 = ___node0;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_6, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_7);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_9 = ___node0;
return L_9;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitConstant(System.Linq.Expressions.ConstantExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitConstant_mFF305BDFA86B5458BE31E6D51C4665BF8795F20E (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral366CFA846440793E062002B50B772FC743DE407F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = ___node0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(L_0, NULL);
if (!L_1)
{
goto IL_0077;
}
}
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_2 = ___node0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(L_2, NULL);
NullCheck(L_3);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
V_0 = L_4;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_5 = ___node0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(L_5, NULL);
if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)))
{
goto IL_003a;
}
}
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)34), NULL);
String_t* L_7 = V_0;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_7, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)34), NULL);
goto IL_0082;
}
IL_003a:
{
String_t* L_8 = V_0;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_9 = ___node0;
NullCheck(L_9);
RuntimeObject* L_10;
L_10 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(L_9, NULL);
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(3 /* System.String System.Object::ToString() */, L_11);
bool L_13;
L_13 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_8, L_12, NULL);
if (!L_13)
{
goto IL_006e;
}
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral366CFA846440793E062002B50B772FC743DE407F, NULL);
String_t* L_14 = V_0;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_14, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
goto IL_0082;
}
IL_006e:
{
String_t* L_15 = V_0;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_15, NULL);
goto IL_0082;
}
IL_0077:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, NULL);
}
IL_0082:
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_16 = ___node0;
return L_16;
}
}
// System.Void System.Linq.Expressions.ExpressionStringBuilder::OutMember(System.Linq.Expressions.Expression,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_OutMember_mD6DBD4403C1D571AB0A08BEAA154ECD01D169C21 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, MemberInfo_t* ___member1, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___instance0;
if (!L_0)
{
goto IL_000d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
goto IL_001e;
}
IL_000d:
{
MemberInfo_t* L_3 = ___member1;
NullCheck(L_3);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_5, NULL);
}
IL_001e:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)46), NULL);
MemberInfo_t* L_6 = ___member1;
NullCheck(L_6);
String_t* L_7;
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_7, NULL);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitMember(System.Linq.Expressions.MemberExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitMember_m1420805ADB172374BA3D24998BEC2431FAF233AC (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* ___node0, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_0, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_2 = ___node0;
NullCheck(L_2);
MemberInfo_t* L_3;
L_3 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_2, NULL);
ExpressionStringBuilder_OutMember_mD6DBD4403C1D571AB0A08BEAA154ECD01D169C21(__this, L_1, L_3, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_4 = ___node0;
return L_4;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitInvocation(System.Linq.Expressions.InvocationExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitInvocation_mCE877ECDEFDA3105937D535F7389C52960A3C012 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83D6D2FA9D43F4DBD1B6CA1A8AE83F684116D9BE);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral83D6D2FA9D43F4DBD1B6CA1A8AE83F684116D9BE, NULL);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
V_0 = _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
V_1 = 0;
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_3 = ___node0;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Linq.Expressions.InvocationExpression::get_ArgumentCount() */, L_3);
V_2 = L_4;
goto IL_0042;
}
IL_0029:
{
String_t* L_5 = V_0;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_5, NULL);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_6 = ___node0;
int32_t L_7 = V_1;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(13 /* System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression::GetArgument(System.Int32) */, L_6, L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_8);
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_0042:
{
int32_t L_11 = V_1;
int32_t L_12 = V_2;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0029;
}
}
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_13 = ___node0;
return L_13;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitMethodCall(System.Linq.Expressions.MethodCallExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitMethodCall_mBA34A7A4E292769EA16E1388A99665B921C26D74 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtensionAttribute_t55192F874E3E06FBC2C075D9AB0214C94A702991_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = 0;
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_0, NULL);
V_1 = L_1;
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_2 = ___node0;
NullCheck(L_2);
MethodInfo_t* L_3;
L_3 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_2, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (ExtensionAttribute_t55192F874E3E06FBC2C075D9AB0214C94A702991_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_5;
L_5 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_4, NULL);
Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_6;
L_6 = CustomAttributeExtensions_GetCustomAttribute_mCA56DC0C06E64A07614D1EB2D1B3B10152DFF828(L_3, L_5, NULL);
if (!L_6)
{
goto IL_002a;
}
}
{
V_0 = 1;
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_7 = ___node0;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(15 /* System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::GetArgument(System.Int32) */, L_7, 0);
V_1 = L_8;
}
IL_002a:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9 = V_1;
if (!L_9)
{
goto IL_003d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = V_1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_10);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)46), NULL);
}
IL_003d:
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_12 = ___node0;
NullCheck(L_12);
MethodInfo_t* L_13;
L_13 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_12, NULL);
NullCheck(L_13);
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_14, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)40), NULL);
int32_t L_15 = V_0;
V_2 = L_15;
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_16 = ___node0;
NullCheck(L_16);
int32_t L_17;
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Linq.Expressions.MethodCallExpression::get_ArgumentCount() */, L_16);
V_3 = L_17;
goto IL_0082;
}
IL_0061:
{
int32_t L_18 = V_2;
int32_t L_19 = V_0;
if ((((int32_t)L_18) <= ((int32_t)L_19)))
{
goto IL_0070;
}
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL);
}
IL_0070:
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_20 = ___node0;
int32_t L_21 = V_2;
NullCheck(L_20);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22;
L_22 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(15 /* System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::GetArgument(System.Int32) */, L_20, L_21);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23;
L_23 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_22);
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0082:
{
int32_t L_25 = V_2;
int32_t L_26 = V_3;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_0061;
}
}
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_27 = ___node0;
return L_27;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitNewArray(System.Linq.Expressions.NewArrayExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitNewArray_m0409098B06A9717EED0457C95E82F9BB4F1D1503 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionStringBuilder_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mE3E29882EF9ECC6BFD0DEE7427A5E610FC2514FD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34DF6A8E243A634C5B2054C0F4E5D270F942B6F2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52A0679C625D3F4E21EB71F4D252F6E3CCC5AB81);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)32))))
{
goto IL_003f;
}
}
{
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)33)))))
{
goto IL_005a;
}
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral34DF6A8E243A634C5B2054C0F4E5D270F942B6F2, NULL);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_4 = ___node0;
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_4);
NullCheck(L_5);
String_t* L_6;
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_6, NULL);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_7 = ___node0;
NullCheck(L_7);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_8;
L_8 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_7, NULL);
ExpressionStringBuilder_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mE3E29882EF9ECC6BFD0DEE7427A5E610FC2514FD(__this, ((int32_t)40), L_8, ((int32_t)41), ExpressionStringBuilder_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mE3E29882EF9ECC6BFD0DEE7427A5E610FC2514FD_RuntimeMethod_var);
goto IL_005a;
}
IL_003f:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral52A0679C625D3F4E21EB71F4D252F6E3CCC5AB81, NULL);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_9 = ___node0;
NullCheck(L_9);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_10;
L_10 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_9, NULL);
ExpressionStringBuilder_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mE3E29882EF9ECC6BFD0DEE7427A5E610FC2514FD(__this, ((int32_t)123), L_10, ((int32_t)125), ExpressionStringBuilder_VisitExpressions_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mE3E29882EF9ECC6BFD0DEE7427A5E610FC2514FD_RuntimeMethod_var);
}
IL_005a:
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_11 = ___node0;
return L_11;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitTypeBinary(System.Linq.Expressions.TypeBinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitTypeBinary_m932E00F4ACF0D56F5740572119FA9356114BFE22 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4C957757F92335D430A96FD9CFF2B342897E94B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA4050C1995442230FCA1750F794F2489C71C52C);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)40), NULL);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_3 = ___node0;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_3);
V_0 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)45))))
{
goto IL_0028;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)81))))
{
goto IL_0035;
}
}
{
goto IL_0040;
}
IL_0028:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralEA4050C1995442230FCA1750F794F2489C71C52C, NULL);
goto IL_0040;
}
IL_0035:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralC4C957757F92335D430A96FD9CFF2B342897E94B, NULL);
}
IL_0040:
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_7 = ___node0;
NullCheck(L_7);
Type_t* L_8;
L_8 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_7, NULL);
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_9, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_10 = ___node0;
return L_10;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitUnary(System.Linq.Expressions.UnaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitUnary_m4D09098EDBE0BD7DFEE76DA45F5DC89849C7EBA0 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E1312F7E6FB6D15DE25A38E994B710E167B61A7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral425BC97F8069D7AE79D97C7E81658B58F2BCBD52);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E9616E9F10ACA4A75D795C4BF135C1093B27F4D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52904F96F0310B12FD108539A0EA4F51CD17EF83);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59C2604863E3066ABC8CFE24AAF2F5EA9E9C48C1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59C7056EE190747D1BAD01074B5293AB80CDBB3A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B5A9DB1502DC06915EDA73059799548138390AE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral662D98DC66A11F3291225A068D8F90FEA284E8D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8053CC457DE50FCA8F0EF81A23C9210F62C37F12);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B837CEAE92D5E7CBE33F53374AE0C5678C75372);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0A04C2FE2A3E75B16E545908F9CEBDC36A34CED);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB4A9570A6551E5335E2210568E9FE5094160CB3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BD3F9E41937A7F613368FA4E38F2F06A899E15);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)40))))
{
goto IL_005f;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) > ((int32_t)((int32_t)10))))
{
goto IL_0025;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)4)))
{
goto IL_010c;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)10))))
{
goto IL_011c;
}
}
{
goto IL_0198;
}
IL_0025:
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)11))))
{
goto IL_0129;
}
}
{
int32_t L_7 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)28))))
{
case 0:
{
goto IL_00bf;
}
case 1:
{
goto IL_014d;
}
case 2:
{
goto IL_00bf;
}
case 3:
{
goto IL_0198;
}
case 4:
{
goto IL_0198;
}
case 5:
{
goto IL_0198;
}
case 6:
{
goto IL_00cc;
}
}
}
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)40))))
{
goto IL_019e;
}
}
{
goto IL_0198;
}
IL_005f:
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) > ((int32_t)((int32_t)54))))
{
goto IL_0081;
}
}
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)44))))
{
goto IL_0143;
}
}
{
int32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)49))))
{
goto IL_0171;
}
}
{
int32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)54))))
{
goto IL_0164;
}
}
{
goto IL_0198;
}
IL_0081:
{
int32_t L_13 = V_0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)60))))
{
goto IL_0136;
}
}
{
int32_t L_14 = V_0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)62))))
{
goto IL_0157;
}
}
{
int32_t L_15 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, ((int32_t)77))))
{
case 0:
{
goto IL_017e;
}
case 1:
{
goto IL_018b;
}
case 2:
{
goto IL_019e;
}
case 3:
{
goto IL_019e;
}
case 4:
{
goto IL_0198;
}
case 5:
{
goto IL_00fc;
}
case 6:
{
goto IL_00ec;
}
case 7:
{
goto IL_00dc;
}
}
}
{
goto IL_0198;
}
IL_00bf:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)45), NULL);
goto IL_019e;
}
IL_00cc:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral59C7056EE190747D1BAD01074B5293AB80CDBB3A, NULL);
goto IL_019e;
}
IL_00dc:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral425BC97F8069D7AE79D97C7E81658B58F2BCBD52, NULL);
goto IL_019e;
}
IL_00ec:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral8053CC457DE50FCA8F0EF81A23C9210F62C37F12, NULL);
goto IL_019e;
}
IL_00fc:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral2E1312F7E6FB6D15DE25A38E994B710E167B61A7, NULL);
goto IL_019e;
}
IL_010c:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralCB4A9570A6551E5335E2210568E9FE5094160CB3, NULL);
goto IL_019e;
}
IL_011c:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral59C2604863E3066ABC8CFE24AAF2F5EA9E9C48C1, NULL);
goto IL_019e;
}
IL_0129:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral662D98DC66A11F3291225A068D8F90FEA284E8D6, NULL);
goto IL_019e;
}
IL_0136:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralB0A04C2FE2A3E75B16E545908F9CEBDC36A34CED, NULL);
goto IL_019e;
}
IL_0143:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)40), NULL);
goto IL_019e;
}
IL_014d:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)43), NULL);
goto IL_019e;
}
IL_0157:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral52904F96F0310B12FD108539A0EA4F51CD17EF83, NULL);
goto IL_019e;
}
IL_0164:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral4E9616E9F10ACA4A75D795C4BF135C1093B27F4D, NULL);
goto IL_019e;
}
IL_0171:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralE9BD3F9E41937A7F613368FA4E38F2F06A899E15, NULL);
goto IL_019e;
}
IL_017e:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral5B5A9DB1502DC06915EDA73059799548138390AE, NULL);
goto IL_019e;
}
IL_018b:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, NULL);
goto IL_019e;
}
IL_0198:
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_16 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_16);
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_16, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionStringBuilder_VisitUnary_m4D09098EDBE0BD7DFEE76DA45F5DC89849C7EBA0_RuntimeMethod_var)));
}
IL_019e:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_17 = ___node0;
NullCheck(L_17);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18;
L_18 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_17, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19;
L_19 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_18);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_20 = ___node0;
NullCheck(L_20);
int32_t L_21;
L_21 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_20);
V_0 = L_21;
int32_t L_22 = V_0;
if ((((int32_t)L_22) > ((int32_t)((int32_t)30))))
{
goto IL_01cd;
}
}
{
int32_t L_23 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, ((int32_t)10)))) > ((uint32_t)1))))
{
goto IL_021b;
}
}
{
int32_t L_24 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, ((int32_t)28)))) > ((uint32_t)2))))
{
goto IL_0263;
}
}
{
goto IL_025b;
}
IL_01cd:
{
int32_t L_25 = V_0;
if ((((int32_t)L_25) == ((int32_t)((int32_t)40))))
{
goto IL_0263;
}
}
{
int32_t L_26 = V_0;
if ((((int32_t)L_26) == ((int32_t)((int32_t)44))))
{
goto IL_01f5;
}
}
{
int32_t L_27 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_27, ((int32_t)77))))
{
case 0:
{
goto IL_0263;
}
case 1:
{
goto IL_0263;
}
case 2:
{
goto IL_0241;
}
case 3:
{
goto IL_024e;
}
}
}
{
goto IL_025b;
}
IL_01f5:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral9B837CEAE92D5E7CBE33F53374AE0C5678C75372, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_28 = ___node0;
NullCheck(L_28);
Type_t* L_29;
L_29 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_28);
NullCheck(L_29);
String_t* L_30;
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_29);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_30, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
goto IL_0263;
}
IL_021b:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_31 = ___node0;
NullCheck(L_31);
Type_t* L_32;
L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_31);
NullCheck(L_32);
String_t* L_33;
L_33 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_32);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_33, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
goto IL_0263;
}
IL_0241:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral5B5A9DB1502DC06915EDA73059799548138390AE, NULL);
goto IL_0263;
}
IL_024e:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, NULL);
goto IL_0263;
}
IL_025b:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
}
IL_0263:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_34 = ___node0;
return L_34;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitBlock(System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitBlock_m562A430C95AB1828EEC11F67A4858E410FFCA9B1 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___node0, 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*)&IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27C26121B75245C100CA1D2E8E73E713DD2F2E03);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC380DFC0F64E13A308E7E469D5834BB3C60237DE);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_1 = NULL;
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)123), NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___node0;
NullCheck(L_0);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
L_1 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_0, NULL);
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2(L_1, ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var);
V_0 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0042:
{// begin finally (depth: 1)
{
RuntimeObject* L_3 = V_0;
if (!L_3)
{
goto IL_004b;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
}
IL_004b:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0038_1;
}
IL_0016_1:
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6;
L_6 = InterfaceFuncInvoker0< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Linq.Expressions.ParameterExpression>::get_Current() */, IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var, L_5);
V_1 = L_6;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral27C26121B75245C100CA1D2E8E73E713DD2F2E03, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = V_1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_7);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)59), NULL);
}
IL_0038_1:
{
RuntimeObject* L_9 = V_0;
NullCheck(L_9);
bool L_10;
L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9);
if (L_10)
{
goto IL_0016_1;
}
}
{
goto IL_004c;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_004c:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralC380DFC0F64E13A308E7E469D5834BB3C60237DE, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_11 = ___node0;
return L_11;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitDefault(System.Linq.Expressions.DefaultExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitDefault_m3C65CCA756672F3A06692E380A5319FBA362FF3E (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CA87F419D39A7A061EC2195DE4BF6A36167C15A);
s_Il2CppMethodInitialized = true;
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral2CA87F419D39A7A061EC2195DE4BF6A36167C15A, NULL);
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = ___node0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_2, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)41), NULL);
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_3 = ___node0;
return L_3;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitLabel(System.Linq.Expressions.LabelExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitLabel_m0D782F5D30D2D1A0C39EDE7F1168755EB6E69761 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7568605F6D1B76C8BDBDF655EFC1B89CE1FC9851);
s_Il2CppMethodInitialized = true;
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral7568605F6D1B76C8BDBDF655EFC1B89CE1FC9851, NULL);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = ___node0;
NullCheck(L_0);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_0, NULL);
ExpressionStringBuilder_DumpLabel_m88051F0D940B2A11920A9C3E5E4406195B4FF357(__this, L_1, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)58), NULL);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_2 = ___node0;
return L_2;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitGoto(System.Linq.Expressions.GotoExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitGoto_mA9F308EC5F8ECD6D0ECAF361B20C6D93C317CC2F (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25F5EF17AC725A91FE3F3CE895C16ED6DD9B3499);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA041A903507FD76791B65E77B8DA1BF219158F7D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2070BB5AC5DA50197474C74B7EA4D7BDEEBCB1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFC500CF01D877A89AA3F6E3447F79A733BA63FF);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = ___node0;
NullCheck(L_0);
int32_t L_1;
L_1 = GotoExpression_get_Kind_mB3F8E7E57BE45EE434B27F59D8DD7B7E4D5D0473_inline(L_0, NULL);
V_1 = L_1;
int32_t L_2 = V_1;
switch (L_2)
{
case 0:
{
goto IL_001f;
}
case 1:
{
goto IL_0037;
}
case 2:
{
goto IL_0027;
}
case 3:
{
goto IL_002f;
}
}
}
{
goto IL_003f;
}
IL_001f:
{
V_0 = _stringLiteralDFC500CF01D877A89AA3F6E3447F79A733BA63FF;
goto IL_0045;
}
IL_0027:
{
V_0 = _stringLiteralCB2070BB5AC5DA50197474C74B7EA4D7BDEEBCB1;
goto IL_0045;
}
IL_002f:
{
V_0 = _stringLiteralA041A903507FD76791B65E77B8DA1BF219158F7D;
goto IL_0045;
}
IL_0037:
{
V_0 = _stringLiteral25F5EF17AC725A91FE3F3CE895C16ED6DD9B3499;
goto IL_0045;
}
IL_003f:
{
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_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_3, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionStringBuilder_VisitGoto_mA9F308EC5F8ECD6D0ECAF361B20C6D93C317CC2F_RuntimeMethod_var)));
}
IL_0045:
{
String_t* L_4 = V_0;
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_4, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)32), NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_5 = ___node0;
NullCheck(L_5);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_6;
L_6 = GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline(L_5, NULL);
ExpressionStringBuilder_DumpLabel_m88051F0D940B2A11920A9C3E5E4406195B4FF357(__this, L_6, NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_7 = ___node0;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_7, NULL);
if (!L_8)
{
goto IL_008b;
}
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, NULL);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_9 = ___node0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_9, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_10);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
}
IL_008b:
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_12 = ___node0;
return L_12;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitLoop(System.Linq.Expressions.LoopExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitLoop_mC18039CC44501D9E309A8036865424EA6A25E0F6 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD67D67DD42F3EE0C3AB1FB6ED0D12E5C6F592829);
s_Il2CppMethodInitialized = true;
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralD67D67DD42F3EE0C3AB1FB6ED0D12E5C6F592829, NULL);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = ___node0;
return L_0;
}
}
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.ExpressionStringBuilder::VisitCatchBlock(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ExpressionStringBuilder_VisitCatchBlock_mEC871CC4BCB40C894BD70ECADE776B2F9FD42161 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AF061225F94C2ACBCB66B14734547596597CE25);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral775D83CBD980D10040B075366CB87EDD8F3C0FFE);
s_Il2CppMethodInitialized = true;
}
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* G_B2_0 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral1AF061225F94C2ACBCB66B14734547596597CE25, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___node0;
NullCheck(L_0);
Type_t* L_1;
L_1 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(L_0, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_2, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_3 = ___node0;
NullCheck(L_3);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4;
L_4 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_3, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5 = L_4;
G_B1_0 = L_5;
if (L_5)
{
G_B2_0 = L_5;
goto IL_0029;
}
}
{
G_B3_0 = ((String_t*)(NULL));
goto IL_002e;
}
IL_0029:
{
NullCheck(G_B2_0);
String_t* L_6;
L_6 = ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline(G_B2_0, NULL);
G_B3_0 = L_6;
}
IL_002e:
{
bool L_7;
L_7 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(G_B3_0, NULL);
if (L_7)
{
goto IL_004e;
}
}
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)32), NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_8 = ___node0;
NullCheck(L_8);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_9;
L_9 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_8, NULL);
NullCheck(L_9);
String_t* L_10;
L_10 = ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline(L_9, NULL);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_10, NULL);
}
IL_004e:
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral775D83CBD980D10040B075366CB87EDD8F3C0FFE, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_11 = ___node0;
return L_11;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitTry(System.Linq.Expressions.TryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitTry_m2F4534461E1AF1DC828694BA1AF35C18F7314820 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F13FACFEFE5F81DEF271883D0E49258D7F6E81);
s_Il2CppMethodInitialized = true;
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteralB3F13FACFEFE5F81DEF271883D0E49258D7F6E81, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = ___node0;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitIndex(System.Linq.Expressions.IndexExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitIndex_m890142C0AB82DD0153250040E9E94C466DC86506 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_0, NULL);
if (!L_1)
{
goto IL_0017;
}
}
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_2 = ___node0;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_2, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_3);
goto IL_002d;
}
IL_0017:
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_5 = ___node0;
NullCheck(L_5);
PropertyInfo_t* L_6;
L_6 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_5, NULL);
NullCheck(L_6);
Type_t* L_7;
L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_6);
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_8, NULL);
}
IL_002d:
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_9 = ___node0;
NullCheck(L_9);
PropertyInfo_t* L_10;
L_10 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_9, NULL);
bool L_11;
L_11 = PropertyInfo_op_Inequality_m5DA1C329CB63868255C466876EC2452B40E418A9(L_10, (PropertyInfo_t*)NULL, NULL);
if (!L_11)
{
goto IL_0054;
}
}
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)46), NULL);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_12 = ___node0;
NullCheck(L_12);
PropertyInfo_t* L_13;
L_13 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_12, NULL);
NullCheck(L_13);
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_14, NULL);
}
IL_0054:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)91), NULL);
V_0 = 0;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_15 = ___node0;
NullCheck(L_15);
int32_t L_16;
L_16 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_15, NULL);
V_1 = L_16;
goto IL_0088;
}
IL_0067:
{
int32_t L_17 = V_0;
if ((((int32_t)L_17) <= ((int32_t)0)))
{
goto IL_0076;
}
}
{
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL);
}
IL_0076:
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_18 = ___node0;
int32_t L_19 = V_0;
NullCheck(L_18);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20;
L_20 = IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C(L_18, L_19, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21;
L_21 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_20);
int32_t L_22 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0088:
{
int32_t L_23 = V_0;
int32_t L_24 = V_1;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0067;
}
}
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)93), NULL);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_25 = ___node0;
return L_25;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionStringBuilder::VisitExtension(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionStringBuilder_VisitExtension_m6AEFDF8794B6EBED871FDB3BA421484982DE4898 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t* V_0 = NULL;
int32_t V_1 = 0;
ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* G_B5_0 = NULL;
ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* G_B6_1 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___node0;
NullCheck(L_0);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->___EmptyTypes_2;
NullCheck(L_1);
MethodInfo_t* L_3;
L_3 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_1, _stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA, L_2, NULL);
V_0 = L_3;
MethodInfo_t* L_4 = V_0;
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_4);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_0_0_0_var) };
Type_t* L_7;
L_7 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_6, NULL);
bool L_8;
L_8 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_5, L_7, NULL);
if (!L_8)
{
goto IL_0043;
}
}
{
MethodInfo_t* L_9 = V_0;
NullCheck(L_9);
bool L_10;
L_10 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_9, NULL);
if (L_10)
{
goto IL_0043;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = ___node0;
NullCheck(L_11);
String_t* L_12;
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_12, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = ___node0;
return L_13;
}
IL_0043:
{
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)91), NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___node0;
NullCheck(L_14);
int32_t L_15;
L_15 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_14);
G_B4_0 = __this;
if ((((int32_t)L_15) == ((int32_t)((int32_t)52))))
{
G_B5_0 = __this;
goto IL_006c;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = ___node0;
NullCheck(L_16);
int32_t L_17;
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_16);
V_1 = L_17;
Il2CppFakeBox<int32_t> L_18(ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var, (&V_1));
String_t* L_19;
L_19 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_18), NULL);
G_B6_0 = L_19;
G_B6_1 = G_B4_0;
goto IL_0077;
}
IL_006c:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20 = ___node0;
NullCheck(L_20);
Type_t* L_21;
L_21 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_20, NULL);
NullCheck(L_21);
String_t* L_22;
L_22 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_21);
G_B6_0 = L_22;
G_B6_1 = G_B5_0;
}
IL_0077:
{
NullCheck(G_B6_1);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(G_B6_1, G_B6_0, NULL);
ExpressionStringBuilder_Out_m63E996BC7F2B8C82CF8773E60B6412EB79BBCD4B(__this, ((int32_t)93), NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23 = ___node0;
return L_23;
}
}
// System.Void System.Linq.Expressions.ExpressionStringBuilder::DumpLabel(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionStringBuilder_DumpLabel_m88051F0D940B2A11920A9C3E5E4406195B4FF357 (ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85B9EA2747049AE6321999DAEA9B38F6ABEB4DC4);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___target0;
NullCheck(L_0);
String_t* L_1;
L_1 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_0, NULL);
bool L_2;
L_2 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_1, NULL);
if (L_2)
{
goto IL_001a;
}
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3 = ___target0;
NullCheck(L_3);
String_t* L_4;
L_4 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_3, NULL);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_4, NULL);
return;
}
IL_001a:
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_5 = ___target0;
int32_t L_6;
L_6 = ExpressionStringBuilder_GetLabelId_m07B1ADFB10C4A9067CA7CC0211BDAF81EFC8D30B(__this, L_5, NULL);
V_0 = L_6;
String_t* L_7;
L_7 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
String_t* L_8;
L_8 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral85B9EA2747049AE6321999DAEA9B38F6ABEB4DC4, L_7, NULL);
ExpressionStringBuilder_Out_m34149A0D722E377336225B6054501FF9B71F2557(__this, L_8, NULL);
return;
}
}
// System.Boolean System.Linq.Expressions.ExpressionStringBuilder::IsBool(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpressionStringBuilder_IsBool_m0019C684A9413549270C184AA2F8832084D928D2 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___node0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_0);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_3;
L_3 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_2, NULL);
bool L_4;
L_4 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_1, L_3, NULL);
if (L_4)
{
goto IL_002d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___node0;
NullCheck(L_5);
Type_t* L_6;
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_5);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_8;
L_8 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_7, NULL);
bool L_9;
L_9 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_6, L_8, NULL);
return L_9;
}
IL_002d:
{
return (bool)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 System.Linq.Expressions.ExpressionVisitor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_Visit_mCC12DFA654B568E00CA4FD5A38C284FDF542FA6D (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___node0;
if (L_0)
{
goto IL_0005;
}
}
{
return (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)NULL;
}
IL_0005:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* >::Invoke(9 /* System.Linq.Expressions.Expression System.Linq.Expressions.Expression::Accept(System.Linq.Expressions.ExpressionVisitor) */, L_1, __this);
return L_2;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.ExpressionVisitor::Visit(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ExpressionVisitor_Visit_mDF754AF8855FE22106F063223FB29304CC94FA29 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___nodes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E);
s_Il2CppMethodInitialized = true;
}
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_3 = NULL;
int32_t V_4 = 0;
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = ___nodes0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E, NULL);
V_0 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)NULL;
V_1 = 0;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1 = ___nodes0;
NullCheck(L_1);
int32_t L_2;
L_2 = ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F(L_1, ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var);
V_2 = L_2;
goto IL_0064;
}
IL_0018:
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_3 = ___nodes0;
int32_t L_4 = V_1;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502(L_3, L_4, ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_5);
V_3 = L_6;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_7 = V_0;
if (!L_7)
{
goto IL_002f;
}
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = V_0;
int32_t L_9 = V_1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = V_3;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_10);
goto IL_0060;
}
IL_002f:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = V_3;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_12 = ___nodes0;
int32_t L_13 = V_1;
NullCheck(L_12);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14;
L_14 = ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502(L_12, L_13, ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var);
if ((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_11) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_14)))
{
goto IL_0060;
}
}
{
int32_t L_15 = V_2;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_16 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)L_15);
V_0 = L_16;
V_4 = 0;
goto IL_0057;
}
IL_0045:
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_17 = V_0;
int32_t L_18 = V_4;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_19 = ___nodes0;
int32_t L_20 = V_4;
NullCheck(L_19);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21;
L_21 = ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502(L_19, L_20, ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_21);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_21);
int32_t L_22 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0057:
{
int32_t L_23 = V_4;
int32_t L_24 = V_1;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0045;
}
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_25 = V_0;
int32_t L_26 = V_1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_27 = V_3;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_27);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_27);
}
IL_0060:
{
int32_t L_28 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_0064:
{
int32_t L_29 = V_1;
int32_t L_30 = V_2;
if ((((int32_t)L_29) < ((int32_t)L_30)))
{
goto IL_0018;
}
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_31 = V_0;
if (L_31)
{
goto IL_006d;
}
}
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_32 = ___nodes0;
return L_32;
}
IL_006d:
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_33 = V_0;
TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* L_34 = (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
NullCheck(L_34);
TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD(L_34, L_33, TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
return L_34;
}
}
// System.Linq.Expressions.Expression[] System.Linq.Expressions.ExpressionVisitor::VisitArguments(System.Linq.Expressions.IArgumentProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ExpressionVisitor_VisitArguments_m36BEB642DD3B07822C343D9921FD62E4ACF9F1E9 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, RuntimeObject* ___nodes0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___nodes0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_1;
L_1 = ExpressionVisitorUtils_VisitArguments_m932110AC058AFC74C698AF7375679A76A16385FC(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ParameterExpression[] System.Linq.Expressions.ExpressionVisitor::VisitParameters(System.Linq.Expressions.IParameterProvider,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* ExpressionVisitor_VisitParameters_mD4C5A33660998D59C656E0032B2AA07CE0D29E70 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, RuntimeObject* ___nodes0, String_t* ___callerName1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___nodes0;
String_t* L_1 = ___callerName1;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_2;
L_2 = ExpressionVisitorUtils_VisitParameters_m0FE40CC55ADE3357F943E204535A4C53F356DAC9(__this, L_0, L_1, NULL);
return L_2;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitBinary(System.Linq.Expressions.BinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitBinary_m9C9FEAEA54D1ECEB862200A9E455CBFE5CC17F48 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionVisitor_VisitAndConvert_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_m49A157701BA1349777A9EF3E62B4C63DE8E9CB11_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB2FD3E64B40DE7BFE1C224EA1FF4BFD9537CFFB);
s_Il2CppMethodInitialized = true;
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___node0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_1 = ___node0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = ___node0;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_2, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_3);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_5 = ___node0;
NullCheck(L_5);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_6;
L_6 = BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78(L_5, NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_7;
L_7 = ExpressionVisitor_VisitAndConvert_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_m49A157701BA1349777A9EF3E62B4C63DE8E9CB11(__this, L_6, _stringLiteralDB2FD3E64B40DE7BFE1C224EA1FF4BFD9537CFFB, ExpressionVisitor_VisitAndConvert_TisLambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_m49A157701BA1349777A9EF3E62B4C63DE8E9CB11_RuntimeMethod_var);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_8 = ___node0;
NullCheck(L_8);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_8, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_9);
NullCheck(L_1);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_11;
L_11 = BinaryExpression_Update_m582FAEEF3400CA7DD5D78374B58480FAB9051B50(L_1, L_4, L_7, L_10, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_12;
L_12 = ExpressionVisitor_ValidateBinary_m53EF2F5A590CBFB65D2EC6C720D7396B4C8038BD(L_0, L_11, NULL);
return L_12;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitBlock(System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitBlock_mA09AE0F8C5697D37D9C1682D5A2872010324A1D5 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m6B5A3437B8BA458FAC7206C2E4E366E5FB2B06D1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56F8ED283148F86DC021F144733AD8F493F586DC);
s_Il2CppMethodInitialized = true;
}
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_0 = NULL;
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* V_1 = NULL;
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___node0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_1;
L_1 = ExpressionVisitorUtils_VisitBlockExpressions_mEDE7C8036479335E4AC2A55DB270F2A06D334C37(__this, L_0, NULL);
V_0 = L_1;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = ___node0;
NullCheck(L_2);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_3;
L_3 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_2, NULL);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_4;
L_4 = ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m6B5A3437B8BA458FAC7206C2E4E366E5FB2B06D1(__this, L_3, _stringLiteral56F8ED283148F86DC021F144733AD8F493F586DC, ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m6B5A3437B8BA458FAC7206C2E4E366E5FB2B06D1_RuntimeMethod_var);
V_1 = L_4;
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_5 = V_1;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_6 = ___node0;
NullCheck(L_6);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_7;
L_7 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_6, NULL);
if ((!(((RuntimeObject*)(ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*)L_5) == ((RuntimeObject*)(ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*)L_7))))
{
goto IL_0028;
}
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = V_0;
if (L_8)
{
goto IL_0028;
}
}
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_9 = ___node0;
return L_9;
}
IL_0028:
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_10 = ___node0;
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_11 = V_1;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_12 = V_0;
NullCheck(L_10);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_13;
L_13 = VirtualFuncInvoker2< BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B*, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* >::Invoke(14 /* System.Linq.Expressions.BlockExpression System.Linq.Expressions.BlockExpression::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[]) */, L_10, L_11, L_12);
return L_13;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitConditional(System.Linq.Expressions.ConditionalExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitConditional_m2BB93A86981B731959195912EB5891D7BD1BD0DA (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ___node0, const RuntimeMethod* method)
{
{
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = ___node0;
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_2);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_4 = ___node0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(L_4, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_5);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_7 = ___node0;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_7, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_8);
NullCheck(L_0);
ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_10;
L_10 = ConditionalExpression_Update_m1C9446C20A2EF4E0E2B653F0E411F5B098391F80(L_0, L_3, L_6, L_9, NULL);
return L_10;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitConstant(System.Linq.Expressions.ConstantExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitConstant_mA067C264EC64883CF5283DC735379AC37AF62D70 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___node0, const RuntimeMethod* method)
{
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0 = ___node0;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitDefault(System.Linq.Expressions.DefaultExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitDefault_mC74DD9BE2786BFEA6C78A91F88E4E761AF80D207 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___node0, const RuntimeMethod* method)
{
{
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_0 = ___node0;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitExtension(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitExtension_m16258F15F7B3BE8BAE1BB3090AC741E471F46F2D (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___node0, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* >::Invoke(8 /* System.Linq.Expressions.Expression System.Linq.Expressions.Expression::VisitChildren(System.Linq.Expressions.ExpressionVisitor) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitGoto(System.Linq.Expressions.GotoExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitGoto_m9815F916F2444711ACE03F0E4CAA1AAC400DD0E1 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* ___node0, const RuntimeMethod* method)
{
{
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_0 = ___node0;
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_1 = ___node0;
NullCheck(L_1);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2;
L_2 = GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline(L_1, NULL);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3;
L_3 = VirtualFuncInvoker1< LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* >::Invoke(13 /* System.Linq.Expressions.LabelTarget System.Linq.Expressions.ExpressionVisitor::VisitLabelTarget(System.Linq.Expressions.LabelTarget) */, __this, L_2);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_4 = ___node0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_4, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_5);
NullCheck(L_0);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_7;
L_7 = GotoExpression_Update_mEA6F572D5DEC109AAA53F1C3AB50D4900E2DD8F7(L_0, L_3, L_6, NULL);
return L_7;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitInvocation(System.Linq.Expressions.InvocationExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitInvocation_m03D854038A8C45B6C12429FE101E7AF77DDC131A (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* ___node0, const RuntimeMethod* method)
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_1 = NULL;
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
V_0 = L_2;
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_3 = ___node0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_4;
L_4 = ExpressionVisitor_VisitArguments_m36BEB642DD3B07822C343D9921FD62E4ACF9F1E9(__this, L_3, NULL);
V_1 = L_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_0;
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_6 = ___node0;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_6, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_7))))
{
goto IL_0023;
}
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = V_1;
if (L_8)
{
goto IL_0023;
}
}
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_9 = ___node0;
return L_9;
}
IL_0023:
{
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_10 = ___node0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = V_0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_12 = V_1;
NullCheck(L_10);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_13;
L_13 = VirtualFuncInvoker2< InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* >::Invoke(15 /* System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[]) */, L_10, L_11, L_12);
return L_13;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.ExpressionVisitor::VisitLabelTarget(System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ExpressionVisitor_VisitLabelTarget_m41F3F5E75DBAD5D0200A5024A19122A303FDD23D (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___node0, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___node0;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitLabel(System.Linq.Expressions.LabelExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitLabel_m1DEFC2991972BDCC0F9433BCEA89B7179188C76E (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* ___node0, const RuntimeMethod* method)
{
{
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_0 = ___node0;
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_1 = ___node0;
NullCheck(L_1);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2;
L_2 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_1, NULL);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3;
L_3 = VirtualFuncInvoker1< LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* >::Invoke(13 /* System.Linq.Expressions.LabelTarget System.Linq.Expressions.ExpressionVisitor::VisitLabelTarget(System.Linq.Expressions.LabelTarget) */, __this, L_2);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_4 = ___node0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline(L_4, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_5);
NullCheck(L_0);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_7;
L_7 = LabelExpression_Update_mE49C1E3A7AAA8E9736D4433BB0A2B41FE12CC653(L_0, L_3, L_6, NULL);
return L_7;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitLoop(System.Linq.Expressions.LoopExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitLoop_m43B6B7EB6535E65122686D725AFEF4E72279CBC2 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* ___node0, const RuntimeMethod* method)
{
{
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_0 = ___node0;
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_1 = ___node0;
NullCheck(L_1);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2;
L_2 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(L_1, NULL);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3;
L_3 = VirtualFuncInvoker1< LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* >::Invoke(13 /* System.Linq.Expressions.LabelTarget System.Linq.Expressions.ExpressionVisitor::VisitLabelTarget(System.Linq.Expressions.LabelTarget) */, __this, L_2);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_4 = ___node0;
NullCheck(L_4);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_5;
L_5 = LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline(L_4, NULL);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_6;
L_6 = VirtualFuncInvoker1< LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* >::Invoke(13 /* System.Linq.Expressions.LabelTarget System.Linq.Expressions.ExpressionVisitor::VisitLabelTarget(System.Linq.Expressions.LabelTarget) */, __this, L_5);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_7 = ___node0;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline(L_7, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_8);
NullCheck(L_0);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_10;
L_10 = LoopExpression_Update_m251BE822B5BD5D34A11A624D535F4FCA02565BA7(L_0, L_3, L_6, L_9, NULL);
return L_10;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitMember(System.Linq.Expressions.MemberExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitMember_m38FAB8E2F57FA4809BEDB94F23A2CAFE5FF588E7 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* ___node0, const RuntimeMethod* method)
{
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_0 = ___node0;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_2);
NullCheck(L_0);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_4;
L_4 = MemberExpression_Update_m412EB41B980BEA207BFD394A70074EFD2110A4EB(L_0, L_3, NULL);
return L_4;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitIndex(System.Linq.Expressions.IndexExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitIndex_mD4317B1C3CA030598B8F60BCBDC1D0C91D89B26C (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* ___node0, const RuntimeMethod* method)
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_1 = NULL;
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
V_0 = L_2;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_3 = ___node0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_4;
L_4 = ExpressionVisitor_VisitArguments_m36BEB642DD3B07822C343D9921FD62E4ACF9F1E9(__this, L_3, NULL);
V_1 = L_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_0;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_6 = ___node0;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_6, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_7))))
{
goto IL_0023;
}
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = V_1;
if (L_8)
{
goto IL_0023;
}
}
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_9 = ___node0;
return L_9;
}
IL_0023:
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_10 = ___node0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = V_0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_12 = V_1;
NullCheck(L_10);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = IndexExpression_Rewrite_m05C9C0DDA416A6CDEE6D50513B40C2B62E7118C5(L_10, L_11, L_12, NULL);
return L_13;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitMethodCall(System.Linq.Expressions.MethodCallExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitMethodCall_m1000C85EE38A9CF9CCD4ADCCDD2907FC1BEFA9C8 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* ___node0, const RuntimeMethod* method)
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_1 = NULL;
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_0 = ___node0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_1);
V_0 = L_2;
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_3 = ___node0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_4;
L_4 = ExpressionVisitor_VisitArguments_m36BEB642DD3B07822C343D9921FD62E4ACF9F1E9(__this, L_3, NULL);
V_1 = L_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_0;
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_6 = ___node0;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_6, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_7))))
{
goto IL_0023;
}
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = V_1;
if (L_8)
{
goto IL_0023;
}
}
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_9 = ___node0;
return L_9;
}
IL_0023:
{
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_10 = ___node0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = V_0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_12 = V_1;
NullCheck(L_10);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_13;
L_13 = VirtualFuncInvoker2< MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, RuntimeObject* >::Invoke(14 /* System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>) */, L_10, L_11, (RuntimeObject*)L_12);
return L_13;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitNewArray(System.Linq.Expressions.NewArrayExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitNewArray_m796C229E1DAA8250E64FA04B1A214075684032BB (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* ___node0, const RuntimeMethod* method)
{
{
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_0 = ___node0;
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_1 = ___node0;
NullCheck(L_1);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_2;
L_2 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_1, NULL);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_3;
L_3 = ExpressionVisitor_Visit_mDF754AF8855FE22106F063223FB29304CC94FA29(__this, L_2, NULL);
NullCheck(L_0);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_4;
L_4 = NewArrayExpression_Update_m9EBFF10178B74314535F658AC4817D71549A4644(L_0, L_3, NULL);
return L_4;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitParameter(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitParameter_m66B44224F5F0ACF016A5C1652CD09B9AEA9AFC14 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___node0, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___node0;
return L_0;
}
}
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.ExpressionVisitor::VisitCatchBlock(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ExpressionVisitor_VisitCatchBlock_m25B38A8D58B09EBDEF7471D70D788A9955541F93 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m3E32E159FAD0579791C006186CD0161EADE1834F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FAA66A1A98447E9B18F94AB50BCA8AA76F2DF6C);
s_Il2CppMethodInitialized = true;
}
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___node0;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_1 = ___node0;
NullCheck(L_1);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_2;
L_2 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_1, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_3;
L_3 = ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m3E32E159FAD0579791C006186CD0161EADE1834F(__this, L_2, _stringLiteral8FAA66A1A98447E9B18F94AB50BCA8AA76F2DF6C, ExpressionVisitor_VisitAndConvert_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m3E32E159FAD0579791C006186CD0161EADE1834F_RuntimeMethod_var);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_4 = ___node0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_4, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_5);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_7 = ___node0;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_7, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_8);
NullCheck(L_0);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_10;
L_10 = CatchBlock_Update_m02BE0F5F3BACF725EFEDA1B1F6A219899B46C1F0(L_0, L_3, L_6, L_9, NULL);
return L_10;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitTry(System.Linq.Expressions.TryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitTry_mD4894B267808BBE1EBEF8B8AD28D707FFCB3E74E (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_0 = ___node0;
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline(L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_2);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_4 = ___node0;
NullCheck(L_4);
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_5;
L_5 = TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline(L_4, NULL);
Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9* L_6 = (Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9*)il2cpp_codegen_object_new(Func_2_tFE2B20912D75389BE0ABC9A271AFB82C6C9C15A9_il2cpp_TypeInfo_var);
NullCheck(L_6);
Func_2__ctor_mF1992B9EFDD98FDE00952A835D1DEA9F52D0356B(L_6, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 22)), NULL);
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_7;
L_7 = ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA(L_5, L_6, ExpressionVisitor_Visit_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m9F94FCAF0A99871F123228456FA67F081D323CCA_RuntimeMethod_var);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_8 = ___node0;
NullCheck(L_8);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(L_8, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_9);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_11 = ___node0;
NullCheck(L_11);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12;
L_12 = TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline(L_11, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_12);
NullCheck(L_0);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_14;
L_14 = TryExpression_Update_mE76A2AAF3F4981C8BDC740E9F5E8B1171FFCF0A2(L_0, L_3, L_7, L_10, L_13, NULL);
return L_14;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitTypeBinary(System.Linq.Expressions.TypeBinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitTypeBinary_m19D84AECBC2564462506448B112F4808CDE6A235 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* ___node0, const RuntimeMethod* method)
{
{
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_0 = ___node0;
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_1 = ___node0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_2);
NullCheck(L_0);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_4;
L_4 = TypeBinaryExpression_Update_m6300BA2FC1BF6F5C93CB4810C466B1C3742C0A99(L_0, L_3, NULL);
return L_4;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitUnary(System.Linq.Expressions.UnaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitUnary_m35292A96007D672320022BC4AE6C04AFC9A93A44 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___node0, const RuntimeMethod* method)
{
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___node0;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_1 = ___node0;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_2 = ___node0;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_2, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_3);
NullCheck(L_1);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_5;
L_5 = UnaryExpression_Update_m8B2ED5816E75945DC8EFD207157AFA230A2FA258(L_1, L_4, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_6;
L_6 = ExpressionVisitor_ValidateUnary_m524AF7AC2CB3FC5626D8D3794DCB0C072EC510EE(L_0, L_5, NULL);
return L_6;
}
}
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.ExpressionVisitor::ValidateUnary(System.Linq.Expressions.UnaryExpression,System.Linq.Expressions.UnaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ExpressionVisitor_ValidateUnary_m524AF7AC2CB3FC5626D8D3794DCB0C072EC510EE (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___before0, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___after1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral728E9AD457A87EF07C55B5C8498DC13D768C0B15);
s_Il2CppMethodInitialized = true;
}
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___before0;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_1 = ___after1;
if ((((RuntimeObject*)(UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)L_0) == ((RuntimeObject*)(UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)L_1)))
{
goto IL_0061;
}
}
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_2 = ___before0;
NullCheck(L_2);
MethodInfo_t* L_3;
L_3 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_2, NULL);
bool L_4;
L_4 = MethodInfo_op_Equality_m3F6B020142F59A9A1549CEB6C7A43798FBA18BEB(L_3, (MethodInfo_t*)NULL, NULL);
if (!L_4)
{
goto IL_0061;
}
}
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_5 = ___after1;
NullCheck(L_5);
MethodInfo_t* L_6;
L_6 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_5, NULL);
bool L_7;
L_7 = MethodInfo_op_Inequality_m12A72321F9066269B34CD4062B224E1A20AC15EC(L_6, (MethodInfo_t*)NULL, NULL);
if (!L_7)
{
goto IL_0031;
}
}
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_8 = ___after1;
NullCheck(L_8);
MethodInfo_t* L_9;
L_9 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_8, NULL);
Exception_t* L_10;
L_10 = Error_MustRewriteWithoutMethod_m0EE051E7AA40309F851CFDE364CEDCCAE7470779(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral728E9AD457A87EF07C55B5C8498DC13D768C0B15)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionVisitor_ValidateUnary_m524AF7AC2CB3FC5626D8D3794DCB0C072EC510EE_RuntimeMethod_var)));
}
IL_0031:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_11 = ___before0;
NullCheck(L_11);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12;
L_12 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_11, NULL);
if (!L_12)
{
goto IL_0061;
}
}
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_13 = ___after1;
NullCheck(L_13);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14;
L_14 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_13, NULL);
if (!L_14)
{
goto IL_0061;
}
}
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_15 = ___before0;
NullCheck(L_15);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16;
L_16 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_15, NULL);
NullCheck(L_16);
Type_t* L_17;
L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_16);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_18 = ___after1;
NullCheck(L_18);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19;
L_19 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_18, NULL);
NullCheck(L_19);
Type_t* L_20;
L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_19);
ExpressionVisitor_ValidateChildType_m9872944CF0E21A78DAF9ABED23A76543EC2F53ED(L_17, L_20, _stringLiteral728E9AD457A87EF07C55B5C8498DC13D768C0B15, NULL);
}
IL_0061:
{
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_21 = ___after1;
return L_21;
}
}
// System.Linq.Expressions.BinaryExpression System.Linq.Expressions.ExpressionVisitor::ValidateBinary(System.Linq.Expressions.BinaryExpression,System.Linq.Expressions.BinaryExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ExpressionVisitor_ValidateBinary_m53EF2F5A590CBFB65D2EC6C720D7396B4C8038BD (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___before0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___after1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB2FD3E64B40DE7BFE1C224EA1FF4BFD9537CFFB);
s_Il2CppMethodInitialized = true;
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___before0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_1 = ___after1;
if ((((RuntimeObject*)(BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)L_0) == ((RuntimeObject*)(BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)L_1)))
{
goto IL_0071;
}
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = ___before0;
NullCheck(L_2);
MethodInfo_t* L_3;
L_3 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_2, NULL);
bool L_4;
L_4 = MethodInfo_op_Equality_m3F6B020142F59A9A1549CEB6C7A43798FBA18BEB(L_3, (MethodInfo_t*)NULL, NULL);
if (!L_4)
{
goto IL_0071;
}
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_5 = ___after1;
NullCheck(L_5);
MethodInfo_t* L_6;
L_6 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_5, NULL);
bool L_7;
L_7 = MethodInfo_op_Inequality_m12A72321F9066269B34CD4062B224E1A20AC15EC(L_6, (MethodInfo_t*)NULL, NULL);
if (!L_7)
{
goto IL_0031;
}
}
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_8 = ___after1;
NullCheck(L_8);
MethodInfo_t* L_9;
L_9 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_8, NULL);
Exception_t* L_10;
L_10 = Error_MustRewriteWithoutMethod_m0EE051E7AA40309F851CFDE364CEDCCAE7470779(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB2FD3E64B40DE7BFE1C224EA1FF4BFD9537CFFB)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionVisitor_ValidateBinary_m53EF2F5A590CBFB65D2EC6C720D7396B4C8038BD_RuntimeMethod_var)));
}
IL_0031:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_11 = ___before0;
NullCheck(L_11);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12;
L_12 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_11, NULL);
NullCheck(L_12);
Type_t* L_13;
L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_12);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_14 = ___after1;
NullCheck(L_14);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15;
L_15 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_14, NULL);
NullCheck(L_15);
Type_t* L_16;
L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_15);
ExpressionVisitor_ValidateChildType_m9872944CF0E21A78DAF9ABED23A76543EC2F53ED(L_13, L_16, _stringLiteralDB2FD3E64B40DE7BFE1C224EA1FF4BFD9537CFFB, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_17 = ___before0;
NullCheck(L_17);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18;
L_18 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_17, NULL);
NullCheck(L_18);
Type_t* L_19;
L_19 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_18);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_20 = ___after1;
NullCheck(L_20);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21;
L_21 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_20, NULL);
NullCheck(L_21);
Type_t* L_22;
L_22 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_21);
ExpressionVisitor_ValidateChildType_m9872944CF0E21A78DAF9ABED23A76543EC2F53ED(L_19, L_22, _stringLiteralDB2FD3E64B40DE7BFE1C224EA1FF4BFD9537CFFB, NULL);
}
IL_0071:
{
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_23 = ___after1;
return L_23;
}
}
// System.Void System.Linq.Expressions.ExpressionVisitor::ValidateChildType(System.Type,System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionVisitor_ValidateChildType_m9872944CF0E21A78DAF9ABED23A76543EC2F53ED (Type_t* ___before0, Type_t* ___after1, String_t* ___methodName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___before0;
NullCheck(L_0);
bool L_1;
L_1 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_0, NULL);
if (!L_1)
{
goto IL_0012;
}
}
{
Type_t* L_2 = ___before0;
Type_t* L_3 = ___after1;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_4;
L_4 = TypeUtils_AreEquivalent_m8151407409689E4CFBFE4D92D2A1DB7992A9A52C(L_2, L_3, NULL);
if (!L_4)
{
goto IL_001b;
}
}
{
return;
}
IL_0012:
{
Type_t* L_5 = ___after1;
NullCheck(L_5);
bool L_6;
L_6 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_5, NULL);
if (L_6)
{
goto IL_001b;
}
}
{
return;
}
IL_001b:
{
Type_t* L_7 = ___before0;
Type_t* L_8 = ___after1;
String_t* L_9 = ___methodName2;
Exception_t* L_10;
L_10 = Error_MustRewriteChildToSameType_m0E6BA7EB18DC0271EC4D9119CAE820D290864FCD(L_7, L_8, L_9, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionVisitor_ValidateChildType_m9872944CF0E21A78DAF9ABED23A76543EC2F53ED_RuntimeMethod_var)));
}
}
#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 System.Linq.Expressions.GotoExpression::.ctor(System.Linq.Expressions.GotoExpressionKind,System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GotoExpression__ctor_m0B734B60FBECE9E541F7A2927B4A119FFD436582 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, int32_t ___kind0, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___value2, Type_t* ___type3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
int32_t L_0 = ___kind0;
__this->___U3CKindU3Ek__BackingField_6 = L_0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___value2;
__this->___U3CValueU3Ek__BackingField_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CValueU3Ek__BackingField_4), (void*)L_1);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2 = ___target1;
__this->___U3CTargetU3Ek__BackingField_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTargetU3Ek__BackingField_5), (void*)L_2);
Type_t* L_3 = ___type3;
__this->___U3CTypeU3Ek__BackingField_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_3), (void*)L_3);
return;
}
}
// System.Type System.Linq.Expressions.GotoExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* GotoExpression_get_Type_m99929754B74BB76E7463008E395E5ED750CBCB73 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.GotoExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GotoExpression_get_NodeType_mF97DC54B32DAAB211F123FED97D0ABA9ED8D035B (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)53));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.GotoExpression::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CValueU3Ek__BackingField_4;
return L_0;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.GotoExpression::get_Target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CTargetU3Ek__BackingField_5;
return L_0;
}
}
// System.Linq.Expressions.GotoExpressionKind System.Linq.Expressions.GotoExpression::get_Kind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GotoExpression_get_Kind_mB3F8E7E57BE45EE434B27F59D8DD7B7E4D5D0473 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CKindU3Ek__BackingField_6;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.GotoExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GotoExpression_Accept_mC1EE82D5BCC1AF4F3460FAD47046BBEF32536FB6 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* >::Invoke(11 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitGoto(System.Linq.Expressions.GotoExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.GotoExpression System.Linq.Expressions.GotoExpression::Update(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* GotoExpression_Update_mEA6F572D5DEC109AAA53F1C3AB50D4900E2DD8F7 (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___target0;
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline(__this, NULL);
if ((!(((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_0) == ((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_1))))
{
goto IL_0014;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___value1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_2) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_3))))
{
goto IL_0014;
}
}
{
return __this;
}
IL_0014:
{
int32_t L_4;
L_4 = GotoExpression_get_Kind_mB3F8E7E57BE45EE434B27F59D8DD7B7E4D5D0473_inline(__this, NULL);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_5 = ___target0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = ___value1;
Type_t* L_7;
L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_8;
L_8 = Expression_MakeGoto_m556453791C4664CA4BBB77F94740A29CF7E1FAD9(L_4, L_5, L_6, L_7, NULL);
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 System.Linq.Expressions.IndexExpression::.ctor(System.Linq.Expressions.Expression,System.Reflection.PropertyInfo,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexExpression__ctor_m36DA75971F9A309E16B4E168BF6B40DF33DE76FE (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, PropertyInfo_t* ___indexer1, RuntimeObject* ___arguments2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
PropertyInfo_t* L_0 = ___indexer1;
bool L_1;
L_1 = PropertyInfo_op_Equality_mD077C524E99EF7A3C977705217D3A88AB4DE5C13(L_0, (PropertyInfo_t*)NULL, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___instance0;
__this->___U3CObjectU3Ek__BackingField_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CObjectU3Ek__BackingField_4), (void*)L_2);
PropertyInfo_t* L_3 = ___indexer1;
__this->___U3CIndexerU3Ek__BackingField_5 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIndexerU3Ek__BackingField_5), (void*)L_3);
RuntimeObject* L_4 = ___arguments2;
__this->____arguments_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arguments_3), (void*)L_4);
return;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.IndexExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndexExpression_get_NodeType_m655027AE122DB0A93F4126E5A4AD7004DE672A24 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)55));
}
}
// System.Type System.Linq.Expressions.IndexExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* IndexExpression_get_Type_m6BB82EFECA21E15618D47A9191C6261E016E8C4F (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
{
PropertyInfo_t* L_0;
L_0 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(__this, NULL);
bool L_1;
L_1 = PropertyInfo_op_Inequality_m5DA1C329CB63868255C466876EC2452B40E418A9(L_0, (PropertyInfo_t*)NULL, NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
PropertyInfo_t* L_2;
L_2 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(__this, NULL);
NullCheck(L_2);
Type_t* L_3;
L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_2);
return L_3;
}
IL_001a:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(__this, NULL);
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_4);
NullCheck(L_5);
Type_t* L_6;
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_5);
return L_6;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::get_Object()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CObjectU3Ek__BackingField_4;
return L_0;
}
}
// System.Reflection.PropertyInfo System.Linq.Expressions.IndexExpression::get_Indexer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
{
PropertyInfo_t* L_0 = __this->___U3CIndexerU3Ek__BackingField_5;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.IndexExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* IndexExpression_get_Arguments_m02310E9FE7DEEDF2ACA2BBCBC8696F0AEE2169A5 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____arguments_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60(L_0, ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_3;
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.IndexExpression::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_3;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Count() */, IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_Accept_mBC9150887A962BB85554E27FCE81A32348C140FB (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* >::Invoke(18 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitIndex(System.Linq.Expressions.IndexExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_Rewrite_m05C9C0DDA416A6CDEE6D50513B40C2B62E7118C5 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* G_B2_0 = NULL;
PropertyInfo_t* G_B2_1 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B2_2 = NULL;
RuntimeObject* G_B1_0 = NULL;
PropertyInfo_t* G_B1_1 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B1_2 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___instance0;
PropertyInfo_t* L_1;
L_1 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(__this, NULL);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_2 = ___arguments1;
V_0 = (RuntimeObject*)L_2;
RuntimeObject* L_3 = V_0;
RuntimeObject* L_4 = L_3;
G_B1_0 = L_4;
G_B1_1 = L_1;
G_B1_2 = L_0;
if (L_4)
{
G_B2_0 = L_4;
G_B2_1 = L_1;
G_B2_2 = L_0;
goto IL_0014;
}
}
{
RuntimeObject* L_5 = __this->____arguments_3;
G_B2_0 = L_5;
G_B2_1 = G_B1_1;
G_B2_2 = G_B1_2;
}
IL_0014:
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_6;
L_6 = Expression_MakeIndex_mC8C6EE56AB86DADEBD5C2409323D49E2A2D88194(G_B2_2, G_B2_1, G_B2_0, NULL);
return L_6;
}
}
#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 System.Linq.Expressions.InvocationExpression::.ctor(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Type_t* ___returnType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
__this->___U3CExpressionU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExpressionU3Ek__BackingField_4), (void*)L_0);
Type_t* L_1 = ___returnType1;
__this->___U3CTypeU3Ek__BackingField_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_3), (void*)L_1);
return;
}
}
// System.Type System.Linq.Expressions.InvocationExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InvocationExpression_get_Type_m0D15B566F7F61154CEC22BB965164BF23C4614CC (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.InvocationExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression_get_NodeType_m413672CE9ED33BF14CEAAEF4A0969107F2149CF9 (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)17));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression::get_Expression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506 (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField_4;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression_get_Arguments_mB4411AF2CC5D85D7E118C2103066EE340D77FAA9 (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0;
L_0 = VirtualFuncInvoker0< ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* >::Invoke(12 /* System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression::GetOrMakeArguments() */, __this);
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression_GetOrMakeArguments_m0AB6FAC2B7015DF5D20FDF22D8DEA022C5771D2C (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression_GetOrMakeArguments_m0AB6FAC2B7015DF5D20FDF22D8DEA022C5771D2C_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression_GetArgument_m6650D7DA1FA7C1215A5DF806641B478E0B41BFC4 (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression_GetArgument_m6650D7DA1FA7C1215A5DF806641B478E0B41BFC4_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InvocationExpression::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression_get_ArgumentCount_mA6001CEE70FD099DCB1985298EA3D31CCC8BFFCA (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression_get_ArgumentCount_mA6001CEE70FD099DCB1985298EA3D31CCC8BFFCA_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression_Accept_m35A7CC19393F7CDA3CAC4AF2B54A7A5EF5B277F7 (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* >::Invoke(12 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitInvocation(System.Linq.Expressions.InvocationExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpression_Rewrite_m2B1C21F8E59DA346068B51693666E41C90958E82 (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression_Rewrite_m2B1C21F8E59DA346068B51693666E41C90958E82_RuntimeMethod_var)));
}
}
#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 System.Linq.Expressions.InvocationExpressionN::.ctor(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpressionN__ctor_mAE7FA33AAF20E47A4CBF0772D0B7D3C841AA9714 (InvocationExpressionN_t404223AF60026868C8F2F0697EDE0EAD56DCA6A2* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, RuntimeObject* ___arguments1, Type_t* ___returnType2, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
Type_t* L_1 = ___returnType2;
InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B(__this, L_0, L_1, NULL);
RuntimeObject* L_2 = ___arguments1;
__this->____arguments_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arguments_5), (void*)L_2);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpressionN::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpressionN_GetOrMakeArguments_mAA508F47EE8DFCA26F94ADC5DB7F2BA9DA52B62B (InvocationExpressionN_t404223AF60026868C8F2F0697EDE0EAD56DCA6A2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____arguments_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60(L_0, ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpressionN::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpressionN_GetArgument_m3BCD9AFFF38ADEF148B9521A6A086AC2336971E0 (InvocationExpressionN_t404223AF60026868C8F2F0697EDE0EAD56DCA6A2* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_5;
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.InvocationExpressionN::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpressionN_get_ArgumentCount_m2080CCC52070C61F9557BA3324BA421239C914FA (InvocationExpressionN_t404223AF60026868C8F2F0697EDE0EAD56DCA6A2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_5;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Count() */, IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpressionN::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpressionN_Rewrite_m622D8107EABF3081C1A8EC0969423EDACD64C299 (InvocationExpressionN_t404223AF60026868C8F2F0697EDE0EAD56DCA6A2* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* G_B2_0 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B2_1 = NULL;
RuntimeObject* G_B1_0 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B1_1 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_1 = ___arguments1;
V_0 = (RuntimeObject*)L_1;
RuntimeObject* L_2 = V_0;
RuntimeObject* L_3 = L_2;
G_B1_0 = L_3;
G_B1_1 = L_0;
if (L_3)
{
G_B2_0 = L_3;
G_B2_1 = L_0;
goto IL_000e;
}
}
{
RuntimeObject* L_4 = __this->____arguments_5;
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_000e:
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_5;
L_5 = Expression_Invoke_m3353C6CE80BFABDF3AE95A231A1F90D1CBE801B0(G_B2_1, G_B2_0, NULL);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.InvocationExpression0::.ctor(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression0__ctor_m191EF8F033899E2189F8251687574B1735CD7935 (InvocationExpression0_tA921229A7C5FC406098CA58DCD9255AE6E6CD35B* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, Type_t* ___returnType1, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
Type_t* L_1 = ___returnType1;
InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B(__this, L_0, L_1, NULL);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression0::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression0_GetOrMakeArguments_m2464CE43905922459CA3667B6A46A81D5D59BCF0 (InvocationExpression0_tA921229A7C5FC406098CA58DCD9255AE6E6CD35B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = ((EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_StaticFields*)il2cpp_codegen_static_fields_for(EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var))->___Instance_0;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression0::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression0_GetArgument_m6A1CDB5ACDDD520CD7898F4F14EDB9AC76FA3D29 (InvocationExpression0_tA921229A7C5FC406098CA58DCD9255AE6E6CD35B* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_0 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_0);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression0_GetArgument_m6A1CDB5ACDDD520CD7898F4F14EDB9AC76FA3D29_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InvocationExpression0::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression0_get_ArgumentCount_mDF44ECC5B14576F41F4D95749AEDF4A6C9C239DE (InvocationExpression0_tA921229A7C5FC406098CA58DCD9255AE6E6CD35B* __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression0::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpression0_Rewrite_m59705144C98E4F12F08A916FEC7C9FC767B417CE (InvocationExpression0_tA921229A7C5FC406098CA58DCD9255AE6E6CD35B* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_1;
L_1 = Expression_Invoke_mA8E60BED24009E1B4E0EC8D571AD536DC390062C(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.InvocationExpression1::.ctor(System.Linq.Expressions.Expression,System.Type,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression1__ctor_mA75509C9E36C62E8FE5858E33A46E81CB2CF0BDF (InvocationExpression1_tCFF61B4D3CB587AA119B113599F1CB6CAF1909E3* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, Type_t* ___returnType1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
Type_t* L_1 = ___returnType1;
InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression1::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression1_GetOrMakeArguments_m1D2F93DCD4D869E790E202FEA08EB896F01F05D6 (InvocationExpression1_tCFF61B4D3CB587AA119B113599F1CB6CAF1909E3* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression1::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression1_GetArgument_m5A2B60E7B1DF0FC988EA37D932DA088C9FD8EAFC (InvocationExpression1_tCFF61B4D3CB587AA119B113599F1CB6CAF1909E3* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (L_0)
{
goto IL_000f;
}
}
{
RuntimeObject* L_1 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_000f:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression1_GetArgument_m5A2B60E7B1DF0FC988EA37D932DA088C9FD8EAFC_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InvocationExpression1::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression1_get_ArgumentCount_mEE2413177D49227CBF4E1F2CE814C89F85A24247 (InvocationExpression1_tCFF61B4D3CB587AA119B113599F1CB6CAF1909E3* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression1::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpression1_Rewrite_m9836D8F528E95F0D79B8FDDF76EE842FD6E40040 (InvocationExpression1_tCFF61B4D3CB587AA119B113599F1CB6CAF1909E3* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___arguments1;
if (!L_0)
{
goto IL_000d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___lambda0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_2 = ___arguments1;
NullCheck(L_2);
int32_t L_3 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_5;
L_5 = Expression_Invoke_mE6303F181A8F69C2BFA3DA47E24791378BCE9B60(L_1, L_4, NULL);
return L_5;
}
IL_000d:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = ___lambda0;
RuntimeObject* L_7 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_7, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_9;
L_9 = Expression_Invoke_mE6303F181A8F69C2BFA3DA47E24791378BCE9B60(L_6, L_8, NULL);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.InvocationExpression2::.ctor(System.Linq.Expressions.Expression,System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression2__ctor_m15055625108DB19079CAD20A455A4440CAC71841 (InvocationExpression2_t129B88FD1977F1E283B446264A88CE15E4782878* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, Type_t* ___returnType1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
Type_t* L_1 = ___returnType1;
InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg13;
__this->____arg1_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_6), (void*)L_3);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression2::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression2_GetOrMakeArguments_mC72B86E4E52093C8AC729193863D29B391AE538C (InvocationExpression2_t129B88FD1977F1E283B446264A88CE15E4782878* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression2::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression2_GetArgument_mA3F598CF18AF109D7D9993832A7CB5A3BEB59FC8 (InvocationExpression2_t129B88FD1977F1E283B446264A88CE15E4782878* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (!L_0)
{
goto IL_0009;
}
}
{
int32_t L_1 = ___index0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0015;
}
}
{
goto IL_001c;
}
IL_0009:
{
RuntimeObject* L_2 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_2, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_3;
}
IL_0015:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg1_6;
return L_4;
}
IL_001c:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression2_GetArgument_mA3F598CF18AF109D7D9993832A7CB5A3BEB59FC8_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InvocationExpression2::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression2_get_ArgumentCount_m0B47919DEA3D80AF5BAEDACF63D8185BB3FF0FDD (InvocationExpression2_t129B88FD1977F1E283B446264A88CE15E4782878* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression2::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpression2_Rewrite_m2DBE75854008F912DB6841C979AC64CF7B407088 (InvocationExpression2_t129B88FD1977F1E283B446264A88CE15E4782878* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___arguments1;
if (!L_0)
{
goto IL_0010;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___lambda0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_2 = ___arguments1;
NullCheck(L_2);
int32_t L_3 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_5 = ___arguments1;
NullCheck(L_5);
int32_t L_6 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_8;
L_8 = Expression_Invoke_m15D0D622E81B7D43B5BFAB0D4AF70DF6A66EB764(L_1, L_4, L_7, NULL);
return L_8;
}
IL_0010:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9 = ___lambda0;
RuntimeObject* L_10 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_10, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12 = __this->____arg1_6;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_13;
L_13 = Expression_Invoke_m15D0D622E81B7D43B5BFAB0D4AF70DF6A66EB764(L_9, L_11, L_12, NULL);
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 System.Linq.Expressions.InvocationExpression3::.ctor(System.Linq.Expressions.Expression,System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression3__ctor_mCDCFEA0A5DE10E8D487FBCB660A85F4708D49B94 (InvocationExpression3_tC0A5BA662CF1B90375B9094B2F062C5B207E15DF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, Type_t* ___returnType1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg24, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
Type_t* L_1 = ___returnType1;
InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg13;
__this->____arg1_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___arg24;
__this->____arg2_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_7), (void*)L_4);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression3::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression3_GetOrMakeArguments_m718E44F86CB7D0ACE2F81C80783874AC4605F408 (InvocationExpression3_tC0A5BA662CF1B90375B9094B2F062C5B207E15DF* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression3::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression3_GetArgument_m171A07C9E8AC525C75C228248272A9462292F5BD (InvocationExpression3_tC0A5BA662CF1B90375B9094B2F062C5B207E15DF* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0014;
}
case 1:
{
goto IL_0020;
}
case 2:
{
goto IL_0027;
}
}
}
{
goto IL_002e;
}
IL_0014:
{
RuntimeObject* L_1 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0020:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_6;
return L_3;
}
IL_0027:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_7;
return L_4;
}
IL_002e:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression3_GetArgument_m171A07C9E8AC525C75C228248272A9462292F5BD_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InvocationExpression3::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression3_get_ArgumentCount_mAEC46B1D911246B4C92327D198CE1C20838FF344 (InvocationExpression3_tC0A5BA662CF1B90375B9094B2F062C5B207E15DF* __this, const RuntimeMethod* method)
{
{
return 3;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression3::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpression3_Rewrite_m48CC98AF040615FBC7637E2AE98A1BB544B5ACB6 (InvocationExpression3_tC0A5BA662CF1B90375B9094B2F062C5B207E15DF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___arguments1;
if (!L_0)
{
goto IL_0013;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___lambda0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_2 = ___arguments1;
NullCheck(L_2);
int32_t L_3 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_5 = ___arguments1;
NullCheck(L_5);
int32_t L_6 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = ___arguments1;
NullCheck(L_8);
int32_t L_9 = 2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_11;
L_11 = Expression_Invoke_m9A160D540DE843A7232E94975AE1E2B4735B5658(L_1, L_4, L_7, L_10, NULL);
return L_11;
}
IL_0013:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12 = ___lambda0;
RuntimeObject* L_13 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14;
L_14 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_13, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15 = __this->____arg1_6;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = __this->____arg2_7;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_17;
L_17 = Expression_Invoke_m9A160D540DE843A7232E94975AE1E2B4735B5658(L_12, L_14, L_15, L_16, NULL);
return L_17;
}
}
#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 System.Linq.Expressions.InvocationExpression4::.ctor(System.Linq.Expressions.Expression,System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression4__ctor_m79629003DF5669F3B8D7B560CF7157E33AA36D71 (InvocationExpression4_t79A2A8E56877A13A034BD25CC7264ADBE8819EC2* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, Type_t* ___returnType1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg24, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg35, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
Type_t* L_1 = ___returnType1;
InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg13;
__this->____arg1_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___arg24;
__this->____arg2_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_7), (void*)L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___arg35;
__this->____arg3_8 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg3_8), (void*)L_5);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression4::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression4_GetOrMakeArguments_m77ED3AC237A15179A885E3AFD17A41C30092C63F (InvocationExpression4_t79A2A8E56877A13A034BD25CC7264ADBE8819EC2* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression4::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression4_GetArgument_mE9E363C63DA8108FA38549647BBE3EF58E25F0CF (InvocationExpression4_t79A2A8E56877A13A034BD25CC7264ADBE8819EC2* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_0024;
}
case 2:
{
goto IL_002b;
}
case 3:
{
goto IL_0032;
}
}
}
{
goto IL_0039;
}
IL_0018:
{
RuntimeObject* L_1 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0024:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_6;
return L_3;
}
IL_002b:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_7;
return L_4;
}
IL_0032:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = __this->____arg3_8;
return L_5;
}
IL_0039:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression4_GetArgument_mE9E363C63DA8108FA38549647BBE3EF58E25F0CF_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InvocationExpression4::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression4_get_ArgumentCount_m7CD8655996F85EF296B3E6C79B29B6DD50716EC0 (InvocationExpression4_t79A2A8E56877A13A034BD25CC7264ADBE8819EC2* __this, const RuntimeMethod* method)
{
{
return 4;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression4::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpression4_Rewrite_m39F617E250BE0145D39A270AED50C410686968BE (InvocationExpression4_t79A2A8E56877A13A034BD25CC7264ADBE8819EC2* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___arguments1;
if (!L_0)
{
goto IL_0016;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___lambda0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_2 = ___arguments1;
NullCheck(L_2);
int32_t L_3 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_5 = ___arguments1;
NullCheck(L_5);
int32_t L_6 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = ___arguments1;
NullCheck(L_8);
int32_t L_9 = 2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_11 = ___arguments1;
NullCheck(L_11);
int32_t L_12 = 3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_14;
L_14 = Expression_Invoke_mC23A381A5B956E4B1DED349399D26CA2FF9E5742(L_1, L_4, L_7, L_10, L_13, NULL);
return L_14;
}
IL_0016:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15 = ___lambda0;
RuntimeObject* L_16 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17;
L_17 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_16, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = __this->____arg1_6;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19 = __this->____arg2_7;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20 = __this->____arg3_8;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_21;
L_21 = Expression_Invoke_mC23A381A5B956E4B1DED349399D26CA2FF9E5742(L_15, L_17, L_18, L_19, L_20, NULL);
return L_21;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.InvocationExpression5::.ctor(System.Linq.Expressions.Expression,System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationExpression5__ctor_m2CD8195676258A6EDC9C108C3D5E702806A5F837 (InvocationExpression5_t249A9A7103D77A2D6171337CD6EBE0D6A0B85B6C* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, Type_t* ___returnType1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg24, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg35, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg46, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___lambda0;
Type_t* L_1 = ___returnType1;
InvocationExpression__ctor_mE3DC988ADC5F745824321BA0031232BD5C412D1B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg13;
__this->____arg1_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___arg24;
__this->____arg2_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_7), (void*)L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___arg35;
__this->____arg3_8 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg3_8), (void*)L_5);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = ___arg46;
__this->____arg4_9 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg4_9), (void*)L_6);
return;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InvocationExpression5::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InvocationExpression5_GetOrMakeArguments_m426F42E6B0604E059DFED13574432A5D72A505A9 (InvocationExpression5_t249A9A7103D77A2D6171337CD6EBE0D6A0B85B6C* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression5::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression5_GetArgument_m09B80DB4709C17B8CB234B12B430E2857A7C4FFC (InvocationExpression5_t249A9A7103D77A2D6171337CD6EBE0D6A0B85B6C* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_001c;
}
case 1:
{
goto IL_0028;
}
case 2:
{
goto IL_002f;
}
case 3:
{
goto IL_0036;
}
case 4:
{
goto IL_003d;
}
}
}
{
goto IL_0044;
}
IL_001c:
{
RuntimeObject* L_1 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0028:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_6;
return L_3;
}
IL_002f:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_7;
return L_4;
}
IL_0036:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = __this->____arg3_8;
return L_5;
}
IL_003d:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = __this->____arg4_9;
return L_6;
}
IL_0044:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvocationExpression5_GetArgument_m09B80DB4709C17B8CB234B12B430E2857A7C4FFC_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InvocationExpression5::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvocationExpression5_get_ArgumentCount_m0880F5D36D2DD9C1A81A0940D338136E437F27C5 (InvocationExpression5_t249A9A7103D77A2D6171337CD6EBE0D6A0B85B6C* __this, const RuntimeMethod* method)
{
{
return 5;
}
}
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.InvocationExpression5::Rewrite(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* InvocationExpression5_Rewrite_m24DD854C647ECF8ECDF65C3181883C63F83C9A7B (InvocationExpression5_t249A9A7103D77A2D6171337CD6EBE0D6A0B85B6C* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___lambda0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___arguments1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_0 = ___arguments1;
if (!L_0)
{
goto IL_0019;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___lambda0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_2 = ___arguments1;
NullCheck(L_2);
int32_t L_3 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_5 = ___arguments1;
NullCheck(L_5);
int32_t L_6 = 1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8 = ___arguments1;
NullCheck(L_8);
int32_t L_9 = 2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_11 = ___arguments1;
NullCheck(L_11);
int32_t L_12 = 3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_14 = ___arguments1;
NullCheck(L_14);
int32_t L_15 = 4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_17;
L_17 = Expression_Invoke_m060B3FDA10564C669C464360C7D92FCB146A897A(L_1, L_4, L_7, L_10, L_13, L_16, NULL);
return L_17;
}
IL_0019:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = ___lambda0;
RuntimeObject* L_19 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20;
L_20 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_19, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21 = __this->____arg1_6;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22 = __this->____arg2_7;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23 = __this->____arg3_8;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_24 = __this->____arg4_9;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_25;
L_25 = Expression_Invoke_m060B3FDA10564C669C464360C7D92FCB146A897A(L_18, L_20, L_21, L_22, L_23, L_24, NULL);
return L_25;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.LabelExpression::.ctor(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelExpression__ctor_m4796CBF758A232A8B67DAE05E243FC440E447349 (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___label0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___defaultValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___label0;
__this->___U3CTargetU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTargetU3Ek__BackingField_3), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___defaultValue1;
__this->___U3CDefaultValueU3Ek__BackingField_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDefaultValueU3Ek__BackingField_4), (void*)L_1);
return;
}
}
// System.Type System.Linq.Expressions.LabelExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LabelExpression_get_Type_mB3A6BBAF4354FF787B8A8E0C559C184075227488 (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0;
L_0 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(__this, NULL);
NullCheck(L_0);
Type_t* L_1;
L_1 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.LabelExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LabelExpression_get_NodeType_mA4A2BB3B49CCB3DB78B80DB94B5A0A27A826C8AD (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)56));
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LabelExpression::get_Target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424 (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CTargetU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.LabelExpression::get_DefaultValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CDefaultValueU3Ek__BackingField_4;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.LabelExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LabelExpression_Accept_m820F58BF1D25D8E5087500A57E75B2B30F16EF1F (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* >::Invoke(14 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitLabel(System.Linq.Expressions.LabelExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.LabelExpression System.Linq.Expressions.LabelExpression::Update(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* LabelExpression_Update_mE49C1E3A7AAA8E9736D4433BB0A2B41FE12CC653 (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___target0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___defaultValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___target0;
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(__this, NULL);
if ((!(((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_0) == ((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_1))))
{
goto IL_0014;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___defaultValue1;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_2) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_3))))
{
goto IL_0014;
}
}
{
return __this;
}
IL_0014:
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_4 = ___target0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___defaultValue1;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_6;
L_6 = Expression_Label_m520A66C2BE3B11A6341F810D6C7EB6009ACACBFA(L_4, L_5, NULL);
return L_6;
}
}
#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 System.Linq.Expressions.LabelTarget::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelTarget__ctor_mA60E7A52710AA898892828EB64E622F953848D6C (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Type_t* L_0 = ___type0;
__this->___U3CTypeU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_1), (void*)L_0);
String_t* L_1 = ___name1;
__this->___U3CNameU3Ek__BackingField_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_0), (void*)L_1);
return;
}
}
// System.String System.Linq.Expressions.LabelTarget::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CNameU3Ek__BackingField_0;
return L_0;
}
}
// System.Type System.Linq.Expressions.LabelTarget::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_1;
return L_0;
}
}
// System.String System.Linq.Expressions.LabelTarget::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LabelTarget_ToString_mBEB04590A919F93F7CB3A44CD03B69B2E2B38D22 (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD3AB4CC9897182486FE349E69570E0D80FD58E7);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(__this, NULL);
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
String_t* L_2;
L_2 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(__this, NULL);
return L_2;
}
IL_0014:
{
return _stringLiteralAD3AB4CC9897182486FE349E69570E0D80FD58E7;
}
}
#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 System.Linq.Expressions.LambdaExpression::.ctor(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LambdaExpression__ctor_mF20EE7997CA76B27737EB88ED37DA747B0CD9EAA (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___body0;
__this->____body_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____body_3), (void*)L_0);
return;
}
}
// System.Type System.Linq.Expressions.LambdaExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LambdaExpression_get_Type_m00561165E70ECDC1B1E2A630161BAD439B73FF01 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
Type_t* L_0;
L_0 = VirtualFuncInvoker0< Type_t* >::Invoke(12 /* System.Type System.Linq.Expressions.LambdaExpression::get_TypeCore() */, __this);
return L_0;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.LambdaExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LambdaExpression_get_NodeType_mF8A1E3614184DC695E8C14840AEAD8E4761CDE2A (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)18));
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.LambdaExpression::get_Parameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* LambdaExpression_get_Parameters_m60512B6B3670A57CD4789335522EB4CAEF59A05F (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_0;
L_0 = VirtualFuncInvoker0< ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* >::Invoke(16 /* System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.LambdaExpression::GetOrMakeParameters() */, __this);
return L_0;
}
}
// System.String System.Linq.Expressions.LambdaExpression::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LambdaExpression_get_Name_mC099AAE16A8765B43A0D835C6AB33DFA80D4F878 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = VirtualFuncInvoker0< String_t* >::Invoke(14 /* System.String System.Linq.Expressions.LambdaExpression::get_NameCore() */, __this);
return L_0;
}
}
// System.String System.Linq.Expressions.LambdaExpression::get_NameCore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LambdaExpression_get_NameCore_m9CE950CD0859EA1BAA728850D353EF2292D5037C (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
return (String_t*)NULL;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.LambdaExpression::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____body_3;
return L_0;
}
}
// System.Type System.Linq.Expressions.LambdaExpression::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LambdaExpression_get_ReturnType_mA8E8D3FF1557408AFB1CE8C1B7ED879F045D41FB (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0;
L_0 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
MethodInfo_t* L_1;
L_1 = TypeUtils_GetInvokeMethod_m714B032EF49FBD2DB6F67188E15B8B0B841D7F3B(L_0, NULL);
NullCheck(L_1);
Type_t* L_2;
L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_1);
return L_2;
}
}
// System.Boolean System.Linq.Expressions.LambdaExpression::get_TailCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LambdaExpression_get_TailCall_m5C8FF396DC74BF7D57D40A22040CF500FABAE2E5 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Linq.Expressions.LambdaExpression::get_TailCallCore() */, __this);
return L_0;
}
}
// System.Boolean System.Linq.Expressions.LambdaExpression::get_TailCallCore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LambdaExpression_get_TailCallCore_m76CF7B1A957240BC996993CD94E34FB49634CCCC (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.LambdaExpression::GetOrMakeParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* LambdaExpression_GetOrMakeParameters_m2627C12ACFCE4104415D9B9661BC5D4EF4521A7A (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LambdaExpression_GetOrMakeParameters_m2627C12ACFCE4104415D9B9661BC5D4EF4521A7A_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.LambdaExpression::System.Linq.Expressions.IParameterProvider.GetParameter(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LambdaExpression_System_Linq_Expressions_IParameterProvider_GetParameter_m21AA97CBB95FAE8C3FFAA712F40820F67B23BDE6 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
L_1 = VirtualFuncInvoker1< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, int32_t >::Invoke(17 /* System.Linq.Expressions.ParameterExpression System.Linq.Expressions.LambdaExpression::GetParameter(System.Int32) */, __this, L_0);
return L_1;
}
}
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.LambdaExpression::GetParameter(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LambdaExpression_GetParameter_m448BD2411A7D05C208B249B62C6E8A156625D259 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LambdaExpression_GetParameter_m448BD2411A7D05C208B249B62C6E8A156625D259_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.LambdaExpression::System.Linq.Expressions.IParameterProvider.get_ParameterCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LambdaExpression_System_Linq_Expressions_IParameterProvider_get_ParameterCount_m8DDFFFAC737ACC71088AC174001FA3F641C1C09C (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* System.Int32 System.Linq.Expressions.LambdaExpression::get_ParameterCount() */, __this);
return L_0;
}
}
// System.Int32 System.Linq.Expressions.LambdaExpression::get_ParameterCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LambdaExpression_get_ParameterCount_m0AAD0AC62AEDD0C20A2191243D56CFA34FDE0833 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LambdaExpression_get_ParameterCount_m0AAD0AC62AEDD0C20A2191243D56CFA34FDE0833_RuntimeMethod_var)));
}
}
#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.Linq.Expressions.NewExpression System.Linq.Expressions.ListInitExpression::get_NewExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ListInitExpression_get_NewExpression_m9F8DBC1E6754C9C25AAF57B9068303DD9250D27A (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->___U3CNewExpressionU3Ek__BackingField_3;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit> System.Linq.Expressions.ListInitExpression::get_Initializers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ListInitExpression_get_Initializers_mDB919C61BA1780B3BF5809C30659608640F50152 (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_0 = __this->___U3CInitializersU3Ek__BackingField_4;
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 System.Linq.Expressions.LoopExpression::.ctor(System.Linq.Expressions.Expression,System.Linq.Expressions.LabelTarget,System.Linq.Expressions.LabelTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoopExpression__ctor_mD1F421D78E71B8EFF1E7C35E372F635CA07A714C (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body0, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___break1, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___continue2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___body0;
__this->___U3CBodyU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBodyU3Ek__BackingField_3), (void*)L_0);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1 = ___break1;
__this->___U3CBreakLabelU3Ek__BackingField_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBreakLabelU3Ek__BackingField_4), (void*)L_1);
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2 = ___continue2;
__this->___U3CContinueLabelU3Ek__BackingField_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CContinueLabelU3Ek__BackingField_5), (void*)L_2);
return;
}
}
// System.Type System.Linq.Expressions.LoopExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LoopExpression_get_Type_m26638D32AEA83F9152686C98A4C46773C4E0BB6D (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0;
L_0 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(__this, NULL);
NullCheck(L_1);
Type_t* L_2;
L_2 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_1, NULL);
return L_2;
}
IL_0014:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_3, NULL);
return L_4;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.LoopExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoopExpression_get_NodeType_m1DAB371ABAB6B001DAF6B865D8A4EAF37FF8344F (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)58));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.LoopExpression::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LoopExpression::get_BreakLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CBreakLabelU3Ek__BackingField_4;
return L_0;
}
}
// System.Linq.Expressions.LabelTarget System.Linq.Expressions.LoopExpression::get_ContinueLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CContinueLabelU3Ek__BackingField_5;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.LoopExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LoopExpression_Accept_m001BA14092A50A6A755F0C64A5DB66CD34E9A827 (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* >::Invoke(16 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitLoop(System.Linq.Expressions.LoopExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.LoopExpression System.Linq.Expressions.LoopExpression::Update(System.Linq.Expressions.LabelTarget,System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* LoopExpression_Update_m251BE822B5BD5D34A11A624D535F4FCA02565BA7 (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___breakLabel0, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___continueLabel1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___breakLabel0;
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1;
L_1 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(__this, NULL);
if ((!(((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_0) == ((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_1))))
{
goto IL_001d;
}
}
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2 = ___continueLabel1;
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3;
L_3 = LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline(__this, NULL);
if ((!(((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_2) == ((RuntimeObject*)(LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)L_3))))
{
goto IL_001d;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___body2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5))))
{
goto IL_001d;
}
}
{
return __this;
}
IL_001d:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = ___body2;
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_7 = ___breakLabel0;
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_8 = ___continueLabel1;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_9;
L_9 = Expression_Loop_m33215F72A1007DC4BF63591393867ABB711DABFB(L_6, L_7, L_8, NULL);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Linq.Expressions.Expression System.Linq.Expressions.MemberAssignment::get_Expression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberAssignment_get_Expression_m7563AF3027D0840783662276CA41B8F75BB36C10 (MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____expression_2;
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
#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.Linq.Expressions.MemberBindingType System.Linq.Expressions.MemberBinding::get_BindingType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberBinding_get_BindingType_m04B4F876BBD97225D6489A490173E429BC5827EF (MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CBindingTypeU3Ek__BackingField_0;
return L_0;
}
}
// System.Reflection.MemberInfo System.Linq.Expressions.MemberBinding::get_Member()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B (MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* __this, const RuntimeMethod* method)
{
{
MemberInfo_t* L_0 = __this->___U3CMemberU3Ek__BackingField_1;
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.Reflection.MemberInfo System.Linq.Expressions.MemberExpression::get_Member()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104 (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method)
{
{
MemberInfo_t* L_0;
L_0 = VirtualFuncInvoker0< MemberInfo_t* >::Invoke(10 /* System.Reflection.MemberInfo System.Linq.Expressions.MemberExpression::GetMember() */, __this);
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression::get_Expression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503 (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField_3;
return L_0;
}
}
// System.Void System.Linq.Expressions.MemberExpression::.ctor(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberExpression__ctor_m587E71552927C23AA27F3FBBFCD4496D87510A30 (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
__this->___U3CExpressionU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExpressionU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Linq.Expressions.PropertyExpression System.Linq.Expressions.MemberExpression::Make(System.Linq.Expressions.Expression,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3* MemberExpression_Make_mAFCD8F7CCA90B3DEA0586A20BDB12ACD0FB10419 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, PropertyInfo_t* ___property1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
PropertyInfo_t* L_1 = ___property1;
PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3* L_2 = (PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3*)il2cpp_codegen_object_new(PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3_il2cpp_TypeInfo_var);
NullCheck(L_2);
PropertyExpression__ctor_m85C7C52575B6238D49F36A76FF13D489CCCFC29C(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Linq.Expressions.FieldExpression System.Linq.Expressions.MemberExpression::Make(System.Linq.Expressions.Expression,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED* MemberExpression_Make_m0C74C43710AE48AEEB3DEB0C4ADBB066DBA2E3F0 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, FieldInfo_t* ___field1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
FieldInfo_t* L_1 = ___field1;
FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED* L_2 = (FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED*)il2cpp_codegen_object_new(FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED_il2cpp_TypeInfo_var);
NullCheck(L_2);
FieldExpression__ctor_m3018398853062F814685CBFAB3977A38823D1A53(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.MemberExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberExpression_get_NodeType_m438C29F73F9B5AEC7863744CDBFA49E3A831490E (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)23));
}
}
// System.Reflection.MemberInfo System.Linq.Expressions.MemberExpression::GetMember()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* MemberExpression_GetMember_mB44F09D4104C91F27C0F3246C222224728A9C3FC (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberExpression_GetMember_mB44F09D4104C91F27C0F3246C222224728A9C3FC_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberExpression_Accept_m5EFA11A021050D86551518BABA7C9C0376A5040A (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* >::Invoke(17 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitMember(System.Linq.Expressions.MemberExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.MemberExpression System.Linq.Expressions.MemberExpression::Update(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* MemberExpression_Update_m412EB41B980BEA207BFD394A70074EFD2110A4EB (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_1))))
{
goto IL_000b;
}
}
{
return __this;
}
IL_000b:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___expression0;
MemberInfo_t* L_3;
L_3 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_4;
L_4 = Expression_MakeMemberAccess_m983316C8DA3081E56BEC96F464CD625749C6A6FE(L_2, L_3, NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.FieldExpression::.ctor(System.Linq.Expressions.Expression,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldExpression__ctor_m3018398853062F814685CBFAB3977A38823D1A53 (FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, FieldInfo_t* ___member1, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
MemberExpression__ctor_m587E71552927C23AA27F3FBBFCD4496D87510A30(__this, L_0, NULL);
FieldInfo_t* L_1 = ___member1;
__this->____field_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____field_4), (void*)L_1);
return;
}
}
// System.Reflection.MemberInfo System.Linq.Expressions.FieldExpression::GetMember()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* FieldExpression_GetMember_m2D4ECF5470E14E0CCFA4CCF4B688DF180492F16C (FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED* __this, const RuntimeMethod* method)
{
{
FieldInfo_t* L_0 = __this->____field_4;
return L_0;
}
}
// System.Type System.Linq.Expressions.FieldExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* FieldExpression_get_Type_m84216F44713D9EC4CA3201D06B20B454981E4722 (FieldExpression_t28597B578C3BC0341119BA5B1E19B7E3336670ED* __this, const RuntimeMethod* method)
{
{
FieldInfo_t* L_0 = __this->____field_4;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.PropertyExpression::.ctor(System.Linq.Expressions.Expression,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyExpression__ctor_m85C7C52575B6238D49F36A76FF13D489CCCFC29C (PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, PropertyInfo_t* ___member1, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
MemberExpression__ctor_m587E71552927C23AA27F3FBBFCD4496D87510A30(__this, L_0, NULL);
PropertyInfo_t* L_1 = ___member1;
__this->____property_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____property_4), (void*)L_1);
return;
}
}
// System.Reflection.MemberInfo System.Linq.Expressions.PropertyExpression::GetMember()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* PropertyExpression_GetMember_mB6CB9C9A39C33314E381FB77AE7511F160A88FED (PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3* __this, const RuntimeMethod* method)
{
{
PropertyInfo_t* L_0 = __this->____property_4;
return L_0;
}
}
// System.Type System.Linq.Expressions.PropertyExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* PropertyExpression_get_Type_m541BE860A3D6E7399A652C4099C793B042C498FC (PropertyExpression_t6B2E5D05CA954EC8A8CDE38BC2E416805CAD15E3* __this, const RuntimeMethod* method)
{
{
PropertyInfo_t* L_0 = __this->____property_4;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_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.Linq.Expressions.NewExpression System.Linq.Expressions.MemberInitExpression::get_NewExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* MemberInitExpression_get_NewExpression_mDE4DAFB01F1AFDFF9E1D75597A33DECB87EF60EE (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->___U3CNewExpressionU3Ek__BackingField_3;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding> System.Linq.Expressions.MemberInitExpression::get_Bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberInitExpression_get_Bindings_mB536296D4C0B10B1FAB3B868EF029DACDC8BD891 (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_0 = __this->___U3CBindingsU3Ek__BackingField_4;
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.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ElementInit> System.Linq.Expressions.MemberListBinding::get_Initializers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* MemberListBinding_get_Initializers_m4B81DACAA09C8680F92C7D3F176E7E45961876AA (MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_0 = __this->___U3CInitializersU3Ek__BackingField_2;
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.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.MemberBinding> System.Linq.Expressions.MemberMemberBinding::get_Bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberMemberBinding_get_Bindings_m4D2DFE23BFDC958EBDC356944D5A54DFDC88BFB8 (MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_0 = __this->___U3CBindingsU3Ek__BackingField_2;
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 System.Linq.Expressions.MethodCallExpression::.ctor(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, MethodInfo_t* ___method0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
MethodInfo_t* L_0 = ___method0;
__this->___U3CMethodU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::GetInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression_GetInstance_mCE79582CB0E2BD1410F07FE2D36C344EBF5AFC19 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
return (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)NULL;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.MethodCallExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression_get_NodeType_m3677ACA7ACF6BD469BD1EB01A9DDE205E325A0A6 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
return (int32_t)(6);
}
}
// System.Type System.Linq.Expressions.MethodCallExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* MethodCallExpression_get_Type_m7D79933D80DBEF1538CAFAF9F7CA4E6F722FF96E (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0;
L_0 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_0);
return L_1;
}
}
// System.Reflection.MethodInfo System.Linq.Expressions.MethodCallExpression::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::get_Object()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0;
L_0 = VirtualFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(12 /* System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::GetInstance() */, __this);
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression_get_Arguments_m386763439BCBD07BD686689D32990FA5155076F5 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0;
L_0 = VirtualFuncInvoker0< ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* >::Invoke(13 /* System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression::GetOrMakeArguments() */, __this);
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression_GetOrMakeArguments_m93FA66CD201AEED1C96ADD39DF331F757327C4D5 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression_GetOrMakeArguments_m93FA66CD201AEED1C96ADD39DF331F757327C4D5_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression_Accept_m003D8B37EDA4F95315B2AA28DD6C027F0E5A9801 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* >::Invoke(19 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitMethodCall(System.Linq.Expressions.MethodCallExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpression_Rewrite_mE15B140A41610279635B017128037EE3F6BB8BE0 (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression_Rewrite_mE15B140A41610279635B017128037EE3F6BB8BE0_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression_GetArgument_mB129B4ACE70BEDD307518B263206E6EA419E410A (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression_GetArgument_mB129B4ACE70BEDD307518B263206E6EA419E410A_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpression::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression_get_ArgumentCount_m48334F866757BBF44CA2B086586169D1DF1FC46C (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
Exception_t* L_0;
L_0 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression_get_ArgumentCount_m48334F866757BBF44CA2B086586169D1DF1FC46C_RuntimeMethod_var)));
}
}
#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 System.Linq.Expressions.InstanceMethodCallExpression::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceMethodCallExpression__ctor_m9F3FFD8C4E1AE93BCDCFF8F7C3099FDAE21E2A4B (InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance1;
__this->____instance_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____instance_4), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression::GetInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InstanceMethodCallExpression_GetInstance_m162CA2C7E46F8F03432BAE75EF193402BF0B1404 (InstanceMethodCallExpression_tBF1CD6A978321723B179D4E2478DC20AED5297E0* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____instance_4;
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 System.Linq.Expressions.MethodCallExpressionN::.ctor(System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpressionN__ctor_m4B443294DD2B5374833481E59E1E1ED50EC6671D (MethodCallExpressionN_t8CD330262898CF45DFA7BC7E8E4DBFEEB4731EAB* __this, MethodInfo_t* ___method0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
RuntimeObject* L_1 = ___args1;
__this->____arguments_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arguments_4), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpressionN::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpressionN_GetArgument_mEB1A2AD0D843E2AC6634303A8866B2DDCAAC9686 (MethodCallExpressionN_t8CD330262898CF45DFA7BC7E8E4DBFEEB4731EAB* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_4;
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpressionN::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpressionN_get_ArgumentCount_m87A977E98E5E041EE5232A88572EF8F99853078F (MethodCallExpressionN_t8CD330262898CF45DFA7BC7E8E4DBFEEB4731EAB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_4;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Count() */, IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpressionN::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpressionN_GetOrMakeArguments_m009CF9E3D6E9E98C625DADEFD1FE0FD66E23E6AE (MethodCallExpressionN_t8CD330262898CF45DFA7BC7E8E4DBFEEB4731EAB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____arguments_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60(L_0, ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpressionN::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpressionN_Rewrite_mB655A95835D44619E16E5D88C09E7D34ABF78A20 (MethodCallExpressionN_t8CD330262898CF45DFA7BC7E8E4DBFEEB4731EAB* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* G_B2_0 = NULL;
MethodInfo_t* G_B2_1 = NULL;
RuntimeObject* G_B1_0 = NULL;
MethodInfo_t* G_B1_1 = NULL;
{
MethodInfo_t* L_0;
L_0 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_1 = ___args1;
RuntimeObject* L_2 = L_1;
G_B1_0 = L_2;
G_B1_1 = L_0;
if (L_2)
{
G_B2_0 = L_2;
G_B2_1 = L_0;
goto IL_0011;
}
}
{
RuntimeObject* L_3 = __this->____arguments_4;
G_B2_0 = L_3;
G_B2_1 = G_B1_1;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_4;
L_4 = Expression_Call_m7484C5F9FDA9822ACA90627564A3031F89414466(G_B2_1, G_B2_0, NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.InstanceMethodCallExpressionN::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceMethodCallExpressionN__ctor_mF78BBD0AC11B5F025519555C3728C1AD07783B9D (InstanceMethodCallExpressionN_tC0BD2FED71D3E97889302B5CAE1CA0E4E36CC7B5* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, RuntimeObject* ___args2, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance1;
InstanceMethodCallExpression__ctor_m9F3FFD8C4E1AE93BCDCFF8F7C3099FDAE21E2A4B(__this, L_0, L_1, NULL);
RuntimeObject* L_2 = ___args2;
__this->____arguments_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arguments_5), (void*)L_2);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpressionN::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InstanceMethodCallExpressionN_GetArgument_mA5F69D2232FCB6E50F77E8A67F25D13A21465A58 (InstanceMethodCallExpressionN_tC0BD2FED71D3E97889302B5CAE1CA0E4E36CC7B5* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_5;
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.InstanceMethodCallExpressionN::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceMethodCallExpressionN_get_ArgumentCount_mAD342A7C47A9D16F0F065A1013DD9DB1B6875011 (InstanceMethodCallExpressionN_tC0BD2FED71D3E97889302B5CAE1CA0E4E36CC7B5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_5;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Linq.Expressions.Expression>::get_Count() */, IReadOnlyCollection_1_t9844C78999204FB2034D4F813ABA374B1DEA4474_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InstanceMethodCallExpressionN::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InstanceMethodCallExpressionN_GetOrMakeArguments_mF992A38CB81114C9A50F76F3E71FB9B104BCD66C (InstanceMethodCallExpressionN_tC0BD2FED71D3E97889302B5CAE1CA0E4E36CC7B5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____arguments_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60(L_0, ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.InstanceMethodCallExpressionN::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* InstanceMethodCallExpressionN_Rewrite_mF580D61F53939DAFFB6B22CEB38CC08A8D6121FC (InstanceMethodCallExpressionN_tC0BD2FED71D3E97889302B5CAE1CA0E4E36CC7B5* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* G_B2_0 = NULL;
MethodInfo_t* G_B2_1 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B2_2 = NULL;
RuntimeObject* G_B1_0 = NULL;
MethodInfo_t* G_B1_1 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B1_2 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___instance0;
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_2 = ___args1;
RuntimeObject* L_3 = L_2;
G_B1_0 = L_3;
G_B1_1 = L_1;
G_B1_2 = L_0;
if (L_3)
{
G_B2_0 = L_3;
G_B2_1 = L_1;
G_B2_2 = L_0;
goto IL_0012;
}
}
{
RuntimeObject* L_4 = __this->____arguments_5;
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
G_B2_2 = G_B1_2;
}
IL_0012:
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_5;
L_5 = Expression_Call_mDC9932505EA81CCC847E2C995FBCCEA4D0A706D4(G_B2_2, G_B2_1, G_B2_0, NULL);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.MethodCallExpression0::.ctor(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression0__ctor_mF3254A890FF2999DE5EB72C53953DE68248F649B (MethodCallExpression0_t5B3BC850DF21CFF4E0BD652623FAE34599714F98* __this, MethodInfo_t* ___method0, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression0::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression0_GetArgument_mABFABD9A3CEAEBFE39EAD0D6FC76B78850ECC6D6 (MethodCallExpression0_t5B3BC850DF21CFF4E0BD652623FAE34599714F98* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_0 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_0);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression0_GetArgument_mABFABD9A3CEAEBFE39EAD0D6FC76B78850ECC6D6_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpression0::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression0_get_ArgumentCount_m39DB673FEFBFAE0EDDB01CBD1CA2F7EA7176425E (MethodCallExpression0_t5B3BC850DF21CFF4E0BD652623FAE34599714F98* __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression0::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression0_GetOrMakeArguments_m54E2C8E96408DF25D23BFCF6D263BE924DDA6C8F (MethodCallExpression0_t5B3BC850DF21CFF4E0BD652623FAE34599714F98* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = ((EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_StaticFields*)il2cpp_codegen_static_fields_for(EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var))->___Instance_0;
return L_0;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression0::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpression0_Rewrite_m30717425C039FDED119ECF3C0F92BDC0CBC9A753 (MethodCallExpression0_t5B3BC850DF21CFF4E0BD652623FAE34599714F98* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
MethodInfo_t* L_0;
L_0 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_1;
L_1 = Expression_Call_m6B479BE526C87A4518700AA841E2E1ABE271BC5E(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.MethodCallExpression1::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression1__ctor_mBA9D09FED2F29D09FA43A68389EE88B9A5C769BC (MethodCallExpression1_tF1069B1E5953268D92E953CEFA09FB3384428C30* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg01;
__this->____arg0_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_4), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression1::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression1_GetArgument_mE5B9438168476AE4B992EC4ACE649CAA15229F45 (MethodCallExpression1_tF1069B1E5953268D92E953CEFA09FB3384428C30* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (L_0)
{
goto IL_000f;
}
}
{
RuntimeObject* L_1 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_000f:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression1_GetArgument_mE5B9438168476AE4B992EC4ACE649CAA15229F45_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpression1::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression1_get_ArgumentCount_m0E21DB5CFAE6DB1510BBAA75899591958513241E (MethodCallExpression1_tF1069B1E5953268D92E953CEFA09FB3384428C30* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression1::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression1_GetOrMakeArguments_mA50CEB3D3997961B890B131DB9B586FC3D71233C (MethodCallExpression1_tF1069B1E5953268D92E953CEFA09FB3384428C30* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression1::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpression1_Rewrite_m1B6BDCCE7A3192DFC175F395E05FE3891269AE0A (MethodCallExpression1_tF1069B1E5953268D92E953CEFA09FB3384428C30* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_0016;
}
}
{
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_2 = ___args1;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_2, 0);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_4;
L_4 = Expression_Call_m93F4F6DD4AB588A1CDC4C614A03CCCF018CABE9A(L_1, L_3, NULL);
return L_4;
}
IL_0016:
{
MethodInfo_t* L_5;
L_5 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_6 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_6, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_8;
L_8 = Expression_Call_m93F4F6DD4AB588A1CDC4C614A03CCCF018CABE9A(L_5, L_7, NULL);
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 System.Linq.Expressions.MethodCallExpression2::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression2__ctor_m38E62FF267B9F9DA9A577B630853B35721447D4A (MethodCallExpression2_tD7AA9CE55917E2EC5E9F20ECE4C84F1F60684F06* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg01;
__this->____arg0_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_4), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg12;
__this->____arg1_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_5), (void*)L_2);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression2::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression2_GetArgument_m9C2887BC5B687F15B07D5D65F23F16CBBE35296E (MethodCallExpression2_tD7AA9CE55917E2EC5E9F20ECE4C84F1F60684F06* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (!L_0)
{
goto IL_0009;
}
}
{
int32_t L_1 = ___index0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0015;
}
}
{
goto IL_001c;
}
IL_0009:
{
RuntimeObject* L_2 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_2, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_3;
}
IL_0015:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg1_5;
return L_4;
}
IL_001c:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression2_GetArgument_m9C2887BC5B687F15B07D5D65F23F16CBBE35296E_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpression2::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression2_get_ArgumentCount_mB999F6EFDB7723D5B1701E7077A669A9D1C11C34 (MethodCallExpression2_tD7AA9CE55917E2EC5E9F20ECE4C84F1F60684F06* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression2::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression2_GetOrMakeArguments_m0CECF3D433C9DC6FCB7CEE1FF93DE0DA0EDC7A9F (MethodCallExpression2_tD7AA9CE55917E2EC5E9F20ECE4C84F1F60684F06* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression2::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpression2_Rewrite_m9FF64C10949FCF4A1C4D5F3904A403FCF8871942 (MethodCallExpression2_tD7AA9CE55917E2EC5E9F20ECE4C84F1F60684F06* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_001d;
}
}
{
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_2 = ___args1;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_2, 0);
RuntimeObject* L_4 = ___args1;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_4, 1);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_6;
L_6 = Expression_Call_m27DE0B204617F9F1C3EB89C6EA950A544495C8A0(L_1, L_3, L_5, NULL);
return L_6;
}
IL_001d:
{
MethodInfo_t* L_7;
L_7 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_8 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_8, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = __this->____arg1_5;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_11;
L_11 = Expression_Call_m27DE0B204617F9F1C3EB89C6EA950A544495C8A0(L_7, L_9, L_10, NULL);
return L_11;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.MethodCallExpression3::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression3__ctor_m346E7C0E4ED7A8A75A462DB88F66902AFFB75F5B (MethodCallExpression3_tD4BB241054849DBB583E3D1597C540B19F71B6D8* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg01;
__this->____arg0_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_4), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg12;
__this->____arg1_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg23;
__this->____arg2_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_6), (void*)L_3);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression3::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression3_GetArgument_mCDC64710672A5F69D86316F5F75511C320B8C863 (MethodCallExpression3_tD4BB241054849DBB583E3D1597C540B19F71B6D8* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0014;
}
case 1:
{
goto IL_0020;
}
case 2:
{
goto IL_0027;
}
}
}
{
goto IL_002e;
}
IL_0014:
{
RuntimeObject* L_1 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0020:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_5;
return L_3;
}
IL_0027:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_6;
return L_4;
}
IL_002e:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression3_GetArgument_mCDC64710672A5F69D86316F5F75511C320B8C863_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpression3::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression3_get_ArgumentCount_m143F56AAECA8880E6A2B9BB0FAE1EFBF21A4EAC3 (MethodCallExpression3_tD4BB241054849DBB583E3D1597C540B19F71B6D8* __this, const RuntimeMethod* method)
{
{
return 3;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression3::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression3_GetOrMakeArguments_m974168C67801509FD73B4FF66C1AF4EA946255BC (MethodCallExpression3_tD4BB241054849DBB583E3D1597C540B19F71B6D8* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression3::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpression3_Rewrite_mE30B786B9D32AE530CB270AA0776BAD95CB814F3 (MethodCallExpression3_tD4BB241054849DBB583E3D1597C540B19F71B6D8* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_0024;
}
}
{
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_2 = ___args1;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_2, 0);
RuntimeObject* L_4 = ___args1;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_4, 1);
RuntimeObject* L_6 = ___args1;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_6, 2);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_8;
L_8 = Expression_Call_m58C346F0D0BCD96FED9CFFDDC2B7AEE4B2F3825D(L_1, L_3, L_5, L_7, NULL);
return L_8;
}
IL_0024:
{
MethodInfo_t* L_9;
L_9 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_10 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_10, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12 = __this->____arg1_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = __this->____arg2_6;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_14;
L_14 = Expression_Call_m58C346F0D0BCD96FED9CFFDDC2B7AEE4B2F3825D(L_9, L_11, L_12, L_13, NULL);
return L_14;
}
}
#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 System.Linq.Expressions.MethodCallExpression4::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression4__ctor_m5E20D5DA5DF90CA5BCA1686D62BF5713EE32FB0D (MethodCallExpression4_tA5A1335B47380631593E599C6DB6D7DFD5A8DC85* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg34, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg01;
__this->____arg0_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_4), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg12;
__this->____arg1_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg23;
__this->____arg2_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___arg34;
__this->____arg3_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg3_7), (void*)L_4);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression4::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression4_GetArgument_m523C591C9F98FFE8309860136D5DD3F69CBDAD76 (MethodCallExpression4_tA5A1335B47380631593E599C6DB6D7DFD5A8DC85* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_0024;
}
case 2:
{
goto IL_002b;
}
case 3:
{
goto IL_0032;
}
}
}
{
goto IL_0039;
}
IL_0018:
{
RuntimeObject* L_1 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0024:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_5;
return L_3;
}
IL_002b:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_6;
return L_4;
}
IL_0032:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = __this->____arg3_7;
return L_5;
}
IL_0039:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression4_GetArgument_m523C591C9F98FFE8309860136D5DD3F69CBDAD76_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpression4::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression4_get_ArgumentCount_m90669AD9E12297A62FAF1410A776D10F805BB7ED (MethodCallExpression4_tA5A1335B47380631593E599C6DB6D7DFD5A8DC85* __this, const RuntimeMethod* method)
{
{
return 4;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression4::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression4_GetOrMakeArguments_m4D69FA95DF79AB7E10168C5258EDEEC88CF3D934 (MethodCallExpression4_tA5A1335B47380631593E599C6DB6D7DFD5A8DC85* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression4::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpression4_Rewrite_m923778220A5BE9C6FAC0D448A04DA34E8CFABD4D (MethodCallExpression4_tA5A1335B47380631593E599C6DB6D7DFD5A8DC85* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_002b;
}
}
{
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_2 = ___args1;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_2, 0);
RuntimeObject* L_4 = ___args1;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_4, 1);
RuntimeObject* L_6 = ___args1;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_6, 2);
RuntimeObject* L_8 = ___args1;
NullCheck(L_8);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_8, 3);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_10;
L_10 = Expression_Call_m72C0385A7FD286F89562E5A8B1771CC44F26112B(L_1, L_3, L_5, L_7, L_9, NULL);
return L_10;
}
IL_002b:
{
MethodInfo_t* L_11;
L_11 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_12 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_12, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = __this->____arg1_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15 = __this->____arg2_6;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = __this->____arg3_7;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_17;
L_17 = Expression_Call_m72C0385A7FD286F89562E5A8B1771CC44F26112B(L_11, L_13, L_14, L_15, L_16, NULL);
return L_17;
}
}
#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 System.Linq.Expressions.MethodCallExpression5::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallExpression5__ctor_m78B3BB86D95A41379712920A4614C173BAFF9C88 (MethodCallExpression5_tE020F88F76452867093769BF30227149372539A3* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg12, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg23, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg34, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg45, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
MethodCallExpression__ctor_mB2ECE3AC78EF6E1CB3ED0EF45C2C1F63995D3BFA(__this, L_0, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___arg01;
__this->____arg0_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_4), (void*)L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg12;
__this->____arg1_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg23;
__this->____arg2_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___arg34;
__this->____arg3_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg3_7), (void*)L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = ___arg45;
__this->____arg4_8 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg4_8), (void*)L_5);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression5::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression5_GetArgument_m9E6E02C0BDCD998945B2DEE379C8BF108E6908C7 (MethodCallExpression5_tE020F88F76452867093769BF30227149372539A3* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_001c;
}
case 1:
{
goto IL_0028;
}
case 2:
{
goto IL_002f;
}
case 3:
{
goto IL_0036;
}
case 4:
{
goto IL_003d;
}
}
}
{
goto IL_0044;
}
IL_001c:
{
RuntimeObject* L_1 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0028:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_5;
return L_3;
}
IL_002f:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_6;
return L_4;
}
IL_0036:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = __this->____arg3_7;
return L_5;
}
IL_003d:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = __this->____arg4_8;
return L_6;
}
IL_0044:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodCallExpression5_GetArgument_m9E6E02C0BDCD998945B2DEE379C8BF108E6908C7_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.MethodCallExpression5::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallExpression5_get_ArgumentCount_m7D40B3EC3C12B1B32B3AC9E1C223518D51FBD7F9 (MethodCallExpression5_tE020F88F76452867093769BF30227149372539A3* __this, const RuntimeMethod* method)
{
{
return 5;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.MethodCallExpression5::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* MethodCallExpression5_GetOrMakeArguments_mD88CF2729E46B5A878C2A630B670C34A029EA10C (MethodCallExpression5_tE020F88F76452867093769BF30227149372539A3* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_4);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.MethodCallExpression5::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* MethodCallExpression5_Rewrite_m9B5B0B0129C7BC621FE83E4327F6E9C1D75B0286 (MethodCallExpression5_tE020F88F76452867093769BF30227149372539A3* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_0032;
}
}
{
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_2 = ___args1;
NullCheck(L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_2, 0);
RuntimeObject* L_4 = ___args1;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_4, 1);
RuntimeObject* L_6 = ___args1;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_6, 2);
RuntimeObject* L_8 = ___args1;
NullCheck(L_8);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_8, 3);
RuntimeObject* L_10 = ___args1;
NullCheck(L_10);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_10, 4);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_12;
L_12 = Expression_Call_mD248AFEA06E45B02ABC24953D296D90AAAF5D1D0(L_1, L_3, L_5, L_7, L_9, L_11, NULL);
return L_12;
}
IL_0032:
{
MethodInfo_t* L_13;
L_13 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_14 = __this->____arg0_4;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15;
L_15 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_14, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = __this->____arg1_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17 = __this->____arg2_6;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = __this->____arg3_7;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19 = __this->____arg4_8;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_20;
L_20 = Expression_Call_mD248AFEA06E45B02ABC24953D296D90AAAF5D1D0(L_13, L_15, L_16, L_17, L_18, L_19, NULL);
return L_20;
}
}
#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 System.Linq.Expressions.InstanceMethodCallExpression0::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceMethodCallExpression0__ctor_m0E600C1A86D51D169C4D3190F648B9A9B05FBCBC (InstanceMethodCallExpression0_t20B1527CA370A1F8C5C9001CBB2820CF1C3DF537* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance1;
InstanceMethodCallExpression__ctor_m9F3FFD8C4E1AE93BCDCFF8F7C3099FDAE21E2A4B(__this, L_0, L_1, NULL);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression0::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InstanceMethodCallExpression0_GetArgument_mEB22D41C513CE7794A312DD6EAA3D1F75B46FD9A (InstanceMethodCallExpression0_t20B1527CA370A1F8C5C9001CBB2820CF1C3DF537* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_0 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_0);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InstanceMethodCallExpression0_GetArgument_mEB22D41C513CE7794A312DD6EAA3D1F75B46FD9A_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InstanceMethodCallExpression0::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceMethodCallExpression0_get_ArgumentCount_mE2A6C7C637F5C3F480EF56AE550C1B023D191F81 (InstanceMethodCallExpression0_t20B1527CA370A1F8C5C9001CBB2820CF1C3DF537* __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InstanceMethodCallExpression0::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InstanceMethodCallExpression0_GetOrMakeArguments_mE24C03DEA0B33B36A4704E5C395D7440FEBB7F73 (InstanceMethodCallExpression0_t20B1527CA370A1F8C5C9001CBB2820CF1C3DF537* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = ((EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_StaticFields*)il2cpp_codegen_static_fields_for(EmptyReadOnlyCollection_1_t7556C0B2B7B1080DB0090686BCAE69420E838E88_il2cpp_TypeInfo_var))->___Instance_0;
return L_0;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.InstanceMethodCallExpression0::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* InstanceMethodCallExpression0_Rewrite_m4A780865371322975134B089B4EA605D4CF4AFF9 (InstanceMethodCallExpression0_t20B1527CA370A1F8C5C9001CBB2820CF1C3DF537* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___instance0;
MethodInfo_t* L_1;
L_1 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_2;
L_2 = Expression_Call_m09FC3088BA390B314F31348D4F07C803EB0DAAA7(L_0, L_1, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.InstanceMethodCallExpression1::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceMethodCallExpression1__ctor_m0EF2DE5BF1529E634F3E67D061576E1BF357D84D (InstanceMethodCallExpression1_t98746BF7B726CC88D70E4AFD3C34444D197B6931* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance1;
InstanceMethodCallExpression__ctor_m9F3FFD8C4E1AE93BCDCFF8F7C3099FDAE21E2A4B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression1::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InstanceMethodCallExpression1_GetArgument_m1B3E46C133C0CF10CAA6627A0912721BD7297630 (InstanceMethodCallExpression1_t98746BF7B726CC88D70E4AFD3C34444D197B6931* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (L_0)
{
goto IL_000f;
}
}
{
RuntimeObject* L_1 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_000f:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InstanceMethodCallExpression1_GetArgument_m1B3E46C133C0CF10CAA6627A0912721BD7297630_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InstanceMethodCallExpression1::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceMethodCallExpression1_get_ArgumentCount_mF979346C31D156A63ED420CB771EE2FE98CE0150 (InstanceMethodCallExpression1_t98746BF7B726CC88D70E4AFD3C34444D197B6931* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InstanceMethodCallExpression1::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InstanceMethodCallExpression1_GetOrMakeArguments_mB90F3B9FE33A5A9F398A986BDA137689428058FF (InstanceMethodCallExpression1_t98746BF7B726CC88D70E4AFD3C34444D197B6931* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.InstanceMethodCallExpression1::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* InstanceMethodCallExpression1_Rewrite_m97C934FA521C98D70AD77A287FBB606A194F442E (InstanceMethodCallExpression1_t98746BF7B726CC88D70E4AFD3C34444D197B6931* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_0017;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance0;
MethodInfo_t* L_2;
L_2 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_3 = ___args1;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_3, 0);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_5;
L_5 = Expression_Call_m1856C92D2B72C9A49B618D417B80A3B9A8E2397C(L_1, L_2, L_4, NULL);
return L_5;
}
IL_0017:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = ___instance0;
MethodInfo_t* L_7;
L_7 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_8 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_8, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_10;
L_10 = Expression_Call_m1856C92D2B72C9A49B618D417B80A3B9A8E2397C(L_6, L_7, L_9, NULL);
return L_10;
}
}
#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 System.Linq.Expressions.InstanceMethodCallExpression2::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceMethodCallExpression2__ctor_mDE506101591B0F98B8D96BAA4F0DE26CB9CA3EEC (InstanceMethodCallExpression2_t6E5A3152295E390BC5C36C71E940EC02AD27671F* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance1;
InstanceMethodCallExpression__ctor_m9F3FFD8C4E1AE93BCDCFF8F7C3099FDAE21E2A4B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg13;
__this->____arg1_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_6), (void*)L_3);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression2::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InstanceMethodCallExpression2_GetArgument_m50E3B3478DB2BEC22B523250644E8FA7B962E008 (InstanceMethodCallExpression2_t6E5A3152295E390BC5C36C71E940EC02AD27671F* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if (!L_0)
{
goto IL_0009;
}
}
{
int32_t L_1 = ___index0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0015;
}
}
{
goto IL_001c;
}
IL_0009:
{
RuntimeObject* L_2 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_2, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_3;
}
IL_0015:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg1_6;
return L_4;
}
IL_001c:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InstanceMethodCallExpression2_GetArgument_m50E3B3478DB2BEC22B523250644E8FA7B962E008_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InstanceMethodCallExpression2::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceMethodCallExpression2_get_ArgumentCount_m51920A7874931CAAC9E016E7F862B0CB7C8CCB95 (InstanceMethodCallExpression2_t6E5A3152295E390BC5C36C71E940EC02AD27671F* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InstanceMethodCallExpression2::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InstanceMethodCallExpression2_GetOrMakeArguments_m8018364630567C177EC735A2CDC17043A1F71715 (InstanceMethodCallExpression2_t6E5A3152295E390BC5C36C71E940EC02AD27671F* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.InstanceMethodCallExpression2::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* InstanceMethodCallExpression2_Rewrite_mF964083AC964DE8C3D1EFD9799E59D149CEEBFCE (InstanceMethodCallExpression2_t6E5A3152295E390BC5C36C71E940EC02AD27671F* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_001e;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance0;
MethodInfo_t* L_2;
L_2 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_3 = ___args1;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_3, 0);
RuntimeObject* L_5 = ___args1;
NullCheck(L_5);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_5, 1);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_7;
L_7 = Expression_Call_m026ABEE486C4442188DFC99B538AB1119F84555A(L_1, L_2, L_4, L_6, NULL);
return L_7;
}
IL_001e:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = ___instance0;
MethodInfo_t* L_9;
L_9 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_10 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_10, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12 = __this->____arg1_6;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_13;
L_13 = Expression_Call_m026ABEE486C4442188DFC99B538AB1119F84555A(L_8, L_9, L_11, L_12, NULL);
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 System.Linq.Expressions.InstanceMethodCallExpression3::.ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceMethodCallExpression3__ctor_mBE46E79EE7B6FADEFE662CABDB67A325B8BF986B (InstanceMethodCallExpression3_t07E3473B0EA6175BC66B2DDF645398DD4942AA13* __this, MethodInfo_t* ___method0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg02, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg13, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg24, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = ___method0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance1;
InstanceMethodCallExpression__ctor_m9F3FFD8C4E1AE93BCDCFF8F7C3099FDAE21E2A4B(__this, L_0, L_1, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___arg02;
__this->____arg0_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___arg13;
__this->____arg1_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___arg24;
__this->____arg2_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_7), (void*)L_4);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.InstanceMethodCallExpression3::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InstanceMethodCallExpression3_GetArgument_m3308566DAB98877013C6342203D10B702EB8F3F6 (InstanceMethodCallExpression3_t07E3473B0EA6175BC66B2DDF645398DD4942AA13* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0014;
}
case 1:
{
goto IL_0020;
}
case 2:
{
goto IL_0027;
}
}
}
{
goto IL_002e;
}
IL_0014:
{
RuntimeObject* L_1 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_1, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
return L_2;
}
IL_0020:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____arg1_6;
return L_3;
}
IL_0027:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____arg2_7;
return L_4;
}
IL_002e:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InstanceMethodCallExpression3_GetArgument_m3308566DAB98877013C6342203D10B702EB8F3F6_RuntimeMethod_var)));
}
}
// System.Int32 System.Linq.Expressions.InstanceMethodCallExpression3::get_ArgumentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceMethodCallExpression3_get_ArgumentCount_mAD3E9CB00584A960E18CB457B5C628386A461D60 (InstanceMethodCallExpression3_t07E3473B0EA6175BC66B2DDF645398DD4942AA13* __this, const RuntimeMethod* method)
{
{
return 3;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.InstanceMethodCallExpression3::GetOrMakeArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* InstanceMethodCallExpression3_GetOrMakeArguments_mA84772C80C98DD8264BDAD8ADD52F8AB76E413D9 (InstanceMethodCallExpression3_t07E3473B0EA6175BC66B2DDF645398DD4942AA13* __this, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = (&__this->____arg0_5);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_mBED42ABD07ED69675DE85EAC3AB8F2E5961B7C05(__this, L_0, NULL);
return L_1;
}
}
// System.Linq.Expressions.MethodCallExpression System.Linq.Expressions.InstanceMethodCallExpression3::Rewrite(System.Linq.Expressions.Expression,System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* InstanceMethodCallExpression3_Rewrite_mEDA942D7D462E1FDF76F3D55A618BD6BC91DB15D (InstanceMethodCallExpression3_t07E3473B0EA6175BC66B2DDF645398DD4942AA13* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___instance0, RuntimeObject* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___args1;
if (!L_0)
{
goto IL_0025;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___instance0;
MethodInfo_t* L_2;
L_2 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_3 = ___args1;
NullCheck(L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
L_4 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_3, 0);
RuntimeObject* L_5 = ___args1;
NullCheck(L_5);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_5, 1);
RuntimeObject* L_7 = ___args1;
NullCheck(L_7);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_7, 2);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_9;
L_9 = Expression_Call_mEB29B0D5111859A251B7B7657144E89FD6EFDFDE(L_1, L_2, L_4, L_6, L_8, NULL);
return L_9;
}
IL_0025:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = ___instance0;
MethodInfo_t* L_11;
L_11 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(__this, NULL);
RuntimeObject* L_12 = __this->____arg0_5;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0(L_12, ExpressionUtils_ReturnObject_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mF31BFF16A8B4EFE0791AB032F878A27E3DD522D0_RuntimeMethod_var);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = __this->____arg1_6;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15 = __this->____arg2_7;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_16;
L_16 = Expression_Call_mEB29B0D5111859A251B7B7657144E89FD6EFDFDE(L_10, L_11, L_13, L_14, L_15, NULL);
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 System.Linq.Expressions.NewArrayExpression::.ctor(System.Type,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayExpression__ctor_mA28F7F024B3C036F37C4621F899E8FFF2643C2BD (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, Type_t* ___type0, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = ___expressions1;
__this->___U3CExpressionsU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExpressionsU3Ek__BackingField_4), (void*)L_0);
Type_t* L_1 = ___type0;
__this->___U3CTypeU3Ek__BackingField_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_3), (void*)L_1);
return;
}
}
// System.Linq.Expressions.NewArrayExpression System.Linq.Expressions.NewArrayExpression::Make(System.Linq.Expressions.ExpressionType,System.Type,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* NewArrayExpression_Make_m9080AF962170456A60AB490E616757EC65F051B0 (int32_t ___nodeType0, Type_t* ___type1, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___nodeType0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_000d;
}
}
{
Type_t* L_1 = ___type1;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_2 = ___expressions2;
NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A* L_3 = (NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A*)il2cpp_codegen_object_new(NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A_il2cpp_TypeInfo_var);
NullCheck(L_3);
NewArrayInitExpression__ctor_m639F47682F42C81D076913B6C28D880ACA00D9B1(L_3, L_1, L_2, NULL);
return L_3;
}
IL_000d:
{
Type_t* L_4 = ___type1;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_5 = ___expressions2;
NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE* L_6 = (NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE*)il2cpp_codegen_object_new(NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE_il2cpp_TypeInfo_var);
NullCheck(L_6);
NewArrayBoundsExpression__ctor_mC5071468430E2F453FEF48AFDE002847351061F9(L_6, L_4, L_5, NULL);
return L_6;
}
}
// System.Type System.Linq.Expressions.NewArrayExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* NewArrayExpression_get_Type_m2BAE9A9689C652D16B839C7FDBB8BDAB64C4629B (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.NewArrayExpression::get_Expressions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CExpressionsU3Ek__BackingField_4;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.NewArrayExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* NewArrayExpression_Accept_mAAF5EDBC8936B9F34026EFCDC69740A4D0B13F03 (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* >::Invoke(20 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitNewArray(System.Linq.Expressions.NewArrayExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.NewArrayExpression System.Linq.Expressions.NewArrayExpression::Update(System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* NewArrayExpression_Update_m9EBFF10178B74314535F658AC4817D71549A4644 (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, RuntimeObject* ___expressions0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_SameElements_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mD930DEE1D61AA3496A309D397A2467E9DE5E3A79_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3F954C6529AF7A7F0E9A64ACC79554D9147A493);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___expressions0;
ContractUtils_RequiresNotNull_m61F3EF82DC9AD7FC68C167FE9484B44DC87100A8(L_0, _stringLiteralF3F954C6529AF7A7F0E9A64ACC79554D9147A493, NULL);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(__this, NULL);
bool L_2;
L_2 = ExpressionUtils_SameElements_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mD930DEE1D61AA3496A309D397A2467E9DE5E3A79((&___expressions0), L_1, ExpressionUtils_SameElements_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_mD930DEE1D61AA3496A309D397A2467E9DE5E3A79_RuntimeMethod_var);
if (!L_2)
{
goto IL_001c;
}
}
{
return __this;
}
IL_001c:
{
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((((int32_t)L_3) == ((int32_t)((int32_t)32))))
{
goto IL_0038;
}
}
{
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_4);
RuntimeObject* L_6 = ___expressions0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_7;
L_7 = Expression_NewArrayBounds_mFD4F98A793C2AE09EF62108BBD45557F0B83EFEC(L_5, L_6, NULL);
return L_7;
}
IL_0038:
{
Type_t* L_8;
L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
NullCheck(L_8);
Type_t* L_9;
L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_8);
RuntimeObject* L_10 = ___expressions0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_11;
L_11 = Expression_NewArrayInit_m80255FF1335D4CC9284F986CE832AEE310F98369(L_9, L_10, NULL);
return L_11;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.NewArrayInitExpression::.ctor(System.Type,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayInitExpression__ctor_m639F47682F42C81D076913B6C28D880ACA00D9B1 (NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A* __this, Type_t* ___type0, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions1, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1 = ___expressions1;
NewArrayExpression__ctor_mA28F7F024B3C036F37C4621F899E8FFF2643C2BD(__this, L_0, L_1, NULL);
return;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.NewArrayInitExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewArrayInitExpression_get_NodeType_m0B0CB0E3577A385997E2C968479D16B533751102 (NewArrayInitExpression_t85D75945A57993CED8856AF17B9C7331FBA6CC6A* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)32));
}
}
#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 System.Linq.Expressions.NewArrayBoundsExpression::.ctor(System.Type,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayBoundsExpression__ctor_mC5071468430E2F453FEF48AFDE002847351061F9 (NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE* __this, Type_t* ___type0, ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___expressions1, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1 = ___expressions1;
NewArrayExpression__ctor_mA28F7F024B3C036F37C4621F899E8FFF2643C2BD(__this, L_0, L_1, NULL);
return;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.NewArrayBoundsExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewArrayBoundsExpression_get_NodeType_mFF6591958087D7BB1F958BBF604E863ED577A33F (NewArrayBoundsExpression_tD4A82BF9DBE43533687A40AFE6E9FA2CAA9049AE* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)33));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.ConstructorInfo System.Linq.Expressions.NewExpression::get_Constructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78 (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method)
{
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = __this->___U3CConstructorU3Ek__BackingField_4;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.NewExpression::get_Arguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewExpression_get_Arguments_m153E264CF13BC082DEF2B0AB84331B1A6766B32E (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject** L_0 = (&__this->____arguments_3);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60(L_0, ExpressionUtils_ReturnReadOnly_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m05E5283046C6FB1D3600443BD799CAC4A7A12A60_RuntimeMethod_var);
return L_1;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.NewExpression::GetArgument(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* NewExpression_GetArgument_m2BC69542701E97B2F68FDEC82110D3A05194E9CA (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____arguments_3;
int32_t L_1 = ___index0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>::get_Item(System.Int32) */, IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.MemberInfo> System.Linq.Expressions.NewExpression::get_Members()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* NewExpression_get_Members_m8E477C51746D3CB430C136596F328A6A7EFD0125 (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* L_0 = __this->___U3CMembersU3Ek__BackingField_5;
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 System.Linq.Expressions.ParameterExpression::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterExpression__ctor_m5EC144E6CC98B684D27C88CBD48BD52B4441E87D (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
String_t* L_0 = ___name0;
__this->___U3CNameU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.ParameterExpression::Make(System.Type,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ParameterExpression_Make_mF2292FF9A8308AF0D13220B92E53418A4F23A211 (Type_t* ___type0, String_t* ___name1, bool ___isByRef2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m0222361D180AC336E45B7CD930A0BCEC2ACEBC04_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m084B4481EF9EB7C6F4B671FECCA7FFADCF41F988_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m280560945598F198B9AC072CDF5CF2FB6828E45B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m289B89C40A50E8C7721E963029B4EFD2572EDE11_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m3BC011713D323B206EB351C0C6474DFF94164668_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m432CAFD04C99CECC21AF21CD442580742C99B14A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m6EA176AD6AF65AA8EBFD1B907AC9809081EDC40D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m71BCD2392D28272B9A7693A94865BC28A244E8CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m7433FBCA26646D073E10CE3DB024BFD0AF12DF35_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m78B52D6F90A26232693A9AD371C3B2585A767A82_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_m9ECE6DF9DD81C46CFB4B1B8379C2D6DDB6F87637_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_mBD5F03FFFBDFBB1CADF5B219E0DF682952301C77_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_mBEE7A69E2919758783563C56B31B1181ACFCB245_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_mCD034F44CBDE2DECE83B8F4FFBF9EDC735218A66_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_mD276E0CA282C5DFD13A185721D0ECF962A94D593_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_mDB7AAFBF808E0E8302D135C1221BB12874C5A64E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1__ctor_mFCB931F8CA3CCBED78237F23623CE9D031138676_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = ___isByRef2;
if (!L_0)
{
goto IL_000b;
}
}
{
Type_t* L_1 = ___type0;
String_t* L_2 = ___name1;
ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D* L_3 = (ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D*)il2cpp_codegen_object_new(ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D_il2cpp_TypeInfo_var);
NullCheck(L_3);
ByRefParameterExpression__ctor_m94CB0AF1F76EF76BC30F1A5BA93D1DC7448158BD(L_3, L_1, L_2, NULL);
return L_3;
}
IL_000b:
{
Type_t* L_4 = ___type0;
NullCheck(L_4);
bool L_5;
L_5 = VirtualFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsEnum() */, L_4);
if (L_5)
{
goto IL_0126;
}
}
{
Type_t* L_6 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_7;
L_7 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_6, NULL);
V_0 = L_7;
int32_t L_8 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, 1)))
{
case 0:
{
goto IL_00b1;
}
case 1:
{
goto IL_0126;
}
case 2:
{
goto IL_0072;
}
case 3:
{
goto IL_0080;
}
case 4:
{
goto IL_00fc;
}
case 5:
{
goto IL_0079;
}
case 6:
{
goto IL_009c;
}
case 7:
{
goto IL_0111;
}
case 8:
{
goto IL_00a3;
}
case 9:
{
goto IL_0118;
}
case 10:
{
goto IL_00aa;
}
case 11:
{
goto IL_011f;
}
case 12:
{
goto IL_0103;
}
case 13:
{
goto IL_0095;
}
case 14:
{
goto IL_008e;
}
case 15:
{
goto IL_0087;
}
case 16:
{
goto IL_0126;
}
case 17:
{
goto IL_010a;
}
}
}
{
goto IL_0126;
}
IL_0072:
{
String_t* L_9 = ___name1;
PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93* L_10 = (PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t817BB90AF8382BE20F8FD0E9A1508A6227273B93_il2cpp_TypeInfo_var);
NullCheck(L_10);
PrimitiveParameterExpression_1__ctor_m71BCD2392D28272B9A7693A94865BC28A244E8CF(L_10, L_9, PrimitiveParameterExpression_1__ctor_m71BCD2392D28272B9A7693A94865BC28A244E8CF_RuntimeMethod_var);
return L_10;
}
IL_0079:
{
String_t* L_11 = ___name1;
PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF* L_12 = (PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t3472890410B9EABBEA006747FAB75C83ED05D0EF_il2cpp_TypeInfo_var);
NullCheck(L_12);
PrimitiveParameterExpression_1__ctor_mD276E0CA282C5DFD13A185721D0ECF962A94D593(L_12, L_11, PrimitiveParameterExpression_1__ctor_mD276E0CA282C5DFD13A185721D0ECF962A94D593_RuntimeMethod_var);
return L_12;
}
IL_0080:
{
String_t* L_13 = ___name1;
PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F* L_14 = (PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tFB88225EB56949A5FE7789A097F7D3EF9E87F71F_il2cpp_TypeInfo_var);
NullCheck(L_14);
PrimitiveParameterExpression_1__ctor_mDB7AAFBF808E0E8302D135C1221BB12874C5A64E(L_14, L_13, PrimitiveParameterExpression_1__ctor_mDB7AAFBF808E0E8302D135C1221BB12874C5A64E_RuntimeMethod_var);
return L_14;
}
IL_0087:
{
String_t* L_15 = ___name1;
PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB* L_16 = (PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t84EA49070ADDAED1D947288626F447420F7018FB_il2cpp_TypeInfo_var);
NullCheck(L_16);
PrimitiveParameterExpression_1__ctor_mBEE7A69E2919758783563C56B31B1181ACFCB245(L_16, L_15, PrimitiveParameterExpression_1__ctor_mBEE7A69E2919758783563C56B31B1181ACFCB245_RuntimeMethod_var);
return L_16;
}
IL_008e:
{
String_t* L_17 = ___name1;
PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210* L_18 = (PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tF8C4A7CE27CA4A119A479E44DC4809FC7A1EB210_il2cpp_TypeInfo_var);
NullCheck(L_18);
PrimitiveParameterExpression_1__ctor_m3BC011713D323B206EB351C0C6474DFF94164668(L_18, L_17, PrimitiveParameterExpression_1__ctor_m3BC011713D323B206EB351C0C6474DFF94164668_RuntimeMethod_var);
return L_18;
}
IL_0095:
{
String_t* L_19 = ___name1;
PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F* L_20 = (PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tC964C6EB5263DD52D8A6F2E7A30831E4E78B168F_il2cpp_TypeInfo_var);
NullCheck(L_20);
PrimitiveParameterExpression_1__ctor_m78B52D6F90A26232693A9AD371C3B2585A767A82(L_20, L_19, PrimitiveParameterExpression_1__ctor_m78B52D6F90A26232693A9AD371C3B2585A767A82_RuntimeMethod_var);
return L_20;
}
IL_009c:
{
String_t* L_21 = ___name1;
PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354* L_22 = (PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t53C7A6D1CDD24E4536D67F3DA5A0CBCC52FB9354_il2cpp_TypeInfo_var);
NullCheck(L_22);
PrimitiveParameterExpression_1__ctor_mFCB931F8CA3CCBED78237F23623CE9D031138676(L_22, L_21, PrimitiveParameterExpression_1__ctor_mFCB931F8CA3CCBED78237F23623CE9D031138676_RuntimeMethod_var);
return L_22;
}
IL_00a3:
{
String_t* L_23 = ___name1;
PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF* L_24 = (PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t69A4CB89EC79CA6D17497F54F8F5FEB4D5D08CBF_il2cpp_TypeInfo_var);
NullCheck(L_24);
PrimitiveParameterExpression_1__ctor_mBD5F03FFFBDFBB1CADF5B219E0DF682952301C77(L_24, L_23, PrimitiveParameterExpression_1__ctor_mBD5F03FFFBDFBB1CADF5B219E0DF682952301C77_RuntimeMethod_var);
return L_24;
}
IL_00aa:
{
String_t* L_25 = ___name1;
PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02* L_26 = (PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t724ACADC8B1EA7446E226EDA6843CCF1A81B8D02_il2cpp_TypeInfo_var);
NullCheck(L_26);
PrimitiveParameterExpression_1__ctor_m7433FBCA26646D073E10CE3DB024BFD0AF12DF35(L_26, L_25, PrimitiveParameterExpression_1__ctor_m7433FBCA26646D073E10CE3DB024BFD0AF12DF35_RuntimeMethod_var);
return L_26;
}
IL_00b1:
{
Type_t* L_27 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_28 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_29;
L_29 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_28, NULL);
bool L_30;
L_30 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_27, L_29, NULL);
if (!L_30)
{
goto IL_00ca;
}
}
{
String_t* L_31 = ___name1;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_32 = (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)il2cpp_codegen_object_new(ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var);
NullCheck(L_32);
ParameterExpression__ctor_m5EC144E6CC98B684D27C88CBD48BD52B4441E87D(L_32, L_31, NULL);
return L_32;
}
IL_00ca:
{
Type_t* L_33 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_34 = { reinterpret_cast<intptr_t> (Exception_t_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_35;
L_35 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_34, NULL);
bool L_36;
L_36 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_33, L_35, NULL);
if (!L_36)
{
goto IL_00e3;
}
}
{
String_t* L_37 = ___name1;
PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922* L_38 = (PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t72222864A35D22B7C9B73E74005FAD44DA32D922_il2cpp_TypeInfo_var);
NullCheck(L_38);
PrimitiveParameterExpression_1__ctor_m084B4481EF9EB7C6F4B671FECCA7FFADCF41F988(L_38, L_37, PrimitiveParameterExpression_1__ctor_m084B4481EF9EB7C6F4B671FECCA7FFADCF41F988_RuntimeMethod_var);
return L_38;
}
IL_00e3:
{
Type_t* L_39 = ___type0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_41;
L_41 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_40, NULL);
bool L_42;
L_42 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_39, L_41, NULL);
if (!L_42)
{
goto IL_0126;
}
}
{
String_t* L_43 = ___name1;
PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874* L_44 = (PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t933305C7B35026CBE34F095F04F9FDC6C0A33874_il2cpp_TypeInfo_var);
NullCheck(L_44);
PrimitiveParameterExpression_1__ctor_m280560945598F198B9AC072CDF5CF2FB6828E45B(L_44, L_43, PrimitiveParameterExpression_1__ctor_m280560945598F198B9AC072CDF5CF2FB6828E45B_RuntimeMethod_var);
return L_44;
}
IL_00fc:
{
String_t* L_45 = ___name1;
PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9* L_46 = (PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tEEA462A425C4DCDF13971C28AA578F30672871A9_il2cpp_TypeInfo_var);
NullCheck(L_46);
PrimitiveParameterExpression_1__ctor_m0222361D180AC336E45B7CD930A0BCEC2ACEBC04(L_46, L_45, PrimitiveParameterExpression_1__ctor_m0222361D180AC336E45B7CD930A0BCEC2ACEBC04_RuntimeMethod_var);
return L_46;
}
IL_0103:
{
String_t* L_47 = ___name1;
PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F* L_48 = (PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_t636203FF8694D0F7AD7FEDB5AE0166324EF4004F_il2cpp_TypeInfo_var);
NullCheck(L_48);
PrimitiveParameterExpression_1__ctor_m289B89C40A50E8C7721E963029B4EFD2572EDE11(L_48, L_47, PrimitiveParameterExpression_1__ctor_m289B89C40A50E8C7721E963029B4EFD2572EDE11_RuntimeMethod_var);
return L_48;
}
IL_010a:
{
String_t* L_49 = ___name1;
PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89* L_50 = (PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tD11E84EFF19D460BFB060754D1EEC0DB2C8D3D89_il2cpp_TypeInfo_var);
NullCheck(L_50);
PrimitiveParameterExpression_1__ctor_mCD034F44CBDE2DECE83B8F4FFBF9EDC735218A66(L_50, L_49, PrimitiveParameterExpression_1__ctor_mCD034F44CBDE2DECE83B8F4FFBF9EDC735218A66_RuntimeMethod_var);
return L_50;
}
IL_0111:
{
String_t* L_51 = ___name1;
PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892* L_52 = (PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tE19231DCC163F99D61A92741130C5A50C829C892_il2cpp_TypeInfo_var);
NullCheck(L_52);
PrimitiveParameterExpression_1__ctor_m432CAFD04C99CECC21AF21CD442580742C99B14A(L_52, L_51, PrimitiveParameterExpression_1__ctor_m432CAFD04C99CECC21AF21CD442580742C99B14A_RuntimeMethod_var);
return L_52;
}
IL_0118:
{
String_t* L_53 = ___name1;
PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF* L_54 = (PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tBC700C0B6EDB3B78BFCEA74F8C24432261BD81AF_il2cpp_TypeInfo_var);
NullCheck(L_54);
PrimitiveParameterExpression_1__ctor_m6EA176AD6AF65AA8EBFD1B907AC9809081EDC40D(L_54, L_53, PrimitiveParameterExpression_1__ctor_m6EA176AD6AF65AA8EBFD1B907AC9809081EDC40D_RuntimeMethod_var);
return L_54;
}
IL_011f:
{
String_t* L_55 = ___name1;
PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71* L_56 = (PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71*)il2cpp_codegen_object_new(PrimitiveParameterExpression_1_tDF794270F4B8AB052535A17E28757CE8124CAC71_il2cpp_TypeInfo_var);
NullCheck(L_56);
PrimitiveParameterExpression_1__ctor_m9ECE6DF9DD81C46CFB4B1B8379C2D6DDB6F87637(L_56, L_55, PrimitiveParameterExpression_1__ctor_m9ECE6DF9DD81C46CFB4B1B8379C2D6DDB6F87637_RuntimeMethod_var);
return L_56;
}
IL_0126:
{
Type_t* L_57 = ___type0;
String_t* L_58 = ___name1;
TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07* L_59 = (TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07*)il2cpp_codegen_object_new(TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07_il2cpp_TypeInfo_var);
NullCheck(L_59);
TypedParameterExpression__ctor_m138CB274E62E9C4FE8269DC51E34D9B32C92A573(L_59, L_57, L_58, NULL);
return L_59;
}
}
// System.Type System.Linq.Expressions.ParameterExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ParameterExpression_get_Type_mC841EB8901E5407A731DC4CC5631318133E5F61A (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (RuntimeObject_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);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.ParameterExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterExpression_get_NodeType_m401A4752789A4DBAB771AEBEBFAFE5877EF7E05C (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)38));
}
}
// System.String System.Linq.Expressions.ParameterExpression::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CNameU3Ek__BackingField_3;
return L_0;
}
}
// System.Boolean System.Linq.Expressions.ParameterExpression::get_IsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterExpression_get_IsByRef_m01BDD008CE1E89DE90DA5D35E951949CC665FE1C (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Linq.Expressions.ParameterExpression::GetIsByRef() */, __this);
return L_0;
}
}
// System.Boolean System.Linq.Expressions.ParameterExpression::GetIsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterExpression_GetIsByRef_m8F08D04AA3BDD969B05F5B95101D5576DD59E4D6 (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.ParameterExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ParameterExpression_Accept_mB9F507D601B3AEAA3E0A8607FBA889AA7E186DF3 (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(21 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitParameter(System.Linq.Expressions.ParameterExpression) */, L_0, __this);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.ByRefParameterExpression::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefParameterExpression__ctor_m94CB0AF1F76EF76BC30F1A5BA93D1DC7448158BD (ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D* __this, Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
String_t* L_1 = ___name1;
TypedParameterExpression__ctor_m138CB274E62E9C4FE8269DC51E34D9B32C92A573(__this, L_0, L_1, NULL);
return;
}
}
// System.Boolean System.Linq.Expressions.ByRefParameterExpression::GetIsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByRefParameterExpression_GetIsByRef_mA1E5B6FDD75B2BD8ACAB35E44B9836567584F7D2 (ByRefParameterExpression_t3CEFD77EBCE6D03D021A7E7AC90432BBF959E86D* __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Linq.Expressions.TypedParameterExpression::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedParameterExpression__ctor_m138CB274E62E9C4FE8269DC51E34D9B32C92A573 (TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07* __this, Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name1;
ParameterExpression__ctor_m5EC144E6CC98B684D27C88CBD48BD52B4441E87D(__this, L_0, NULL);
Type_t* L_1 = ___type0;
__this->___U3CTypeU3Ek__BackingField_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_4), (void*)L_1);
return;
}
}
// System.Type System.Linq.Expressions.TypedParameterExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypedParameterExpression_get_Type_m20C9F1918879D52EAF96271328AB5AF5BE652735 (TypedParameterExpression_t5D739B36DF1D440EBCF929F66BAD513991B13E07* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_4;
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.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.RuntimeVariablesExpression::get_Variables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB (RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_0 = __this->___U3CVariablesU3Ek__BackingField_3;
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.Boolean System.Linq.Expressions.StackGuard::TryEnterOnCurrentStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_TryEnterOnCurrentStack_mC05CD78213FCACE10A8885A64D36B1F61337A956 (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = RuntimeHelpers_TryEnsureSufficientExecutionStack_m9F3DA3D57C5D4224E371B5106DC5983BCA6CB8D0(NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return (bool)1;
}
IL_0009:
{
int32_t L_1 = __this->____executionStackCount_0;
if ((((int32_t)L_1) >= ((int32_t)((int32_t)1024))))
{
goto IL_0018;
}
}
{
return (bool)0;
}
IL_0018:
{
InsufficientExecutionStackException_t2597D0F21647B6B59BD576904281BC5CA340CE4C* L_2 = (InsufficientExecutionStackException_t2597D0F21647B6B59BD576904281BC5CA340CE4C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InsufficientExecutionStackException_t2597D0F21647B6B59BD576904281BC5CA340CE4C_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InsufficientExecutionStackException__ctor_m876417F6706D49F2F26654CF2E94B37C1D3354AA(L_2, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackGuard_TryEnterOnCurrentStack_mC05CD78213FCACE10A8885A64D36B1F61337A956_RuntimeMethod_var)));
}
}
// System.Void System.Linq.Expressions.StackGuard::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard__ctor_m5EB5B33677E287D2F29EE2CFD57548E472AA6792 (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Linq.Expressions.Strings::get_ReducibleMustOverrideReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ReducibleMustOverrideReduce_mDF44E2F816FE2856D93ECEA37C58A40AD50AFE74 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral365B734430D9CF2AB2319E3E14FDC9F33C4F862C);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral365B734430D9CF2AB2319E3E14FDC9F33C4F862C;
}
}
// System.String System.Linq.Expressions.Strings::get_MustReduceToDifferent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_MustReduceToDifferent_mE86F5CB113CA3D26502D71ACAC555ECE68C2C9B9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A08504CE4D03C27B3393379203A99CADA8CF1A3);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral0A08504CE4D03C27B3393379203A99CADA8CF1A3;
}
}
// System.String System.Linq.Expressions.Strings::get_ReducedNotCompatible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ReducedNotCompatible_mE6431AECFDF31F8F031984605CC6EB3D852CDDF4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6DF45C72270FA2BB1DBC2168AD0472EA600EA70);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralA6DF45C72270FA2BB1DBC2168AD0472EA600EA70;
}
}
// System.String System.Linq.Expressions.Strings::get_SetterHasNoParams()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_SetterHasNoParams_mE1B4C60C0A4A2BD55AF00942378114A6CE1114D2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD1D3DC067F3F1FD1F13B61D3B4A23C3470D6502);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralAD1D3DC067F3F1FD1F13B61D3B4A23C3470D6502;
}
}
// System.String System.Linq.Expressions.Strings::get_PropertyCannotHaveRefType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyCannotHaveRefType_mBC8EE01B3E9679D998959254B79C35B4FB551FF0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8719FFC739536C9848492D037E063238122D6A84);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8719FFC739536C9848492D037E063238122D6A84;
}
}
// System.String System.Linq.Expressions.Strings::get_IndexesOfSetGetMustMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IndexesOfSetGetMustMatch_mEED78AE8E634848181A12133CB96637425AE8527 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE620B1D7A5B3C195B501656706CF79F6A6AE4EB0);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralE620B1D7A5B3C195B501656706CF79F6A6AE4EB0;
}
}
// System.String System.Linq.Expressions.Strings::get_AccessorsCannotHaveVarArgs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_AccessorsCannotHaveVarArgs_m84C0FFB7D46608A91666FFE4EC12B047432F4834 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral561DD56768A8A61E73B01577FC2C730CB6FEA1D0);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral561DD56768A8A61E73B01577FC2C730CB6FEA1D0;
}
}
// System.String System.Linq.Expressions.Strings::get_AccessorsCannotHaveByRefArgs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_AccessorsCannotHaveByRefArgs_m80225777F44C8F27C702CCD48703F646ED9AC8D6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F70A5FFB74237FFCD4F30931A1BE065AFF805DA);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral7F70A5FFB74237FFCD4F30931A1BE065AFF805DA;
}
}
// System.String System.Linq.Expressions.Strings::get_BoundsCannotBeLessThanOne()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BoundsCannotBeLessThanOne_m250D8DA54E663524C2AAA09792F1053865E82A58 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12A8CFE76663728B9BB5B211ABE6F9AB7F527629);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral12A8CFE76663728B9BB5B211ABE6F9AB7F527629;
}
}
// System.String System.Linq.Expressions.Strings::get_TypeMustNotBeByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TypeMustNotBeByRef_m4BE5BB8A7B3F754DEECEB1AD95FD0991F4DABF17 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF592ECC3A1212A67A57DD1C238C4347055593AD5);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralF592ECC3A1212A67A57DD1C238C4347055593AD5;
}
}
// System.String System.Linq.Expressions.Strings::get_TypeMustNotBePointer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TypeMustNotBePointer_m30ADF926EA2A295A016405D70D8548B594D8FF34 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BCD0055266E6A2D27046CB48F7AD1B5424E7F89);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral7BCD0055266E6A2D27046CB48F7AD1B5424E7F89;
}
}
// System.String System.Linq.Expressions.Strings::get_SetterMustBeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_SetterMustBeVoid_m55B395A59481FEC0A29E6335E80442DE5357A281 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B17A4C81AB48771D7659B79C80377AE8F60A01A);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8B17A4C81AB48771D7659B79C80377AE8F60A01A;
}
}
// System.String System.Linq.Expressions.Strings::get_PropertyTypeMustMatchGetter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyTypeMustMatchGetter_m2E7C8CBC87C2D586ABF33150968C773E6C51D6BD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9C2A1B1F1F4E3219A2EBD77C8695DAB78025CC4);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralF9C2A1B1F1F4E3219A2EBD77C8695DAB78025CC4;
}
}
// System.String System.Linq.Expressions.Strings::get_PropertyTypeMustMatchSetter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyTypeMustMatchSetter_m629D6ED9A281CCD3C062849144494330A697CB85 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FBF491D8A6339642C3B0B8599FD08C4E3BAB7FF);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral7FBF491D8A6339642C3B0B8599FD08C4E3BAB7FF;
}
}
// System.String System.Linq.Expressions.Strings::get_BothAccessorsMustBeStatic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BothAccessorsMustBeStatic_m67A53BB9D55F344D1FA3254390F2B87AC0DB9D30 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E024F8C2BA0751536AEC01C2BB37A58D23E925C);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral1E024F8C2BA0751536AEC01C2BB37A58D23E925C;
}
}
// System.String System.Linq.Expressions.Strings::get_OnlyStaticFieldsHaveNullInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_OnlyStaticFieldsHaveNullInstance_mE354917B076FBE8F4C69B847F5CDA7DFA7618917 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39EE071DBFF62B93DB3A1FF65E0FE4AB2D376048);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral39EE071DBFF62B93DB3A1FF65E0FE4AB2D376048;
}
}
// System.String System.Linq.Expressions.Strings::get_OnlyStaticPropertiesHaveNullInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_OnlyStaticPropertiesHaveNullInstance_mE6ADDA02F77DDF90B972B8875878BF768D08FF4B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08CFE4D708959435BF56C4B792145841BEA91832);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral08CFE4D708959435BF56C4B792145841BEA91832;
}
}
// System.String System.Linq.Expressions.Strings::get_OnlyStaticMethodsHaveNullInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_OnlyStaticMethodsHaveNullInstance_m886E23DC376C5FBE2AD5F09199F5804C6D8FB01C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E4222789BAD2B5965A87EF504E37D9955FE066D);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral5E4222789BAD2B5965A87EF504E37D9955FE066D;
}
}
// System.String System.Linq.Expressions.Strings::get_PropertyTypeCannotBeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_PropertyTypeCannotBeVoid_m414FACFC93C0A8DAE1E3D96E4B7C7CDAFFB2BC8E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E1F354636F248C0774B9D8C5BD90B6FD1CE7A4);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral82E1F354636F248C0774B9D8C5BD90B6FD1CE7A4;
}
}
// System.String System.Linq.Expressions.Strings::get_InvalidUnboxType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_InvalidUnboxType_mE57AC45AA73F2EC7F514E853D50640CCC6DC50D5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EB432DF0AA38DCA0FF1899A2C35BE87DC5F7AF3);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral3EB432DF0AA38DCA0FF1899A2C35BE87DC5F7AF3;
}
}
// System.String System.Linq.Expressions.Strings::get_ExpressionMustBeWriteable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ExpressionMustBeWriteable_m49CD8EE9782FCF824CF792F0A138DDDB1172217C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E12466D0B5A509F61FDCC5267CCCC3215DB5220);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8E12466D0B5A509F61FDCC5267CCCC3215DB5220;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentMustNotHaveValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustNotHaveValueType_m660C933203B1D1CE9C1DEA8B405B776E31FFDA79 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC400B58496A5FA148BE40646CCE1F2F9AD0F03E5);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralC400B58496A5FA148BE40646CCE1F2F9AD0F03E5;
}
}
// System.String System.Linq.Expressions.Strings::get_MustBeReducible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_MustBeReducible_mEBFD4B186450845FD29F3A0356F41223DA12DF03 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FBB4AAE395F5083E7D7C5595FA511A533D09D06);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral9FBB4AAE395F5083E7D7C5595FA511A533D09D06;
}
}
// System.String System.Linq.Expressions.Strings::get_LabelMustBeVoidOrHaveExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_LabelMustBeVoidOrHaveExpression_m50FF00BFF03D7F38B4D91318A51A4C75725D3A63 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9DA93352DA466F2611A4E43EAED88FC1EA07663);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD9DA93352DA466F2611A4E43EAED88FC1EA07663;
}
}
// System.String System.Linq.Expressions.Strings::get_LabelTypeMustBeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_LabelTypeMustBeVoid_m3C79174A66D0F34F6A56CF1EEE6D6E50F2CFEE36 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral816BF2B485508563B774DA508C8B014EC7DF2245);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral816BF2B485508563B774DA508C8B014EC7DF2245;
}
}
// System.String System.Linq.Expressions.Strings::get_QuotedExpressionMustBeLambda()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_QuotedExpressionMustBeLambda_m1697E138B4C7A2DAEFD503F8C0CA35D619D94721 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD32F42CEFAEB656802941F988FAA2CE38CC74317);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD32F42CEFAEB656802941F988FAA2CE38CC74317;
}
}
// System.String System.Linq.Expressions.Strings::get_CollectionModifiedWhileEnumerating()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_CollectionModifiedWhileEnumerating_mF2B26F7C9901EDCB9EB77AB8922FABC611E01321 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618;
}
}
// System.String System.Linq.Expressions.Strings::VariableMustNotBeByRef(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_VariableMustNotBeByRef_m42A37DFB54257F52CB92EA33F597A99B4CB539D3 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E2D64BE0B742BB1DC39B3D63EF37D7C05169A08);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral1E2D64BE0B742BB1DC39B3D63EF37D7C05169A08, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::get_CollectionReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_CollectionReadOnly_m266ADDB758E58C8D7B744E6DDE36E4DF7F5B6252 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB;
}
}
// System.String System.Linq.Expressions.Strings::AmbiguousMatchInExpandoObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_AmbiguousMatchInExpandoObject_mEBEB1ACA7F2FD1AA3D9B9FF9CB19CEE0B7C2D5F2 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BD479F9435263F0C20E9AAE0FC24452CB175487);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral5BD479F9435263F0C20E9AAE0FC24452CB175487, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::SameKeyExistsInExpando(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_SameKeyExistsInExpando_mF287FD45A43643E44A7970B648CB091A930923C9 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF0A11A4A6F2EC3CA43E9826F3A6A7A5646D5C3F);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralCF0A11A4A6F2EC3CA43E9826F3A6A7A5646D5C3F, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::KeyDoesNotExistInExpando(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_KeyDoesNotExistInExpando_mC1CDED2EB254E8389F63DCE18FEF30A3ACDE668A (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA8196A5607A9AABF2A7C9CA9FAA9EE8D3FAFA77);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralCA8196A5607A9AABF2A7C9CA9FAA9EE8D3FAFA77, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::InvalidMetaObjectCreated(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidMetaObjectCreated_mCBEFEEBA1EC6E6DFBB36607B5D523E177E83B628 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A7535C25878492412700B122A6744EBD9EAD734);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral6A7535C25878492412700B122A6744EBD9EAD734, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::BinderNotCompatibleWithCallSite(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_BinderNotCompatibleWithCallSite_m98B5CD979242CCC31AB4804F60BB65E2FDCA6B43 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral909D808B3BF25888DC19150B16F7FECEFBEA0E70);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteral909D808B3BF25888DC19150B16F7FECEFBEA0E70, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::DynamicBindingNeedsRestrictions(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DynamicBindingNeedsRestrictions_mF514E2BD23BC724AEE0DB182C1A6C1C9FDE5294C (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3B1F2A715564A61D5C9096058ED1943BACCD84D);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralB3B1F2A715564A61D5C9096058ED1943BACCD84D, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::DynamicObjectResultNotAssignable(System.Object,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DynamicObjectResultNotAssignable_m7DEF45A2092C7DA0FEDCFB825FBC752A7540A3D3 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, RuntimeObject* ___p33, 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*)&_stringLiteral4F5F0F752D59182C31FDD238E41637EE088C7E22);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
RuntimeObject* L_2 = ___p00;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_1;
RuntimeObject* L_4 = ___p11;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_3;
RuntimeObject* L_6 = ___p22;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5;
RuntimeObject* L_8 = ___p33;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_8);
String_t* L_9;
L_9 = SR_Format_m3952CB208543EA9732726933CFCCDFA1A6A6E7AD(_stringLiteral4F5F0F752D59182C31FDD238E41637EE088C7E22, L_7, NULL);
return L_9;
}
}
// System.String System.Linq.Expressions.Strings::DynamicBinderResultNotAssignable(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DynamicBinderResultNotAssignable_mFFE34DEC899E78070EF7A9396CB4E6192C126AE0 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B3248F4D193015B2C8060BDF1D3EC76449FA8AA);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteral3B3248F4D193015B2C8060BDF1D3EC76449FA8AA, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::get_BindingCannotBeNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BindingCannotBeNull_m0077463B063E6561306764AC671ED163B0F7856C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA918C0A517418C8D6CC04673AF52EA3E57C073A1);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralA918C0A517418C8D6CC04673AF52EA3E57C073A1;
}
}
// System.String System.Linq.Expressions.Strings::DuplicateVariable(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_DuplicateVariable_m43F5EFDE0641D8DDFAE4E75E586A7D18725199C5 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E4602BE3906A5DB069E16BF150494788139ED9F);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral1E4602BE3906A5DB069E16BF150494788139ED9F, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::TypeParameterIsNotDelegate(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_TypeParameterIsNotDelegate_mDE77D6656524527C8ABC954B3B80EA9A983B0243 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral976DC8E11A13CE559A423747BF29BFD997CBCC17);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral976DC8E11A13CE559A423747BF29BFD997CBCC17, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::get_NoOrInvalidRuleProduced()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_NoOrInvalidRuleProduced_m027D27B7652B23D6D5C3A23313C4A921301962AF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05B34BC0CEE7419A30A571768C32E944BB92324E);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral05B34BC0CEE7419A30A571768C32E944BB92324E;
}
}
// System.String System.Linq.Expressions.Strings::get_TypeMustBeDerivedFromSystemDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TypeMustBeDerivedFromSystemDelegate_mDFF955D438D6C86E16C754875C6C505E6F6931D7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC6304A7FBF993FF0E26AC1A09A88135B64FB0DD);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralAC6304A7FBF993FF0E26AC1A09A88135B64FB0DD;
}
}
// System.String System.Linq.Expressions.Strings::get_FirstArgumentMustBeCallSite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_FirstArgumentMustBeCallSite_mE6B51058008BBF7E7722F7B42CCF013CF1DF0A01 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F665DDB57D6598360ACCB21C828AAD531C02239);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8F665DDB57D6598360ACCB21C828AAD531C02239;
}
}
// System.String System.Linq.Expressions.Strings::get_FaultCannotHaveCatchOrFinally()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_FaultCannotHaveCatchOrFinally_mC816DE620FA83DF34A25F55204A9C1D3883F4D18 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17EC03BBCC5EAC329B6641870176EE69FA35637B);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral17EC03BBCC5EAC329B6641870176EE69FA35637B;
}
}
// System.String System.Linq.Expressions.Strings::get_TryMustHaveCatchFinallyOrFault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_TryMustHaveCatchFinallyOrFault_m6483F7F214F68BA7134C627B440A56E471D809FA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05BAF5F0C99D533258EA5C61E57896D32C59E637);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral05BAF5F0C99D533258EA5C61E57896D32C59E637;
}
}
// System.String System.Linq.Expressions.Strings::get_BodyOfCatchMustHaveSameTypeAsBodyOfTry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_BodyOfCatchMustHaveSameTypeAsBodyOfTry_mC35B1E17936A88F24A3FB1351C3BFD21070B818D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7CCBDF7AC9A6709140C2811891A847313AC5DF1);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD7CCBDF7AC9A6709140C2811891A847313AC5DF1;
}
}
// System.String System.Linq.Expressions.Strings::ExtensionNodeMustOverrideProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExtensionNodeMustOverrideProperty_m269496080796A674182EC91C1085ECBCDDADA8C9 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F144BDAF6EE2C0E6CFB19145B2E6195FD2E6540);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral0F144BDAF6EE2C0E6CFB19145B2E6195FD2E6540, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::UserDefinedOperatorMustBeStatic(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOperatorMustBeStatic_m47770157AD3EE4E60885E5A870B0734156C3328D (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBFD48C251E49D3683DCC1DBAF057F22B03C114D);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralBBFD48C251E49D3683DCC1DBAF057F22B03C114D, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::UserDefinedOperatorMustNotBeVoid(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOperatorMustNotBeVoid_m087098309939A6D3560414E273CDCC6159238347 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2753DED4A753D69B86213F583EFED4AE585D94B7);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral2753DED4A753D69B86213F583EFED4AE585D94B7, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::CoercionOperatorNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_CoercionOperatorNotDefined_m81A1FECDFE46E0A9CB504CFCA7C68FF01C06E120 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2783420FD0C038B0FC9DE02BFB28312E25000E37);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral2783420FD0C038B0FC9DE02BFB28312E25000E37, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::UnaryOperatorNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UnaryOperatorNotDefined_m75F7292AD07D84C1FB2126D85EAED29989C3DA17 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48B47FDDA57B9DCA9053DF62A8543DB0F876C7BF);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral48B47FDDA57B9DCA9053DF62A8543DB0F876C7BF, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::BinaryOperatorNotDefined(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_BinaryOperatorNotDefined_m19BE67CD68B97BCB573F1F27B99C841C8550CB5D (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61759565E575B9B47703E5D2E5144C3E988BBEAB);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteral61759565E575B9B47703E5D2E5144C3E988BBEAB, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::ReferenceEqualityNotDefined(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ReferenceEqualityNotDefined_m03F3B0985C63CFEF12DF1E796FC9FB5AD3CD6055 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE832ED19918938E6543E9BA5731AF60680CA08B0);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralE832ED19918938E6543E9BA5731AF60680CA08B0, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::OperandTypesDoNotMatchParameters(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_OperandTypesDoNotMatchParameters_mD00787305A346763031A9692B5AD5D1FD51C2F09 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF74F0637127DD52B6B40A32BD65B2D13DF734D9);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralDF74F0637127DD52B6B40A32BD65B2D13DF734D9, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::OverloadOperatorTypeDoesNotMatchConversionType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_OverloadOperatorTypeDoesNotMatchConversionType_m44C5D28AA8987BB7121133FC8BF2DB61E8F8A587 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9376E3B78102EC033F8620C7020D273BC20A6D56);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral9376E3B78102EC033F8620C7020D273BC20A6D56, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::get_ConversionIsNotSupportedForArithmeticTypes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ConversionIsNotSupportedForArithmeticTypes_mFCA28216A6E1E5C39B9397A1C2163F1C423ED5E6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF3E0488656774170520F9C9817540BC9B7A342);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralDEF3E0488656774170520F9C9817540BC9B7A342;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeArray_m715912E90E65F03A5F78120D5B835A01D8EEA9AD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0419F10D65478107C9B7ACDC31842682EDD2BEF6);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral0419F10D65478107C9B7ACDC31842682EDD2BEF6;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeBoolean_m7E1255CF46DCC5CE9A16F55C9AB70FC776AF1D94 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5385EB3189C7363E5A9055A75DB0DD1EE342BCCD);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral5385EB3189C7363E5A9055A75DB0DD1EE342BCCD;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeInteger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeInteger_m3A32C0FF0830A125A4532EB28C856B898A2BFAA8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9305C6B967C60BDBF852886B9B149EBDC57010CE);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral9305C6B967C60BDBF852886B9B149EBDC57010CE;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeArrayIndexType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeArrayIndexType_m64A3E1469E2EA6C0881CD7F6A0568444A05EEEA8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE276A8153FED2D11832189F85D9FBDCEAEEF9177);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralE276A8153FED2D11832189F85D9FBDCEAEEF9177;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentMustBeSingleDimensionalArrayType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentMustBeSingleDimensionalArrayType_m43284DF53CFF124929A6458915AFFB3E9DF6FA99 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB50854D8D501F12A08AB41550C7A4EFD8593108);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralDB50854D8D501F12A08AB41550C7A4EFD8593108;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentTypesMustMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentTypesMustMatch_m85AACB9FD1AECF82B173C340F4A0BB71FDB02D6E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE60F846E2C0155A9761809E804F6944C5F755E9F);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralE60F846E2C0155A9761809E804F6944C5F755E9F;
}
}
// System.String System.Linq.Expressions.Strings::CannotAutoInitializeValueTypeMemberThroughProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_CannotAutoInitializeValueTypeMemberThroughProperty_mC922B5875B10FC3F7688807C4BEFF22D4B55D6A3 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6D2C0EE36D007D1B12DE6C10BD876FE6934153D);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralA6D2C0EE36D007D1B12DE6C10BD876FE6934153D, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::IncorrectTypeForTypeAs(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_IncorrectTypeForTypeAs_m55A678CF8697CC0DB6BBEFC49A42D221DEC28A6B (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral652020781139A0A2B14DBD0B9030CECA23499296);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral652020781139A0A2B14DBD0B9030CECA23499296, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::get_CoalesceUsedOnNonNullType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_CoalesceUsedOnNonNullType_mEA671CBA5D7200EF3380E564758C5CD8343ACABF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA02CABBBE0E4813D94018F8AA9206A3F797092F);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralEA02CABBBE0E4813D94018F8AA9206A3F797092F;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeCannotInitializeArrayType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeCannotInitializeArrayType_mC998E074FABD3CC820B9ED3C3EA40CBEB06DE13C (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44906E572DF65ABC4C2C1ED9915172730368C040);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral44906E572DF65ABC4C2C1ED9915172730368C040, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchReturn(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchReturn_m0CBBE775C1A93E1097988E83F013ED20E1D1D38A (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB65B3630B868DD6AE773EA7832A759782D66280A);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralB65B3630B868DD6AE773EA7832A759782D66280A, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchAssignment(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchAssignment_mCD5555239F7972A499F402E0E7E5032FCF2D1F1D (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6919B545440DB3ECB6BC68172682D8A9F35BA570);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral6919B545440DB3ECB6BC68172682D8A9F35BA570, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchLabel(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchLabel_m6722EF7B1CC467E4B1491334872867080D0428D7 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E8544521FACB1DB8EFA296EC176F9980B350C66);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral3E8544521FACB1DB8EFA296EC176F9980B350C66, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeNotInvocable(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeNotInvocable_m67C7AEDF3CE6E154B3A3D502237FA79433FAC489 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16CE4C265479AEFCAA696C03E5FE3E9D766BD757);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral16CE4C265479AEFCAA696C03E5FE3E9D766BD757, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::InstanceFieldNotDefinedForType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InstanceFieldNotDefinedForType_mA4F7F65BD435CFF6DCC54DDC6E6FE33C6081E481 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8229C5A1D1D6D2FABEFC31963B972A057188D8A3);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral8229C5A1D1D6D2FABEFC31963B972A057188D8A3, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::FieldInfoNotDefinedForType(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FieldInfoNotDefinedForType_m5F17AEA41B609951600568CA4E8043D45A9701C0 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AA544F1E51CD304DAF5AEAE3FCAF06FA4C7B753);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteral4AA544F1E51CD304DAF5AEAE3FCAF06FA4C7B753, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfIndexes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfIndexes_m43126316027CDBF9FEAFA4A2322014D1F3D38909 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral431996AE9D55F610ECC62A67B60AFB5EF7090C09);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral431996AE9D55F610ECC62A67B60AFB5EF7090C09;
}
}
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfLambdaDeclarationParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfLambdaDeclarationParameters_mBA80CAFA0FDD6783AE6C1DD1EC0AD19477CDC42C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84784D5532B1F3491CF3BB9FEE1A6AB1C13C8544);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral84784D5532B1F3491CF3BB9FEE1A6AB1C13C8544;
}
}
// System.String System.Linq.Expressions.Strings::get_LambdaTypeMustBeDerivedFromSystemDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_LambdaTypeMustBeDerivedFromSystemDelegate_m872774884C41E58E593F77477A8A0E1696A04D08 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1811D1FA418F6821B18E25B7C8FF8F6DA1B7309);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralA1811D1FA418F6821B18E25B7C8FF8F6DA1B7309;
}
}
// System.String System.Linq.Expressions.Strings::MemberNotFieldOrProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MemberNotFieldOrProperty_m2092968546E6B2BC8E2DB371BCD36FF6030C2A6C (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF5C22D4BBDCA40C387FD0C4A0A44384EA0B54CB);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralDF5C22D4BBDCA40C387FD0C4A0A44384EA0B54CB, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::MethodContainsGenericParameters(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodContainsGenericParameters_m517E28BDD51B8EA8AAA56B9C0AD88D8D915AAE2E (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral812BBB586E626F59DADED777F983C5B0511BBBFE);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral812BBB586E626F59DADED777F983C5B0511BBBFE, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::MethodIsGeneric(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodIsGeneric_m9B1C5A547AAF40A237D34A81212F447C6D765CB9 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD78FEA9D8030499CE2FDA70990A7143C55C18DA);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralBD78FEA9D8030499CE2FDA70990A7143C55C18DA, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::PropertyDoesNotHaveAccessor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_PropertyDoesNotHaveAccessor_mA134F232C4A5A6C72FFA32B0B2F257F93E74BFC4 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0A280337FBF907EF4F329CFB3F183ECFEC3487D);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralE0A280337FBF907EF4F329CFB3F183ECFEC3487D, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::ParameterExpressionNotValidAsDelegate(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ParameterExpressionNotValidAsDelegate_mA707D653F4EC766BFB92D6C736FC9A1A3F5211FC (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0599D57B4CFB76BFD7EABC08E5831D2B8A4BA64);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralF0599D57B4CFB76BFD7EABC08E5831D2B8A4BA64, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::PropertyNotDefinedForType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_PropertyNotDefinedForType_mF8B4351111C69D72141ECA5600C52999219F4ABC (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A90A42A6455E19FAEFD2A1E887AFDBD8241B07);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral67A90A42A6455E19FAEFD2A1E887AFDBD8241B07, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::InstancePropertyNotDefinedForType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InstancePropertyNotDefinedForType_m3A35F8472518FB3EC364759A6CAD270D7EB86C7F (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4229089BA64B299A6AFCCCA6AD45AFFC60BB154F);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral4229089BA64B299A6AFCCCA6AD45AFFC60BB154F, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::InstanceAndMethodTypeMismatch(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InstanceAndMethodTypeMismatch_m09A877E58800F047C4BE6E200D2420AD91A75558 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29539CF9C0050D20C86E38130F25844476FB63BD);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteral29539CF9C0050D20C86E38130F25844476FB63BD, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::UnhandledBinary(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UnhandledBinary_mBDEE6A0B15D544F2728722EFB39C4DA084E207AA (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A3E0777CA036CEEB48D3BF32DD99000A0A11230);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral4A3E0777CA036CEEB48D3BF32DD99000A0A11230, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::UnhandledUnary(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UnhandledUnary_mD0296C3466623423AFA6A7BF707158B1C54CF246 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43518F54AC1A7F3CEBE1CD78BAC5AEB67B674D3B);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral43518F54AC1A7F3CEBE1CD78BAC5AEB67B674D3B, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::UserDefinedOpMustHaveConsistentTypes(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOpMustHaveConsistentTypes_m568EDD9CCADFE08F0C6D7CE398F9755822BA48FF (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0F7978456CA71DA2C671C6FE8AC9A87760A7A53);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralE0F7978456CA71DA2C671C6FE8AC9A87760A7A53, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::UserDefinedOpMustHaveValidReturnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_UserDefinedOpMustHaveValidReturnType_mF3546C91CD018488AAEE490416753BEEEB328BD3 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF07E0F12D958B904AE2D31E9E73E3DBC3FBB2FA);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralDF07E0F12D958B904AE2D31E9E73E3DBC3FBB2FA, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::LogicalOperatorMustHaveBooleanOperators(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_LogicalOperatorMustHaveBooleanOperators_m9EC399FDE66D098647E2F1BCB03825FE5BC2E31C (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8884690BE8675F580526DA9F59E741FBA925DB84);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral8884690BE8675F580526DA9F59E741FBA925DB84, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::MethodWithArgsDoesNotExistOnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodWithArgsDoesNotExistOnType_mB069B222F564DC4F866CD71A4B4007C7B2464141 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1F6A932B58E6C3281C821C626CF4B0456E71675);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralF1F6A932B58E6C3281C821C626CF4B0456E71675, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::GenericMethodWithArgsDoesNotExistOnType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_GenericMethodWithArgsDoesNotExistOnType_m4E641841640A070AB8B3A7F92111791FEE2196D3 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral413DFBE3848DA641C9ECD86DF8C221B6FCCCCC98);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral413DFBE3848DA641C9ECD86DF8C221B6FCCCCC98, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::MethodWithMoreThanOneMatch(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MethodWithMoreThanOneMatch_mF2AD51F0F54AE55F261732B6282296FFA8273AA0 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8720458507D6C6D12928DD04D7AAF1F058DD9C72);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteral8720458507D6C6D12928DD04D7AAF1F058DD9C72, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::get_ArgumentCannotBeOfTypeVoid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ArgumentCannotBeOfTypeVoid_m17D1009E0AE24EF4867001AE5CB28107118442EE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E766EB785DFC105AC2A895C8F418D3B19A90417);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral2E766EB785DFC105AC2A895C8F418D3B19A90417;
}
}
// System.String System.Linq.Expressions.Strings::OutOfRange(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_OutOfRange_mF50D8AD791C321D51490A539C9909AA6816E0CC9 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF3FA99CABAE94EF85E0510CA4C6C70F9E368320);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralDF3FA99CABAE94EF85E0510CA4C6C70F9E368320, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::LabelTargetAlreadyDefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_LabelTargetAlreadyDefined_m3B8E0C163B04BD8E49B4CEA8EC723EB053A0099D (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8502B74AE7C6DDC99AF74CFE502D4AE67B01521E);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral8502B74AE7C6DDC99AF74CFE502D4AE67B01521E, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::LabelTargetUndefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_LabelTargetUndefined_m9C6FA0D131FADC65798F8502CC3174E141F463B4 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D17DCEBD7B943FD0C4381B33C8A715ED66BF7B6);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral3D17DCEBD7B943FD0C4381B33C8A715ED66BF7B6, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::get_ControlCannotLeaveFinally()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotLeaveFinally_mB2085E88CA4734EB3CBCC3225079C45BFF2ED886 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD28BC98B252FEA8368F9E43EB9F4367415B19BAC);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD28BC98B252FEA8368F9E43EB9F4367415B19BAC;
}
}
// System.String System.Linq.Expressions.Strings::get_ControlCannotLeaveFilterTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotLeaveFilterTest_mF8871AEB2C53657A3F128630191A592A8537DE21 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB39FE4C22436BF07C584CCDE0804DD0065E93C07);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralB39FE4C22436BF07C584CCDE0804DD0065E93C07;
}
}
// System.String System.Linq.Expressions.Strings::AmbiguousJump(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_AmbiguousJump_m17690F7680E0734A6C2FB3D6A8134349CE600F98 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45CBEF9B45DF6B12CE78CFF4430BAA55F49A4948);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral45CBEF9B45DF6B12CE78CFF4430BAA55F49A4948, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::get_ControlCannotEnterTry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotEnterTry_m624E9C7E5EC84F355F0F6DF26D9462625D986D3D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F9C870D3D78166F779BC1C18243D5BB08FC537A);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral9F9C870D3D78166F779BC1C18243D5BB08FC537A;
}
}
// System.String System.Linq.Expressions.Strings::get_ControlCannotEnterExpression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ControlCannotEnterExpression_mBDB7356A269EA18D247EBEA89E39C331FA9CC9DC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ECEE86ABC0D814B2293191DE418A63357049A33);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral0ECEE86ABC0D814B2293191DE418A63357049A33;
}
}
// System.String System.Linq.Expressions.Strings::NonLocalJumpWithValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_NonLocalJumpWithValue_m6EA3258CC9BF75FC717EF93C144BB2B44D9EC73A (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D02371077946CDDB3405CBFC7A6434ECBD716F6);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral6D02371077946CDDB3405CBFC7A6434ECBD716F6, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::InvalidLvalue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidLvalue_mFFDEA1DAC77BB7EDBFA71F620B1E06421292CF73 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral716B498A87E675030CCCDDA8A5937CE30239665D);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral716B498A87E675030CCCDDA8A5937CE30239665D, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::get_RethrowRequiresCatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_RethrowRequiresCatch_m72E2EBABDDB16227EE1620E21E616BAF5512BC9D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFBFDE10DE5E3DF3C8E3F8E7BA60F6666FFFBCAF);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralEFBFDE10DE5E3DF3C8E3F8E7BA60F6666FFFBCAF;
}
}
// System.String System.Linq.Expressions.Strings::MustRewriteToSameNode(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MustRewriteToSameNode_m44116CABD3958828DCEDE8CB60BA3715A4D3168B (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B3B7653842708CFCF22E8EBA38ADB8CEF11CADF);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteral7B3B7653842708CFCF22E8EBA38ADB8CEF11CADF, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::MustRewriteChildToSameType(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MustRewriteChildToSameType_m212FFAE8D85CDC0434C2976BC5E66F5F9F865D08 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB48B0D60DDB12286E90E507C8A8022426A28BF8);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteralBB48B0D60DDB12286E90E507C8A8022426A28BF8, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::MustRewriteWithoutMethod(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_MustRewriteWithoutMethod_m42C66891C07E54EEBAD5F854BCA940C294B75084 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB05322B5AEDB1DAB4B6981C42D9FD3F5FEEE0B14);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralB05322B5AEDB1DAB4B6981C42D9FD3F5FEEE0B14, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::get_NonAbstractConstructorRequired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_NonAbstractConstructorRequired_mC826580E5861A262BC08E4AC7757ABCA5EF858DA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA16A0219ABC3D22CB0ED186988E5F23D7B36600);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralEA16A0219ABC3D22CB0ED186988E5F23D7B36600;
}
}
// System.String System.Linq.Expressions.Strings::get_ExpressionMustBeReadable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_ExpressionMustBeReadable_m5BB174C0B786E9B6F3EAA8D64D6C0FBBB3AE12ED (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral347A0369581ABD9DAE90C8C9DB94DDC38B1E9F62);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral347A0369581ABD9DAE90C8C9DB94DDC38B1E9F62;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchConstructorParameter(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchConstructorParameter_mB238588EC1D05B2F0C2C11381A61154A90AD6470 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC947C359FEA9248D6B38F361187D79FF2053D6BA);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralC947C359FEA9248D6B38F361187D79FF2053D6BA, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::get_EnumerationIsDone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_EnumerationIsDone_m1B33ED2A6526D63653CE4B47A1E2C92479D27FC7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97;
}
}
// System.String System.Linq.Expressions.Strings::TypeContainsGenericParameters(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_TypeContainsGenericParameters_mE6DD941CB130D2C388E585573D6A0C9B02E82BBF (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF301486206B32E499040BE283DC33A6C6E6763CA);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralF301486206B32E499040BE283DC33A6C6E6763CA, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::TypeIsGeneric(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_TypeIsGeneric_m25C2FEB0F937D37E249E741FC7AE7763BB17780A (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08CB0ED231181BF1B560358338A71E0A85D37491);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral08CB0ED231181BF1B560358338A71E0A85D37491, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::get_InvalidArgumentValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_InvalidArgumentValue_mE196A98224C0FBA0F40BDF9B43C69161E0AFD8B0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79C235DD5658E27587B647F1B18D450D497FAAE9);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral79C235DD5658E27587B647F1B18D450D497FAAE9;
}
}
// System.String System.Linq.Expressions.Strings::InvalidNullValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidNullValue_mA3571F729FC8ECDBC9989FAC8EF43F12E5D7B4D4 (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6993912CA9E5499571A0BA26FC476ABF23B247C8);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteral6993912CA9E5499571A0BA26FC476ABF23B247C8, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::InvalidObjectType(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_InvalidObjectType_m2BE19AE6C61A9B921259A46016938BFA3E636BCD (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD06BB321D883F30B1B37EE3DB4D537D020B25BF5);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralD06BB321D883F30B1B37EE3DB4D537D020B25BF5, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchMethodParameter(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchMethodParameter_m1C09EE2060EF143AF437E20EF20DC4D20A6BF433 (RuntimeObject* ___p00, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82641F1B48595756BE451F9B9E0AF7E032EB37BD);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
RuntimeObject* L_2 = ___p22;
String_t* L_3;
L_3 = SR_Format_m8D8E5F12A9878EC8EFC9836CE2A07D48A6634183(_stringLiteral82641F1B48595756BE451F9B9E0AF7E032EB37BD, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Strings::ExpressionTypeDoesNotMatchParameter(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_ExpressionTypeDoesNotMatchParameter_m3CF968EECBEECA941C13F40E3D107375CF04F410 (RuntimeObject* ___p00, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9B04CBEAB0D487FBB038F3837F117EB12C1BB63);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
RuntimeObject* L_1 = ___p11;
String_t* L_2;
L_2 = SR_Format_mAB1167B719D91E95C5ABE7F3AE9F4AECC381A2B6(_stringLiteralC9B04CBEAB0D487FBB038F3837F117EB12C1BB63, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Linq.Expressions.Strings::IncorrectNumberOfMethodCallArguments(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_IncorrectNumberOfMethodCallArguments_mD8A2AEECEAA8F350047D84DA25C48BC6B8BE8D0B (RuntimeObject* ___p00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA3394D60A781CE18DB7DB97F5E7D299230FD374);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___p00;
String_t* L_1;
L_1 = SR_Format_m988B53E9437EF52AA3C781DE0FD152B5AF4DD3DA(_stringLiteralDA3394D60A781CE18DB7DB97F5E7D299230FD374, L_0, NULL);
return L_1;
}
}
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfLambdaArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfLambdaArguments_m5AF7A84795AA8714F3E0EAE3DE2D0A2C400F58EE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98C264C084C59779F61B419DDA3033D65EA2672D);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral98C264C084C59779F61B419DDA3033D65EA2672D;
}
}
// System.String System.Linq.Expressions.Strings::get_IncorrectNumberOfConstructorArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_get_IncorrectNumberOfConstructorArguments_m9FE239658E041AD59DA488EDD8EB520DB97A5C71 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1F23B20FB1EE08CD98DF825091B73B870DC192D);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD1F23B20FB1EE08CD98DF825091B73B870DC192D;
}
}
#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.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.SwitchCase::get_TestValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6 (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CTestValuesU3Ek__BackingField_0;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchCase::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337 (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_1;
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.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::get_SwitchValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CSwitchValueU3Ek__BackingField_3;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.SwitchCase> System.Linq.Expressions.SwitchExpression::get_Cases()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0 (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_0 = __this->___U3CCasesU3Ek__BackingField_4;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::get_DefaultBody()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CDefaultBodyU3Ek__BackingField_5;
return L_0;
}
}
// System.Reflection.MethodInfo System.Linq.Expressions.SwitchExpression::get_Comparison()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382 (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CComparisonU3Ek__BackingField_6;
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.String System.Linq.Expressions.SymbolDocumentInfo::get_FileName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SymbolDocumentInfo_get_FileName_m899B6E822CE4FA131B49E58FB0BE2A3EF9B488C0 (SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CFileNameU3Ek__BackingField_0;
return L_0;
}
}
// System.Void System.Linq.Expressions.SymbolDocumentInfo::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolDocumentInfo__cctor_mC1170F4D0B17B18D66600F4EFD0DF5719B4599A8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Guid_t L_0;
memset((&L_0), 0, sizeof(L_0));
Guid__ctor_mC52E0191E06C110F9F6E0A417BCA4437D79CC130((&L_0), ((int32_t)1518771467), (int16_t)((int32_t)26129), (int16_t)((int32_t)4563), (uint8_t)((int32_t)189), (uint8_t)((int32_t)42), (uint8_t)0, (uint8_t)0, (uint8_t)((int32_t)248), (uint8_t)8, (uint8_t)((int32_t)73), (uint8_t)((int32_t)189), /*hidden argument*/NULL);
((SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3_StaticFields*)il2cpp_codegen_static_fields_for(SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3_il2cpp_TypeInfo_var))->___DocumentType_Text_1 = 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 System.Linq.Expressions.TryExpression::.ctor(System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryExpression__ctor_m4734C8B1DF4A41805725B1F3150CB685FB90CEA2 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, Type_t* ___type0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___finally2, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___fault3, ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* ___handlers4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Type_t* L_0 = ___type0;
__this->___U3CTypeU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_3), (void*)L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___body1;
__this->___U3CBodyU3Ek__BackingField_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBodyU3Ek__BackingField_4), (void*)L_1);
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_2 = ___handlers4;
__this->___U3CHandlersU3Ek__BackingField_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHandlersU3Ek__BackingField_5), (void*)L_2);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___finally2;
__this->___U3CFinallyU3Ek__BackingField_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFinallyU3Ek__BackingField_6), (void*)L_3);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___fault3;
__this->___U3CFaultU3Ek__BackingField_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFaultU3Ek__BackingField_7), (void*)L_4);
return;
}
}
// System.Type System.Linq.Expressions.TryExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TryExpression_get_Type_m08ADF314349903ADBBEF430F7006FCB5A18587A5 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.TryExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TryExpression_get_NodeType_mF045A6A0845BAB76CE408C53FDEF01915AB03AB6 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)61));
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::get_Body()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_4;
return L_0;
}
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock> System.Linq.Expressions.TryExpression::get_Handlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_0 = __this->___U3CHandlersU3Ek__BackingField_5;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::get_Finally()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFinallyU3Ek__BackingField_6;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::get_Fault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFaultU3Ek__BackingField_7;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_Accept_mD9410DD2C485DFA09530E3FCE9978DC4F6E7A29C (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* >::Invoke(23 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitTry(System.Linq.Expressions.TryExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.TryExpression System.Linq.Expressions.TryExpression::Update(System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.CatchBlock>,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* TryExpression_Update_mE76A2AAF3F4981C8BDC740E9F5E8B1171FFCF0A2 (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body0, RuntimeObject* ___handlers1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___finally2, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___fault3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionUtils_SameElements_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m83653A734C1FF2F1D2335560E9516E8BA461D9BF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___body0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___finally2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___fault3;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline(__this, NULL);
if (!((int32_t)(((int32_t)(((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_1))? 1 : 0)&((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_2) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_3))? 1 : 0)))&((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_5))? 1 : 0))))
{
goto IL_0031;
}
}
{
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_6;
L_6 = TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline(__this, NULL);
bool L_7;
L_7 = ExpressionUtils_SameElements_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m83653A734C1FF2F1D2335560E9516E8BA461D9BF((&___handlers1), L_6, ExpressionUtils_SameElements_TisCatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA_m83653A734C1FF2F1D2335560E9516E8BA461D9BF_RuntimeMethod_var);
if (!L_7)
{
goto IL_0031;
}
}
{
return __this;
}
IL_0031:
{
Type_t* L_8;
L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9 = ___body0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = ___finally2;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = ___fault3;
RuntimeObject* L_12 = ___handlers1;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_13;
L_13 = Expression_MakeTry_m3AC75E2190142C2CCF23E0B50F13B18198E13528(L_8, L_9, L_10, L_11, L_12, NULL);
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 System.Linq.Expressions.TypeBinaryExpression::.ctor(System.Linq.Expressions.Expression,System.Type,System.Linq.Expressions.ExpressionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeBinaryExpression__ctor_m620AFCA4844797C22F66AFAF5A19F3A77C39CD4E (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Type_t* ___typeOperand1, int32_t ___nodeType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
__this->___U3CExpressionU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExpressionU3Ek__BackingField_4), (void*)L_0);
Type_t* L_1 = ___typeOperand1;
__this->___U3CTypeOperandU3Ek__BackingField_5 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeOperandU3Ek__BackingField_5), (void*)L_1);
int32_t L_2 = ___nodeType2;
__this->___U3CNodeTypeU3Ek__BackingField_3 = L_2;
return;
}
}
// System.Type System.Linq.Expressions.TypeBinaryExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpression_get_Type_m9804DEC93D7CADF67281DF51A7B2F84D2F60940E (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_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);
return L_1;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.TypeBinaryExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeBinaryExpression_get_NodeType_mEF4A2F2B753733D7AC827D109893EFB5EB5113B3 (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CNodeTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.TypeBinaryExpression::get_Expression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10 (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField_4;
return L_0;
}
}
// System.Type System.Linq.Expressions.TypeBinaryExpression::get_TypeOperand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeOperandU3Ek__BackingField_5;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.TypeBinaryExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeBinaryExpression_Accept_mE4F23B0E1174C489723DF1D3DDC3D6D09336A26D (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* >::Invoke(24 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitTypeBinary(System.Linq.Expressions.TypeBinaryExpression) */, L_0, __this);
return L_1;
}
}
// System.Linq.Expressions.TypeBinaryExpression System.Linq.Expressions.TypeBinaryExpression::Update(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* TypeBinaryExpression_Update_m6300BA2FC1BF6F5C93CB4810C466B1C3742C0A99 (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_1))))
{
goto IL_000b;
}
}
{
return __this;
}
IL_000b:
{
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)45)))))
{
goto IL_0022;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___expression0;
Type_t* L_4;
L_4 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_5;
L_5 = Expression_TypeIs_mCC9C7E8D3827A5FBD0726634C3ED2B3B3AA1C844(L_3, L_4, NULL);
return L_5;
}
IL_0022:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = ___expression0;
Type_t* L_7;
L_7 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_8;
L_8 = Expression_TypeEqual_m81F906A2740E6740A7E052AEBECCD4995C25214F(L_6, L_7, NULL);
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 System.Linq.Expressions.UnaryExpression::.ctor(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnaryExpression__ctor_mFA247A48684A17233146E3AD246988F5ADD4B66C (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, int32_t ___nodeType0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression1, Type_t* ___type2, MethodInfo_t* ___method3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
Expression__ctor_mABB8FB6BEFFBEBEDEBA33C28DF6579F93655F1FC(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___expression1;
__this->___U3COperandU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COperandU3Ek__BackingField_5), (void*)L_0);
MethodInfo_t* L_1 = ___method3;
__this->___U3CMethodU3Ek__BackingField_6 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField_6), (void*)L_1);
int32_t L_2 = ___nodeType0;
__this->___U3CNodeTypeU3Ek__BackingField_4 = L_2;
Type_t* L_3 = ___type2;
__this->___U3CTypeU3Ek__BackingField_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField_3), (void*)L_3);
return;
}
}
// System.Type System.Linq.Expressions.UnaryExpression::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UnaryExpression_get_Type_m7BC789C4B3214F81BD88D326BA815276A3D9BB28 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.UnaryExpression::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnaryExpression_get_NodeType_m0C3BAE7E406E388EE751CB3CBC0A20F0A8D15411 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CNodeTypeU3Ek__BackingField_4;
return L_0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::get_Operand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3COperandU3Ek__BackingField_5;
return L_0;
}
}
// System.Reflection.MethodInfo System.Linq.Expressions.UnaryExpression::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField_6;
return L_0;
}
}
// System.Boolean System.Linq.Expressions.UnaryExpression::get_IsLifted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((((int32_t)L_0) == ((int32_t)((int32_t)44))))
{
goto IL_001e;
}
}
{
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((((int32_t)L_1) == ((int32_t)((int32_t)40))))
{
goto IL_001e;
}
}
{
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)60)))))
{
goto IL_0020;
}
}
IL_001e:
{
return (bool)0;
}
IL_0020:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
NullCheck(L_3);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_3);
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_5;
L_5 = TypeUtils_IsNullableType_mC55F95DC7E0BC9C9411EA2A50DEC8B2BE9ECDA28(L_4, NULL);
V_0 = L_5;
Type_t* L_6;
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
bool L_7;
L_7 = TypeUtils_IsNullableType_mC55F95DC7E0BC9C9411EA2A50DEC8B2BE9ECDA28(L_6, NULL);
V_1 = L_7;
MethodInfo_t* L_8;
L_8 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(__this, NULL);
bool L_9;
L_9 = MethodInfo_op_Inequality_m12A72321F9066269B34CD4062B224E1A20AC15EC(L_8, (MethodInfo_t*)NULL, NULL);
if (!L_9)
{
goto IL_0093;
}
}
{
bool L_10 = V_0;
if (!L_10)
{
goto IL_0072;
}
}
{
MethodInfo_t* L_11;
L_11 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_12;
L_12 = TypeExtensions_GetParametersCached_m9AB554D11E2AF889DE83C3F10F0CC312688EEA56(L_11, NULL);
NullCheck(L_12);
int32_t L_13 = 0;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
NullCheck(L_14);
Type_t* L_15;
L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_14);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16;
L_16 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
NullCheck(L_16);
Type_t* L_17;
L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_16);
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_18;
L_18 = TypeUtils_AreEquivalent_m8151407409689E4CFBFE4D92D2A1DB7992A9A52C(L_15, L_17, NULL);
if (!L_18)
{
goto IL_0091;
}
}
IL_0072:
{
bool L_19 = V_1;
if (!L_19)
{
goto IL_008f;
}
}
{
MethodInfo_t* L_20;
L_20 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(__this, NULL);
NullCheck(L_20);
Type_t* L_21;
L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_20);
Type_t* L_22;
L_22 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_23;
L_23 = TypeUtils_AreEquivalent_m8151407409689E4CFBFE4D92D2A1DB7992A9A52C(L_21, L_22, NULL);
return (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
}
IL_008f:
{
return (bool)0;
}
IL_0091:
{
return (bool)1;
}
IL_0093:
{
bool L_24 = V_0;
bool L_25 = V_1;
return (bool)((int32_t)((int32_t)L_24|(int32_t)L_25));
}
}
// System.Boolean System.Linq.Expressions.UnaryExpression::get_IsLiftedToNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsLiftedToNull_m6A6103EBBB80AB1A349197D7E562B2B4898AC38E (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_2;
L_2 = TypeUtils_IsNullableType_mC55F95DC7E0BC9C9411EA2A50DEC8B2BE9ECDA28(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::Accept(System.Linq.Expressions.ExpressionVisitor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_Accept_m9C73B1EF0D6F39E80D95227A8DB712C0F389B47D (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, const RuntimeMethod* method)
{
{
ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* L_0 = ___visitor0;
NullCheck(L_0);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* >::Invoke(25 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitUnary(System.Linq.Expressions.UnaryExpression) */, L_0, __this);
return L_1;
}
}
// System.Boolean System.Linq.Expressions.UnaryExpression::get_CanReduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_CanReduce_mD566293A6F0A4C7C97DCBFC29C7C7792EF0F36BE (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
V_0 = L_0;
int32_t L_1 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)77)))) <= ((uint32_t)3))))
{
goto IL_0010;
}
}
{
return (bool)1;
}
IL_0010:
{
return (bool)0;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::Reduce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_Reduce_m2D7C286E3525CD1CFBACE2476E2DF8B54C823056 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Linq.Expressions.Expression::get_CanReduce() */, __this);
if (!L_0)
{
goto IL_0033;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, L_1);
V_0 = L_2;
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)23))))
{
goto IL_0025;
}
}
{
int32_t L_4 = V_0;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)55)))))
{
goto IL_002c;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = UnaryExpression_ReduceIndex_m0AF296029137D596B57C0660C8780B538D7E3B04(__this, NULL);
return L_5;
}
IL_0025:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = UnaryExpression_ReduceMember_m08E484E31C95C54F8A4C8AB9F40CFD8E6C8A2EF4(__this, NULL);
return L_6;
}
IL_002c:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = UnaryExpression_ReduceVariable_m4E1A4729D61BB0465358BC05B598655105E5FB34(__this, NULL);
return L_7;
}
IL_0033:
{
return __this;
}
}
// System.Boolean System.Linq.Expressions.UnaryExpression::get_IsPrefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsPrefix_m6AC7868120581C35A1512A6B8E19C1CC7BC32797 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((((int32_t)L_0) == ((int32_t)((int32_t)77))))
{
goto IL_0015;
}
}
{
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
return (bool)((((int32_t)L_1) == ((int32_t)((int32_t)78)))? 1 : 0);
}
IL_0015:
{
return (bool)1;
}
}
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.UnaryExpression::FunctionalOp(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((((int32_t)L_0) == ((int32_t)((int32_t)77))))
{
goto IL_0014;
}
}
{
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)79)))))
{
goto IL_0019;
}
}
IL_0014:
{
V_0 = ((int32_t)54);
goto IL_001c;
}
IL_0019:
{
V_0 = ((int32_t)49);
}
IL_001c:
{
int32_t L_2 = V_0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___operand0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___operand0;
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_4);
MethodInfo_t* L_6;
L_6 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(__this, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_7 = (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)il2cpp_codegen_object_new(UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var);
NullCheck(L_7);
UnaryExpression__ctor_mFA247A48684A17233146E3AD246988F5ADD4B66C(L_7, L_2, L_3, L_5, L_6, NULL);
return L_7;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::ReduceVariable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_ReduceVariable_m4E1A4729D61BB0465358BC05B598655105E5FB34 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_0 = NULL;
{
bool L_0;
L_0 = UnaryExpression_get_IsPrefix_m6AC7868120581C35A1512A6B8E19C1CC7BC32797(__this, NULL);
if (!L_0)
{
goto IL_0020;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_3;
L_3 = UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C(__this, L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_4;
L_4 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_1, L_3, NULL);
return L_4;
}
IL_0020:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
NullCheck(L_5);
Type_t* L_6;
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_5);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7;
L_7 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_6, (String_t*)NULL, NULL);
V_0 = L_7;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_8 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_9 = L_8;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_10 = V_0;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_10);
TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1* L_11 = (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
NullCheck(L_11);
TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C(L_11, L_9, TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_12 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)3);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_13 = L_12;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_14 = V_0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15;
L_15 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_16;
L_16 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_14, L_15, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_16);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_17 = L_13;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18;
L_18 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_19 = V_0;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_20;
L_20 = UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C(__this, L_19, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_21;
L_21 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_18, L_20, NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_21);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_21);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_22 = L_17;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_23 = V_0;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_23);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(2), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_23);
TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* L_24 = (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
NullCheck(L_24);
TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD(L_24, L_22, TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_25;
L_25 = Expression_Block_mA2A5F7ECDC2C090F6DBAF19FA118784A90A0D80D(L_11, L_24, NULL);
return L_25;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::ReduceMember()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_ReduceMember_m08E484E31C95C54F8A4C8AB9F40CFD8E6C8A2EF4 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* V_0 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_1 = NULL;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* V_2 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_3 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0;
L_0 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
V_0 = ((MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89*)CastclassClass((RuntimeObject*)L_0, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var));
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_1 = V_0;
NullCheck(L_1);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
L_2 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_1, NULL);
if (L_2)
{
goto IL_001b;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = UnaryExpression_ReduceVariable_m4E1A4729D61BB0465358BC05B598655105E5FB34(__this, NULL);
return L_3;
}
IL_001b:
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_4 = V_0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
L_5 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_4, NULL);
NullCheck(L_5);
Type_t* L_6;
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_5);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7;
L_7 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_6, (String_t*)NULL, NULL);
V_1 = L_7;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8 = V_1;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_9 = V_0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_9, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_11;
L_11 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_8, L_10, NULL);
V_2 = L_11;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_12 = V_1;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_13 = V_0;
NullCheck(L_13);
MemberInfo_t* L_14;
L_14 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_13, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_15;
L_15 = Expression_MakeMemberAccess_m983316C8DA3081E56BEC96F464CD625749C6A6FE(L_12, L_14, NULL);
V_0 = L_15;
bool L_16;
L_16 = UnaryExpression_get_IsPrefix_m6AC7868120581C35A1512A6B8E19C1CC7BC32797(__this, NULL);
if (!L_16)
{
goto IL_0083;
}
}
{
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_17 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_18 = L_17;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_19 = V_1;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_19);
TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1* L_20 = (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
NullCheck(L_20);
TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C(L_20, L_18, TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_21 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)2);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_22 = L_21;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_23 = V_2;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_23);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_23);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_24 = L_22;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_25 = V_0;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_26 = V_0;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_27;
L_27 = UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C(__this, L_26, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_28;
L_28 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_25, L_27, NULL);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_28);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_28);
TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* L_29 = (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
NullCheck(L_29);
TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD(L_29, L_24, TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_30;
L_30 = Expression_Block_mA2A5F7ECDC2C090F6DBAF19FA118784A90A0D80D(L_20, L_29, NULL);
return L_30;
}
IL_0083:
{
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_31 = V_0;
NullCheck(L_31);
Type_t* L_32;
L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_31);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_33;
L_33 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_32, (String_t*)NULL, NULL);
V_3 = L_33;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_34 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)2);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_35 = L_34;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_36 = V_1;
NullCheck(L_35);
ArrayElementTypeCheck (L_35, L_36);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_36);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_37 = L_35;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_38 = V_3;
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_38);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(1), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_38);
TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1* L_39 = (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
NullCheck(L_39);
TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C(L_39, L_37, TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_40 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)4);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_41 = L_40;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_42 = V_2;
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_42);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_42);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_43 = L_41;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_44 = V_3;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_45 = V_0;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_46;
L_46 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_44, L_45, NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_46);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(1), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_46);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_47 = L_43;
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_48 = V_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_49 = V_3;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_50;
L_50 = UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C(__this, L_49, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_51;
L_51 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_48, L_50, NULL);
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_51);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(2), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_51);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_52 = L_47;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_53 = V_3;
NullCheck(L_52);
ArrayElementTypeCheck (L_52, L_53);
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(3), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_53);
TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* L_54 = (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
NullCheck(L_54);
TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD(L_54, L_52, TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_55;
L_55 = Expression_Block_mA2A5F7ECDC2C090F6DBAF19FA118784A90A0D80D(L_39, L_54, NULL);
return L_55;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::ReduceIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_ReduceIndex_m0AF296029137D596B57C0660C8780B538D7E3B04 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* V_1 = NULL;
int32_t V_2 = 0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_3 = NULL;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* V_4 = NULL;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* V_5 = NULL;
int32_t V_6 = 0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_7 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_8 = NULL;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_9 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_10 = NULL;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
{
bool L_0;
L_0 = UnaryExpression_get_IsPrefix_m6AC7868120581C35A1512A6B8E19C1CC7BC32797(__this, NULL);
V_0 = L_0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
V_1 = ((IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347*)CastclassSealed((RuntimeObject*)L_1, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var));
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_2 = V_1;
NullCheck(L_2);
int32_t L_3;
L_3 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_2, NULL);
V_2 = L_3;
int32_t L_4 = V_2;
bool L_5 = V_0;
G_B1_0 = L_4;
if (L_5)
{
G_B2_0 = L_4;
goto IL_0021;
}
}
{
G_B3_0 = 4;
G_B3_1 = G_B1_0;
goto IL_0022;
}
IL_0021:
{
G_B3_0 = 2;
G_B3_1 = G_B2_0;
}
IL_0022:
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_6 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0)));
V_3 = L_6;
int32_t L_7 = V_2;
bool L_8 = V_0;
G_B4_0 = L_7;
if (L_8)
{
G_B5_0 = L_7;
goto IL_0030;
}
}
{
G_B6_0 = 2;
G_B6_1 = G_B4_0;
goto IL_0031;
}
IL_0030:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0031:
{
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_9 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(G_B6_1, G_B6_0)));
V_4 = L_9;
int32_t L_10 = V_2;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_11 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)L_10);
V_5 = L_11;
V_6 = 0;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_12 = V_4;
int32_t L_13 = V_6;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_14 = V_1;
NullCheck(L_14);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15;
L_15 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_14, NULL);
NullCheck(L_15);
Type_t* L_16;
L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_15);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_17;
L_17 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_16, (String_t*)NULL, NULL);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_17);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_17);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_18 = V_3;
int32_t L_19 = V_6;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_20 = V_4;
int32_t L_21 = V_6;
NullCheck(L_20);
int32_t L_22 = L_21;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_24 = V_1;
NullCheck(L_24);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_25;
L_25 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_24, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_26;
L_26 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_23, L_25, NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_26);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_26);
int32_t L_27 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_27, 1));
goto IL_00b6;
}
IL_0076:
{
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_28 = V_1;
int32_t L_29 = V_6;
NullCheck(L_28);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30;
L_30 = IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C(L_28, ((int32_t)il2cpp_codegen_subtract(L_29, 1)), NULL);
V_7 = L_30;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_31 = V_5;
int32_t L_32 = V_6;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_33 = V_4;
int32_t L_34 = V_6;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_35 = V_7;
NullCheck(L_35);
Type_t* L_36;
L_36 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_35);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_37;
L_37 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_36, (String_t*)NULL, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_38 = L_37;
V_8 = L_38;
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_38);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(L_34), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_38);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_39 = V_8;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_39);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_32, 1))), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_39);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_40 = V_3;
int32_t L_41 = V_6;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_42 = V_4;
int32_t L_43 = V_6;
NullCheck(L_42);
int32_t L_44 = L_43;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_46 = V_7;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_47;
L_47 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_45, L_46, NULL);
NullCheck(L_40);
ArrayElementTypeCheck (L_40, L_47);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_47);
int32_t L_48 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_48, 1));
}
IL_00b6:
{
int32_t L_49 = V_6;
int32_t L_50 = V_2;
if ((((int32_t)L_49) <= ((int32_t)L_50)))
{
goto IL_0076;
}
}
{
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_51 = V_4;
NullCheck(L_51);
int32_t L_52 = 0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_53 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_54 = V_1;
NullCheck(L_54);
PropertyInfo_t* L_55;
L_55 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_54, NULL);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_56 = V_5;
V_9 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)L_56;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_57 = V_9;
TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* L_58 = (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
NullCheck(L_58);
TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD(L_58, L_57, TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_59;
L_59 = Expression_MakeIndex_mC8C6EE56AB86DADEBD5C2409323D49E2A2D88194(L_53, L_55, L_58, NULL);
V_1 = L_59;
bool L_60 = V_0;
if (L_60)
{
goto IL_012a;
}
}
{
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_61 = V_4;
int32_t L_62 = V_6;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_63 = V_1;
NullCheck(L_63);
Type_t* L_64;
L_64 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_63);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_65;
L_65 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_64, (String_t*)NULL, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_66 = L_65;
V_8 = L_66;
NullCheck(L_61);
ArrayElementTypeCheck (L_61, L_66);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(L_62), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_66);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_67 = V_8;
V_10 = L_67;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_68 = V_3;
int32_t L_69 = V_6;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_70 = V_4;
int32_t L_71 = V_6;
NullCheck(L_70);
int32_t L_72 = L_71;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_73 = (L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_74 = V_1;
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_75;
L_75 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_73, L_74, NULL);
NullCheck(L_68);
ArrayElementTypeCheck (L_68, L_75);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(L_69), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_75);
int32_t L_76 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_76, 1));
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_77 = V_3;
int32_t L_78 = V_6;
int32_t L_79 = L_78;
V_6 = ((int32_t)il2cpp_codegen_add(L_79, 1));
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_80 = V_1;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_81 = V_10;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_82;
L_82 = UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C(__this, L_81, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_83;
L_83 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_80, L_82, NULL);
NullCheck(L_77);
ArrayElementTypeCheck (L_77, L_83);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(L_79), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_83);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_84 = V_3;
int32_t L_85 = V_6;
int32_t L_86 = L_85;
V_6 = ((int32_t)il2cpp_codegen_add(L_86, 1));
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_87 = V_10;
NullCheck(L_84);
ArrayElementTypeCheck (L_84, L_87);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(L_86), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_87);
goto IL_0140;
}
IL_012a:
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_88 = V_3;
int32_t L_89 = V_6;
int32_t L_90 = L_89;
V_6 = ((int32_t)il2cpp_codegen_add(L_90, 1));
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_91 = V_1;
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_92 = V_1;
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_93;
L_93 = UnaryExpression_FunctionalOp_m2E5198689EAB43A92A1CB0B6A82EE59986219F7C(__this, L_92, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_94;
L_94 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_91, L_93, NULL);
NullCheck(L_88);
ArrayElementTypeCheck (L_88, L_94);
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(L_90), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_94);
}
IL_0140:
{
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_95 = V_4;
TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1* L_96 = (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
NullCheck(L_96);
TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C(L_96, L_95, TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_97 = V_3;
TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* L_98 = (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
NullCheck(L_98);
TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD(L_98, L_97, TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_99;
L_99 = Expression_Block_mA2A5F7ECDC2C090F6DBAF19FA118784A90A0D80D(L_96, L_98, NULL);
return L_99;
}
}
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.UnaryExpression::Update(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* UnaryExpression_Update_m8B2ED5816E75945DC8EFD207157AFA230A2FA258 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___operand0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(__this, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_1))))
{
goto IL_000b;
}
}
{
return __this;
}
IL_000b:
{
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, __this);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___operand0;
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, __this);
MethodInfo_t* L_5;
L_5 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_6;
L_6 = Expression_MakeUnary_mC29FD5B64A888559DB8680F8F08A02761B6DE234(L_2, L_3, L_4, L_5, NULL);
return L_6;
}
}
#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.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::Constant(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Utils_Constant_m7C5EB849170EA0B29F1A071F042F51A1DAE885A5 (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0009;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_1 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_false_20;
return L_1;
}
IL_0009:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_2 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_true_19;
return L_2;
}
}
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::Constant(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Utils_Constant_mB6C1476BADB905E4B60C7EE0135388E2A061A09A (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
switch (((int32_t)il2cpp_codegen_subtract(L_0, (-1))))
{
case 0:
{
goto IL_001e;
}
case 1:
{
goto IL_0024;
}
case 2:
{
goto IL_002a;
}
case 3:
{
goto IL_0030;
}
case 4:
{
goto IL_0036;
}
}
}
{
goto IL_003c;
}
IL_001e:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_1 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_m1_21;
return L_1;
}
IL_0024:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_2 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_0_22;
return L_2;
}
IL_002a:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_3 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_1_23;
return L_3;
}
IL_0030:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_4 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_2_24;
return L_4;
}
IL_0036:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_5 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_3_25;
return L_5;
}
IL_003c:
{
int32_t L_6 = ___value0;
int32_t L_7 = L_6;
RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_9;
L_9 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_8, NULL);
return L_9;
}
}
// System.Void System.Linq.Expressions.Utils::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils__cctor_m0A46E60B16A4FA263251BA5EF15D7503FF204C32 (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*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
bool L_0 = ((bool)0);
RuntimeObject* L_1 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_0);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse_0), (void*)L_1);
bool L_2 = ((bool)1);
RuntimeObject* L_3 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_2);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue_1), (void*)L_3);
int32_t L_4 = (-1);
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedIntM1_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedIntM1_2), (void*)L_5);
int32_t L_6 = 0;
RuntimeObject* L_7 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_6);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt0_3 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt0_3), (void*)L_7);
int32_t L_8 = 1;
RuntimeObject* L_9 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_8);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt1_4 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt1_4), (void*)L_9);
int32_t L_10 = 2;
RuntimeObject* L_11 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_10);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt2_5 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt2_5), (void*)L_11);
int32_t L_12 = 3;
RuntimeObject* L_13 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_12);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt3_6 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt3_6), (void*)L_13);
int8_t L_14 = ((int8_t)0);
RuntimeObject* L_15 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_14);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultSByte_7 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultSByte_7), (void*)L_15);
Il2CppChar L_16 = ((Il2CppChar)0);
RuntimeObject* L_17 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_16);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultChar_8 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultChar_8), (void*)L_17);
int16_t L_18 = ((int16_t)0);
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultInt16_9 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultInt16_9), (void*)L_19);
int64_t L_20 = ((int64_t)0);
RuntimeObject* L_21 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_20);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultInt64_10 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultInt64_10), (void*)L_21);
uint8_t L_22 = ((uint8_t)0);
RuntimeObject* L_23 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_22);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultByte_11 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultByte_11), (void*)L_23);
uint16_t L_24 = ((uint16_t)0);
RuntimeObject* L_25 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_24);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt16_12 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt16_12), (void*)L_25);
uint32_t L_26 = ((uint32_t)0);
RuntimeObject* L_27 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_26);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt32_13 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt32_13), (void*)L_27);
uint64_t L_28 = ((uint64_t)((int64_t)0));
RuntimeObject* L_29 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_28);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt64_14 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt64_14), (void*)L_29);
float L_30 = (0.0f);
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultSingle_15 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultSingle_15), (void*)L_31);
double L_32 = (0.0);
RuntimeObject* L_33 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_32);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDouble_16 = L_33;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDouble_16), (void*)L_33);
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_34 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_35 = L_34;
RuntimeObject* L_36 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_35);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDecimal_17 = L_36;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDecimal_17), (void*)L_36);
il2cpp_codegen_initobj((&V_0), sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_37 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_38 = L_37;
RuntimeObject* L_39 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_38);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDateTime_18 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDateTime_18), (void*)L_39);
RuntimeObject* L_40 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue_1;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_41;
L_41 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_40, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_true_19 = L_41;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_true_19), (void*)L_41);
RuntimeObject* L_42 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse_0;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_43;
L_43 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_42, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_false_20 = L_43;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_false_20), (void*)L_43);
RuntimeObject* L_44 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedIntM1_2;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_45;
L_45 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_44, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_m1_21 = L_45;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_m1_21), (void*)L_45);
RuntimeObject* L_46 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt0_3;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_47;
L_47 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_46, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_0_22 = L_47;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_0_22), (void*)L_47);
RuntimeObject* L_48 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt1_4;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_49;
L_49 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_48, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_1_23 = L_49;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_1_23), (void*)L_49);
RuntimeObject* L_50 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt2_5;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_51;
L_51 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_50, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_2_24 = L_51;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_2_24), (void*)L_51);
RuntimeObject* L_52 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt3_6;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_53;
L_53 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_52, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_3_25 = L_53;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___s_3_25), (void*)L_53);
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_54;
L_54 = Expression_Empty_m15A7778997CBBB746060BBB674E379DFCCC7BE78(NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Empty_26 = L_54;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Empty_26), (void*)L_54);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_55;
L_55 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(NULL, NULL);
((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Null_27 = L_55;
Il2CppCodeGenWriteBarrier((void**)(&((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Null_27), (void*)L_55);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Linq.Expressions.Interpreter.AddInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddInstruction_get_ConsumedStack_m3081D23AFC4437D3B2A7FDB651F242F8839E16FA (AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AddInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddInstruction_get_ProducedStack_mB0F1312590FF7FCF12542768E202859291DE57C6 (AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.AddInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AddInstruction_get_InstructionName_m9A15FB778D0AD70876971F6CC40683856A100846 (AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral107694947DB47644F8036602F63473486E1ED925);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral107694947DB47644F8036602F63473486E1ED925;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE (AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AddInstruction_Create_m708FEEDA7AFED0130B66F68206257AB57B852C7A (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddDouble_t404BDF056899492D3F12CB96A1380C135712675D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_1, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
{
case 0:
{
goto IL_0039;
}
case 1:
{
goto IL_0078;
}
case 2:
{
goto IL_004e;
}
case 3:
{
goto IL_008d;
}
case 4:
{
goto IL_0063;
}
case 5:
{
goto IL_00a2;
}
case 6:
{
goto IL_00b7;
}
case 7:
{
goto IL_00cc;
}
}
}
{
goto IL_00e1;
}
IL_0039:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_004d;
}
}
{
AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA* L_6 = (AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA*)il2cpp_codegen_object_new(AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA_il2cpp_TypeInfo_var);
NullCheck(L_6);
AddInt16__ctor_mCB97A33E69ADF233306F60BB835A0652CE8279EB(L_6, NULL);
AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA* L_7 = L_6;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_004d:
{
return G_B4_0;
}
IL_004e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0062;
}
}
{
AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE* L_10 = (AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE*)il2cpp_codegen_object_new(AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE_il2cpp_TypeInfo_var);
NullCheck(L_10);
AddInt32__ctor_m7D54D12A4E98649FDD79CADE6E4C9D660673DC9E(L_10, NULL);
AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE* L_11 = L_10;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0062:
{
return G_B7_0;
}
IL_0063:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_0077;
}
}
{
AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6* L_14 = (AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6*)il2cpp_codegen_object_new(AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6_il2cpp_TypeInfo_var);
NullCheck(L_14);
AddInt64__ctor_m3D114930B5D6DD31474DFECED1A2522E35923816(L_14, NULL);
AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6* L_15 = L_14;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_0077:
{
return G_B10_0;
}
IL_0078:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_008c;
}
}
{
AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069* L_18 = (AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069*)il2cpp_codegen_object_new(AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069_il2cpp_TypeInfo_var);
NullCheck(L_18);
AddUInt16__ctor_mA8C115F8413FD14FB6A4B46FBA05CBC8820117C6(L_18, NULL);
AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069* L_19 = L_18;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_008c:
{
return G_B13_0;
}
IL_008d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt32_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a1;
}
}
{
AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6* L_22 = (AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6*)il2cpp_codegen_object_new(AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6_il2cpp_TypeInfo_var);
NullCheck(L_22);
AddUInt32__ctor_m5AFC88193BC4BCD8B9EADAC47BC8B60DE798026B(L_22, NULL);
AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6* L_23 = L_22;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt32_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt32_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a1:
{
return G_B16_0;
}
IL_00a2:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt64_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00b6;
}
}
{
AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC* L_26 = (AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC*)il2cpp_codegen_object_new(AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC_il2cpp_TypeInfo_var);
NullCheck(L_26);
AddUInt64__ctor_mCE91258A88DAD51D6433AC0C1CF001D6C200A6FB(L_26, NULL);
AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC* L_27 = L_26;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt64_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_UInt64_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00b6:
{
return G_B19_0;
}
IL_00b7:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Single_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00cb;
}
}
{
AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683* L_30 = (AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683*)il2cpp_codegen_object_new(AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683_il2cpp_TypeInfo_var);
NullCheck(L_30);
AddSingle__ctor_m8BC401DE0A2A136D2CDAF8D63D44DDA3E407F7CE(L_30, NULL);
AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683* L_31 = L_30;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Single_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Single_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00cb:
{
return G_B22_0;
}
IL_00cc:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Double_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e0;
}
}
{
AddDouble_t404BDF056899492D3F12CB96A1380C135712675D* L_34 = (AddDouble_t404BDF056899492D3F12CB96A1380C135712675D*)il2cpp_codegen_object_new(AddDouble_t404BDF056899492D3F12CB96A1380C135712675D_il2cpp_TypeInfo_var);
NullCheck(L_34);
AddDouble__ctor_mE93E8EC581A59CA46B30573D74BD3147B411CDFF(L_34, NULL);
AddDouble_t404BDF056899492D3F12CB96A1380C135712675D* L_35 = L_34;
((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Double_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_StaticFields*)il2cpp_codegen_static_fields_for(AddInstruction_tA0BD319BA17D5AEF1FAACF1CE7E4F52F7733E5E1_il2cpp_TypeInfo_var))->___s_Double_7), (void*)L_35);
G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
}
IL_00e0:
{
return G_B25_0;
}
IL_00e1:
{
Exception_t* L_36;
L_36 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AddInstruction_Create_m708FEEDA7AFED0130B66F68206257AB57B852C7A_RuntimeMethod_var)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddInt16_Run_mD8E0244F1D2886210B178D5A03045C9FCFBDE59A (AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_add((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInt16__ctor_mCB97A33E69ADF233306F60BB835A0652CE8279EB (AddInt16_t0A264231729D3BA86FD3DCB09399064AE707C8FA* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddInt32_Run_m2FCE3400B639E8AF910DBF5DAE0891CD8A6774AF (AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
RuntimeObject* L_18;
L_18 = ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6(((int32_t)il2cpp_codegen_add(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
G_B4_0 = L_18;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
int32_t L_20 = V_0;
NullCheck(L_19);
L_19->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInt32__ctor_m7D54D12A4E98649FDD79CADE6E4C9D660673DC9E (AddInt32_t878583D10F5700C0593E69B1A7DB8A5534D4E4FE* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddInt64_Run_m5A8F2CAF4B08584A5DDEF282D96DB9C72A26919B (AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int64_t L_18 = ((int64_t)il2cpp_codegen_add(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddInt64__ctor_m3D114930B5D6DD31474DFECED1A2522E35923816 (AddInt64_t68B6D1A0ECA50F9D1FA63E9D4976BE032454CBC6* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddUInt16_Run_m8C7210D327E05A342C7DF576CC50B9A0F94F1793 (AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint16_t L_18 = ((uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))));
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddUInt16__ctor_mA8C115F8413FD14FB6A4B46FBA05CBC8820117C6 (AddUInt16_tB5663F4FD2CAF56F591C5A3393E9E9A74F031069* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddUInt32_Run_mEDA57B93B296289E955F1E033BE3B8F85A420FC0 (AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddUInt32__ctor_m5AFC88193BC4BCD8B9EADAC47BC8B60DE798026B (AddUInt32_t125DBCB7AF96C0B99467F18F7B5513AA4E3471E6* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddUInt64_Run_m1FC6DB0FD13879239329AD6291550668BC54F120 (AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddUInt64__ctor_mCE91258A88DAD51D6433AC0C1CF001D6C200A6FB (AddUInt64_t54F0029D9D0212837E763924177FC37BC1D53DCC* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddSingle::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddSingle_Run_m8A6BDED7146D293FD70EB7887FB1897B03F31139 (AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
float L_18 = ((float)il2cpp_codegen_add(((*(float*)((float*)(float*)UnBox(L_16, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))), ((*(float*)((float*)(float*)UnBox(L_17, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddSingle__ctor_m8BC401DE0A2A136D2CDAF8D63D44DDA3E407F7CE (AddSingle_tFDA072D57A6CE422834C5520751C55C6F56D3683* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddInstruction/AddDouble::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddDouble_Run_m7930C369DE6DDFBFF737C3C97A02C6E69E7A0851 (AddDouble_t404BDF056899492D3F12CB96A1380C135712675D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
double L_18 = ((double)il2cpp_codegen_add(((*(double*)((double*)(double*)UnBox(L_16, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), ((*(double*)((double*)(double*)UnBox(L_17, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddInstruction/AddDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddDouble__ctor_mE93E8EC581A59CA46B30573D74BD3147B411CDFF (AddDouble_t404BDF056899492D3F12CB96A1380C135712675D* __this, const RuntimeMethod* method)
{
{
AddInstruction__ctor_mC6A82ADB2673A801BEEABD182E4ADF596BF8D8AE(__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.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfInstruction_get_ConsumedStack_m9E6AEB6A1D8DCA2157FD51CEBFDF6B165527CDB6 (AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfInstruction_get_ProducedStack_m3EFDCBBC319804FA70621E50D2B2CC759354D3FC (AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.AddOvfInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AddOvfInstruction_get_InstructionName_m0889024A1C92889EB6BCF0D57F866DABB3898395 (AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral052EE60531114B35FEF5633AEC7E950F5D071C18);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral052EE60531114B35FEF5633AEC7E950F5D071C18;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69 (AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AddOvfInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AddOvfInstruction_Create_mFB8657F59BABDDFD77FF8FBB993CA691C6FDC38C (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_1, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
{
case 0:
{
goto IL_002e;
}
case 1:
{
goto IL_006d;
}
case 2:
{
goto IL_0043;
}
case 3:
{
goto IL_0082;
}
case 4:
{
goto IL_0058;
}
case 5:
{
goto IL_0097;
}
}
}
{
goto IL_00ac;
}
IL_002e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0042;
}
}
{
AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591* L_6 = (AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591*)il2cpp_codegen_object_new(AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591_il2cpp_TypeInfo_var);
NullCheck(L_6);
AddOvfInt16__ctor_m6500CDE47E313229FFC3D1AC3461655260BE11C8(L_6, NULL);
AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591* L_7 = L_6;
((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_0042:
{
return G_B4_0;
}
IL_0043:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0057;
}
}
{
AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F* L_10 = (AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F*)il2cpp_codegen_object_new(AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F_il2cpp_TypeInfo_var);
NullCheck(L_10);
AddOvfInt32__ctor_mCEBE9C2DEAF7687DCD3AD781653A41B0DC626CE4(L_10, NULL);
AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F* L_11 = L_10;
((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0057:
{
return G_B7_0;
}
IL_0058:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_006c;
}
}
{
AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF* L_14 = (AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF*)il2cpp_codegen_object_new(AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF_il2cpp_TypeInfo_var);
NullCheck(L_14);
AddOvfInt64__ctor_m4FE2EBC11966A55A6AF46E026B00D134FF50BD90(L_14, NULL);
AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF* L_15 = L_14;
((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_006c:
{
return G_B10_0;
}
IL_006d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_0081;
}
}
{
AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465* L_18 = (AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465*)il2cpp_codegen_object_new(AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465_il2cpp_TypeInfo_var);
NullCheck(L_18);
AddOvfUInt16__ctor_m78BC7543E63A3AB9265137C207E9F202EC08F2CF(L_18, NULL);
AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465* L_19 = L_18;
((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_0081:
{
return G_B13_0;
}
IL_0082:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt32_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_0096;
}
}
{
AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B* L_22 = (AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B*)il2cpp_codegen_object_new(AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B_il2cpp_TypeInfo_var);
NullCheck(L_22);
AddOvfUInt32__ctor_m8918A61F15630D0453021BA996B7FD2513CC1F7C(L_22, NULL);
AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B* L_23 = L_22;
((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt32_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt32_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_0096:
{
return G_B16_0;
}
IL_0097:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt64_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00ab;
}
}
{
AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823* L_26 = (AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823*)il2cpp_codegen_object_new(AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823_il2cpp_TypeInfo_var);
NullCheck(L_26);
AddOvfUInt64__ctor_m6A98D764BA1FD8A4633DF06E248F273B38EBC491(L_26, NULL);
AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823* L_27 = L_26;
((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt64_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_StaticFields*)il2cpp_codegen_static_fields_for(AddOvfInstruction_tFE4BF34291A52B37002153106F30F0D1D87286D3_il2cpp_TypeInfo_var))->___s_UInt64_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00ab:
{
return G_B19_0;
}
IL_00ac:
{
Type_t* L_28 = ___type0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29;
L_29 = AddInstruction_Create_m708FEEDA7AFED0130B66F68206257AB57B852C7A(L_28, NULL);
return L_29;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfInt16_Run_mAC21B6152D7B96274F04147230A00251C1FC9561 (AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfInt16_Run_mAC21B6152D7B96274F04147230A00251C1FC9561_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) + (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) + (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfInt16_Run_mAC21B6152D7B96274F04147230A00251C1FC9561_RuntimeMethod_var);
if ((int64_t)(((int32_t)il2cpp_codegen_add((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfInt16_Run_mAC21B6152D7B96274F04147230A00251C1FC9561_RuntimeMethod_var);
int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_add((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInt16__ctor_m6500CDE47E313229FFC3D1AC3461655260BE11C8 (AddOvfInt16_t4CD5326A7A2507E35273028D223FBE92930A2591* __this, const RuntimeMethod* method)
{
{
AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69(__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.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfInt32_Run_m3716EC6E39F4334EA0191252641E01F373C6084F (AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfInt32_Run_m3716EC6E39F4334EA0191252641E01F373C6084F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) + (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) + (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfInt32_Run_m3716EC6E39F4334EA0191252641E01F373C6084F_RuntimeMethod_var);
RuntimeObject* L_18;
L_18 = ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6(((int32_t)il2cpp_codegen_add(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
G_B4_0 = L_18;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
int32_t L_20 = V_0;
NullCheck(L_19);
L_19->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInt32__ctor_mCEBE9C2DEAF7687DCD3AD781653A41B0DC626CE4 (AddOvfInt32_tA32F9E8401C149597F5FCD5EC244E9B9A4504E0F* __this, const RuntimeMethod* method)
{
{
AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69(__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.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfInt64_Run_mD201AB945E63AA36F16472653635F8A7603CE7DF (AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfInt64_Run_mD201AB945E63AA36F16472653635F8A7603CE7DF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (il2cpp_codegen_check_add_overflow((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), (int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfInt64_Run_mD201AB945E63AA36F16472653635F8A7603CE7DF_RuntimeMethod_var);
int64_t L_18 = ((int64_t)il2cpp_codegen_add(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfInt64__ctor_m4FE2EBC11966A55A6AF46E026B00D134FF50BD90 (AddOvfInt64_tE896B8BE783239EDD5562DA5BE53A0B8F12437AF* __this, const RuntimeMethod* method)
{
{
AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69(__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.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfUInt16_Run_m090F610AA1E3AE42DD48A9067B00FB19986E9F4F (AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfUInt16_Run_m090F610AA1E3AE42DD48A9067B00FB19986E9F4F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) + (int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) + (int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfUInt16_Run_m090F610AA1E3AE42DD48A9067B00FB19986E9F4F_RuntimeMethod_var);
if ((int64_t)(((int32_t)il2cpp_codegen_add((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfUInt16_Run_m090F610AA1E3AE42DD48A9067B00FB19986E9F4F_RuntimeMethod_var);
uint16_t L_18 = ((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfUInt16__ctor_m78BC7543E63A3AB9265137C207E9F202EC08F2CF (AddOvfUInt16_t984D9AD162ECC7BFEBBE18206504375FCB259465* __this, const RuntimeMethod* method)
{
{
AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69(__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.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfUInt32_Run_mD5BCBADAAD7447DD2458160EA1B25301679DE833 (AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfUInt32_Run_mD5BCBADAAD7447DD2458160EA1B25301679DE833_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if ((uint64_t)(uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))) + (uint64_t)(uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))) > (uint64_t)(uint32_t)kIl2CppUInt32Max)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfUInt32_Run_mD5BCBADAAD7447DD2458160EA1B25301679DE833_RuntimeMethod_var);
uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfUInt32__ctor_m8918A61F15630D0453021BA996B7FD2513CC1F7C (AddOvfUInt32_t25BC53560996B0C0772BF0059342F99E7204930B* __this, const RuntimeMethod* method)
{
{
AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69(__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.Int32 System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AddOvfUInt64_Run_m66D913ED2A2A126565200FC124BB994541DAE248 (AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddOvfUInt64_Run_m66D913ED2A2A126565200FC124BB994541DAE248_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if ((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))) > kIl2CppUInt64Max - (uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AddOvfUInt64_Run_m66D913ED2A2A126565200FC124BB994541DAE248_RuntimeMethod_var);
uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AddOvfInstruction/AddOvfUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddOvfUInt64__ctor_m6A98D764BA1FD8A4633DF06E248F273B38EBC491 (AddOvfUInt64_t39410D1E3C756B254753E59A73E06C0E5530F823* __this, const RuntimeMethod* method)
{
{
AddOvfInstruction__ctor_m2DDD614F26CB0B4B201332BAB41A02FD9E924A69(__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.Int32 System.Linq.Expressions.Interpreter.AndInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AndInstruction_get_ConsumedStack_mDF2B8A66171204EEA38949CEE94FFF892FCA3E0E (AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AndInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AndInstruction_get_ProducedStack_mB1CF4C75DCCABCB9DBE8204A257D3D361A87DDA1 (AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.AndInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AndInstruction_get_InstructionName_m24951112FB312D69CC7B7FE91474833A825C9D62 (AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2382B971DAD288CA5D307A54F89DB13E13D34BB0);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral2382B971DAD288CA5D307A54F89DB13E13D34BB0;
}
}
// System.Void System.Linq.Expressions.Interpreter.AndInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndInstruction__ctor_m3306CEA8F2FD967C97113F713333FABD27F96F4B (AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AndInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AndInstruction_Create_m7986F84167B933E0B5464015891636036B7E1DF4 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B27_0 = NULL;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_1, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3)))
{
case 0:
{
goto IL_00e9;
}
case 1:
{
goto IL_00fe;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0095;
}
case 4:
{
goto IL_0056;
}
case 5:
{
goto IL_00aa;
}
case 6:
{
goto IL_006b;
}
case 7:
{
goto IL_00bf;
}
case 8:
{
goto IL_0080;
}
case 9:
{
goto IL_00d4;
}
}
}
{
goto IL_00fe;
}
IL_0041:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_SByte_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0055;
}
}
{
AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE* L_6 = (AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE*)il2cpp_codegen_object_new(AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE_il2cpp_TypeInfo_var);
NullCheck(L_6);
AndSByte__ctor_m5E2A51304CAC1258AE49E71CAB64862C7EA57FEA(L_6, NULL);
AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE* L_7 = L_6;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_SByte_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_SByte_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_0055:
{
return G_B4_0;
}
IL_0056:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int16_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_006a;
}
}
{
AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D* L_10 = (AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D*)il2cpp_codegen_object_new(AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D_il2cpp_TypeInfo_var);
NullCheck(L_10);
AndInt16__ctor_m8BCA75D8D3EF97D2D1C05235752B6391802241FB(L_10, NULL);
AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D* L_11 = L_10;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int16_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int16_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_006a:
{
return G_B7_0;
}
IL_006b:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int32_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_007f;
}
}
{
AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA* L_14 = (AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA*)il2cpp_codegen_object_new(AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA_il2cpp_TypeInfo_var);
NullCheck(L_14);
AndInt32__ctor_mA4B8C16B2902E458BC1C5E571134FD3514C4B2B2(L_14, NULL);
AndInt32_tD8E6C3EED9722458CF0AD1952762AF61A4DB80DA* L_15 = L_14;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int32_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int32_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_007f:
{
return G_B10_0;
}
IL_0080:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int64_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_0094;
}
}
{
AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F* L_18 = (AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F*)il2cpp_codegen_object_new(AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F_il2cpp_TypeInfo_var);
NullCheck(L_18);
AndInt64__ctor_m0B2B3C49674ACFD82511834A7023E10595AD0969(L_18, NULL);
AndInt64_tEE8C4ACE3A9378977CC709FA7265784730CECB9F* L_19 = L_18;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int64_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Int64_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_0094:
{
return G_B13_0;
}
IL_0095:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Byte_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a9;
}
}
{
AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29* L_22 = (AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29*)il2cpp_codegen_object_new(AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29_il2cpp_TypeInfo_var);
NullCheck(L_22);
AndByte__ctor_m46F79543EA9EE4F794313C59F11ACF897FB215C0(L_22, NULL);
AndByte_tF9250604E5D753357F39A3991F5110724AFE4F29* L_23 = L_22;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Byte_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Byte_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a9:
{
return G_B16_0;
}
IL_00aa:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt16_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00be;
}
}
{
AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649* L_26 = (AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649*)il2cpp_codegen_object_new(AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649_il2cpp_TypeInfo_var);
NullCheck(L_26);
AndUInt16__ctor_m1F41EE196BC4742DF3958FC69213BD2037A2EAB7(L_26, NULL);
AndUInt16_tC2156BE958EEB124F86750AB5AE610B82CFBC649* L_27 = L_26;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt16_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt16_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00be:
{
return G_B19_0;
}
IL_00bf:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt32_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00d3;
}
}
{
AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C* L_30 = (AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C*)il2cpp_codegen_object_new(AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C_il2cpp_TypeInfo_var);
NullCheck(L_30);
AndUInt32__ctor_m612347F8348BBA5FEE375A59D20C048939554FD1(L_30, NULL);
AndUInt32_t823507EFF380E2BF96AF314359A531816E6C385C* L_31 = L_30;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt32_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt32_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00d3:
{
return G_B22_0;
}
IL_00d4:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt64_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e8;
}
}
{
AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8* L_34 = (AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8*)il2cpp_codegen_object_new(AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8_il2cpp_TypeInfo_var);
NullCheck(L_34);
AndUInt64__ctor_m7D90FDF998DCCC5CB6AE5A7C24F31565876B5948(L_34, NULL);
AndUInt64_t156FE6AA368008BFB0A981C7BCE1B7A5985770F8* L_35 = L_34;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt64_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_UInt64_7), (void*)L_35);
G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
}
IL_00e8:
{
return G_B25_0;
}
IL_00e9:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_36 = ((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Boolean_8;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = L_36;
G_B27_0 = L_37;
if (L_37)
{
G_B28_0 = L_37;
goto IL_00fd;
}
}
{
AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708* L_38 = (AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708*)il2cpp_codegen_object_new(AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708_il2cpp_TypeInfo_var);
NullCheck(L_38);
AndBoolean__ctor_m0D6B2D2A6F59D0F9DB4660B388AF48AE276551D5(L_38, NULL);
AndBoolean_tB728104451990E3B50CC96A5A13AE12CDEBAF708* L_39 = L_38;
((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Boolean_8 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&((AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_StaticFields*)il2cpp_codegen_static_fields_for(AndInstruction_t0912855EFAB3C77FEC2C656E21FF6E57D4EEC965_il2cpp_TypeInfo_var))->___s_Boolean_8), (void*)L_39);
G_B28_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_39));
}
IL_00fd:
{
return G_B28_0;
}
IL_00fe:
{
Exception_t* L_40;
L_40 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AndInstruction_Create_m7986F84167B933E0B5464015891636036B7E1DF4_RuntimeMethod_var)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Linq.Expressions.Interpreter.AndInstruction/AndSByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AndSByte_Run_m580250985D90BF8AF9E05ED5070734D138384D70 (AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
NullCheck(L_7);
InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766(L_7, ((int8_t)((int32_t)((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_8, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))&(int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_9, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndSByte__ctor_m5E2A51304CAC1258AE49E71CAB64862C7EA57FEA (AndSByte_t1E08E403F75C91FF2E5692E7AAB025D740DD92DE* __this, const RuntimeMethod* method)
{
{
AndInstruction__ctor_m3306CEA8F2FD967C97113F713333FABD27F96F4B(__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.Int32 System.Linq.Expressions.Interpreter.AndInstruction/AndInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AndInt16_Run_m8DC5E9A2CC5649B15E02C1D68FB3955FBDFDB46B (AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
NullCheck(L_7);
InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_7, ((int16_t)((int32_t)((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_8, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))&(int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.AndInstruction/AndInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndInt16__ctor_m8BCA75D8D3EF97D2D1C05235752B6391802241FB (AndInt16_t8AA4F39A7AA7C1F80E41E2C1694EA9C9EA33E08D* __this, const RuntimeMethod* method)
{
{
AndInstruction__ctor_m3306CEA8F2FD967C97113F713333FABD27F96F4B(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CLeftU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CRightU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFilterU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTestU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CVariableU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CIfTrueU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CTestU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CValueU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* DebugInfoExpression_get_Document_mFFB1FAF66BE565A86A6688546AB54DE1A4CD7F50_inline (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method)
{
{
SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* L_0 = __this->___U3CDocumentU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GotoExpression_get_Kind_mB3F8E7E57BE45EE434B27F59D8DD7B7E4D5D0473_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CKindU3Ek__BackingField_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CTargetU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CValueU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyInfo_t* IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
{
PropertyInfo_t* L_0 = __this->___U3CIndexerU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CObjectU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CDefaultValueU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CTargetU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____body_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ListInitExpression_get_Initializers_mDB919C61BA1780B3BF5809C30659608640F50152_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_0 = __this->___U3CInitializersU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ListInitExpression_get_NewExpression_m9F8DBC1E6754C9C25AAF57B9068303DD9250D27A_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->___U3CNewExpressionU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CBreakLabelU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method)
{
{
LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CContinueLabelU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberInitExpression_get_Bindings_mB536296D4C0B10B1FAB3B868EF029DACDC8BD891_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_0 = __this->___U3CBindingsU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* MemberInitExpression_get_NewExpression_mDE4DAFB01F1AFDFF9E1D75597A33DECB87EF60EE_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method)
{
{
NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->___U3CNewExpressionU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CExpressionsU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method)
{
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = __this->___U3CConstructorU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* NewExpression_get_Members_m8E477C51746D3CB430C136596F328A6A7EFD0125_inline (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tDAE35E503783CF053392CFBB43ACBDCE72C6C996* L_0 = __this->___U3CMembersU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ParameterExpression_get_Name_m5F48CE2BAC279432E92DC3AFBF627F234D0E1D2A_inline (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CNameU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB_inline (RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_0 = __this->___U3CVariablesU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CTestValuesU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_0 = __this->___U3CCasesU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CComparisonU3Ek__BackingField_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CDefaultBodyU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CSwitchValueU3Ek__BackingField_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFaultU3Ek__BackingField_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFinallyU3Ek__BackingField_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_0 = __this->___U3CHandlersU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeOperandU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method)
{
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3COperandU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ScopeExpression_get_VariablesList_m20910F9EFB04EEFF4A3053CA20D923567C743A6E_inline (ScopeExpression_tFADDCA6DCD14A0D40E25CB076FE0B38B5ABCB382* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____variables_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ScopeN_get_Body_mF3AB4D4B6B3CBC7FFDAF1CAC743F4BC5B68D25B6_inline (ScopeN_t37C709CBFAA476D6F4C7634307E679B3FF576807* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____body_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DebugViewWriter_get_Delta_m1D601E610796CF9861B231605DC41D5864BEBF4F_inline (DebugViewWriter_t4BD4E645DB188EBC53552E81EFE229E25C0F0607* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____delta_3;
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 String_t* LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CNameU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85_inline (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method)
{
{
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CArgumentsU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_gshared_inline (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m1768ADA9855B7CDA14C9C42E098A287F1A39C3A2_gshared_inline (Queue_1_tE9EF546915795972C3BFD68FBB8FA859D3BAF3B5* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_3;
return L_0;
}
}