#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include 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 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); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, 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 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; struct InvokerActionInvoker0 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj) { method->invoker_method(methodPtr, method, obj, NULL, NULL); } }; template struct InvokerActionInvoker1 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1) { void* params[1] = { &p1 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker1 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2) { void* params[2] = { &p1, &p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2) { void* params[2] = { p1, &p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2* p2) { void* params[2] = { &p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3) { void* params[3] = { p1, &p2, &p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2* p2, T3 p3) { void* params[3] = { &p1, p2, &p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3) { void* params[3] = { p1, &p2, p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3) { void* params[3] = { p1, p2, p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker4; template struct InvokerActionInvoker4 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3, T4 p4) { void* params[4] = { p1, &p2, p3, &p4 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE6C974D759883C66869D32F24D139F20300122F2; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBA0209D8FA31145A229FA90FA1EE2F0A3ADEE1A1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1CEDE3C0F786FB53F92DE3C513556F4BB341F5E5; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tC4386F40E9114DB9B83563866D7496EC12D3A133; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE9EABDF72D3F5E920706E9C5A2F65BF598040C09; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t854A5A92254D33866CBDA5FDAE21273451AC092F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t48E7A2D7EBA33AF6094F2E7C955DD69648BFCF5B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2EA37B29FC2799E619B056E375143EC119A8C246; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC2BB9D9AECB3BEC459E1D383C154552558E6DD97; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2F8F32BBF85BEF055D5342DCF4F8ACC5CF88B065; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tD39CBE797546BEE76FD79639BD643D88E5DDCD8B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t4086C49B4C1F2946B8DBC4865F916CD48FD89EC8; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t25103F8C3A2FD13410EA02EEFCD4F7636D2CAC07; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t899564677FFBF0836F79FEE8DFEE59489A303879; // System.Collections.Generic.List`1 struct List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t59B22E7B3A1993AC050C9A897977A113A7729912; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tEC774FC74F210E23C57FB8FE889BF8B62272E57A; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tBA64342483E840CEFCC2DD1E8F7D361ECC74C3A9; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t7C8300A7F1C0B035B03E4868A6198B7D12FEA84F; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t8E41BFE7B6D591414CCAEF95F3A32753F3CFD7C8; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t75FCD44D9E285361B099A66F06D79E7FBBD4D2B0; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106; // System.Threading.Tasks.Task`1 struct Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5; // System.Threading.Tasks.Task`1 struct Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667; // System.Threading.Tasks.Task`1 struct Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564; // System.Threading.Tasks.Task`1 struct Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B; // System.Threading.Tasks.Task`1 struct Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2; // System.Threading.Tasks.Task`1 struct Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8; // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t44364C51AB7EE3D23ED46C680F6CF75A4AFCE534; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD6616D5B6928F5A10B9F74B773147F14941B8E7B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t4257B8B0812F6FB2E073E3F981DC92532D036891; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t739B8C73097C4F76888211A3924447C9F27B8C32; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t2C0A4BA446EA27DF521C9B9872F29F1DFE978EBB; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8500C66C51989A40CD020FAF501F081D24021A24; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t68FEBC93C5570DA457D25B46DF3A60A3F832C458; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tFB5CBC61B6CDA537D07B4486AC1CA47B8541BFF5; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t720A3CDF43FD726F9432EB9AC61E3C6A004FD58A; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDD7A3A7D9C3748BA74F4A805F51ECC32A28CBCD2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t48EE1A434345E2B0CA5A96220384807CE850CEF4; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA930EBDC1BC7394F2700FE53BE794C21C49855C3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5088773BC5E1BE6D5A224AA6FE7341178B7B19B3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t674E2C44CAB6128CB15B3C3216C3BE100DF4888A; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t7885DEDA3A261DE989C321910CBD3A316B99A798; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t45B8858AA03A315B0F44121E6F60D6156CCEEAF4; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t38CE78CFCA2DB8CA6F434B890C081C5AE126D627; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // Firebase.Auth.IUserInfo[] struct IUserInfoU5BU5D_t297FDBF4B7BD15893EBEEC9022D6CE31A5681FB7; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // Firebase.Auth.UserInfoInterface[] struct UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // Firebase.Auth.AdditionalUserInfo struct AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A; // System.ApplicationException struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // Firebase.Auth.AuthResult struct AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA; // System.Threading.ContextCallback struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007; // Firebase.Auth.Credential struct Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // System.EventHandler struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82; // System.Exception struct Exception_t; // Firebase.Auth.FederatedAuthProvider struct FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E; // Firebase.Auth.FederatedOAuthProviderData struct FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E; // Firebase.Auth.FederatedProviderData struct FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682; // Firebase.Auth.FetchProvidersResult struct FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035; // Firebase.Auth.FirebaseAccountLinkException struct FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9; // Firebase.FirebaseApp struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25; // Firebase.Platform.FirebaseAppPlatform struct FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2; // Firebase.Auth.FirebaseAuth struct FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF; // Firebase.FirebaseException struct FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED; // Firebase.Auth.FirebaseUser struct FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A; // Firebase.Auth.FirebaseUserInternal struct FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87; // Firebase.Auth.ForceResendingToken struct ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015; // Firebase.FutureBase struct FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36; // Firebase.FutureString struct FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA; // Firebase.FutureVoid struct FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480; // Firebase.Auth.Future_AuthResult struct Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C; // Firebase.Auth.Future_Credential struct Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B; // Firebase.Auth.Future_FetchProvidersResult struct Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9; // Firebase.Auth.Future_SignInResult struct Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946; // Firebase.Auth.Future_User struct Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236; // Firebase.Auth.Future_User_Value struct Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerable struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // Firebase.Auth.IUserInfo struct IUserInfo_t08EDBD58CCFCA4449BFC1FE8BBFA41E151F10525; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // System.MethodAccessException struct MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0; // System.Reflection.MethodInfo struct MethodInfo_t; // Firebase.Auth.MicrosoftAuthProvider struct MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3; // System.NullReferenceException struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB; // Firebase.Auth.PhoneAuthCredential struct PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9; // Firebase.Auth.PhoneAuthOptions struct PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210; // Firebase.Auth.PhoneAuthProvider struct PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11; // Firebase.Auth.PhoneAuthProviderInternal struct PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // Firebase.Auth.SignInResult struct SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945; // System.Threading.Tasks.StackGuard struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352; // System.String struct String_t; // Firebase.StringList struct StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451; // Firebase.StringStringMap struct StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; // System.UriParser struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81; // Firebase.Auth.UserInfoInterface struct UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062; // Firebase.Auth.UserInfoInterfaceList struct UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD; // Firebase.Auth.UserMetadata struct UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4; // Firebase.Auth.UserProfile struct UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B; // Firebase.VariantVariantMap struct VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // Firebase.Auth.YahooAuthProvider struct YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B; // Firebase.Auth.FirebaseUser/d__9 struct U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729; // Firebase.Auth.FirebaseUser/d__11 struct U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1; // Firebase.Auth.FirebaseUser/d__10 struct U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624; // Firebase.Auth.FirebaseUser/d__8 struct U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681; // Firebase.Auth.FirebaseUser/d__7 struct U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954; // Firebase.Auth.FirebaseUser/d__13 struct U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A; // Firebase.Auth.FirebaseUser/d__12 struct U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5; // Firebase.Auth.FirebaseUser/d__6 struct U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB; // Firebase.Auth.FirebaseUser/d__5 struct U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E; // Firebase.Auth.FirebaseUser/d__15 struct U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2; // Firebase.Auth.FirebaseUser/d__14 struct U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1; // Firebase.Auth.FirebaseUser/d__17 struct U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31; // Firebase.Auth.FirebaseUser/d__16 struct U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30; // Firebase.FutureString/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB; // Firebase.FutureVoid/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C; // Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818; // Firebase.Auth.Future_AuthResult/Action struct Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83; // Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC; // Firebase.Auth.Future_Credential/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D; // Firebase.Auth.Future_Credential/Action struct Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C; // Firebase.Auth.Future_Credential/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257; // Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88; // Firebase.Auth.Future_FetchProvidersResult/Action struct Action_t4477986639BB97A112AEC3593AFDC013A068518C; // Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554; // Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF; // Firebase.Auth.Future_SignInResult/Action struct Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213; // Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A; // Firebase.Auth.Future_User/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F; // Firebase.Auth.Future_User/Action struct Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C; // Firebase.Auth.Future_User/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78; // Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19; // Firebase.Auth.Future_User_Value/Action struct Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764; // Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146; // Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut struct CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E; // Firebase.Auth.PhoneAuthProvider/CodeSent struct CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF; // Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates struct PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54; // Firebase.Auth.PhoneAuthProvider/VerificationCompleted struct VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0; // Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED struct VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C; // Firebase.Auth.PhoneAuthProvider/VerificationFailed struct VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8; // Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate struct CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735; // Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate struct TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427; // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate struct VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4; // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED struct VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7; // Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate struct VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540; // System.Uri/UriInfo struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09; // Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator struct UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0; IL2CPP_EXTERN_C RuntimeClass* Action_t4477986639BB97A112AEC3593AFDC013A068518C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t1CEDE3C0F786FB53F92DE3C513556F4BB341F5E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t3C6913E067AB1171D9894C79A396D8A8E90E311B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tC4386F40E9114DB9B83563866D7496EC12D3A133_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F; IL2CPP_EXTERN_C String_t* _stringLiteral48189E861560CEBB714411DF089B9ECCF7761320; IL2CPP_EXTERN_C String_t* _stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7; IL2CPP_EXTERN_C String_t* _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A; IL2CPP_EXTERN_C String_t* _stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988; IL2CPP_EXTERN_C String_t* _stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18; IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; IL2CPP_EXTERN_C String_t* _stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865; IL2CPP_EXTERN_C String_t* _stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A; IL2CPP_EXTERN_C String_t* _stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406; IL2CPP_EXTERN_C String_t* _stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F; IL2CPP_EXTERN_C String_t* _stringLiteralFDABCE729268A676A97D9D1EC324478A8E03CD75; IL2CPP_EXTERN_C const RuntimeMethod* AdditionalUserInfo_get_ProfileInternal_mBBCD7E0755939DF2BB71098BB2324FBD31A7F32B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdditionalUserInfo_get_ProviderId_m949B7B52FA6F627AC2B9B3EB5066C12D181B8A44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdditionalUserInfo_get_UpdatedCredential_m3191F9986023E9DD4648660053DAD00E00283CD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdditionalUserInfo_get_UserName_m89A11AA02D263863109828FE000BDB4CDE9A1269_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdditionalUserInfo_set_UpdatedCredential_mDDFBC4742A6729E30DE13E21D36A2EFAE746759C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdditionalUserInfo_swigRelease_m0594C005351BE91AB434546239423E16F6FF3519_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m4076DF1DE7DF2AAD75F2E788FB6F3D2657822BB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m19D13B07375AD153C9CC9043E14AB77040E8423F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_mFA07ED2B1CF68034B9E890670E0C53169815854B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m1E90152E106E332356650E1739279E86E8454560_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_m8A34F95A0C8638D297439EF8A860224BC9CEFCB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m126CA390E6170A4D1D9D996F2BCA5C144182748A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m6169BEB34213A2A7ADE7439E2488778A30918A06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_mCC73BBB23F13E1EC580D6D6925EC9F3D11077159_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m270ADA43ED25C9F592D32FA8EEC99A150C23792B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_m27958327CCF2DD512D4F68ECDFC64F7EEE3D318E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_m9109C9DBC49999C89353DE83192E085EB458FBDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mFC34ED5D0EB8CFC960A635EBA520252D6B241EDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_mDE9032B6F864D538E9BE122804BF86A68E7E0632_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m72A12C1B14E3E91A094F54B93B37A5CD8429FFEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_mB00719F16A6AEA3E67AB69FA3A17F030750FC9C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_mEF2661E50B976FC61244685333474B9142CAECE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m5D12FD834AEC91ECCDAED29D025CBD35BF4DE49D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m0472EFFCB05195645ECAA456F6508D792D169574_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m22AA2C846774E6C86382D52464E3E3420D0AE614_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_m0E487499E6FC99FCDCD9936051474232F0EC7C58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_m37693C14C8BB12BBDDF9E6C5D02F33E237D7D7BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m468BD17A0D1DAA0C94FD49A97608D1196AD6F4DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m0FB61BF11A5A809C638333160F991C22EC8FA6BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_mACA4262BE797BFDCE755E78ECC401631B1047927_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mC50C31A1110640CCDEB660DD2F20E5551C290AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_m04C143FD6EB5D177CFF0260A2AB3121AE97ACFE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthResult__ctor_mAC46D99C6C9AEE28111F2F1CEEA03646B1722686_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthResult_get_AdditionalUserInfoInternal_mA490EB3F8246DE072F325ABB0FC19EFDF62C96A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthResult_get_CredentialInternal_mE10B98F7706B36B679A96FD86D2FB8253D19EEAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthResult_get_UserInternal_m2C2692CDC4987640751C1B5C88B44B790198FE96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthResult_set_UserInternal_m1898FFEAB91446AD05FC8CC08C83CF42CEE47429_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthResult_swigRelease_mBC529868E40EAAD74D6D39B4875D8305B6471B57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Credential_IsValid_mA9D0FE856631B352E3397671F4C6F724E503621B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Credential__ctor_mC2CE84952D27CA719150BD969993918D03D4F6AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Credential_get_Provider_mDD1FF002246E86461A1CFD937D2F6ACE9474C9DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Credential_swigRelease_mE94889D23B295D89D608143775A6AE39DFA14EE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mB5D533005E577A7C246F0F727C44F07C7374CF27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m392FA02193C96CD50987578CD37BFADE5E7ED2DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m06E65C16C4D141FDE3625AF3C62751D7FA7E348F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m0D6F8466AB2499D49E1E86C75997D6A04689BD27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m1E33D70721C9755765F798E1ABA2498306494333_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m9862D0A198CC0D9E5D0F23EAADE64B395253417E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mF27BC1BDAC0D49B68E7C33C8ADA0AD583D37FF10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mFA48B358BD9B09CBF4EB6578D59B3F9C16B167E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0B810BCBD328126CE57D519E019A8F24384C1FCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m1F1A68A81F91AE4FFD8E8927AD5F9191CDBE9335_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3CB10761C77C89E72B860393CB858A0F1956BE68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m8DE99D67967291A3EA1E9FC95A5D2C7628E8E910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAE863B4F26CF30A66D563485B2F331346EADC608_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mBC922ED9464F76A4865E69F2424AFE1902138E39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD634763B80A733494D0600EB69C7D4BE0E7B67AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3FBDD7A4D9D672DE4A4463B3BB01E51445C6EA5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5DF9C35E65BB1FBE1C971657ABE9E790D4D5313D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m604C1E3A2EA5D7FA04C07FE4EA978556F4A8D9E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m691858CD73CFC92DA416F88C6CC43E03682D2E99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m90D9C126D4010129E4D76450BB159CA48BD1A639_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m97E7D12C9590422F3ECCA246F7433E3879AE66B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBBEA8F79B7FC7122AFCC4E43E45233789A2773D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mDFE9D4590AFCD2C8E3D2D8AA4D98ECB3491E3228_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mEC5C75419C4794BBD2BDC871F63F20C180956259_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mFC2D734F52A61003414411FC1DF844187214621C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m0125750016304D2457B5851E166252BA80B34C2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m138297EDED1ADE10D062E2207E6D36DC396C8AB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m33928DB3C7C757256F9672E8C16F1A5C65A3CCE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m61295AAE76B7C0DF064AA8D5D8967B550A5C58ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m819D55AE059DF993AA1B45BCBFC6F8976E4E76BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mBF93808FE00A2DC1294FC1DA48F0F57ABE3A72BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE4759E7AD2DB6ABAFC8B05EDC7C19E97DA81F61F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmailAuthProvider_GetCredential_m7C000C842A905AEF8E1E1BD279DFDFABB1012F6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmailAuthProvider_get_ProviderId_m3C651A38C2355D7968E6ED93B1595967F13C2C73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAA8FA6A0FC9A7051595D4D0AE67B29062C060248_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3BAB7A1738C4096F06FB463B0E360D0532E65ADF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacebookAuthProvider_GetCredential_m41642C9CF298996A3669DBF8AA9C30A501B8ABEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacebookAuthProvider_get_ProviderId_m268602E04184A4B5066A36DBC2BAA27E7911DA38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedOAuthProviderData__ctor_m0DAFC83D173D76B919684AAED0F9D228A5B9E089_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedOAuthProviderData__ctor_mC9EB367B00C42F863D603A657BCD2FAB1E756969_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedOAuthProviderData_get_CustomParameters_m18F507044D180F9695DC8D89ADC94CD9CC03356D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedOAuthProviderData_get_Scopes_m3C78785FED7C9275F6CA0AA6B390002BCC0FF58F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedOAuthProviderData_set_CustomParameters_m1792DF8AD3C2B9A27BF94123774A0BBC0C2A56FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedOAuthProviderData_set_Scopes_mC54CB3235AE3EECCD1EE4116C3C0E1CE1DBCE827_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedOAuthProviderData_swigRelease_m6ED9EE2339FE92C64B44368011F7B81FCE66E73F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedProviderData__ctor_mF268CC2D0C305B956F399298D5E387A3D0D72652_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedProviderData_get_ProviderId_m498FF98128B41ADDFDC00DE242D81CF964B9F776_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedProviderData_set_ProviderId_m85A893151DF745FA52DBB2000ED06D9BF2D54C68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FederatedProviderData_swigRelease_mC2902D7EE8D32FB4D7E0A867128A9C537408B132_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_EqualToInternal_m606DCED7B0478EC56698F1621E881A35321C2538_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_IsValid_m7E42C62FF198752458F152C51344C3FCEFCD1936_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync_m742D7AF8533358EDDBF626166794CCB9D681A1D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED_m8796830A5B1D6011F2C5FAFF1D4D7AEC1B40FFF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_LinkWithCredentialInternalAsync_m821C7AA604946EAA9AE14510476C100F6104BFA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED_mEE621F252EC00877A4217239EC61459013C49D82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_LinkWithProviderInternalAsync_m53C6E548D32B03DC231CDB4A1BF3E3BC1E3FAF49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED_m2051C0D3DB29B7CE8357214D3F74A358C8CFBE78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_m1A7D66207D294E0C608397EF0FDCF86FCE126C89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED_m471CAFC4AFA401F01127B0234B2CAACB89077865_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_m3D928EB6761C000D0241354E55DDA4C26B5F6F56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_TokenAsync_mA96D1ACFD6F61DCC6EB63B37A71FFFF7EEA00DB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED_m821148B06ADAB5B4E5AE76425CB53B4151C4C4E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_UnlinkInternalAsync_m967CFA57C17EE1A10919A3B4006AACDCA728BC34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m6CCD9B91061E3EB5440A0C05535D7366C4F4DFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_m61A6090662BD63CE7F705D8BD8F782B837816A93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal__ctor_m0648A8DB4B5FEBF5A5509BB153CD5B9EA3B53128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal__ctor_m98064FC3CE051A7A2B742DE8AB196A3777418B14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_DisplayName_m7AE7D2405723402AF8B077C90007C4E4E91A50F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_Email_mCC7C7A6DFA70AF0230E5A4BB98B0303B2A6E3A66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_IsAnonymous_mF68E918831AC976DF0D8CCFD8100A397EBA3A633_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_IsEmailVerified_m38AC16129CB008F7628041CD334F957D22320E6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_Metadata_m1B67D951AC75F18684A698C20976A7A6935BAF8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_PhoneNumber_m72A02BE94CC02C45E7F9E6442DD198EEAF351695_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_PhotoUrlInternal_m36ABA516CEB887571B4CE7658FAA9D013B21214F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_ProviderId_mFDB54BABF2388D4A1E4AC3ECB259155B5FA4C17C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_get_UserId_mF931510E87A894DF69B9F1C1F9603E04D42487A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUserInternal_swigRelease_m4E9A19640559E986A3AEAC099FF9A2B5B91D680B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ForceResendingToken_swigRelease_mDAF7B1B397FA37E1B3C916FAA0A5717267169A69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_AuthResult_GetResult_m6A8D6B95FC14192D7D34972537604A2F4670C517_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_AuthResult_SWIG_CompletionDispatcher_m0B49E077F46D697D7017C1A9AB3D681CF90DCA92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_AuthResult_SWIG_FreeCompletionData_m5B3706BF4AA107CB23BE2FF45F8F6684D2D12B8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_AuthResult_SWIG_OnCompletion_mF5BA5B774968A3A08BF6989693A20305B2AA8A1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_AuthResult_ThrowIfDisposed_m0C881BD43B1ED4410B3211C607AA602DE1AE8754_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_AuthResult__ctor_mA1458648B2F16142C9D491FB413D2BBCCC38AD8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_AuthResult_swigRelease_m5679585DD5E06B1BF1650790E22766084CAC3585_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_Credential_GetResult_m54302D2098CE55728974ADAE2EEDCCF6F074416D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_Credential_SWIG_CompletionDispatcher_mDBC959C906C72BBE841104033FF963C03AD7B152_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_Credential_SWIG_FreeCompletionData_m242A44F953550BDF1B4DBE9C4254D4F494B439AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_Credential_SWIG_OnCompletion_mB01E2D0B7DB8BE5E6D09D46F79CC0A19EFFDAC13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_Credential_ThrowIfDisposed_m5B022E133BC6CC95AB2ED25790223A6ABC0848E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_Credential__ctor_m965C20127A1303195E7872713413BDAB1C8A7F16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_Credential_swigRelease_mE330ADA44C5ABA35B71F30716114274FD8575836_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_FetchProvidersResult_GetResult_mE7663CF0C3E0EF4DECE95BDD5E6FDCFD046705FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_FetchProvidersResult_SWIG_CompletionDispatcher_m6548176F98E38CFC11F12D52294E7B9CE00DE174_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_FetchProvidersResult_SWIG_FreeCompletionData_m8510B8A4FE8AD17CE9D13625C6C7C582A0FB4BF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_FetchProvidersResult_SWIG_OnCompletion_m35DB2AAE14E45ADB294B4AA354A9F8A71F85B0F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_FetchProvidersResult_ThrowIfDisposed_mD0FFC0D95E39BB6679FAB10E03BEFD1D6DE09455_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_FetchProvidersResult__ctor_m1FFFC90C717C96FD6C47DE7FE38585A714F87B55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_FetchProvidersResult_swigRelease_mE1383CED708BE430A47D7B61183747C103E5CD67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_SignInResult_GetResult_m7780792E33BBE23C7991AA8488DA2ABDE95D22C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_SignInResult_SWIG_CompletionDispatcher_mE57EB1ACB935E22D888F6246FEC34F190F0FFAC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_SignInResult_SWIG_FreeCompletionData_mC8ADA14B113080E8C06017D653399FFB1F1A6C35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_SignInResult_SWIG_OnCompletion_m9AEF6A955BFFFAF4A3E7563CDD40AE07AC8AA788_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_SignInResult_ThrowIfDisposed_mC33F550412F814691CD69030C39447A115DDC571_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_SignInResult__ctor_m16A1FA81D39B4530E9977342501B58AAEE5763BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_SignInResult_swigRelease_mEA3C512912747802B173E421EB789A6B748526FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_GetResult_mA956D1F4D4D94CBDB0625A2E092EFAE32B04FD53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_SWIG_CompletionDispatcher_m4D8780428EE377272E731A6E9988328C64CFC82E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_SWIG_FreeCompletionData_m8E982035D9FF5447A2E906C30C7967ED9A559047_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_SWIG_OnCompletion_m4423B04C2D94704B96D6F9658E3A595B32281BE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_ThrowIfDisposed_m63693BBFEEC103A351DEBA56ADE6E028547A46E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_Value_GetResult_m3B3EB58FAC8A11C661A715CDCA356171A53DEB91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_Value_SWIG_CompletionDispatcher_m036B6D57C82F913FFB66D5489C0179EDC564FC59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_Value_SWIG_FreeCompletionData_m8532EAEC789C9A45A6919D6509FF2418FAD0279D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_Value_SWIG_OnCompletion_m2A950EFEE92730145865B7D9CA435CA6CC7B5793_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_Value_ThrowIfDisposed_m8BB288995D398853A4206DD629350E66AF630EA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_Value__ctor_m7F6EF7D99DC69D8E12A9C27E5C9C9FDE37C9F608_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_Value_swigRelease_mE93239C7AB01D51665D9E5577E281FF6FC3E6ABB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User__ctor_mA2C672227290927171A33146B5F4E86926EE7C5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_User_swigRelease_mEBF68599EBC5F688201408065639246B6644A124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameCenterAuthProvider_GetCredentialAsync_m7986FE664DCB6099C60E73517824116131735BDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameCenterAuthProvider_IsPlayerAuthenticated_m7F9908B681BCEA2C38EEE22BA2F4DE4978004BD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameCenterAuthProvider_get_ProviderId_mFF1964C3ED91F653597AADD0848AC3F70624F292_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GitHubAuthProvider_GetCredential_m7BCF2C645E177DBF060AAF2CD62FFB48E0EB6950_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GitHubAuthProvider_get_ProviderId_mD61509969C5E880EA33A295AC1EF4EC67779482D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GoogleAuthProvider_GetCredential_m908C6090ED39CA7687DF6DC7878728729D137827_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GoogleAuthProvider_get_ProviderId_m56F79B660CDEA352939466EC493353AC789DEE5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF0C3B0DC4F8B2A59C33FB863ED194281EC61BD12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m541B0934AE9F99051BD7B9047A32C5677C06068D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MicrosoftAuthProvider__ctor_m0175B98E6B53CF2E3C8D8A16711FFEC195AF127D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MicrosoftAuthProvider_get_ProviderId_mE850A92B22F36EBC182E0FEB68626D2B28B0B9E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MicrosoftAuthProvider_swigRelease_m849DC41D88F075B66B1FBA454BECD27AACBD6E49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OAuthProvider_GetCredential_mA1057D8A5079223F1AC2F6E9BB7A14DC1B7DB702_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OAuthProvider_GetCredential_mCF0382BCEDD4CCF455789CC8572DCF2EBBDB2F64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthCredential__ctor_m0B40F9FF236B92128364A25DB312E7A7C8FA313D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthCredential__ctor_mB9D7949118CC45390020DB65617722AB0B360E4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthCredential_get_SmsCodeInternal_m6EB47204C93AC9E3A21D171DE6DAC2E040EE7139_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthCredential_swigRelease_m5979C9798557F21DD3BD663F28A6D5A20E9BF2D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions__ctor_m6E33A7721CF6DAC6C961CB3B6E65BF5C2746CAD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions_get_ForceResendingToken_m6F684871541FF23106579A6C94E5743C7E46FF68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions_get_PhoneNumber_m1BC9B3F08FD09E661F7473F472FB6C4012623887_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions_get_TimeoutInMilliseconds_m242C38D4D4EFDCF39F5AF18935E570C0C56629AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions_set_ForceResendingToken_m07A07A2FAA97F93E3ECAEDB6DCF07DAD5D461ACE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions_set_PhoneNumber_mF7B4A9D79AD693DDA1BDF4584EE13D01758B2D23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions_set_TimeoutInMilliseconds_m4CE6339316E3CC16102DF5B0BE08FFADB849BBDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthOptions_swigRelease_mDD7177DE1B6EDB58BD3BA047D5C87E829639AB68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_DestroyListenerImplInternal_m66FF943897F01668957B7379EDAA9C80C7E1C462_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_Dispose_m24994BE6805CCB5F85BF84F04B73F29D770E9A10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_GetCredential_DEPRECATED_m106DC4C546C0F59B1B259C57F42971855E8BFCBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_GetCredential_m797188F339B32C2851586DA91EB9103B79151072_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_GetInstance_mD0854A3A6F5DC04474992A154D89082E0AF997ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_SetCallbacks_m4B2568AB610562E0B9DD05932177E258D2AAC1A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m259749CEC65BDD72734A52E3702E9237665823CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m871309AB0A164294CBA047C7BDEDEFF8EA251139_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_get_ProviderId_mC6EA414473840EB77652B13282BCAEE8A5426130_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProviderInternal_swigRelease_m3B1A5EE9C8A6B477135B44ED70C694A59E7F8F20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProvider_CodeSentHandler_m0085620DFFF492AC07A692C3F1F1D5FDD9A1B10D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProvider_TimeOutHandler_m23FEC91423C3DBADF29DB5BF6D13E1E936659AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProvider_VerificationCompletedHandler_DEPRECATED_m51050E3706EC7901E6DE55E7ADD36627BE76D868_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProvider_VerificationCompletedHandler_m1908E067FBA7D0523B22DF76F34160260C9853A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PhoneAuthProvider_VerificationFailedHandler_m5C2381D34CDDDEC8B8ABEB91816F694C69389C89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayGamesAuthProvider_GetCredential_m84260C76743EF618C2831E6137BD8030A067150A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayGamesAuthProvider_get_ProviderId_mDCCE48D726A20502C51ED17BEB2C0FC1C18BDAC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignInResult_get_Info_m462898DF82B7A376A0109DDBB4A053B4E37606B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignInResult_get_Meta_m9FEC80DC2F0688C1D9998EB832E85A0EF31A5EDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignInResult_get_UserInternal_m828B01396D8BE6BBFFC68C8C907A27917D583A45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignInResult_set_Meta_m2035A693D73F87B94A6F468D05B10C1A23508321_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignInResult_swigRelease_mB56F2AB759D1E379ADAA64D4E99A2DAC99773CFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_m453979C8E5C1A683B1C07F09828F25510DC21A4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_m7841DB5DDB52E7C5858CDA741146A40DEE0D0AFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_mD5C3835B49CD073127534C902839933A50BF951D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_mD5E0462480B33F208A2D737D22738A16FDC032DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_m6B8FBA194BF2F4EAFAD14B7B35D12ED390169665_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_m7F89711A0F5AF31BA2214368247576F1CF172D23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_m9B64D530E25A4DA92564F6B615E9C2BB306D21F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_mE07E25F560D3703658667713772C9438F0F8A246_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_m19716986E0050CE20E5BABEF1C9D9B4FEE4AFC01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_m2266982177BF698EC7DACA9BCB426258568514FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_m2BEDEDE282DF9F80F7E8446F8A8FFAA27664234B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_m6EE834A71E669A05963244F129F98528EF201DF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_mA1E3180730F059B97A398DB6D13B06494C38E76D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_mC2F9C2E0B92462A6A42893BE7201C705E1ED2A91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TwitterAuthProvider_GetCredential_mE96BA8159F64A94C3C66BF7B1CAD2CCB746C9A3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TwitterAuthProvider_get_ProviderId_mEA8FBD6A81EC23ED4304ABF7FA9157C153086C1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CVerificationCompletedHandler_DEPRECATEDU3Eb__0_m27BD920FE0238522AFA6E736400DE76B02409FEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CVerificationCompletedHandlerU3Eb__0_m9D525FC077220BB65905AA816F2C2A2370D27D09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass12_0_U3CVerificationFailedHandlerU3Eb__0_m8776C73D36CABC97D8CBEB536B17AA468B6DD3D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CCodeSentHandlerU3Eb__0_mEFF402122E674C78A7884F1BFC598CB9D30E9251_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CTimeOutHandlerU3Eb__0_mA54A105916B2353273552FEC454D5C4787F8C88D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m46C3ED1D8AAB93383BCD2C6332327C710B910ACB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m64CDC05AD790D4B14D1C441616206E7E20C48093_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m8495CFEBDEB6486E784189C87C6D5E02CDB46E65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mC46419BB62CE470D6A5EF5177D88980F148CE5AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mD45F93454ABFB485732DBC4709C78D6C50563399_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mDCCD25DCBB644412508949A62532D694FD5F73E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceListEnumerator_Reset_m84D9BD111102E2BB9576D2117D87E57374790933_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_AddRange_m7EF616A4A55DD7651C5E8B82832EA952C735DDD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_Add_m05896D857CD98864AF32EB53ACE66B4B4CF1B54F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_Clear_m796BE28FBFB91A78AD3A6D175991474F56644DDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_GetRange_m11F580D491CC1A5C3C0291A34C7A0CD6BB7480AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_InsertRange_mA8A46CD3CC878BB7DC78289B94546055F7079FCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_Insert_m3D31F6B02A764C29E309CDEB77C73987799D273C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_RemoveAt_m24769EBB25D600D72F696DB1B3DDF68B230AB6A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_RemoveRange_m7CC0F50EFB373CA0886D0B82567497CBB1DEDBA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_Repeat_m2413999106705BBE0114FFFC1A0E438FA1FC77EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_Reverse_m2E713B89F60024CC8C86ABD365FCFB3666C98EA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_Reverse_mD1E08F431592D2B1D6982891324F4A1919F7265F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_SetRange_mFE1CD6228775262E19515FBF315C4D81E31FBFA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList__ctor_m5CD33019D8119E4FADCC6072DDAC4D19F5654C91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList__ctor_m9887BEA74DB82AAFD0C3D9D448C233B029B3826C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList__ctor_m9AA8CAC9160F1ABB36CDD26BFE14D182496BBE67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList__ctor_mE59A29430A00F421B29641D6E19EF87906D4EAE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList__ctor_mF8EE71C38F7924DF2D7EB2368D9B938F79066310_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_capacity_m74067E276B9A730DDA6D074A2CA4302BF46E9EC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_getitem_m4F540665DCA102083266DAC5C125C598E43FEDE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_getitemcopy_mE34ACE1AAF1E237E390FAC743A276BDA01FDE99F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_reserve_m75762E0C463ADCDDED1BF16B2FAE378775DF0F6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_set_Capacity_m42B4ED737FCE1593983C944B184ABAC4EBE1F8D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_setitem_m099056215DB1DB0B4E10256E8C003CBB81C54060_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_size_m7207A009DCB6AF05E9CDAFC7D2369DE72E05B506_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterfaceList_swigRelease_mBD712B38C39C12C66674D957A73B6E8D1DA9138E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface__ctor_m539E4D51D65E2328CA70BE3157B1419C7297C7DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface_get_DisplayName_m7AC6606E65DF9883078C26DD521A83C4056475A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface_get_Email_m9AF15B59421B9A64E87AF6DEA14800F197F6E584_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface_get_PhoneNumberInternal_mEDB42136AA5FE265CD39B3A927D1C8574075A8C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface_get_PhotoUrlInternal_m45B1F726CA9206F5731F137FD05A6F8D47C3EDD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface_get_ProviderId_m7B1B9460E1F355033413B2AC957BBE257798D63E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface_get_UserId_m789311856DFE3585EB321D6CE4BFE55FBB222D6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserInfoInterface_swigRelease_mC1EC1D9D3D7355D942CD50C2BE57206E6E19099A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserMetadata__ctor_m485ED112829AC8BD67501BEBB09173E5A78392A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserMetadata_get_CreationTimestamp_mE0F4E9A7FB4B5A57FC221FA6AC6F99B0AE82F3D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserMetadata_get_LastSignInTimestamp_m239906EFD17CB70025B3C90A6FE8CFA4AD63F3C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserMetadata_swigRelease_mFE02298CABF2D5EADE18F7E4B3601C87947C2AB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserProfile__ctor_m8DCD7AE22CB46C7DD542A76F42D9D310919B868A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserProfile_get_DisplayName_m6C6E368540029E7A46EB9AF3CCAF601305210E9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserProfile_get_PhotoUrlInternal_mF55523C4926C5D30D2567DF0E8DD5E6CD58ABC7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserProfile_set_DisplayName_m0761D316D0CF8072A09D5ECFFFDE8EEC2B19902E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserProfile_set_PhotoUrlInternal_m57BE4102C6F02E9E4350E20B32B92ADFB5AB949B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UserProfile_swigRelease_m3DB69A0410479E0A342BD6A8E14F071D75C7AE02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mF312F3965423FA5D86BCF7CE559E78AB64850807_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* YahooAuthProvider__ctor_mC7621831CE920AAA77C6D9887F8AA926A1172C4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* YahooAuthProvider_get_ProviderId_mA2E20977F47D7256C1A0A2122A79F1EAEFEE34C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* YahooAuthProvider_swigRelease_m3E7ADBBD1A8259AD74AFA0DB542B65CAA9AB1070_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35; 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 // struct U3CModuleU3E_t7C47F8C646DD002BCFED7D95CB522C10585F50D7 { }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t720A3CDF43FD726F9432EB9AC61E3C6A004FD58A* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t854A5A92254D33866CBDA5FDAE21273451AC092F* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t44364C51AB7EE3D23ED46C680F6CF75A4AFCE534* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tDD7A3A7D9C3748BA74F4A805F51ECC32A28CBCD2* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t48E7A2D7EBA33AF6094F2E7C955DD69648BFCF5B* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t48EE1A434345E2B0CA5A96220384807CE850CEF4* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t2EA37B29FC2799E619B056E375143EC119A8C246* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tD6616D5B6928F5A10B9F74B773147F14941B8E7B* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tA930EBDC1BC7394F2700FE53BE794C21C49855C3* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tC2BB9D9AECB3BEC459E1D383C154552558E6DD97* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t4257B8B0812F6FB2E073E3F981DC92532D036891* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t5088773BC5E1BE6D5A224AA6FE7341178B7B19B3* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t2F8F32BBF85BEF055D5342DCF4F8ACC5CF88B065* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t739B8C73097C4F76888211A3924447C9F27B8C32* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t674E2C44CAB6128CB15B3C3216C3BE100DF4888A* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tD39CBE797546BEE76FD79639BD643D88E5DDCD8B* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t2C0A4BA446EA27DF521C9B9872F29F1DFE978EBB* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t7885DEDA3A261DE989C321910CBD3A316B99A798* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t4086C49B4C1F2946B8DBC4865F916CD48FD89EC8* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t8500C66C51989A40CD020FAF501F081D24021A24* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t45B8858AA03A315B0F44121E6F60D6156CCEEAF4* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t25103F8C3A2FD13410EA02EEFCD4F7636D2CAC07* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t68FEBC93C5570DA457D25B46DF3A60A3F832C458* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t38CE78CFCA2DB8CA6F434B890C081C5AE126D627* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t899564677FFBF0836F79FEE8DFEE59489A303879* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tFB5CBC61B6CDA537D07B4486AC1CA47B8541BFF5* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.List`1 struct List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items IUserInfoU5BU5D_t297FDBF4B7BD15893EBEEC9022D6CE31A5681FB7* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* ____task_0; }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* ____dictionary_0; }; // Firebase.Auth.EmailAuthProvider struct EmailAuthProvider_tD372659A5BE816154A021726C298C25BF098B1C8 : public RuntimeObject { }; // Firebase.Auth.FacebookAuthProvider struct FacebookAuthProvider_t612C632C19D1E493F134347BF59229AD030D9426 : public RuntimeObject { }; // Firebase.Auth.GameCenterAuthProvider struct GameCenterAuthProvider_t9C2A1E41E1538952EB6C7254E83785CB7007F06C : public RuntimeObject { }; // Firebase.Auth.GitHubAuthProvider struct GitHubAuthProvider_t56DB5CE274FFB77FA691853A19292BC3E43B2A82 : public RuntimeObject { }; // Firebase.Auth.GoogleAuthProvider struct GoogleAuthProvider_t646272DD18929729FAEDA1A1F2CAD87CC5DB8D6E : public RuntimeObject { }; // Firebase.Auth.OAuthProvider struct OAuthProvider_t88E0D5049AEE0931A57DD8239492FABC2B2C8921 : public RuntimeObject { }; // Firebase.Auth.PhoneAuthProvider struct PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 Firebase.Auth.PhoneAuthProvider::cppListeners Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* ___cppListeners_2; // Firebase.Auth.PhoneAuthProviderInternal Firebase.Auth.PhoneAuthProvider::InternalProvider PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* ___InternalProvider_9; }; // Firebase.Auth.PlayGamesAuthProvider struct PlayGamesAuthProvider_tA88971B9E490F90C4D38EA679FD693CC08371FB2 : public RuntimeObject { }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_1; // System.Delegate System.Threading.Tasks.Task::m_action Delegate_t* ___m_action_2; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject* ___m_stateObject_3; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_6; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject* ___m_continuationObject_23; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_26; }; // Firebase.Auth.TwitterAuthProvider struct TwitterAuthProvider_t626895C2DA4986403FCD8B1E99B5704439BAFE32 : public RuntimeObject { }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject { // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; }; // 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 { }; // Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818 : public RuntimeObject { // Firebase.Auth.Future_AuthResult Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0::fu Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* ___tcs_1; }; // Firebase.Auth.Future_Credential/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D : public RuntimeObject { // Firebase.Auth.Future_Credential Firebase.Auth.Future_Credential/<>c__DisplayClass5_0::fu Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.Auth.Future_Credential/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* ___tcs_1; }; // Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88 : public RuntimeObject { // Firebase.Auth.Future_FetchProvidersResult Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0::fu Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* ___tcs_1; }; // Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF : public RuntimeObject { // Firebase.Auth.Future_SignInResult Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0::fu Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* ___tcs_1; }; // Firebase.Auth.Future_User/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F : public RuntimeObject { // Firebase.Auth.Future_User Firebase.Auth.Future_User/<>c__DisplayClass5_0::fu Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.Auth.Future_User/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* ___tcs_1; }; // Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19 : public RuntimeObject { // Firebase.Auth.Future_User_Value Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0::fu Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* ___tcs_1; }; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03 : public RuntimeObject { // System.Int32 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0::callbackId int32_t ___callbackId_0; // System.String Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0::error String_t* ___error_1; }; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146 : public RuntimeObject { // System.Int32 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0::callbackId int32_t ___callbackId_0; // System.String Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0::verificationId String_t* ___verificationId_1; }; // Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates struct PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54 : public RuntimeObject { // Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates::verificationCompleted_DEPRECATED VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___verificationCompleted_DEPRECATED_0; // Firebase.Auth.PhoneAuthProvider/VerificationCompleted Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates::verificationCompleted VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* ___verificationCompleted_1; // Firebase.Auth.PhoneAuthProvider/VerificationFailed Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates::verificationFailed VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___verificationFailed_2; // Firebase.Auth.PhoneAuthProvider/CodeSent Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates::codeSent CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* ___codeSent_3; // Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates::timeOut CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* ___timeOut_4; }; // Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator struct UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0 : public RuntimeObject { // Firebase.Auth.UserInfoInterfaceList Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::collectionRef UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___collectionRef_0; // System.Int32 Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::currentIndex int32_t ___currentIndex_1; // System.Object Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::currentObject RuntimeObject* ___currentObject_2; // System.Int32 Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::currentSize int32_t ___currentSize_3; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A { // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* ___m_task_0; }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* ___m_task_0; }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_0; }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* ___m_task_0; }; // System.Threading.Tasks.Task`1 struct Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result String_t* ___m_result_38; }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF { // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_defaultContextAction_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___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.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* ___m_task_2; }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version int32_t ____version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue intptr_t ____currentValue_3; }; // 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; }; // 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.Runtime.InteropServices.HandleRef struct HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F { // System.Object System.Runtime.InteropServices.HandleRef::_wrapper RuntimeObject* ____wrapper_0; // System.IntPtr System.Runtime.InteropServices.HandleRef::_handle intptr_t ____handle_1; }; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA : public RuntimeObject { // System.IntPtr Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0::credential intptr_t ___credential_0; // System.Int32 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0::callbackId int32_t ___callbackId_1; }; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68 : public RuntimeObject { // System.IntPtr Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0::credential intptr_t ___credential_0; // System.Int32 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0::callbackId int32_t ___callbackId_1; }; // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070 : public RuntimeObject { // System.IntPtr Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0::token intptr_t ___token_0; // System.Int32 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0::callbackId int32_t ___callbackId_1; // System.String Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0::verificationId String_t* ___verificationId_2; }; // Firebase.Auth.AdditionalUserInfo struct AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.AdditionalUserInfo::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.AdditionalUserInfo::swigCMemOwn bool ___swigCMemOwn_1; }; // System.ApplicationException struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t { }; // Firebase.Auth.AuthResult struct AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.AuthResult::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.AuthResult::swigCMemOwn bool ___swigCMemOwn_1; // Firebase.Auth.FirebaseAuth Firebase.Auth.AuthResult::authProxy FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___authProxy_2; }; // Firebase.Auth.Credential struct Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.Credential::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.Credential::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.FederatedAuthProvider struct FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedAuthProvider::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.FederatedAuthProvider::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.FederatedProviderData struct FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedProviderData::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.FederatedProviderData::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.FetchProvidersResult struct FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.FetchProvidersResult::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.FetchProvidersResult::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.FirebaseAccountLinkException struct FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9 : public Exception_t { // System.Int32 Firebase.Auth.FirebaseAccountLinkException::k__BackingField int32_t ___U3CErrorCodeU3Ek__BackingField_18; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseAccountLinkException::result_DEPRECATED SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___result_DEPRECATED_19; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseAccountLinkException::result AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___result_20; }; // Firebase.FirebaseApp struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.FirebaseApp::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.FirebaseApp::swigCMemOwn bool ___swigCMemOwn_1; // System.String Firebase.FirebaseApp::name String_t* ___name_3; // System.EventHandler Firebase.FirebaseApp::AppDisposed EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___AppDisposed_4; // Firebase.Platform.FirebaseAppPlatform Firebase.FirebaseApp::appPlatform FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* ___appPlatform_16; }; // Firebase.Auth.FirebaseAuth struct FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.FirebaseAuth::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.FirebaseAuth::swigCMemOwn bool ___swigCMemOwn_1; // Firebase.FirebaseApp Firebase.Auth.FirebaseAuth::appProxy FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___appProxy_2; // System.IntPtr Firebase.Auth.FirebaseAuth::appCPtr intptr_t ___appCPtr_3; // System.IntPtr Firebase.Auth.FirebaseAuth::authStateListener intptr_t ___authStateListener_4; // System.IntPtr Firebase.Auth.FirebaseAuth::idTokenListener intptr_t ___idTokenListener_5; // System.EventHandler Firebase.Auth.FirebaseAuth::stateChangedImpl EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___stateChangedImpl_6; // System.EventHandler Firebase.Auth.FirebaseAuth::idTokenChangedImpl EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___idTokenChangedImpl_7; // System.Boolean Firebase.Auth.FirebaseAuth::persistentLoaded bool ___persistentLoaded_8; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseAuth::currentUser FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___currentUser_10; }; // Firebase.FirebaseException struct FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED : public Exception_t { // System.Int32 Firebase.FirebaseException::k__BackingField int32_t ___U3CErrorCodeU3Ek__BackingField_18; }; // Firebase.Auth.ForceResendingToken struct ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.ForceResendingToken::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.ForceResendingToken::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.FutureBase struct FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.FutureBase::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.FutureBase::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.MicrosoftAuthProvider struct MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.MicrosoftAuthProvider::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.MicrosoftAuthProvider::swigCMemOwn bool ___swigCMemOwn_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; }; // Firebase.Auth.PhoneAuthOptions struct PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthOptions::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.PhoneAuthOptions::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.PhoneAuthProviderInternal struct PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthProviderInternal::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.PhoneAuthProviderInternal::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.SignInResult struct SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.SignInResult::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.SignInResult::swigCMemOwn bool ___swigCMemOwn_1; // Firebase.Auth.FirebaseAuth Firebase.Auth.SignInResult::authProxy FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___authProxy_2; }; // Firebase.StringList struct StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.StringList::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.StringList::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.StringStringMap struct StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.StringStringMap::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.StringStringMap::swigCMemOwn bool ___swigCMemOwn_1; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // Firebase.Auth.UserInfoInterface struct UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterface::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.UserInfoInterface::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.UserInfoInterfaceList struct UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterfaceList::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.UserInfoInterfaceList::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.UserMetadata struct UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserMetadata::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.UserMetadata::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.UserProfile struct UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserProfile::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.UserProfile::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.VariantVariantMap struct VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.VariantVariantMap::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.VariantVariantMap::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.YahooAuthProvider struct YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Auth.YahooAuthProvider::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Auth.YahooAuthProvider::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.Auth.FirebaseUser/d__9 struct U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__9::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__9::<>t__builder AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 ___U3CU3Et__builder_1; // Firebase.Auth.Credential Firebase.Auth.FirebaseUser/d__9::credential Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___credential_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__9::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__9::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__9::5__2 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CresultU3E5__2_5; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__9::<>s__3 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__9::<>u__1 TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__11 struct U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__11::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__11::<>t__builder AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 ___U3CU3Et__builder_1; // Firebase.Auth.Credential Firebase.Auth.FirebaseUser/d__11::credential Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___credential_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__11::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__11::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__11::5__2 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CresultU3E5__2_5; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__11::<>s__3 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__11::<>u__1 TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__10 struct U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__10::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__10::<>t__builder AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E ___U3CU3Et__builder_1; // Firebase.Auth.Credential Firebase.Auth.FirebaseUser/d__10::credential Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___credential_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__10::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__10::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__10::<>u__1 TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 ___U3CU3Eu__1_5; }; // Firebase.Auth.FirebaseUser/d__8 struct U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__8::<>t__builder AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 ___U3CU3Et__builder_1; // Firebase.Auth.FederatedAuthProvider Firebase.Auth.FirebaseUser/d__8::provider FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___provider_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__8::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__8::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__8::5__2 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CresultU3E5__2_5; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__8::<>s__3 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__8::<>u__1 TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__7 struct U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__7::<>t__builder AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 ___U3CU3Et__builder_1; // Firebase.Auth.FederatedAuthProvider Firebase.Auth.FirebaseUser/d__7::provider FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___provider_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__7::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__7::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__7::5__2 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CresultU3E5__2_5; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__7::<>s__3 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__7::<>u__1 TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__13 struct U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__13::<>t__builder AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 ___U3CU3Et__builder_1; // Firebase.Auth.Credential Firebase.Auth.FirebaseUser/d__13::credential Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___credential_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__13::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__13::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__13::5__2 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CresultU3E5__2_5; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__13::<>s__3 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__13::<>u__1 TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__12 struct U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__12::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__12::<>t__builder AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 ___U3CU3Et__builder_1; // Firebase.Auth.Credential Firebase.Auth.FirebaseUser/d__12::credential Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___credential_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__12::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__12::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__12::5__2 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CresultU3E5__2_5; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__12::<>s__3 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__12::<>u__1 TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__6 struct U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__6::<>t__builder AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 ___U3CU3Et__builder_1; // Firebase.Auth.FederatedAuthProvider Firebase.Auth.FirebaseUser/d__6::provider FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___provider_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__6::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__6::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__6::5__2 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CresultU3E5__2_5; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__6::<>s__3 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__6::<>u__1 TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__5 struct U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__5::<>t__builder AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 ___U3CU3Et__builder_1; // Firebase.Auth.FederatedAuthProvider Firebase.Auth.FirebaseUser/d__5::provider FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___provider_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__5::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__5::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__5::5__2 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CresultU3E5__2_5; // Firebase.Auth.SignInResult Firebase.Auth.FirebaseUser/d__5::<>s__3 SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__5::<>u__1 TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__15 struct U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__15::<>t__builder AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 ___U3CU3Et__builder_1; // System.String Firebase.Auth.FirebaseUser/d__15::provider String_t* ___provider_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__15::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__15::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__15::5__2 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CresultU3E5__2_5; // Firebase.Auth.AuthResult Firebase.Auth.FirebaseUser/d__15::<>s__3 AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___U3CU3Es__3_6; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__15::<>u__1 TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 ___U3CU3Eu__1_7; }; // Firebase.Auth.FirebaseUser/d__14 struct U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__14::<>t__builder AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E ___U3CU3Et__builder_1; // System.String Firebase.Auth.FirebaseUser/d__14::provider String_t* ___provider_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__14::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__14::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__14::<>u__1 TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 ___U3CU3Eu__1_5; }; // Firebase.Auth.FirebaseUser/d__17 struct U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__17::<>t__builder AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E ___U3CU3Et__builder_1; // Firebase.Auth.PhoneAuthCredential Firebase.Auth.FirebaseUser/d__17::credential PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___credential_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__17::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__17::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__17::<>u__1 TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 ___U3CU3Eu__1_5; }; // Firebase.Auth.FirebaseUser/d__16 struct U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30 : public RuntimeObject { // System.Int32 Firebase.Auth.FirebaseUser/d__16::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Firebase.Auth.FirebaseUser/d__16::<>t__builder AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E ___U3CU3Et__builder_1; // Firebase.Auth.Credential Firebase.Auth.FirebaseUser/d__16::credential Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___credential_2; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseUser/d__16::<>4__this FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___U3CU3E4__this_3; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser/d__16::5__1 FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___U3CuserInternalU3E5__1_4; // System.Runtime.CompilerServices.TaskAwaiter`1 Firebase.Auth.FirebaseUser/d__16::<>u__1 TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 ___U3CU3Eu__1_5; }; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t { }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; // Firebase.Auth.FederatedOAuthProviderData struct FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E : public FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedOAuthProviderData::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; }; // Firebase.Auth.FirebaseUser struct FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A : public UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062 { // Firebase.Auth.FirebaseAuth Firebase.Auth.FirebaseUser::authProxy FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___authProxy_2; }; // Firebase.Auth.FirebaseUserInternal struct FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87 : public UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.FirebaseUserInternal::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; }; // Firebase.FutureString struct FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.FutureString::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.FutureString::callbackData intptr_t ___callbackData_6; // Firebase.FutureString/SWIG_CompletionDelegate Firebase.FutureString::SWIG_CompletionCB SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* ___SWIG_CompletionCB_7; }; // Firebase.FutureVoid struct FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480 : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.FutureVoid::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.FutureVoid::callbackData intptr_t ___callbackData_6; // Firebase.FutureVoid/SWIG_CompletionDelegate Firebase.FutureVoid::SWIG_CompletionCB SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* ___SWIG_CompletionCB_7; }; // Firebase.Auth.Future_AuthResult struct Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_AuthResult::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.Auth.Future_AuthResult::callbackData intptr_t ___callbackData_6; // Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate Firebase.Auth.Future_AuthResult::SWIG_CompletionCB SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* ___SWIG_CompletionCB_7; }; // Firebase.Auth.Future_Credential struct Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_Credential::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.Auth.Future_Credential::callbackData intptr_t ___callbackData_6; // Firebase.Auth.Future_Credential/SWIG_CompletionDelegate Firebase.Auth.Future_Credential::SWIG_CompletionCB SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* ___SWIG_CompletionCB_7; }; // Firebase.Auth.Future_FetchProvidersResult struct Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9 : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_FetchProvidersResult::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.Auth.Future_FetchProvidersResult::callbackData intptr_t ___callbackData_6; // Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate Firebase.Auth.Future_FetchProvidersResult::SWIG_CompletionCB SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* ___SWIG_CompletionCB_7; }; // Firebase.Auth.Future_SignInResult struct Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946 : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_SignInResult::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.Auth.Future_SignInResult::callbackData intptr_t ___callbackData_6; // Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate Firebase.Auth.Future_SignInResult::SWIG_CompletionCB SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* ___SWIG_CompletionCB_7; }; // Firebase.Auth.Future_User struct Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236 : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_User::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.Auth.Future_User::callbackData intptr_t ___callbackData_6; // Firebase.Auth.Future_User/SWIG_CompletionDelegate Firebase.Auth.Future_User::SWIG_CompletionCB SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* ___SWIG_CompletionCB_7; }; // Firebase.Auth.Future_User_Value struct Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_User_Value::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.Auth.Future_User_Value::callbackData intptr_t ___callbackData_6; // Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate Firebase.Auth.Future_User_Value::SWIG_CompletionCB SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* ___SWIG_CompletionCB_7; }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.MemberAccessException struct MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NullReferenceException struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // Firebase.Auth.PhoneAuthCredential struct PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9 : public Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1 { // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthCredential::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; }; // Firebase.Auth.Future_AuthResult/Action struct Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83 : public MulticastDelegate_t { }; // Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC : public MulticastDelegate_t { }; // Firebase.Auth.Future_Credential/Action struct Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C : public MulticastDelegate_t { }; // Firebase.Auth.Future_Credential/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257 : public MulticastDelegate_t { }; // Firebase.Auth.Future_FetchProvidersResult/Action struct Action_t4477986639BB97A112AEC3593AFDC013A068518C : public MulticastDelegate_t { }; // Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554 : public MulticastDelegate_t { }; // Firebase.Auth.Future_SignInResult/Action struct Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213 : public MulticastDelegate_t { }; // Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A : public MulticastDelegate_t { }; // Firebase.Auth.Future_User/Action struct Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C : public MulticastDelegate_t { }; // Firebase.Auth.Future_User/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78 : public MulticastDelegate_t { }; // Firebase.Auth.Future_User_Value/Action struct Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764 : public MulticastDelegate_t { }; // Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144 : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut struct CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProvider/CodeSent struct CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProvider/VerificationCompleted struct VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0 : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED struct VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProvider/VerificationFailed struct VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8 : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate struct CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735 : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate struct TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427 : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate struct VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4 : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED struct VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7 : public MulticastDelegate_t { }; // Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate struct VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5 : public MulticastDelegate_t { }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { // System.Object System.ArgumentOutOfRangeException::_actualValue RuntimeObject* ____actualValue_19; }; // System.MethodAccessException struct MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0 : public MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC { }; // // // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray IUserInfoU5BU5D_t297FDBF4B7BD15893EBEEC9022D6CE31A5681FB7* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection // Firebase.Auth.EmailAuthProvider // Firebase.Auth.EmailAuthProvider // Firebase.Auth.FacebookAuthProvider // Firebase.Auth.FacebookAuthProvider // Firebase.Auth.GameCenterAuthProvider // Firebase.Auth.GameCenterAuthProvider // Firebase.Auth.GitHubAuthProvider // Firebase.Auth.GitHubAuthProvider // Firebase.Auth.GoogleAuthProvider // Firebase.Auth.GoogleAuthProvider // Firebase.Auth.OAuthProvider // Firebase.Auth.OAuthProvider // Firebase.Auth.PhoneAuthProvider struct PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields { // System.Int32 Firebase.Auth.PhoneAuthProvider::uidGenerator int32_t ___uidGenerator_0; // System.Collections.Generic.Dictionary`2 Firebase.Auth.PhoneAuthProvider::authCallbacks Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* ___authCallbacks_1; // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED Firebase.Auth.PhoneAuthProvider::verificationCompletedDelegate_DEPRECATED VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* ___verificationCompletedDelegate_DEPRECATED_3; // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate Firebase.Auth.PhoneAuthProvider::verificationCompletedDelegate VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* ___verificationCompletedDelegate_4; // Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate Firebase.Auth.PhoneAuthProvider::verificationFailedDelegate VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* ___verificationFailedDelegate_5; // Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate Firebase.Auth.PhoneAuthProvider::codeSentDelegate CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* ___codeSentDelegate_6; // Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate Firebase.Auth.PhoneAuthProvider::timeOutDelegate TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* ___timeOutDelegate_7; // System.Boolean Firebase.Auth.PhoneAuthProvider::callbacksInitialized bool ___callbacksInitialized_8; // System.Collections.Generic.Dictionary`2 Firebase.Auth.PhoneAuthProvider::CachedProviders Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* ___CachedProviders_10; }; // Firebase.Auth.PhoneAuthProvider // Firebase.Auth.PlayGamesAuthProvider // Firebase.Auth.PlayGamesAuthProvider // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields { // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_0; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject* ___s_taskCompletionSentinel_24; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_25; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_27; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_30; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::k__BackingField TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_31; // System.Threading.Tasks.Task System.Threading.Tasks.Task::k__BackingField Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_32; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_33; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_34; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_35; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_36; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject* ___s_activeTasksLock_37; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields { // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_28; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_29; }; // Firebase.Auth.TwitterAuthProvider // Firebase.Auth.TwitterAuthProvider // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields { // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject* ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_35; }; // System.Uri // Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0 // Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0 // Firebase.Auth.Future_Credential/<>c__DisplayClass5_0 // Firebase.Auth.Future_Credential/<>c__DisplayClass5_0 // Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0 // Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0 // Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0 // Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0 // Firebase.Auth.Future_User/<>c__DisplayClass5_0 // Firebase.Auth.Future_User/<>c__DisplayClass5_0 // Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0 // Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0 // Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates // Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates // Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator // Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Threading.Tasks.Task`1 struct Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t59B22E7B3A1993AC050C9A897977A113A7729912* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tEC774FC74F210E23C57FB8FE889BF8B62272E57A* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tBA64342483E840CEFCC2DD1E8F7D361ECC74C3A9* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t7C8300A7F1C0B035B03E4868A6198B7D12FEA84F* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t8E41BFE7B6D591414CCAEF95F3A32753F3CFD7C8* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t75FCD44D9E285361B099A66F06D79E7FBBD4D2B0* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Boolean // System.Int32 // System.Int32 // System.IntPtr struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // System.IntPtr // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.Void // System.Void // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Delegate // System.Delegate // System.Exception struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // System.Exception // System.Runtime.InteropServices.HandleRef // System.Runtime.InteropServices.HandleRef // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0 // Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0 // Firebase.Auth.AdditionalUserInfo // Firebase.Auth.AdditionalUserInfo // System.ApplicationException // System.ApplicationException // Firebase.Auth.AuthResult // Firebase.Auth.AuthResult // Firebase.Auth.Credential // Firebase.Auth.Credential // Firebase.Auth.FederatedAuthProvider // Firebase.Auth.FederatedAuthProvider // Firebase.Auth.FederatedProviderData // Firebase.Auth.FederatedProviderData // Firebase.Auth.FetchProvidersResult // Firebase.Auth.FetchProvidersResult // Firebase.Auth.FirebaseAccountLinkException // Firebase.Auth.FirebaseAccountLinkException // Firebase.FirebaseApp struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields { // System.Object Firebase.FirebaseApp::disposeLock RuntimeObject* ___disposeLock_2; // System.Collections.Generic.Dictionary`2 Firebase.FirebaseApp::nameToProxy Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* ___nameToProxy_5; // System.Collections.Generic.Dictionary`2 Firebase.FirebaseApp::cPtrToProxy Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* ___cPtrToProxy_6; // System.Boolean Firebase.FirebaseApp::AppUtilCallbacksInitialized bool ___AppUtilCallbacksInitialized_7; // System.Object Firebase.FirebaseApp::AppUtilCallbacksLock RuntimeObject* ___AppUtilCallbacksLock_8; // System.Boolean Firebase.FirebaseApp::PreventOnAllAppsDestroyed bool ___PreventOnAllAppsDestroyed_9; // System.Boolean Firebase.FirebaseApp::crashlyticsInitializationAttempted bool ___crashlyticsInitializationAttempted_10; // System.Boolean Firebase.FirebaseApp::userAgentRegistered bool ___userAgentRegistered_11; // System.Int32 Firebase.FirebaseApp::CheckDependenciesThread int32_t ___CheckDependenciesThread_14; // System.Object Firebase.FirebaseApp::CheckDependenciesThreadLock RuntimeObject* ___CheckDependenciesThreadLock_15; }; // Firebase.FirebaseApp // Firebase.Auth.FirebaseAuth struct FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.Auth.FirebaseAuth::appCPtrToAuth Dictionary_2_tE6C974D759883C66869D32F24D139F20300122F2* ___appCPtrToAuth_9; }; // Firebase.Auth.FirebaseAuth // Firebase.FirebaseException // Firebase.FirebaseException // Firebase.Auth.ForceResendingToken // Firebase.Auth.ForceResendingToken // Firebase.FutureBase // Firebase.FutureBase // Firebase.Auth.MicrosoftAuthProvider // Firebase.Auth.MicrosoftAuthProvider // Firebase.Auth.PhoneAuthOptions // Firebase.Auth.PhoneAuthOptions // Firebase.Auth.PhoneAuthProviderInternal // Firebase.Auth.PhoneAuthProviderInternal // Firebase.Auth.SignInResult // Firebase.Auth.SignInResult // Firebase.StringList // Firebase.StringList // Firebase.StringStringMap // Firebase.StringStringMap // Firebase.Auth.UserInfoInterface // Firebase.Auth.UserInfoInterface // Firebase.Auth.UserInfoInterfaceList // Firebase.Auth.UserInfoInterfaceList // Firebase.Auth.UserMetadata // Firebase.Auth.UserMetadata // Firebase.Auth.UserProfile // Firebase.Auth.UserProfile // Firebase.VariantVariantMap // Firebase.VariantVariantMap // Firebase.Auth.YahooAuthProvider // Firebase.Auth.YahooAuthProvider // Firebase.Auth.FirebaseUser/d__9 // Firebase.Auth.FirebaseUser/d__9 // Firebase.Auth.FirebaseUser/d__11 // Firebase.Auth.FirebaseUser/d__11 // Firebase.Auth.FirebaseUser/d__10 // Firebase.Auth.FirebaseUser/d__10 // Firebase.Auth.FirebaseUser/d__8 // Firebase.Auth.FirebaseUser/d__8 // Firebase.Auth.FirebaseUser/d__7 // Firebase.Auth.FirebaseUser/d__7 // Firebase.Auth.FirebaseUser/d__13 // Firebase.Auth.FirebaseUser/d__13 // Firebase.Auth.FirebaseUser/d__12 // Firebase.Auth.FirebaseUser/d__12 // Firebase.Auth.FirebaseUser/d__6 // Firebase.Auth.FirebaseUser/d__6 // Firebase.Auth.FirebaseUser/d__5 // Firebase.Auth.FirebaseUser/d__5 // Firebase.Auth.FirebaseUser/d__15 // Firebase.Auth.FirebaseUser/d__15 // Firebase.Auth.FirebaseUser/d__14 // Firebase.Auth.FirebaseUser/d__14 // Firebase.Auth.FirebaseUser/d__17 // Firebase.Auth.FirebaseUser/d__17 // Firebase.Auth.FirebaseUser/d__16 // Firebase.Auth.FirebaseUser/d__16 // System.Action // System.Action // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // Firebase.Auth.FederatedOAuthProviderData // Firebase.Auth.FederatedOAuthProviderData // Firebase.Auth.FirebaseUser // Firebase.Auth.FirebaseUser // Firebase.Auth.FirebaseUserInternal // Firebase.Auth.FirebaseUserInternal // Firebase.FutureString struct FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.FutureString::Callbacks Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* ___Callbacks_3; // System.Int32 Firebase.FutureString::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.FutureString::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.FutureString // Firebase.FutureVoid struct FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.FutureVoid::Callbacks Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* ___Callbacks_3; // System.Int32 Firebase.FutureVoid::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.FutureVoid::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.FutureVoid // Firebase.Auth.Future_AuthResult struct Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.Auth.Future_AuthResult::Callbacks Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* ___Callbacks_3; // System.Int32 Firebase.Auth.Future_AuthResult::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.Auth.Future_AuthResult::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.Auth.Future_AuthResult // Firebase.Auth.Future_Credential struct Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.Auth.Future_Credential::Callbacks Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* ___Callbacks_3; // System.Int32 Firebase.Auth.Future_Credential::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.Auth.Future_Credential::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.Auth.Future_Credential // Firebase.Auth.Future_FetchProvidersResult struct Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.Auth.Future_FetchProvidersResult::Callbacks Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* ___Callbacks_3; // System.Int32 Firebase.Auth.Future_FetchProvidersResult::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.Auth.Future_FetchProvidersResult::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.Auth.Future_FetchProvidersResult // Firebase.Auth.Future_SignInResult struct Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.Auth.Future_SignInResult::Callbacks Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* ___Callbacks_3; // System.Int32 Firebase.Auth.Future_SignInResult::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.Auth.Future_SignInResult::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.Auth.Future_SignInResult // Firebase.Auth.Future_User struct Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.Auth.Future_User::Callbacks Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* ___Callbacks_3; // System.Int32 Firebase.Auth.Future_User::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.Auth.Future_User::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.Auth.Future_User // Firebase.Auth.Future_User_Value struct Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.Auth.Future_User_Value::Callbacks Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* ___Callbacks_3; // System.Int32 Firebase.Auth.Future_User_Value::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.Auth.Future_User_Value::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.Auth.Future_User_Value // System.InvalidOperationException // System.InvalidOperationException // System.NullReferenceException // System.NullReferenceException // Firebase.Auth.PhoneAuthCredential // Firebase.Auth.PhoneAuthCredential // Firebase.Auth.Future_AuthResult/Action // Firebase.Auth.Future_AuthResult/Action // Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate // Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate // Firebase.Auth.Future_Credential/Action // Firebase.Auth.Future_Credential/Action // Firebase.Auth.Future_Credential/SWIG_CompletionDelegate // Firebase.Auth.Future_Credential/SWIG_CompletionDelegate // Firebase.Auth.Future_FetchProvidersResult/Action // Firebase.Auth.Future_FetchProvidersResult/Action // Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate // Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate // Firebase.Auth.Future_SignInResult/Action // Firebase.Auth.Future_SignInResult/Action // Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate // Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate // Firebase.Auth.Future_User/Action // Firebase.Auth.Future_User/Action // Firebase.Auth.Future_User/SWIG_CompletionDelegate // Firebase.Auth.Future_User/SWIG_CompletionDelegate // Firebase.Auth.Future_User_Value/Action // Firebase.Auth.Future_User_Value/Action // Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate // Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate // Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut // Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut // Firebase.Auth.PhoneAuthProvider/CodeSent // Firebase.Auth.PhoneAuthProvider/CodeSent // Firebase.Auth.PhoneAuthProvider/VerificationCompleted // Firebase.Auth.PhoneAuthProvider/VerificationCompleted // Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED // Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED // Firebase.Auth.PhoneAuthProvider/VerificationFailed // Firebase.Auth.PhoneAuthProvider/VerificationFailed // Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate // Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate // Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate // Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED // Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED // Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate // Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException // System.ArgumentOutOfRangeException // System.MethodAccessException // System.MethodAccessException #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Firebase.Auth.UserInfoInterface[] struct UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35 : public RuntimeArray { ALIGN_FIELD (8) UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* m_Items[1]; inline UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062** 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, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* 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.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_gshared (const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Start(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject** ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA Task_1_GetAwaiter_mD80ED263BF3F1F8DBDBD177BA3401A0AAAFA38E3_gshared (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskAwaiter_1_get_IsCompleted_mEEBB09E26F4165A0F864D92E1890CFCD2C8CFD54_gshared (TaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Object>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, TaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA* ___0_awaiter, RuntimeObject** ___1_stateMachine, const RuntimeMethod* method) ; // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TaskAwaiter_1_GetResult_mA4A8A1F43A456B40DDA251D00026C60919AED85B_gshared (TaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD_gshared (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, int32_t ___0_key, intptr_t ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m97E7D12C9590422F3ECCA246F7433E3879AE66B9_gshared (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349* Dictionary_2_get_Values_mFC2D734F52A61003414411FC1DF844187214621C_gshared (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1 ValueCollection_GetEnumerator_mF312F3965423FA5D86BCF7CE559E78AB64850807_gshared (ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAA8FA6A0FC9A7051595D4D0AE67B29062C060248_gshared (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_gshared_inline (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3BAB7A1738C4096F06FB463B0E360D0532E65ADF_gshared (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m392FA02193C96CD50987578CD37BFADE5E7ED2DD_gshared (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FirebaseAccountLinkException::set_ErrorCode(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FirebaseAccountLinkException_set_ErrorCode_mFF4078C1E6CF6F5CC7753CEEAA631A4308F7C9A4_inline (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, int32_t ___0_value, const RuntimeMethod* method) ; // Firebase.Auth.AdditionalUserInfo Firebase.Auth.SignInResult::get_Info() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* SignInResult_get_Info_m462898DF82B7A376A0109DDBB4A053B4E37606B1 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) ; // Firebase.Auth.AdditionalUserInfo Firebase.Auth.AuthResult::get_AdditionalUserInfoInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* AuthResult_get_AdditionalUserInfoInternal_mA490EB3F8246DE072F325ABB0FC19EFDF62C96A1 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterface::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface__ctor_m539E4D51D65E2328CA70BE3157B1419C7297C7DA (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) ; // System.Void System.NullReferenceException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, const RuntimeMethod* method) ; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseAuth::get_CurrentUserInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* FirebaseAuth_get_CurrentUserInternal_m76685B1D0EA260C696452867B4B69CD1AE0682EB (FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FirebaseUser/d__5::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5__ctor_m5C8A84E71BF9D8ECD050F2566D893723E1D1D4F7 (U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__5>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m468BD17A0D1DAA0C94FD49A97608D1196AD6F4DA (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1 (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, const RuntimeMethod* method) { return (( Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method); } // System.Void Firebase.Auth.FirebaseUser/d__6::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsyncU3Ed__6__ctor_m7204180B85F39D333BCC9FA55F0EC627DFF96A77 (U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__6>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_m37693C14C8BB12BBDDF9E6C5D02F33E237D7D7BD (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, const RuntimeMethod* method) { return (( Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method); } // System.Void Firebase.Auth.FirebaseUser/d__7::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7__ctor_m3C3D6550847BDA439EAB803B257258EE751799AA (U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__7>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m0472EFFCB05195645ECAA456F6508D792D169574 (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__8::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsyncU3Ed__8__ctor_mA4C3A05D3FD8C8B75D7CF67A1385442FA851D9EF (U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__8>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m5D12FD834AEC91ECCDAED29D025CBD35BF4DE49D (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__9::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9__ctor_m34DEB3A5B253824A7292047C0B8E96B853080E02 (U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__9>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m72A12C1B14E3E91A094F54B93B37A5CD8429FFEA (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__10::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10__ctor_mB364E6D484B4CC30B788D29297C7602175725E77 (U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__10>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_mEF2661E50B976FC61244685333474B9142CAECE4 (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, const RuntimeMethod* method) { return (( Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method); } // System.Void Firebase.Auth.FirebaseUser/d__11::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsyncU3Ed__11__ctor_m7A8183632789AB7CE4BEF5F76F80FA2348BCFEAD (U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__11>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_mB00719F16A6AEA3E67AB69FA3A17F030750FC9C4 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__12::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12__ctor_mEB295F7757C125CFF7196A088DBFE684C4CB30FA (U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__12>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_m0E487499E6FC99FCDCD9936051474232F0EC7C58 (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__13::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsyncU3Ed__13__ctor_m3A70CEE4B1E14D3C4B96A35CB508C03A73DA549E (U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__13>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m22AA2C846774E6C86382D52464E3E3420D0AE614 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__14::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsync_DEPRECATEDU3Ed__14__ctor_m128ECAE84FCCA913CF9B9512F1A5A6E4C8C70055 (U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__14>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_mACA4262BE797BFDCE755E78ECC401631B1047927 (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__15::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsyncU3Ed__15__ctor_mEC1C18662186D415D97CE6169AC36EA9BFF40614 (U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__15>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m0FB61BF11A5A809C638333160F991C22EC8FA6BF (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__16::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16__ctor_mB8F4849FB719C978B8FAC831EE9E550DDE804740 (U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__16>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_m04C143FD6EB5D177CFF0260A2AB3121AE97ACFE5 (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Void Firebase.Auth.FirebaseUser/d__17::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsyncU3Ed__17__ctor_m2E5FB0696BCB74D7546513C561D0C492D4A8119A (U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__17>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mC50C31A1110640CCDEB660DD2F20E5551C290AD7 (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31** ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisRuntimeObject_m4CC6B9A3F0DD032BDFC0B8416CE27980382ED173_gshared)(__this, ___0_stateMachine, method); } // System.Boolean Firebase.Auth.FirebaseUserInternal::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUserInternal_IsValid_m7E42C62FF198752458F152C51344C3FCEFCD1936 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser::GetValidFirebaseUserInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::TokenAsync(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* FirebaseUserInternal_TokenAsync_mA96D1ACFD6F61DCC6EB63B37A71FFFF7EEA00DB2 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, bool ___0_forceRefresh, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::UpdateEmailAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_UpdateEmailAsync_mCB7C0D9A809263A3E923C57609749021E07AD010 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_email, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::UpdatePasswordAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_UpdatePasswordAsync_m42B71C6FB5BB0C90D617555DF4A045211061517F (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_password, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::ReauthenticateAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_ReauthenticateAsync_m89DBD8202DFF5DC94AFD4E9CF1027D20DE620BEB (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::SendEmailVerificationAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_SendEmailVerificationAsync_m1DAC2E2F31B84893AB7BAD42A8A98CBA91B9D408 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::UpdateUserProfileAsync(Firebase.Auth.UserProfile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_UpdateUserProfileAsync_mF5513ECB713C96BF5AC686E6F1DEAA55C2885997 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* ___0_profile, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::ReloadAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_ReloadAsync_mABE1DA4A5A21DB0AAD9A2DFD62FCF69F638E4D5E (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::DeleteAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_DeleteAsync_mBCA210E1150F90975572A3F3E82AFA35F353FD54 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.FirebaseUserInternal::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_DisplayName_m7AE7D2405723402AF8B077C90007C4E4E91A50F8 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.FirebaseUserInternal::get_Email() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_Email_mCC7C7A6DFA70AF0230E5A4BB98B0303B2A6E3A66 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.FirebaseUserInternal::get_IsAnonymous() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUserInternal_get_IsAnonymous_mF68E918831AC976DF0D8CCFD8100A397EBA3A633 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.FirebaseUserInternal::get_IsEmailVerified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUserInternal_get_IsEmailVerified_m38AC16129CB008F7628041CD334F957D22320E6B (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // Firebase.Auth.UserMetadata Firebase.Auth.FirebaseUserInternal::get_Metadata() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* FirebaseUserInternal_get_Metadata_m1B67D951AC75F18684A698C20976A7A6935BAF8A (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.FirebaseUserInternal::get_PhoneNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_PhoneNumber_m72A02BE94CC02C45E7F9E6442DD198EEAF351695 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.FirebaseUserInternal::get_PhotoUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_PhotoUrlInternal_m36ABA516CEB887571B4CE7658FAA9D013B21214F (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.Uri Firebase.FirebaseApp::UrlStringToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* FirebaseApp_UrlStringToUri_mD212E37D37B2F0DE5EE30CDAAB0E95E5E87B4F79 (String_t* ___0_urlString, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 Firebase.Auth.FirebaseUserInternal::get_ProviderData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FirebaseUserInternal_get_ProviderData_m91554C5DDBD305CFA62848194E2B0EC19C7A44AC (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.FirebaseUserInternal::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_ProviderId_mFDB54BABF2388D4A1E4AC3ECB259155B5FA4C17C (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.FirebaseUserInternal::get_UserId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_UserId_mF931510E87A894DF69B9F1C1F9603E04D42487A0 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateWithProviderInternalAsync_DEPRECATED(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED_m471CAFC4AFA401F01127B0234B2CAACB89077865 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7 (Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 (*) (Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8*, const RuntimeMethod*))Task_1_GetAwaiter_mD80ED263BF3F1F8DBDBD177BA3401A0AAAFA38E3_gshared)(__this, method); } // System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1::get_IsCompleted() inline bool TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C (TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* __this, const RuntimeMethod* method) { return (( bool (*) (TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210*, const RuntimeMethod*))TaskAwaiter_1_get_IsCompleted_mEEBB09E26F4165A0F864D92E1890CFCD2C8CFD54_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__5>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m1E90152E106E332356650E1739279E86E8454560 (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* ___0_awaiter, U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210*, U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E (TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* __this, const RuntimeMethod* method) { return (( SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* (*) (TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210*, const RuntimeMethod*))TaskAwaiter_1_GetResult_mA4A8A1F43A456B40DDA251D00026C60919AED85B_gshared)(__this, method); } // System.Void Firebase.Auth.FirebaseUser::CompleteSignInResult(Firebase.Auth.SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUser_CompleteSignInResult_mFBBA5929C134B87A9E5E5A09CE06EC18714D62AC (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___0_signInResult, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0 (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared)(__this, ___0_result, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateWithProviderInternalAsync(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_m3D928EB6761C000D0241354E55DDA4C26B5F6F56 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888 (Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 (*) (Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5*, const RuntimeMethod*))Task_1_GetAwaiter_mD80ED263BF3F1F8DBDBD177BA3401A0AAAFA38E3_gshared)(__this, method); } // System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1::get_IsCompleted() inline bool TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC (TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* __this, const RuntimeMethod* method) { return (( bool (*) (TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90*, const RuntimeMethod*))TaskAwaiter_1_get_IsCompleted_mEEBB09E26F4165A0F864D92E1890CFCD2C8CFD54_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__6>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_mCC73BBB23F13E1EC580D6D6925EC9F3D11077159 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* ___0_awaiter, U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90*, U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E (TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* __this, const RuntimeMethod* method) { return (( AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* (*) (TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90*, const RuntimeMethod*))TaskAwaiter_1_GetResult_mA4A8A1F43A456B40DDA251D00026C60919AED85B_gshared)(__this, method); } // System.Void Firebase.Auth.FirebaseUser::CompleteAuthResult(Firebase.Auth.AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUser_CompleteAuthResult_m4005C8421EE1196F94981E1732517A17C75DC2BC (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___0_authResult, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared)(__this, ___0_result, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithProviderInternalAsync_DEPRECATED(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED_mEE621F252EC00877A4217239EC61459013C49D82 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__7>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m19D13B07375AD153C9CC9043E14AB77040E8423F (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* ___0_awaiter, U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210*, U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithProviderInternalAsync(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_LinkWithProviderInternalAsync_m53C6E548D32B03DC231CDB4A1BF3E3BC1E3FAF49 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__8>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m126CA390E6170A4D1D9D996F2BCA5C144182748A (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* ___0_awaiter, U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90*, U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkAndRetrieveDataWithCredentialInternalAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync_m742D7AF8533358EDDBF626166794CCB9D681A1D4 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__9>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m4076DF1DE7DF2AAD75F2E788FB6F3D2657822BB0 (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* ___0_awaiter, U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210*, U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithCredentialInternalAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED_m8796830A5B1D6011F2C5FAFF1D4D7AEC1B40FFF9 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F (Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 (*) (Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798*, const RuntimeMethod*))Task_1_GetAwaiter_mD80ED263BF3F1F8DBDBD177BA3401A0AAAFA38E3_gshared)(__this, method); } // System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1::get_IsCompleted() inline bool TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45 (TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* __this, const RuntimeMethod* method) { return (( bool (*) (TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9*, const RuntimeMethod*))TaskAwaiter_1_get_IsCompleted_mEEBB09E26F4165A0F864D92E1890CFCD2C8CFD54_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__10>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_m27958327CCF2DD512D4F68ECDFC64F7EEE3D318E (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* ___0_awaiter, U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9*, U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400 (TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* __this, const RuntimeMethod* method) { return (( FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* (*) (TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9*, const RuntimeMethod*))TaskAwaiter_1_GetResult_mA4A8A1F43A456B40DDA251D00026C60919AED85B_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859 (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared)(__this, ___0_result, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithCredentialInternalAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_LinkWithCredentialInternalAsync_m821C7AA604946EAA9AE14510476C100F6104BFA9 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__11>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_m8A34F95A0C8638D297439EF8A860224BC9CEFCB8 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* ___0_awaiter, U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90*, U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED_m2051C0D3DB29B7CE8357214D3F74A358C8CFBE78 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__12>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_mFA07ED2B1CF68034B9E890670E0C53169815854B (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* __this, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* ___0_awaiter, U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35*, TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210*, U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateAndRetrieveDataInternalAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_m1A7D66207D294E0C608397EF0FDCF86FCE126C89 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__13>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m6169BEB34213A2A7ADE7439E2488778A30918A06 (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* ___0_awaiter, U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90*, U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::UnlinkInternalAsync_DEPRECATED(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED_m821148B06ADAB5B4E5AE76425CB53B4151C4C4E0 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_provider, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__14>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_m9109C9DBC49999C89353DE83192E085EB458FBDA (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* ___0_awaiter, U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9*, U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::UnlinkInternalAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_UnlinkInternalAsync_m967CFA57C17EE1A10919A3B4006AACDCA728BC34 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_provider, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__15>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m270ADA43ED25C9F592D32FA8EEC99A150C23792B (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* __this, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* ___0_awaiter, U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2*, TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90*, U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::UpdatePhoneNumberCredentialInternalAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m6CCD9B91061E3EB5440A0C05535D7366C4F4DFBB (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__16>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_mDE9032B6F864D538E9BE122804BF86A68E7E0632 (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* ___0_awaiter, U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9*, U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Firebase.Auth.FirebaseUser/d__17>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mFC34ED5D0EB8CFC960A635EBA520252D6B241EDC (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* __this, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* ___0_awaiter, U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31** ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E*, TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9*, U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31**, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA_TisRuntimeObject_m88F9075FDCC2543975FBD89EEF959554B47051E3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void Firebase.Auth.PhoneAuthProvider::VerificationCompletedHandler_DEPRECATED(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerificationCompletedHandler_DEPRECATED_m51050E3706EC7901E6DE55E7ADD36627BE76D868 (int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider::VerificationCompletedHandler(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerificationCompletedHandler_m1908E067FBA7D0523B22DF76F34160260C9853A8 (int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider::VerificationFailedHandler(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerificationFailedHandler_m5C2381D34CDDDEC8B8ABEB91816F694C69389C89 (int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider::CodeSentHandler(System.Int32,System.String,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_CodeSentHandler_m0085620DFFF492AC07A692C3F1F1D5FDD9A1B10D (int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider::TimeOutHandler(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_TimeOutHandler_m23FEC91423C3DBADF29DB5BF6D13E1E936659AD7 (int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthDelegates__ctor_m9E605B58247D0BE125651079AB0684975FBD2624 (PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mE4759E7AD2DB6ABAFC8B05EDC7C19E97DA81F61F (Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* __this, int32_t ___0_key, PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB*, int32_t, PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m72478404B58757C246F48CE396D90CE4AE26ED07 (U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* __this, const RuntimeMethod* method) ; // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.ExceptionAggregator::Wrap(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionAggregator_Wrap_m634CB376212591B294956C0EEAECF47DA7D1DA73 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m0497BF7204E671EB6604C71ECBE662D3D804CE97 (U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m39564978568ECAD5B52412D58D8837960E4E117F (U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m9D10A9817B8FCC20BBEFA77F9BD558DACB34355F (U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m2F4E98F9546B3CB7122F5C04C9696C750E5A955B (U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProviderInternal::SetCallbacks(Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED,Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate,Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate,Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate,Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_SetCallbacks_m4B2568AB610562E0B9DD05932177E258D2AAC1A2 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* ___0_completedCallbackDEPRECATED, VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* ___1_completedCallback, VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* ___2_failedCallback, CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* ___3_sentCallback, TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* ___4_timeOutCallback, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider::VerifyPhoneNumber(System.String,System.UInt32,Firebase.Auth.ForceResendingToken,Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED,Firebase.Auth.PhoneAuthProvider/VerificationFailed,Firebase.Auth.PhoneAuthProvider/CodeSent,Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerifyPhoneNumber_m8BC14E6EFAB2D94ABAFBEE5529491B7993C9A5F9 (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, String_t* ___0_phoneNumber, uint32_t ___1_autoVerifyTimeOutMs, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___2_forceResendingToken, VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___3_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___4_verificationFailed, CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* ___5_codeSent, CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* ___6_codeAutoRetrievalTimeOut, const RuntimeMethod* method) ; // System.Int32 Firebase.Auth.PhoneAuthProvider::SaveCallbacks(Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED,Firebase.Auth.PhoneAuthProvider/VerificationCompleted,Firebase.Auth.PhoneAuthProvider/VerificationFailed,Firebase.Auth.PhoneAuthProvider/CodeSent,Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PhoneAuthProvider_SaveCallbacks_mAF77FFC3EF9F1AC178A1F402104D30F6D556BEDD (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___0_verificationCompleted_DEPRECATED, VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* ___1_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___2_verificationFailed, CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* ___3_codeSent, CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* ___4_timeOut, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.PhoneAuthProviderInternal::VerifyPhoneNumberInternal(System.String,System.UInt32,Firebase.Auth.ForceResendingToken,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m871309AB0A164294CBA047C7BDEDEFF8EA251139 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, String_t* ___0_phone_number, uint32_t ___1_auto_verify_time_out_ms, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___2_token, int32_t ___3_callback_id, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, int32_t ___0_key, intptr_t ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574*, int32_t, intptr_t, const RuntimeMethod*))Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.Auth.PhoneAuthProviderInternal::VerifyPhoneNumberInternal(Firebase.Auth.PhoneAuthOptions,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m259749CEC65BDD72734A52E3702E9237665823CE (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* ___0_options, int32_t ___1_callback_id, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m97E7D12C9590422F3ECCA246F7433E3879AE66B9 (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574*, const RuntimeMethod*))Dictionary_2__ctor_m97E7D12C9590422F3ECCA246F7433E3879AE66B9_gshared)(__this, method); } // System.Void Firebase.Auth.PhoneAuthProvider::InitializeCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_InitializeCallbacks_mCBF03370DF8830BAD66D92ADBBD0A2C71BE17A6D (const RuntimeMethod* method) ; // Firebase.Auth.PhoneAuthProviderInternal Firebase.Auth.PhoneAuthProviderInternal::GetInstance(Firebase.Auth.FirebaseAuth) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* PhoneAuthProviderInternal_GetInstance_mD0854A3A6F5DC04474992A154D89082E0AF997ED (FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_auth, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349* Dictionary_2_get_Values_mFC2D734F52A61003414411FC1DF844187214621C (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, const RuntimeMethod* method) { return (( ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349* (*) (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574*, const RuntimeMethod*))Dictionary_2_get_Values_mFC2D734F52A61003414411FC1DF844187214621C_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1 ValueCollection_GetEnumerator_mF312F3965423FA5D86BCF7CE559E78AB64850807 (ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349* __this, const RuntimeMethod* method) { return (( Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1 (*) (ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349*, const RuntimeMethod*))ValueCollection_GetEnumerator_mF312F3965423FA5D86BCF7CE559E78AB64850807_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_mAA8FA6A0FC9A7051595D4D0AE67B29062C060248 (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1*, const RuntimeMethod*))Enumerator_Dispose_mAA8FA6A0FC9A7051595D4D0AE67B29062C060248_gshared)(__this, method); } // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline intptr_t Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_inline (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1* __this, const RuntimeMethod* method) { return (( intptr_t (*) (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1*, const RuntimeMethod*))Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_gshared_inline)(__this, method); } // System.Void Firebase.Auth.PhoneAuthProviderInternal::DestroyListenerImplInternal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_DestroyListenerImplInternal_m66FF943897F01668957B7379EDAA9C80C7E1C462 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, intptr_t ___0_listener, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m3BAB7A1738C4096F06FB463B0E360D0532E65ADF (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1*, const RuntimeMethod*))Enumerator_MoveNext_m3BAB7A1738C4096F06FB463B0E360D0532E65ADF_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m392FA02193C96CD50987578CD37BFADE5E7ED2DD (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574*, const RuntimeMethod*))Dictionary_2_Clear_m392FA02193C96CD50987578CD37BFADE5E7ED2DD_gshared)(__this, method); } // System.Void Firebase.Auth.PhoneAuthProviderInternal::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_Dispose_m05D7DB5B9574219F8E6FDAC1E3D914E4A88E45E6 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, const RuntimeMethod* method) ; // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mBC922ED9464F76A4865E69F2424AFE1902138E39 (Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* __this, FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_key, PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3*, FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF*, PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } // System.Void Firebase.Auth.PhoneAuthProvider::.ctor(Firebase.Auth.FirebaseAuth) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider__ctor_m909AA476B1361B9824979119CC373646A51878E2 (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_auth, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mB5D533005E577A7C246F0F727C44F07C7374CF27 (Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* __this, FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_key, PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3*, FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF*, PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method); } // Firebase.Auth.Credential Firebase.Auth.PhoneAuthProviderInternal::GetCredential_DEPRECATED(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* PhoneAuthProviderInternal_GetCredential_DEPRECATED_m106DC4C546C0F59B1B259C57F42971855E8BFCBF (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, String_t* ___0_verificationId, String_t* ___1_verificationCode, const RuntimeMethod* method) ; // Firebase.Auth.PhoneAuthCredential Firebase.Auth.PhoneAuthProviderInternal::GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* PhoneAuthProviderInternal_GetCredential_m797188F339B32C2851586DA91EB9103B79151072 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, String_t* ___0_verificationId, String_t* ___1_verificationCode, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mDFE9D4590AFCD2C8E3D2D8AA4D98ECB3491E3228 (Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate_DEPRECATED__ctor_m2D5E0CC7194E96DDD6FA64C5A252194EB05A0EA4 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate__ctor_m155F0AA045C5E79AB3C4C0DE5649A0DDCF9F3AD5 (VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationFailedDelegate__ctor_m72AFD93FB57C8910CE5DDE233B750613BE90A911 (VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeSentDelegate__ctor_m39C6527D428C8A8703A37D961A0B72E98AFB7C8C (CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeOutDelegate__ctor_mC2EE55BD942A5E96A63CF5CD366C9A1F27283B37 (TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m604C1E3A2EA5D7FA04C07FE4EA978556F4A8D9E2 (Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // System.Void Firebase.Auth.Credential::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1 (Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* __this, int32_t ___0_key, PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB*, int32_t, PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED::Invoke(Firebase.Auth.Credential) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_inline (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Credential::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential_Dispose_m442C8D4C0921BAB54013A17D1BBC9D4A340398BC (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthCredential::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthCredential__ctor_m3F6695FA6E0239C9A1F5E516E2343F45FD55D429 (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted::Invoke(Firebase.Auth.PhoneAuthCredential) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_inline (VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/VerificationFailed::Invoke(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_inline (VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) ; // System.Void Firebase.Auth.ForceResendingToken::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForceResendingToken__ctor_m0D6DFBA2FC29D1B3BA1EE59428F5783B6FC2A813 (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/CodeSent::Invoke(System.String,Firebase.Auth.ForceResendingToken) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_inline (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) ; // System.Void Firebase.Auth.ForceResendingToken::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForceResendingToken_Dispose_m61E9016E40F2571A3DB20741D5FDCB6AF46F51FF (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut::Invoke(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_inline (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.HandleRef::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, RuntimeObject* ___0_wrapper, intptr_t ___1_handle, const RuntimeMethod* method) ; // System.Void System.ApplicationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82 (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Dispose_m5557A4C61CEBDF0BDE2E547FF9AD9A45BF5EE23C (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) ; // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.IntPtr System.Runtime.InteropServices.HandleRef::get_Handle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, const RuntimeMethod* method) ; // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_UserInfoInterfaceList(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_UserInfoInterfaceList_m673388B29961D491797C27A1E10A1B179E8F60CC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_m5CD33019D8119E4FADCC6072DDAC4D19F5654C91 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::Add(Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Add_m05896D857CD98864AF32EB53ACE66B4B4CF1B54F (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___0_x, const RuntimeMethod* method) ; // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceList_getitem_m4F540665DCA102083266DAC5C125C598E43FEDE7 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::setitem(System.Int32,Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_setitem_m099056215DB1DB0B4E10256E8C003CBB81C54060 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___1_val, const RuntimeMethod* method) ; // System.UInt32 Firebase.Auth.UserInfoInterfaceList::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UserInfoInterfaceList_capacity_m74067E276B9A730DDA6D074A2CA4302BF46E9EC4 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) ; // System.UInt32 Firebase.Auth.UserInfoInterfaceList::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UserInfoInterfaceList_size_m7207A009DCB6AF05E9CDAFC7D2369DE72E05B506 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, 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* ___0_paramName, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_reserve_m75762E0C463ADCDDED1BF16B2FAE378775DF0F6E (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, uint32_t ___0_n, const RuntimeMethod* method) ; // System.Int32 Firebase.Auth.UserInfoInterfaceList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::CopyTo(System.Int32,Firebase.Auth.UserInfoInterface[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, 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* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ; // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F (RuntimeArray* __this, 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* ___0_message, String_t* ___1_paramName, 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* ___0_message, const RuntimeMethod* method) ; // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceList_getitemcopy_mE34ACE1AAF1E237E390FAC743A276BDA01FDE99F (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8 (RuntimeArray* __this, RuntimeObject* ___0_value, int32_t ___1_index, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::CopyTo(Firebase.Auth.UserInfoInterface[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_CopyTo_mA45506B87B7869153B1095B0BD04BBD82EB76665 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* ___0_array, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::.ctor(Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceListEnumerator__ctor_mD779D3ABD54FE75D99807B1DCB0057CBED38B929 (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___0_collection, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_Clear_m84D08D44EAC78AFA7E3FFE81DE622A9C15AB6E6D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE/SWIGPendingException::get_Pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE (const RuntimeMethod* method) ; // System.Exception Firebase.AppUtilPINVOKE/SWIGPendingException::Retrieve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51 (const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterface::getCPtr(Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserInfoInterface_getCPtr_m0C41B730B4D9E054EF32258C836334EF121E38AB (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___0_obj, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_Add(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_Add_m2B9AF38C693CE4493A351353AEAB00D4AEAC2D1D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.UInt32 Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AuthUtilPINVOKE_UserInfoInterfaceList_size_m066B7CC65DD89DDE33C4C20ADB14048D02E463F6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt32 Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_capacity(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AuthUtilPINVOKE_UserInfoInterfaceList_capacity_mE9760BA44D016925A3810839F4CB7EFB0F4D7CDF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_reserve(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_reserve_mC5E211BE4577AE92D940F7606BB467395F91C27D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_UserInfoInterfaceList__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_UserInfoInterfaceList__SWIG_0_mADEE06A8877BAB33A513BBA6AF68BCF51C9C7EA5 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterfaceList::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterfaceList::getCPtr(Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserInfoInterfaceList_getCPtr_mBD3088D0DD9F76137A2D5C3A26DA2D5F0DCA67BB (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_UserInfoInterfaceList__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_UserInfoInterfaceList__SWIG_1_mA89F74AD67A08EB5CB70737436AEB490FDA4551A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_UserInfoInterfaceList__SWIG_2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_UserInfoInterfaceList__SWIG_2_m091DAC05EADC98A3B0A406CDA76AE62D6FA47A33 (int32_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_getitemcopy(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_UserInfoInterfaceList_getitemcopy_m06E4941EA4EBE0E74733708D5BF4558ED8C412AD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterface::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface__ctor_mBC0F4C86070AE545C35D518F3CAD3860D9BB73BC (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_getitem(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_UserInfoInterfaceList_getitem_mF4D49DD6ECF0A4F9A5492D0462C4DFEC0AADF02F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_setitem(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_setitem_m74C18CCB527EFA9D1F7043DE3DB1B19C94148800 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_AddRange(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_AddRange_m5D8FEEC796E689E797B8101B2F45F4E2D0827B0C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_GetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_UserInfoInterfaceList_GetRange_m71D0DB0E3D46E8D844D645468971E851134B812C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271 (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_Insert(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_Insert_mB88C0140E716EFD64BA921F1B3371B33FFF2F172 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_InsertRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_InsertRange_mD188FBBAC9A64621D810523EBAA83B0926A18DA2 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_RemoveAt(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_RemoveAt_mBEBC4FE5E0C4997CFA9A011464BEC44EEE9713B6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_RemoveRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_RemoveRange_m2E322992A632E130E899C0C0090C56784DFCBC2A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_Repeat(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_UserInfoInterfaceList_Repeat_m1A1EAFAFC655320BEE367A7FD6232269086CA0D1 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_Reverse__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_Reverse__SWIG_0_mC0C879E2622C0BF34C53953D642CD100C456CD3E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_Reverse__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_Reverse__SWIG_1_m2E24466BC2C31473F502CB755BA83445C65C8526 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserInfoInterfaceList_SetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserInfoInterfaceList_SetRange_mC283408BCEFA728FDD15D729579FDDCB88F22C39 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, 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* ___0_message, const RuntimeMethod* method) ; // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5 (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, const RuntimeMethod* method) ; // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceList_get_Item_m90DE22481B4283FE04B767F1E9982542EC24BF81 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SWIG_CompletionDispatcher_m4D8780428EE377272E731A6E9988328C64CFC82E (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_User_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_User_SWIGUpcast_m8351BB3FFF59BBB0E79A615DE27479EE2D490B27 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureBase::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.FutureBase::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SetCompletionData_m9B0F0C6E70D2635D44B671021F34588C0E995491 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_Future_User(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_Future_User_mDE5DCFBB612138DDA4A71F05AE25A3FC55385D53 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureBase::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m249348EDFCD5F2A76A0C282F5F94481231B9D57A (U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36 (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared)(__this, method); } // System.Boolean Firebase.Auth.AuthUtilPINVOKE/SWIGPendingException::get_Pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SWIGPendingException_get_Pending_m882B63921C8EAF5A22A08AFD6851BE6F4400A48C (const RuntimeMethod* method) ; // System.Exception Firebase.Auth.AuthUtilPINVOKE/SWIGPendingException::Retrieve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SWIGPendingException_Retrieve_mAC5AB6C8BD341602F66565E1E8B2DAB5B03E172E (const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5 (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_inline (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* __this, const RuntimeMethod* method) { return (( Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* (*) (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline)(__this, method); } // Firebase.FutureStatus Firebase.FutureBase::status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_errorCode, String_t* ___1_message, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m36EB2EEF5DEC591F7A825B3DDEBE00060E132492 (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User::SetOnCompletionCallback(Firebase.Auth.Future_User/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SetOnCompletionCallback_mE74D483740D50328FEED02B74BC8C4D36B072844 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_ThrowIfDisposed_m63693BBFEEC103A351DEBA56ADE6E028547A46E6 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m230CBDCDB23532B178FCCEEFF97D4CB2B9402FD3 (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mEC5C75419C4794BBD2BDC871F63F20C180956259 (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m0125750016304D2457B5851E166252BA80B34C2A (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* __this, int32_t ___0_key, Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732*, int32_t, Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.Auth.Future_User::SWIG_OnCompletion(Firebase.Auth.Future_User/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_User_SWIG_OnCompletion_m4423B04C2D94704B96D6F9658E3A595B32281BE6 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SWIG_FreeCompletionData_m8E982035D9FF5447A2E906C30C7967ED9A559047 (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m8DE99D67967291A3EA1E9FC95A5D2C7628E8E910 (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* __this, int32_t ___0_key, Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732*, int32_t, Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_mFA48B358BD9B09CBF4EB6578D59B3F9C16B167E4 (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.Auth.Future_User/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_inline (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_Future_User() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_Future_User_mB79540024B7BD8E8A7CC5ADA7CED3669E04715D0 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User__ctor_m4921804BE72053DD67804F59F83DBDC31CC33B59 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_User_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.Auth.Future_User/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_User_SWIG_OnCompletion_m296C5844E099430387E2F721F1D6A24FD54AF941 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::Future_User_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_Future_User_SWIG_FreeCompletionData_m16CD2E54C4795526F2E88CAAEF710CB068C1C42C (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_User_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_User_GetResult_m0C533833AEE8C39D03639B1C4E7118AF22C643F4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FirebaseUserInternal::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3 (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared)(__this, method); } // System.Int32 Firebase.FutureBase::error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // System.String Firebase.FutureBase::error_message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.Future_User::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* Future_User_GetResult_mA956D1F4D4D94CBDB0625A2E092EFAE32B04FD53 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50 (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* __this, FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85*, FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*, const RuntimeMethod*))TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared)(__this, ___0_result, method); } // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ; // System.Void Firebase.LogUtil::LogMessage(Firebase.LogLevel,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49 (int32_t ___0_logLevel, String_t* ___1_message, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SWIG_CompletionDispatcher_m036B6D57C82F913FFB66D5489C0179EDC564FC59 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_User_Value_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_User_Value_SWIGUpcast_mF415E84A8F57AEE800312B9F5764E5FCD05051B5 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SetCompletionData_m47FBD8AFAD5E506314F6DBA8FD369277EEA4BA8C (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_Future_User_Value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_Future_User_Value_m8A1407E210F9CEE757D4B04FBDF43F515C0018E6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mE713A7182F38142042311F2A46DB422A5C2001C9 (U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mC7FD9B3E971C6847B5D59A27E41042D614EB666B (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value::SetOnCompletionCallback(Firebase.Auth.Future_User_Value/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SetOnCompletionCallback_m40A88DAA891B2987C668FD7FF90769A9B306BD68 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_ThrowIfDisposed_m8BB288995D398853A4206DD629350E66AF630EA3 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_mBA611893F0762DEE7DE06764E98336673CE244D3 (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m691858CD73CFC92DA416F88C6CC43E03682D2E99 (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m819D55AE059DF993AA1B45BCBFC6F8976E4E76BC (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* __this, int32_t ___0_key, Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12*, int32_t, Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.Auth.Future_User_Value::SWIG_OnCompletion(Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_User_Value_SWIG_OnCompletion_m2A950EFEE92730145865B7D9CA435CA6CC7B5793 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SWIG_FreeCompletionData_m8532EAEC789C9A45A6919D6509FF2418FAD0279D (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mD634763B80A733494D0600EB69C7D4BE0E7B67AC (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* __this, int32_t ___0_key, Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12*, int32_t, Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_mF27BC1BDAC0D49B68E7C33C8ADA0AD583D37FF10 (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.Auth.Future_User_Value/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_inline (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_Future_User_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_Future_User_Value_mA1F243F40B6DE48A09531C6A199AE63CDBFBE115 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_User_Value::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value__ctor_m14887AF37C4B8ABD1CCE73C9B83EA2F31160C27D (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_User_Value_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_User_Value_SWIG_OnCompletion_m7FB5A301F58ADAAC36FC703D1303AA173E72D7BD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::Future_User_Value_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_Future_User_Value_SWIG_FreeCompletionData_m7EF3FD980F285411B942BC8D8EA82F9A8A4D153C (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_User_Value_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_User_Value_GetResult_m1C550DEE942CEF3D7AABEE6E52292D5AC97AE699 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // Firebase.Auth.FirebaseUserInternal Firebase.Auth.Future_User_Value::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* Future_User_Value_GetResult_m3B3EB58FAC8A11C661A715CDCA356171A53DEB91 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SWIG_CompletionDispatcher_m6548176F98E38CFC11F12D52294E7B9CE00DE174 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_FetchProvidersResult_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_FetchProvidersResult_SWIGUpcast_m9D3A7E3E2F8CD2A9C5C5276DEC316F8A8EEF79A1 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SetCompletionData_mAA489C150F87A4CA5F66584C3C1251EC934BF506 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_Future_FetchProvidersResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_Future_FetchProvidersResult_mEB3A1B0084093E8A8A037FB1F24CEB2D5AC81F2C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m45D5C92BD0DFCFE1420BE2C6A44BCE6B921B97C0 (U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_m2266982177BF698EC7DACA9BCB426258568514FE (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271 (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_inline (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* __this, const RuntimeMethod* method) { return (( Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* (*) (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline)(__this, method); } // System.Void Firebase.Auth.Future_FetchProvidersResult/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mED013CD4D2386504592384A3A6F1D45D83BDF2D2 (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult::SetOnCompletionCallback(Firebase.Auth.Future_FetchProvidersResult/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SetOnCompletionCallback_m74D029ED3B63E212B1567E6C1F547EC71EEF4312 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, Action_t4477986639BB97A112AEC3593AFDC013A068518C* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_ThrowIfDisposed_mD0FFC0D95E39BB6679FAB10E03BEFD1D6DE09455 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_mAABA8EFE6C10556C8423025CD11BAC1A2038D37E (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m90D9C126D4010129E4D76450BB159CA48BD1A639 (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m33928DB3C7C757256F9672E8C16F1A5C65A3CCE8 (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* __this, int32_t ___0_key, Action_t4477986639BB97A112AEC3593AFDC013A068518C* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742*, int32_t, Action_t4477986639BB97A112AEC3593AFDC013A068518C*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.Auth.Future_FetchProvidersResult::SWIG_OnCompletion(Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_FetchProvidersResult_SWIG_OnCompletion_m35DB2AAE14E45ADB294B4AA354A9F8A71F85B0F7 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SWIG_FreeCompletionData_m8510B8A4FE8AD17CE9D13625C6C7C582A0FB4BF5 (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m1F1A68A81F91AE4FFD8E8927AD5F9191CDBE9335 (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* __this, int32_t ___0_key, Action_t4477986639BB97A112AEC3593AFDC013A068518C** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742*, int32_t, Action_t4477986639BB97A112AEC3593AFDC013A068518C**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m9862D0A198CC0D9E5D0F23EAADE64B395253417E (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.Auth.Future_FetchProvidersResult/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_inline (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_Future_FetchProvidersResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_Future_FetchProvidersResult_m637E1EED4E17DD07DA2114AF477FE3D91C63AE4E (const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_FetchProvidersResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult__ctor_mC11976CEE9C12D78CD1DAB12B7D51DDB02F33697 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_FetchProvidersResult_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_FetchProvidersResult_SWIG_OnCompletion_m048159AB970F755F9D71A4D20B7A5338D148A0BE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::Future_FetchProvidersResult_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_Future_FetchProvidersResult_SWIG_FreeCompletionData_m1B7C09B88E7B7B16FFA5C720C4A1936F6ECC0161 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_FetchProvidersResult_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_FetchProvidersResult_GetResult_m55A6802B6786928A1E4C0BA9A73D19E2F09BA45B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FetchProvidersResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FetchProvidersResult__ctor_mC602DBB1677CA3FDAF3C78A8A84EEFBA603613AC (FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_mD5E0462480B33F208A2D737D22738A16FDC032DB (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared)(__this, method); } // Firebase.Auth.FetchProvidersResult Firebase.Auth.Future_FetchProvidersResult::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* Future_FetchProvidersResult_GetResult_mE7663CF0C3E0EF4DECE95BDD5E6FDCFD046705FD (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_m6B8FBA194BF2F4EAFAD14B7B35D12ED390169665 (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* __this, FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4*, FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035*, const RuntimeMethod*))TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared)(__this, ___0_result, method); } // System.Void Firebase.Auth.Future_Credential::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SWIG_CompletionDispatcher_mDBC959C906C72BBE841104033FF963C03AD7B152 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_Credential_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_Credential_SWIGUpcast_m4C455D1D06160DC07B3ED7290BDAB8E7B696CE48 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_Credential::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SetCompletionData_mC52F20260D4A1FD30775F2777F907D5FD09D4C09 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_Future_Credential(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_Future_Credential_mEED0DFA6288DCCF59A150A683C98758CDD334C51 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_Credential/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m1C4898DE04AA128FCCF0092368C1C13FC3D20EFD (U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_m19716986E0050CE20E5BABEF1C9D9B4FEE4AFC01 (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2 (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_inline (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* __this, const RuntimeMethod* method) { return (( Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* (*) (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline)(__this, method); } // System.Void Firebase.Auth.Future_Credential/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mFD3B7AC4409456851E85B94393A8EBD712B7CC99 (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_Credential::SetOnCompletionCallback(Firebase.Auth.Future_Credential/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SetOnCompletionCallback_m228718997E918364FD51BF608ECB4BE4938E9244 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_Credential::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_ThrowIfDisposed_m5B022E133BC6CC95AB2ED25790223A6ABC0848E8 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_Credential/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m1C85E3F7AE98C449BE374D7BF3A9BD64C41E8049 (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m3FBDD7A4D9D672DE4A4463B3BB01E51445C6EA5C (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m138297EDED1ADE10D062E2207E6D36DC396C8AB0 (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* __this, int32_t ___0_key, Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893*, int32_t, Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.Auth.Future_Credential::SWIG_OnCompletion(Firebase.Auth.Future_Credential/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_Credential_SWIG_OnCompletion_mB01E2D0B7DB8BE5E6D09D46F79CC0A19EFFDAC13 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_Credential::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SWIG_FreeCompletionData_m242A44F953550BDF1B4DBE9C4254D4F494B439AE (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mAE863B4F26CF30A66D563485B2F331346EADC608 (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* __this, int32_t ___0_key, Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893*, int32_t, Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m06E65C16C4D141FDE3625AF3C62751D7FA7E348F (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.Auth.Future_Credential/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_inline (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_Future_Credential() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_Future_Credential_m71718D2549474AFC5DA452418375D0317747F4E8 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_Credential::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential__ctor_mF1CFD43F25E5F1B1D304813B1915091EEC208672 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_Credential_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.Auth.Future_Credential/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_Credential_SWIG_OnCompletion_m2B19DC16E0E135C896B1FC22AA142C1013290F62 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::Future_Credential_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_Future_Credential_SWIG_FreeCompletionData_m17B6CD38384A8AFC1E0241755D5ABC0A1C0A3026 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_Credential_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_Credential_GetResult_mC63CA8A18E5A33B37818E8231B4CAA0148F882B1 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_m7841DB5DDB52E7C5858CDA741146A40DEE0D0AFE (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared)(__this, method); } // Firebase.Auth.Credential Firebase.Auth.Future_Credential::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* Future_Credential_GetResult_m54302D2098CE55728974ADAE2EEDCCF6F074416D (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_mE07E25F560D3703658667713772C9438F0F8A246 (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF*, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*, const RuntimeMethod*))TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared)(__this, ___0_result, method); } // System.Void Firebase.Auth.Future_SignInResult::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SWIG_CompletionDispatcher_mE57EB1ACB935E22D888F6246FEC34F190F0FFAC9 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_SignInResult_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_SignInResult_SWIGUpcast_m5471CFE57E9370BBB945C87538A9D74994C143D1 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_SignInResult::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SetCompletionData_m7DE364310B86799DF1644ADCDB75886823892842 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_Future_SignInResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_Future_SignInResult_m54B525CE7E105797186E4DBCEA8A93BEB58A4DBC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mBC153EC56BC4672860530091F7E813F960A85B72 (U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_m6EE834A71E669A05963244F129F98528EF201DF3 (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2 (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* TaskCompletionSource_1_get_Task_mA1E3180730F059B97A398DB6D13B06494C38E76D_inline (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* __this, const RuntimeMethod* method) { return (( Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* (*) (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline)(__this, method); } // System.Void Firebase.Auth.Future_SignInResult/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m12F6F2FFDF01C09B0C7328A5548FA027ED14C9B5 (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_SignInResult::SetOnCompletionCallback(Firebase.Auth.Future_SignInResult/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SetOnCompletionCallback_mE7241FFBCA181CA250A9509B26E4D1526566B9F5 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_SignInResult::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_ThrowIfDisposed_mC33F550412F814691CD69030C39447A115DDC571 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m14A25703FB7CA83685268EC343AD7F834BEB05DC (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mBBEA8F79B7FC7122AFCC4E43E45233789A2773D7 (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mBF93808FE00A2DC1294FC1DA48F0F57ABE3A72BF (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* __this, int32_t ___0_key, Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D*, int32_t, Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.Auth.Future_SignInResult::SWIG_OnCompletion(Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_SignInResult_SWIG_OnCompletion_m9AEF6A955BFFFAF4A3E7563CDD40AE07AC8AA788 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_SignInResult::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SWIG_FreeCompletionData_mC8ADA14B113080E8C06017D653399FFB1F1A6C35 (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m3CB10761C77C89E72B860393CB858A0F1956BE68 (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* __this, int32_t ___0_key, Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D*, int32_t, Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m1E33D70721C9755765F798E1ABA2498306494333 (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.Auth.Future_SignInResult/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_inline (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_Future_SignInResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_Future_SignInResult_m6BB7063E00F579D6A29A5AA292DF372956B5505F (const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_SignInResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult__ctor_m6787E96505AC3506F675ABCBAB619B744CA12F15 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_SignInResult_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_SignInResult_SWIG_OnCompletion_mEC7857CAAAE3088AD88D548069B8C16E04273DFA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::Future_SignInResult_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_Future_SignInResult_SWIG_FreeCompletionData_mD35B1DF8A6C1BF15E8A44935E0943421EC93EB8A (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_SignInResult_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_SignInResult_GetResult_mE3A4B5217FD68BE85A020222F5E38AA7911726D3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.SignInResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult__ctor_m6CA19890915175934C25A30860764F2E6A6225AF (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_mD5C3835B49CD073127534C902839933A50BF951D (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared)(__this, method); } // Firebase.Auth.SignInResult Firebase.Auth.Future_SignInResult::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* Future_SignInResult_GetResult_m7780792E33BBE23C7991AA8488DA2ABDE95D22C7 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FirebaseAccountLinkException::.ctor(System.Int32,System.String,Firebase.Auth.SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAccountLinkException__ctor_mC646B3809344B11186F9B6B44DAC7113E66B75BE (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, int32_t ___0_errorCode, String_t* ___1_message, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___2_signInResult, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_m7F89711A0F5AF31BA2214368247576F1CF172D23 (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* __this, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF*, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*, const RuntimeMethod*))TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared)(__this, ___0_result, method); } // System.Void Firebase.Auth.Future_AuthResult::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SWIG_CompletionDispatcher_m0B49E077F46D697D7017C1A9AB3D681CF90DCA92 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_AuthResult_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_AuthResult_SWIGUpcast_m146C300378B5CA71E97B6D2C260F4269996991B3 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_AuthResult::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SetCompletionData_m3FA6DF3280DE08002EB035B431DB07A23CE48B61 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_Future_AuthResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_Future_AuthResult_mC32B8A5A8AA4281450E6EABBCE748BB136B74588 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mDB0E6AB5A1F121270A8EBAF1EE23A08EDCB2F87F (U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_m2BEDEDE282DF9F80F7E8446F8A8FFAA27664234B (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* TaskCompletionSource_1_get_Task_mC2F9C2E0B92462A6A42893BE7201C705E1ED2A91_inline (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* __this, const RuntimeMethod* method) { return (( Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* (*) (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline)(__this, method); } // System.Void Firebase.Auth.Future_AuthResult/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m51FBE5B639D28B17E133913692C78A4464ECAC58 (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_AuthResult::SetOnCompletionCallback(Firebase.Auth.Future_AuthResult/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SetOnCompletionCallback_mB9BB47A3F31B4B01661F55EE8244D91C17C81F3B (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_AuthResult::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_ThrowIfDisposed_m0C881BD43B1ED4410B3211C607AA602DE1AE8754 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m41C4D92096467037A766B2D609DF55BA4AE71ED1 (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m5DF9C35E65BB1FBE1C971657ABE9E790D4D5313D (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m61295AAE76B7C0DF064AA8D5D8967B550A5C58ED (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* __this, int32_t ___0_key, Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F*, int32_t, Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.Auth.Future_AuthResult::SWIG_OnCompletion(Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_AuthResult_SWIG_OnCompletion_mF5BA5B774968A3A08BF6989693A20305B2AA8A1E (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_AuthResult::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SWIG_FreeCompletionData_m5B3706BF4AA107CB23BE2FF45F8F6684D2D12B8F (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m0B810BCBD328126CE57D519E019A8F24384C1FCF (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* __this, int32_t ___0_key, Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F*, int32_t, Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m0D6F8466AB2499D49E1E86C75997D6A04689BD27 (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.Auth.Future_AuthResult/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_inline (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_Future_AuthResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_Future_AuthResult_mEFBB10D0D05EA814925C8511E88C09446AD99FA2 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.Future_AuthResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_AuthResult_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_AuthResult_SWIG_OnCompletion_mD799BAA41D01A7E1E2E87FF0C1A49EFAB14D79A9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::Future_AuthResult_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_Future_AuthResult_SWIG_FreeCompletionData_m50525B9BEA037ED1D0D073950A07C8691B4FD08F (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::Future_AuthResult_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_Future_AuthResult_GetResult_m3199FB842DE67ACD42076EDD1CEBFB292E0E14D5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult__ctor_m1F2FECA61C633FED2E5E3F3670CB9A356B8C3CE7 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_m453979C8E5C1A683B1C07F09828F25510DC21A4F (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared)(__this, method); } // Firebase.Auth.AuthResult Firebase.Auth.Future_AuthResult::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* Future_AuthResult_GetResult_m6A8D6B95FC14192D7D34972537604A2F4670C517 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FirebaseAccountLinkException::.ctor(System.Int32,System.String,Firebase.Auth.AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAccountLinkException__ctor_m26DA862642C81FE8D7C56ADF82A835115BAB05DF (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, int32_t ___0_errorCode, String_t* ___1_message, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___2_authResult, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_m9B64D530E25A4DA92564F6B615E9C2BB306D21F5 (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* __this, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274*, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*, const RuntimeMethod*))TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared)(__this, ___0_result, method); } // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_Credential(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_Credential_m9BBFD0335963236DDC1ACD3F4F34C50A395083E7 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_Credential() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_Credential_m610F752E3E54826B1E025F52F377000A9161560F (const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.AuthUtilPINVOKE::Credential_IsValid(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthUtilPINVOKE_Credential_IsValid_mAEEBFB81870EECE907E638F93D32D624BFA92F73 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::Credential_Provider_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_Credential_Provider_get_mDAF5FC55AA8B21C98462BF7E2457533E1AA39D92 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PhoneAuthCredential_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PhoneAuthCredential_SWIGUpcast_m028339E41A14922D865CFBAFDCADC43905340DAD (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_PhoneAuthCredential(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_PhoneAuthCredential_mDA8C34DC7EC371C2C41B972FCC5658ED14A4AB2C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.Credential::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential_Dispose_m45A76A45D0F3A85A3DBC050A08FB0055DD38C7B3 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.String Firebase.Auth.PhoneAuthCredential::get_SmsCodeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PhoneAuthCredential_get_SmsCodeInternal_m6EB47204C93AC9E3A21D171DE6DAC2E040EE7139 (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_PhoneAuthCredential__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_PhoneAuthCredential__SWIG_0_mDD9CE35D78F2E9757A8CAC619325FFA69ABAECC0 (const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthCredential::getCPtr(Firebase.Auth.PhoneAuthCredential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthCredential_getCPtr_m5CB859667F0D5D9102FF42460989EE58894F675D (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_PhoneAuthCredential__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_PhoneAuthCredential__SWIG_1_mFE3EE8B6E2F4901AF8C217CE9BCFB77DB80F9717 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::PhoneAuthCredential_SmsCodeInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_PhoneAuthCredential_SmsCodeInternal_get_mAEBBF84646F109268C680F03945959BEA4E16414 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.LogUtil::InitializeLogging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::EmailAuthProvider_GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_EmailAuthProvider_GetCredential_mC8AA0629B38F1F42960F8E11D50586AF4AF54A17 (String_t* ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::EmailAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_EmailAuthProvider_ProviderId_get_m6A0D568B734B049A50C9CB6ED1B21677A989DA99 (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FacebookAuthProvider_GetCredential(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FacebookAuthProvider_GetCredential_mAE4DA92C0C4599D635B7E5F9D87BCF2295115E67 (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FacebookAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FacebookAuthProvider_ProviderId_get_m43593ECD251DDEC303945C4473118EC3A8A00FD7 (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::GameCenterAuthProvider_GetCredential() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_GameCenterAuthProvider_GetCredential_m96E5BF5E1F8DB4800F3B6F28B82A77149C5901DF (const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.Auth.Future_Credential::GetTask(Firebase.Auth.Future_Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* Future_Credential_GetTask_m55AA4DBD39C6A741385B180FCB789173336ACE38 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* ___0_fu, const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.AuthUtilPINVOKE::GameCenterAuthProvider_IsPlayerAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthUtilPINVOKE_GameCenterAuthProvider_IsPlayerAuthenticated_mC02993367B38C5571BF493E03CE43E85AE8F3052 (const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::GameCenterAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_GameCenterAuthProvider_ProviderId_get_m8AB5E19BBCA539E1452B974677687CADDDBF12AC (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::GitHubAuthProvider_GetCredential(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_GitHubAuthProvider_GetCredential_mC8AD3C0C31E47A8C5955138E9092917FD20547EC (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::GitHubAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_GitHubAuthProvider_ProviderId_get_mEE28BBDF64FCF26FD33449A539A83368C7DA34C5 (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::GoogleAuthProvider_GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_GoogleAuthProvider_GetCredential_m98D471DEBF8A1C50200D407F52FF1C73AA74CA95 (String_t* ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::GoogleAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_GoogleAuthProvider_ProviderId_get_mA422F1920FD6D0F31226B987968FB97823E59A43 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.MicrosoftAuthProvider::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrosoftAuthProvider_Dispose_mA217BAA722AFC66962166F7C397037B916B52401 (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_MicrosoftAuthProvider(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_MicrosoftAuthProvider_mDC7D173D25F8265E2724ADF7D77942EACC7818B8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::MicrosoftAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_MicrosoftAuthProvider_ProviderId_get_m63FD8380A3E0EBEFE8585E7B5710DDE1371AC9FB (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_MicrosoftAuthProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_MicrosoftAuthProvider_m32C2337EE380D971488314D0AD5B9569A707209A (const RuntimeMethod* method) ; // System.Void Firebase.Auth.MicrosoftAuthProvider::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrosoftAuthProvider__ctor_mCEE638EB8EC6D9D4BB39B53F222EE6907D5386FA (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::OAuthProvider_GetCredential__SWIG_0(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_OAuthProvider_GetCredential__SWIG_0_m9B75B080347BF359E309F935CA73EE4B57A14C69 (String_t* ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::OAuthProvider_GetCredential__SWIG_1(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_OAuthProvider_GetCredential__SWIG_1_m18AC8A6D36AD9B910FF73EDE81E32320E29D8C28 (String_t* ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, String_t* ___3_jarg4, const RuntimeMethod* method) ; // System.Void System.MethodAccessException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m9680ABEB23DA1898812AF8AAA8FAF6F7CADD12B0 (MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_GetCredential(System.Runtime.InteropServices.HandleRef,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PhoneAuthProviderInternal_GetCredential_mFCACC5EF4DEE6668200113E1025C437D1E1746CA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_GetCredential_DEPRECATED(System.Runtime.InteropServices.HandleRef,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PhoneAuthProviderInternal_GetCredential_DEPRECATED_mB2C885DFD5C51F080DDCDE9C6DF638DB6D06BE53 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.FirebaseAuth::getCPtr(Firebase.Auth.FirebaseAuth) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseAuth_getCPtr_mF3D3A8469B4C252267CB1EBAC51D24A9DD11B6B8 (FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_GetInstance(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PhoneAuthProviderInternal_GetInstance_m632B14F423442FF16C572D8FC1ED26DBC19D48F6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthProviderInternal::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal__ctor_m1D8C04B0B1383E7771E8A8A93C17515407FC9607 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_PhoneAuthProviderInternal_ProviderId_get_m268CDD3E72BFB5E6B3D2F383EED6211FBCF9FCB8 (const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.ForceResendingToken::getCPtr(Firebase.Auth.ForceResendingToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ForceResendingToken_getCPtr_mB4C0DD60CDFA62DDD8DD041DA0983413FC7D6F69 (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_VerifyPhoneNumberInternal__SWIG_0(System.Runtime.InteropServices.HandleRef,System.String,System.UInt32,System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PhoneAuthProviderInternal_VerifyPhoneNumberInternal__SWIG_0_mA290F71BE109F0343663C353DA29337818EB12A3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, uint32_t ___2_jarg3, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___3_jarg4, int32_t ___4_jarg5, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthOptions::getCPtr(Firebase.Auth.PhoneAuthOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthOptions_getCPtr_mD1D2B451CB3085A47E17F1E72089209613FAF19D (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_VerifyPhoneNumberInternal__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PhoneAuthProviderInternal_VerifyPhoneNumberInternal__SWIG_1_mEA4162081C6E3F65FAC92FDFB75505709112E17A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_DestroyListenerImplInternal(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_PhoneAuthProviderInternal_DestroyListenerImplInternal_mD925379203712DFED35B212AE3BB08BB4FFAED56 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::PhoneAuthProviderInternal_SetCallbacks(Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED,Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate,Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate,Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate,Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_PhoneAuthProviderInternal_SetCallbacks_mD898E49D1F9A297072DBFCD835B1F73FFA959B1C (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* ___0_jarg1, VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* ___1_jarg2, VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* ___2_jarg3, CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* ___3_jarg4, TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* ___4_jarg5, const RuntimeMethod* method) ; // System.Void Firebase.Auth.ForceResendingToken::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForceResendingToken_Dispose_mBE2C4CFEF47A796A58001CA619EFCFC85B3D5689 (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_ForceResendingToken(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_ForceResendingToken_m18E6CE43B5A109C55871748835E56723A8D8D435 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthOptions::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_Dispose_m8D3685736FF84B2E27497640EE0DB2DCACF794BB (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthOptions::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_Dispose_m483025A29162276BE7061746D1CABA178F87FD06 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_PhoneAuthOptions(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_PhoneAuthOptions_mBF0E20F7CB3A11766CEEB58A2BC987DBF6EA3E8D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_PhoneAuthOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_PhoneAuthOptions_mC7D7A7B1D61AD4D637CB90539E621052EF08322A (const RuntimeMethod* method) ; // System.Void Firebase.Auth.PhoneAuthOptions::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions__ctor_m9EFF0E79BC274DF2971FC2C1D81AD72BFEFE93C2 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::PhoneAuthOptions_ForceResendingToken_set(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_PhoneAuthOptions_ForceResendingToken_set_mD983DDFC353E94D1585F9F40DC8E166B8F8F6B17 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PhoneAuthOptions_ForceResendingToken_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PhoneAuthOptions_ForceResendingToken_get_mB74FE5ABD0B5BAB4A772BB5E500D56F6B40F10DA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::PhoneAuthOptions_PhoneNumber_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_PhoneAuthOptions_PhoneNumber_set_m9320717016791B27AB93E12D910BB2D11484A7C3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::PhoneAuthOptions_PhoneNumber_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_PhoneAuthOptions_PhoneNumber_get_mC4089BD7D023A8CF8F139ABE728BDE77D9DDD00A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::PhoneAuthOptions_TimeoutInMilliseconds_set(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_PhoneAuthOptions_TimeoutInMilliseconds_set_mADCCF985BCC073834737FBCE30A0CB5CE633F7E0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) ; // System.UInt32 Firebase.Auth.AuthUtilPINVOKE::PhoneAuthOptions_TimeoutInMilliseconds_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AuthUtilPINVOKE_PhoneAuthOptions_TimeoutInMilliseconds_get_m83203396700EE6D7F1FDF9CB577FBD4757A6009A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::PlayGamesAuthProvider_GetCredential(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_PlayGamesAuthProvider_GetCredential_mC9874DABC744BC22B5A2E5F1CE15CBCDC845E7D9 (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::PlayGamesAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_PlayGamesAuthProvider_ProviderId_get_mC3D8AEAB202EE7BD425512DE419358E48502F393 (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::TwitterAuthProvider_GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_TwitterAuthProvider_GetCredential_mE51C34A9E3FE46FCD3DCE5C50A7746FF3BBB4C37 (String_t* ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::TwitterAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_TwitterAuthProvider_ProviderId_get_m26B817B21F3E813CA3DB9D593021683E879D3A57 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.YahooAuthProvider::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YahooAuthProvider_Dispose_m0B0E6E6A172E2D537D12C16BB6288B7CB8E683D2 (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_YahooAuthProvider(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_YahooAuthProvider_m6C248AE5F5FD4A319EB64632F7B097EAFAD71D38 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::YahooAuthProvider_ProviderId_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_YahooAuthProvider_ProviderId_get_mBD49D0D2F75C470715E7D04C0BD348C76766D3B6 (const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_YahooAuthProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_YahooAuthProvider_m283F08AA8AF9AD38D7A6AF2BD39BD0A2100FDFE0 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.YahooAuthProvider::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YahooAuthProvider__ctor_m4B61F9890AB0EDCE9B8581391C330A68A7ACF3FC (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FederatedProviderData::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData_Dispose_m8FF08F17DA7CBB75223E3380DF7AC674C64A2E55 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_FederatedProviderData(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_FederatedProviderData_m5D0DA853EC3C8FDB0D8F3F3DAAFC875E47040CF5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::FederatedProviderData_ProviderId_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_FederatedProviderData_ProviderId_set_mDC3A54ED17DE535A247F61F60483E5FD2376970D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FederatedProviderData_ProviderId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FederatedProviderData_ProviderId_get_m8717097C0A37497BF245478FDEE2EC709934F896 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_FederatedProviderData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_FederatedProviderData_m8EF4D964B1AD254F7AC37BF9CD15BD76219048E3 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.FederatedProviderData::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData__ctor_m559406D6862857B8E2E4A2559F2B1BCF99DA0FF3 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FederatedOAuthProviderData_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FederatedOAuthProviderData_SWIGUpcast_m0CA5EEDF5F8D803F9D14BC066B9577B552BBEB88 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_FederatedOAuthProviderData(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_FederatedOAuthProviderData_mB7B58576EECF463CF92FC312EC8B65BDCF03E3AD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.FederatedProviderData::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData_Dispose_m0BC0B5D4BE48C46065C5CCDA85C6C1A58364520B (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_FederatedOAuthProviderData__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_FederatedOAuthProviderData__SWIG_0_m51C964C60949D2C7DFA7D8D129514F0B2F83BCFA (const RuntimeMethod* method) ; // System.Void Firebase.Auth.FederatedOAuthProviderData::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedOAuthProviderData__ctor_mBED337F6A33CE2A5FA5121ECAFD5D87B2C885333 (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_FederatedOAuthProviderData__SWIG_1(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_FederatedOAuthProviderData__SWIG_1_m75C7810339A26419CD9B83EFA06C2EB8B1CCA47A (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.StringList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) ; // System.Void Firebase.StringList::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, String_t* ___0_x, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.StringList::getCPtr(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_obj, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::FederatedOAuthProviderData_Scopes_set(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_FederatedOAuthProviderData_Scopes_set_m7BF164A9BF36A0995878EA3BF72D2BDDF23406BB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FederatedOAuthProviderData_Scopes_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FederatedOAuthProviderData_Scopes_get_m74A2CA5541ABC2F779142E034A726F6C97D9BBFA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.StringList::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap__ctor_m5295C0F5394545250F06A5F0A53C9ABB48D67794 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::Add(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Add_mA5E43086723E81409FB93BD34211779B2B95B466 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ___0_item, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.StringStringMap::getCPtr(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringStringMap_getCPtr_m9E30BAD269827991D469F743D10098904502616D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_obj, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::FederatedOAuthProviderData_CustomParameters_set(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_FederatedOAuthProviderData_CustomParameters_set_m8C921FFB2E88B87900FD05A661D0150692C6A0AF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FederatedOAuthProviderData_CustomParameters_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FederatedOAuthProviderData_CustomParameters_get_m0F481B6D48C8AF0109D274CBC483C6A789179CF8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap__ctor_m493F3867E24E87A4D890A56366DAE5D3E2172E35 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterface::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface_Dispose_m10151E5E08983ADB015CF780456F34722AC3E998 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_UserInfoInterface(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_UserInfoInterface_m8D0C46DE47E822CA27457B7AFA84FA550F6EE486 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.UserInfoInterface::get_PhotoUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_PhotoUrlInternal_m45B1F726CA9206F5731F137FD05A6F8D47C3EDD1 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.UserInfoInterface::get_PhoneNumberInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_PhoneNumberInternal_mEDB42136AA5FE265CD39B3A927D1C8574075A8C0 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserInfoInterface_UserId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserInfoInterface_UserId_get_m3428D7A0C57C6481EF6FB0491DA97F045CEE7C75 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserInfoInterface_Email_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserInfoInterface_Email_get_mD6EBAEDF0B1F5DC104D5781431ABF89C648A9219 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserInfoInterface_DisplayName_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserInfoInterface_DisplayName_get_m41D43B4B54197A1A095B371CD9B9F19F873A689E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserInfoInterface_PhotoUrlInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserInfoInterface_PhotoUrlInternal_get_mB065ADB3EA4D4B1EFC997C0C1BFB5F6096A49407 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserInfoInterface_ProviderId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserInfoInterface_ProviderId_get_m2F29993DD1C4B6710D87D72F9D529CA903CE20E8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserInfoInterface_PhoneNumberInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserInfoInterface_PhoneNumberInternal_get_mE75FF6F7308B5F885BA3F14B33F1C354293FD9D9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_UserInfoInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_UserInfoInterface_m58072F4E803A28136CF5970C7AC5ED4EC7D7CF0E (const RuntimeMethod* method) ; // System.Void Firebase.Auth.AdditionalUserInfo::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo_Dispose_mFA7D3C852204D8D46D7D4B6C5D2F235ADB910B21 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AdditionalUserInfo::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo_Dispose_m2DBAA691F9F3CDA185F34131BA1A0B3F0EDC1858 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_AdditionalUserInfo(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_AdditionalUserInfo_mE46DFA92DEDE9C180361CEEB436DD874DC445098 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // Firebase.VariantVariantMap Firebase.Auth.AdditionalUserInfo::get_ProfileInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* AdditionalUserInfo_get_ProfileInternal_mBBCD7E0755939DF2BB71098BB2324FBD31A7F32B (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) ; // System.Collections.Generic.IDictionary`2 Firebase.VariantExtension::ToStringVariantMap(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToStringVariantMap_mACA4BBD87B6ADEDD667AE41FBD3929BE7D0412E0 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_originalMap, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::AdditionalUserInfo_ProviderId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_AdditionalUserInfo_ProviderId_get_m5754CD4AD5EDE2F67164515FE0ECDA5817C95B8F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::AdditionalUserInfo_UserName_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_AdditionalUserInfo_UserName_get_m77E8E2832E2B9E25E45F2AEF4B8ACB71E0D9DFBB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::AdditionalUserInfo_ProfileInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_AdditionalUserInfo_ProfileInternal_get_mF79629F43218E38CAD5C57EA0CACC4B44114C621 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap__ctor_m41C3F31D743DEF93EBA676BE557F1A70E4BE7334 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.Credential::getCPtr(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_obj, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::AdditionalUserInfo_UpdatedCredential_set(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_AdditionalUserInfo_UpdatedCredential_set_m55702AF91F9496048B894114EE31C95F67136D2F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::AdditionalUserInfo_UpdatedCredential_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_AdditionalUserInfo_UpdatedCredential_get_m8A28A2D9D35171B7F19525368097FA9D179CC90B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserMetadata::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserMetadata_Dispose_mE6869B2A263AEA6AB19141BD1C0B55B06F8C8D94 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_UserMetadata(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_UserMetadata_m7EB6C81132D23ED631EDC74F612AA9FA3C2F2858 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_UserMetadata() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_UserMetadata_m09503E7869131784EAA6FB64E5BA5F2AC2294091 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserMetadata::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserMetadata__ctor_m1115EB42A4AE46606B426C1AF5DC261CC2F78F05 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.UInt64 Firebase.Auth.AuthUtilPINVOKE::UserMetadata_LastSignInTimestamp_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t AuthUtilPINVOKE_UserMetadata_LastSignInTimestamp_get_m51EAC297BC64AA505A4C817B7AADD0FE994A577F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt64 Firebase.Auth.AuthUtilPINVOKE::UserMetadata_CreationTimestamp_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t AuthUtilPINVOKE_UserMetadata_CreationTimestamp_get_mBF8C0AE2ECD49CA5B75A69FB46FBF0F4F83DACCF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.SignInResult::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult_Dispose_m156A265A3A09898CB658809A5860A7FC799A3828 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.SignInResult::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult_Dispose_mCC91A169A17621AA9CAF720AA3CDB52A13504277 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_SignInResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_SignInResult_mD87DE519E169438819B983D7028B410028583768 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // Firebase.Auth.FirebaseUser Firebase.Auth.FirebaseAuth::get_CurrentUser() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* FirebaseAuth_get_CurrentUser_m99426341853624A9A11F81CFE5BEBCC293501ABF (FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::SignInResult_UserInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_SignInResult_UserInternal_get_mAF0CCD6D1048DEEC5768CBA70F69E09E3518F00B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::SignInResult_Info_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_SignInResult_Info_get_m1761FC51EB0EA45D2A2C359D530187BBBEEF6060 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AdditionalUserInfo::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo__ctor_mD3F0AFCE49BCB78B6211583F74618C48877719A3 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserMetadata::getCPtr(Firebase.Auth.UserMetadata) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserMetadata_getCPtr_mC21B73B3C4479A18CA2BEEBB3AE5CA7B61ED533E (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* ___0_obj, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::SignInResult_Meta_set(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_SignInResult_Meta_set_m93AE90668EB1E6A5EBB5C6FE443AB8495D593EF1 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::SignInResult_Meta_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_SignInResult_Meta_get_mA4E32B65800482B143A3F6E44202E389D6CCE7C2 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_SWIGUpcast_m62B657C34E2DD35E3717CF8E6CD231EF471ED2F1 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_FirebaseUserInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_FirebaseUserInternal_m6C6D39E037FE08A390A92EA395502B8E0C94E249 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserInfoInterface::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface_Dispose_m5FB1ACA215115E1BFC233C59D2C1B91B7848F3B0 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_FirebaseUserInternal__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_FirebaseUserInternal__SWIG_0_mBFBB9AB4BD3A6E67B0E4910D28E5642A9655FCC3 (const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.FirebaseUserInternal::getCPtr(Firebase.Auth.FirebaseUserInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseUserInternal_getCPtr_m5802B226541606BA166BC34E8F4A9576CD1AC9CF (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_FirebaseUserInternal__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_FirebaseUserInternal__SWIG_1_mCA2D531E3E47C5D271AE47C16C846B4B36531608 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_IsValid(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthUtilPINVOKE_FirebaseUserInternal_IsValid_m9E5A9B7C6FED8F080C9096832A5051FEBB85BC85 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_Token(System.Runtime.InteropServices.HandleRef,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_Token_m6930A6A38F1858CA6C4BC3B553BF4DFC04FE3ABA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, bool ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.FutureString::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString__ctor_m9CB2C65B5F5E9E649EA262481D40CD4F758A218C (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.FutureString::GetTask(Firebase.FutureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* FutureString_GetTask_m91682A6F5BAE6293E24AE084F088BDC360A98FB0 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* ___0_fu, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UpdateEmail(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_UpdateEmail_m49A2F98479C4D8EAD0B29F092F53329F0DF225A6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.FutureVoid::GetTask(Firebase.FutureVoid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* ___0_fu, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UpdatePassword(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_UpdatePassword_mB7028A77866DB5FF92816F465209B07AD12F0F49 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_Reauthenticate(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_Reauthenticate_mA9F51F3CE4D66DEADB9C990F2CA8647BE782A9E3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_mFE14990E4AF06C9EFE578DCCD3D9FFF9A83E4A75 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.Auth.Future_AuthResult::GetTask(Firebase.Auth.Future_AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* Future_AuthResult_GetTask_m559E0FF210CB3FC204CB5621BD0578465F84553D (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* ___0_fu, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED_mA9780229C89E7A876498C9C441C13826ACD9553B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.Auth.Future_SignInResult::GetTask(Firebase.Auth.Future_SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* Future_SignInResult_GetTask_m0739599F218A91A1B8BB6058C0B16B8B9A99DBD2 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* ___0_fu, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedAuthProvider::getCPtr(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FederatedAuthProvider_getCPtr_m0F52276224DA51F5DCF38C5610E390DD17C1C6F5 (FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_ReauthenticateWithProviderInternalAsync(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_m858F3AAF0C7674FB36F74BA88DEB2D99219DA978 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED_m36DFD2CB3D54DDBBABA83B8B3DEB15DF53E91878 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_SendEmailVerification(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_SendEmailVerification_m395F0CCBCC7C3E6D9485666D452645DBD6915023 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserProfile::getCPtr(Firebase.Auth.UserProfile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserProfile_getCPtr_mFC6AA7B9195CDBB048237B72E121FCED9B0ACAB2 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UpdateUserProfile(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_UpdateUserProfile_mA16F9D429D771F945FE0DFEE8D5E8A24D2DA503A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_LinkWithCredentialInternalAsync(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_LinkWithCredentialInternalAsync_m5BCE372465FB759A80158CD36DE6180F6E9ED89C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED_mC2696011FBF888E0C0D58B6FFC37DA59D01E8D35 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.Auth.Future_User::GetTask(Firebase.Auth.Future_User) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* Future_User_GetTask_m9EB1DEC8936B897DEC8AB0F4CF1E25F8871AF00A (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* ___0_fu, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync_mEB076547AC06E54140DB06CA4EC836B34B546E11 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_LinkWithProviderInternalAsync(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_LinkWithProviderInternalAsync_m04282B1447FE075BD53EFA498531CBD11F86FEFA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED_mCF309207BEBAA011B0A18B5D382A3086C9F11279 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UnlinkInternalAsync(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_UnlinkInternalAsync_m65209A0D334F67B99E6BAFF62F6E380CA7A55121 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED_m1B3C587F18E9EF5EC8F1C5C64D72E1DFA570658A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_m85EF4BD088D5B1372BCD1993C1B0C9A682DA7001 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 Firebase.Auth.Future_User_Value::GetTask(Firebase.Auth.Future_User_Value) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* Future_User_Value_GetTask_mE97A45EC729085FBCD1524B36AF27BDC28BBE4F0 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* ___0_fu, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m40296FFB026F0F4ED23E65AD1EB9853B1D204E64 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_Reload(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_Reload_m401074EE0530E1F3EFBB69AD384B0001ED734277 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_Delete(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_Delete_m1D098121D5C271A1D91EE984E90D1C9CDAF1C3FE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_EqualToInternal(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthUtilPINVOKE_FirebaseUserInternal_EqualToInternal_mE54AA66F967964297E19B0A75D6E7A3FB568B2E1 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_DisplayName_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FirebaseUserInternal_DisplayName_get_m3C93A8719A628C7A80EE9991F39F425D68948736 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_Email_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FirebaseUserInternal_Email_get_mE5B1AEB06B6F08BE8CC18DF9F55A5CED3C333084 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_IsAnonymous_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthUtilPINVOKE_FirebaseUserInternal_IsAnonymous_get_mCFCB3DD28DE2B87F99473B6230BA858C88176F9A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_IsEmailVerified_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthUtilPINVOKE_FirebaseUserInternal_IsEmailVerified_get_mA19A238E389F98679CB3FD2534060D15E3695D12 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_Metadata_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_Metadata_get_m77CDFC1E6CFDCBA76D795A77459A97D7AF60747B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_PhoneNumber_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FirebaseUserInternal_PhoneNumber_get_mE851EA6780C848F5BDD2E34989F18547BB1BA152 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_PhotoUrlInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FirebaseUserInternal_PhotoUrlInternal_get_m3DAFE0F28AC8B8FA8852ACC3230B9F0512900C2D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_ProviderData_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_FirebaseUserInternal_ProviderData_get_m5E39E792A1DD53CEED0AF3EF6176387DEB92DE36 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m541B0934AE9F99051BD7B9047A32C5677C06068D (List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485* __this, const RuntimeMethod* method) { (( void (*) (List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator Firebase.Auth.UserInfoInterfaceList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* UserInfoInterfaceList_GetEnumerator_mEF5AF122029F528CE0EB3066AA7A8FBC28BD4ED4 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mF0C3B0DC4F8B2A59C33FB863ED194281EC61BD12_inline (List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // System.Boolean Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserInfoInterfaceListEnumerator_MoveNext_mA06DD7C328BC883784EDBD2898CCF8AC09899E35 (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_ProviderId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FirebaseUserInternal_ProviderId_get_m52F978C155E3B24701DF5569B3D31675CB6789B3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::FirebaseUserInternal_UserId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_FirebaseUserInternal_UserId_get_mF3F02B5DA3C981AB817960FA8773F4CECDB184CA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserProfile::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_Dispose_m41E29FEADAE5EFE7EDB716BEBE57E9D64D099772 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserProfile::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_Dispose_m46CC758A881E9426B945B11BBFDA107286137B17 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_UserProfile(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_UserProfile_mFF16260FA3516853A2688374ED38CC8AAC04F5A7 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.Auth.UserProfile::get_PhotoUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserProfile_get_PhotoUrlInternal_mF55523C4926C5D30D2567DF0E8DD5E6CD58ABC7C (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) ; // System.String Firebase.FirebaseApp::UriToUrlString(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_UriToUrlString_m8CB091C8680BBD2AE9DC26F788E73955A3A7F044 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserProfile::set_PhotoUrlInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_set_PhotoUrlInternal_m57BE4102C6F02E9E4350E20B32B92ADFB5AB949B (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_UserProfile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_UserProfile_mE12D222479F06C9BF8BD973F134347E9C9B59C36 (const RuntimeMethod* method) ; // System.Void Firebase.Auth.UserProfile::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile__ctor_m0AE18A433AACF3445DAF6E29E0A15AD7C3720658 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserProfile_DisplayName_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserProfile_DisplayName_set_m29AC9CB86AFEB2CEB1D5C7FC556892B08330C111 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserProfile_DisplayName_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserProfile_DisplayName_get_m00E28BD0E8B0F4E9F720F21E85540C50E7E1C2A0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::UserProfile_PhotoUrlInternal_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_UserProfile_PhotoUrlInternal_set_mDA6B5CA5E997F28250F7C0F845EBC2FC8058B24C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.Auth.AuthUtilPINVOKE::UserProfile_PhotoUrlInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthUtilPINVOKE_UserProfile_PhotoUrlInternal_get_m94C675EF9323FEB5407F3654A544AD330A497E09 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthResult::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult_Dispose_mDBC7FB5539965EA36B957137AD06D7FEE55ECAA3 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthResult::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult_Dispose_mCB08D4B2EDB5A9ACDF41BDE01E203FA2AE1C5579 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::delete_AuthResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_delete_AuthResult_m13BE525C4EA52DAD5AA52F05EC000131F2B1BCB8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // Firebase.Auth.Credential Firebase.Auth.AuthResult::get_CredentialInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* AuthResult_get_CredentialInternal_mE10B98F7706B36B679A96FD86D2FB8253D19EEAE (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::AuthResult_AdditionalUserInfoInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_AuthResult_AdditionalUserInfoInternal_get_m3AEEBEE862C2B5890DD71A991EB3929C9E4F8FC5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::AuthResult_CredentialInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_AuthResult_CredentialInternal_get_m95FD51DEB8AF9B949CA553301AD7165598806CA6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.Auth.AuthUtilPINVOKE::AuthResult_UserInternal_set(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthUtilPINVOKE_AuthResult_UserInternal_set_mCF940FA517E5FF756BBF1C1A7EC3619B4AD8B31C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::AuthResult_UserInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_AuthResult_UserInternal_get_m19CE0FB18756675C5595B8A8FDBE7CA7836E3C24 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.Auth.AuthUtilPINVOKE::new_AuthResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AuthUtilPINVOKE_new_AuthResult_mFCA43D91B6DB6059BE7AE049FA607B3805A1BC31 (const RuntimeMethod* method) ; #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 Firebase.Auth.FirebaseAccountLinkException::.ctor(System.Int32,System.String,Firebase.Auth.SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAccountLinkException__ctor_mC646B3809344B11186F9B6B44DAC7113E66B75BE (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, int32_t ___0_errorCode, String_t* ___1_message, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___2_signInResult, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->___result_DEPRECATED_19 = (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___result_DEPRECATED_19), (void*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL); __this->___result_20 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___result_20), (void*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL); String_t* L_0 = ___1_message; il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL); int32_t L_1 = ___0_errorCode; FirebaseAccountLinkException_set_ErrorCode_mFF4078C1E6CF6F5CC7753CEEAA631A4308F7C9A4_inline(__this, L_1, NULL); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_2 = ___2_signInResult; __this->___result_DEPRECATED_19 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___result_DEPRECATED_19), (void*)L_2); return; } } // System.Void Firebase.Auth.FirebaseAccountLinkException::.ctor(System.Int32,System.String,Firebase.Auth.AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAccountLinkException__ctor_m26DA862642C81FE8D7C56ADF82A835115BAB05DF (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, int32_t ___0_errorCode, String_t* ___1_message, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___2_authResult, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->___result_DEPRECATED_19 = (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___result_DEPRECATED_19), (void*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL); __this->___result_20 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___result_20), (void*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL); String_t* L_0 = ___1_message; il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL); int32_t L_1 = ___0_errorCode; FirebaseAccountLinkException_set_ErrorCode_mFF4078C1E6CF6F5CC7753CEEAA631A4308F7C9A4_inline(__this, L_1, NULL); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_2 = ___2_authResult; __this->___result_20 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___result_20), (void*)L_2); return; } } // System.Int32 Firebase.Auth.FirebaseAccountLinkException::get_ErrorCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseAccountLinkException_get_ErrorCode_m8BB6DA499CA8375153EDB92678A4EBB2666D95B6 (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CErrorCodeU3Ek__BackingField_18; return L_0; } } // System.Void Firebase.Auth.FirebaseAccountLinkException::set_ErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAccountLinkException_set_ErrorCode_mFF4078C1E6CF6F5CC7753CEEAA631A4308F7C9A4 (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CErrorCodeU3Ek__BackingField_18 = L_0; return; } } // Firebase.Auth.AdditionalUserInfo Firebase.Auth.FirebaseAccountLinkException::get_UserInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* FirebaseAccountLinkException_get_UserInfo_m0D13FBCCCD8BA8588E10832999EE72C8FEC120D6 (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, const RuntimeMethod* method) { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* V_0 = NULL; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* G_B4_0 = NULL; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* G_B6_0 = NULL; { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_0 = __this->___result_20; if (L_0) { goto IL_0021; } } { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_1 = __this->___result_DEPRECATED_19; if (L_1) { goto IL_0014; } } { G_B4_0 = ((AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A*)(NULL)); goto IL_001f; } IL_0014: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_2 = __this->___result_DEPRECATED_19; NullCheck(L_2); AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_3; L_3 = SignInResult_get_Info_m462898DF82B7A376A0109DDBB4A053B4E37606B1(L_2, NULL); G_B4_0 = L_3; } IL_001f: { G_B6_0 = G_B4_0; goto IL_002c; } IL_0021: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_4 = __this->___result_20; NullCheck(L_4); AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_5; L_5 = AuthResult_get_AdditionalUserInfoInternal_mA490EB3F8246DE072F325ABB0FC19EFDF62C96A1(L_4, NULL); G_B6_0 = L_5; } IL_002c: { V_0 = G_B6_0; goto IL_002f; } IL_002f: { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_6 = V_0; 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 Firebase.Auth.FirebaseUser::.ctor(Firebase.Auth.FirebaseAuth) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUser__ctor_m4E01BAC1CE778E97E6FE26D6695B59FF08C3064E (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_auth, const RuntimeMethod* method) { { UserInfoInterface__ctor_m539E4D51D65E2328CA70BE3157B1419C7297C7DA(__this, NULL); FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_0 = ___0_auth; __this->___authProxy_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___authProxy_2), (void*)L_0); return; } } // Firebase.Auth.FirebaseUserInternal Firebase.Auth.FirebaseUser::GetValidFirebaseUserInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { bool V_0 = false; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_1 = NULL; bool V_2 = false; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_3 = NULL; { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_0 = __this->___authProxy_2; V_0 = (bool)((((RuntimeObject*)(FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0015; } } { NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_2 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var))); NullCheck(L_2); NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752(L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99_RuntimeMethod_var))); } IL_0015: { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_3 = __this->___authProxy_2; NullCheck(L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4; L_4 = FirebaseAuth_get_CurrentUserInternal_m76685B1D0EA260C696452867B4B69CD1AE0682EB(L_3, NULL); V_1 = L_4; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_5 = V_1; V_2 = (bool)((((RuntimeObject*)(FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_6 = V_2; if (!L_6) { goto IL_0031; } } { NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_7 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var))); NullCheck(L_7); NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752(L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99_RuntimeMethod_var))); } IL_0031: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_8 = V_1; V_3 = L_8; goto IL_0036; } IL_0036: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_9 = V_3; return L_9; } } // System.Void Firebase.Auth.FirebaseUser::CompleteSignInResult(Firebase.Auth.SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUser_CompleteSignInResult_mFBBA5929C134B87A9E5E5A09CE06EC18714D62AC (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___0_signInResult, const RuntimeMethod* method) { bool V_0 = false; { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_0 = ___0_signInResult; V_0 = (bool)((!(((RuntimeObject*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0017; } } { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_2 = ___0_signInResult; FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_3 = __this->___authProxy_2; NullCheck(L_2); L_2->___authProxy_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___authProxy_2), (void*)L_3); } IL_0017: { return; } } // System.Void Firebase.Auth.FirebaseUser::CompleteAuthResult(Firebase.Auth.AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUser_CompleteAuthResult_m4005C8421EE1196F94981E1732517A17C75DC2BC (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___0_authResult, const RuntimeMethod* method) { bool V_0 = false; { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_0 = ___0_authResult; V_0 = (bool)((!(((RuntimeObject*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0017; } } { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_2 = ___0_authResult; FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_3 = __this->___authProxy_2; NullCheck(L_2); L_2->___authProxy_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___authProxy_2), (void*)L_3); } IL_0017: { return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::ReauthenticateWithProviderAsync_DEPRECATED(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUser_ReauthenticateWithProviderAsync_DEPRECATED_mA39D78EAF18F174C155A2E0755DA94F8136BD01F (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m468BD17A0D1DAA0C94FD49A97608D1196AD6F4DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* V_0 = NULL; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* L_0 = (U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E*)il2cpp_codegen_object_new(U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_il2cpp_TypeInfo_var); NullCheck(L_0); U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5__ctor_m5C8A84E71BF9D8ECD050F2566D893723E1D1D4F7(L_0, NULL); V_0 = L_0; U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* L_2 = V_0; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_3 = ___0_provider; NullCheck(L_2); L_2->___provider_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___provider_2), (void*)L_3); U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D(AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m468BD17A0D1DAA0C94FD49A97608D1196AD6F4DA((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m468BD17A0D1DAA0C94FD49A97608D1196AD6F4DA_RuntimeMethod_var); U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1(L_10, AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::ReauthenticateWithProviderAsync(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUser_ReauthenticateWithProviderAsync_m5A644716CD45534D85E1BE9E39515F2B9327ABE7 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_m37693C14C8BB12BBDDF9E6C5D02F33E237D7D7BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* V_0 = NULL; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* L_0 = (U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB*)il2cpp_codegen_object_new(U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_il2cpp_TypeInfo_var); NullCheck(L_0); U3CReauthenticateWithProviderAsyncU3Ed__6__ctor_m7204180B85F39D333BCC9FA55F0EC627DFF96A77(L_0, NULL); V_0 = L_0; U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* L_2 = V_0; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_3 = ___0_provider; NullCheck(L_2); L_2->___provider_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___provider_2), (void*)L_3); U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1(AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_m37693C14C8BB12BBDDF9E6C5D02F33E237D7D7BD((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_m37693C14C8BB12BBDDF9E6C5D02F33E237D7D7BD_RuntimeMethod_var); U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9(L_10, AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::LinkWithProviderAsync_DEPRECATED(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUser_LinkWithProviderAsync_DEPRECATED_mD7BCED57D0CBEE8E464697EF486915056E09C240 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m0472EFFCB05195645ECAA456F6508D792D169574_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* V_0 = NULL; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* L_0 = (U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954*)il2cpp_codegen_object_new(U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_il2cpp_TypeInfo_var); NullCheck(L_0); U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7__ctor_m3C3D6550847BDA439EAB803B257258EE751799AA(L_0, NULL); V_0 = L_0; U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* L_2 = V_0; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_3 = ___0_provider; NullCheck(L_2); L_2->___provider_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___provider_2), (void*)L_3); U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D(AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m0472EFFCB05195645ECAA456F6508D792D169574((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m0472EFFCB05195645ECAA456F6508D792D169574_RuntimeMethod_var); U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1(L_10, AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::LinkWithProviderAsync(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUser_LinkWithProviderAsync_m0C4D0C1F4A1C809D4A9351E8540804EA7F4F9534 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m5D12FD834AEC91ECCDAED29D025CBD35BF4DE49D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* V_0 = NULL; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* L_0 = (U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681*)il2cpp_codegen_object_new(U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_il2cpp_TypeInfo_var); NullCheck(L_0); U3CLinkWithProviderAsyncU3Ed__8__ctor_mA4C3A05D3FD8C8B75D7CF67A1385442FA851D9EF(L_0, NULL); V_0 = L_0; U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* L_2 = V_0; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_3 = ___0_provider; NullCheck(L_2); L_2->___provider_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___provider_2), (void*)L_3); U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1(AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m5D12FD834AEC91ECCDAED29D025CBD35BF4DE49D((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m5D12FD834AEC91ECCDAED29D025CBD35BF4DE49D_RuntimeMethod_var); U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9(L_10, AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::LinkAndRetrieveDataWithCredentialAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUser_LinkAndRetrieveDataWithCredentialAsync_mC8BC819AD32E7AAE4C00C4E54E4F1B6341534A1A (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m72A12C1B14E3E91A094F54B93B37A5CD8429FFEA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* V_0 = NULL; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* L_0 = (U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729*)il2cpp_codegen_object_new(U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_il2cpp_TypeInfo_var); NullCheck(L_0); U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9__ctor_m34DEB3A5B253824A7292047C0B8E96B853080E02(L_0, NULL); V_0 = L_0; U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* L_2 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = ___0_credential; NullCheck(L_2); L_2->___credential_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___credential_2), (void*)L_3); U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D(AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m72A12C1B14E3E91A094F54B93B37A5CD8429FFEA((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m72A12C1B14E3E91A094F54B93B37A5CD8429FFEA_RuntimeMethod_var); U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1(L_10, AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::LinkWithCredentialAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* FirebaseUser_LinkWithCredentialAsync_DEPRECATED_mEBC2C78FD401A645A38E1015BCD458F7F30E38B5 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_mEF2661E50B976FC61244685333474B9142CAECE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* V_0 = NULL; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E V_1; memset((&V_1), 0, sizeof(V_1)); { U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* L_0 = (U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624*)il2cpp_codegen_object_new(U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_il2cpp_TypeInfo_var); NullCheck(L_0); U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10__ctor_mB364E6D484B4CC30B788D29297C7602175725E77(L_0, NULL); V_0 = L_0; U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* L_2 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = ___0_credential; NullCheck(L_2); L_2->___credential_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___credential_2), (void*)L_3); U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A(AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_mEF2661E50B976FC61244685333474B9142CAECE4((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_mEF2661E50B976FC61244685333474B9142CAECE4_RuntimeMethod_var); U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB(L_10, AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::LinkWithCredentialAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUser_LinkWithCredentialAsync_m385B1858240339E25FB031A2A9EB252A9C4B57B5 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_mB00719F16A6AEA3E67AB69FA3A17F030750FC9C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* V_0 = NULL; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* L_0 = (U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1*)il2cpp_codegen_object_new(U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_il2cpp_TypeInfo_var); NullCheck(L_0); U3CLinkWithCredentialAsyncU3Ed__11__ctor_m7A8183632789AB7CE4BEF5F76F80FA2348BCFEAD(L_0, NULL); V_0 = L_0; U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* L_2 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = ___0_credential; NullCheck(L_2); L_2->___credential_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___credential_2), (void*)L_3); U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1(AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_mB00719F16A6AEA3E67AB69FA3A17F030750FC9C4((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_mB00719F16A6AEA3E67AB69FA3A17F030750FC9C4_RuntimeMethod_var); U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9(L_10, AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::ReauthenticateAndRetrieveDataAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUser_ReauthenticateAndRetrieveDataAsync_DEPRECATED_m2B810D4F21C21653421615893CFC9A91D1CD7FF0 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_m0E487499E6FC99FCDCD9936051474232F0EC7C58_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* V_0 = NULL; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* L_0 = (U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5*)il2cpp_codegen_object_new(U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_il2cpp_TypeInfo_var); NullCheck(L_0); U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12__ctor_mEB295F7757C125CFF7196A088DBFE684C4CB30FA(L_0, NULL); V_0 = L_0; U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* L_2 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = ___0_credential; NullCheck(L_2); L_2->___credential_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___credential_2), (void*)L_3); U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D(AsyncTaskMethodBuilder_1_Create_mBA7FC0B9083194D4CFE768A92D20C9424F843F4D_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_m0E487499E6FC99FCDCD9936051474232F0EC7C58((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_m0E487499E6FC99FCDCD9936051474232F0EC7C58_RuntimeMethod_var); U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1(L_10, AsyncTaskMethodBuilder_1_get_Task_mC2CAD12F5D5D7FE80A74C6BCA18CB9F5BDE44EA1_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::ReauthenticateAndRetrieveDataAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUser_ReauthenticateAndRetrieveDataAsync_m66CA3C9C2A3977AF0A2EDB5A8C0F4666341ED131 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m22AA2C846774E6C86382D52464E3E3420D0AE614_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* V_0 = NULL; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* L_0 = (U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A*)il2cpp_codegen_object_new(U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_il2cpp_TypeInfo_var); NullCheck(L_0); U3CReauthenticateAndRetrieveDataAsyncU3Ed__13__ctor_m3A70CEE4B1E14D3C4B96A35CB508C03A73DA549E(L_0, NULL); V_0 = L_0; U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* L_2 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = ___0_credential; NullCheck(L_2); L_2->___credential_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___credential_2), (void*)L_3); U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1(AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m22AA2C846774E6C86382D52464E3E3420D0AE614((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m22AA2C846774E6C86382D52464E3E3420D0AE614_RuntimeMethod_var); U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9(L_10, AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::UnlinkAsync_DEPRECATED(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* FirebaseUser_UnlinkAsync_DEPRECATED_mC6364392CA6D743FD9AA22704400750D3AA06BF5 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, String_t* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_mACA4262BE797BFDCE755E78ECC401631B1047927_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* V_0 = NULL; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E V_1; memset((&V_1), 0, sizeof(V_1)); { U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* L_0 = (U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1*)il2cpp_codegen_object_new(U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_il2cpp_TypeInfo_var); NullCheck(L_0); U3CUnlinkAsync_DEPRECATEDU3Ed__14__ctor_m128ECAE84FCCA913CF9B9512F1A5A6E4C8C70055(L_0, NULL); V_0 = L_0; U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* L_2 = V_0; String_t* L_3 = ___0_provider; NullCheck(L_2); L_2->___provider_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___provider_2), (void*)L_3); U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A(AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_mACA4262BE797BFDCE755E78ECC401631B1047927((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_mACA4262BE797BFDCE755E78ECC401631B1047927_RuntimeMethod_var); U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB(L_10, AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::UnlinkAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUser_UnlinkAsync_m36A6029F79B2DC65CFDC7EA7E37D1172B5BD08B6 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, String_t* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m0FB61BF11A5A809C638333160F991C22EC8FA6BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* V_0 = NULL; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 V_1; memset((&V_1), 0, sizeof(V_1)); { U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* L_0 = (U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2*)il2cpp_codegen_object_new(U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_il2cpp_TypeInfo_var); NullCheck(L_0); U3CUnlinkAsyncU3Ed__15__ctor_mEC1C18662186D415D97CE6169AC36EA9BFF40614(L_0, NULL); V_0 = L_0; U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* L_2 = V_0; String_t* L_3 = ___0_provider; NullCheck(L_2); L_2->___provider_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___provider_2), (void*)L_3); U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1(AsyncTaskMethodBuilder_1_Create_m0701257AB55B5C4109871F7374F48F7DA3932AF1_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2 L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m0FB61BF11A5A809C638333160F991C22EC8FA6BF((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m0FB61BF11A5A809C638333160F991C22EC8FA6BF_RuntimeMethod_var); U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9(L_10, AsyncTaskMethodBuilder_1_get_Task_m32B0878DA0E6049836D6160FF43DD90299DA19A9_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::UpdatePhoneNumberCredentialAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* FirebaseUser_UpdatePhoneNumberCredentialAsync_DEPRECATED_mBB16D71100F01E9AFE56CFD64AD89D70DCD82886 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_m04C143FD6EB5D177CFF0260A2AB3121AE97ACFE5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* V_0 = NULL; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E V_1; memset((&V_1), 0, sizeof(V_1)); { U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* L_0 = (U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30*)il2cpp_codegen_object_new(U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_il2cpp_TypeInfo_var); NullCheck(L_0); U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16__ctor_mB8F4849FB719C978B8FAC831EE9E550DDE804740(L_0, NULL); V_0 = L_0; U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* L_2 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = ___0_credential; NullCheck(L_2); L_2->___credential_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___credential_2), (void*)L_3); U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A(AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_m04C143FD6EB5D177CFF0260A2AB3121AE97ACFE5((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_m04C143FD6EB5D177CFF0260A2AB3121AE97ACFE5_RuntimeMethod_var); U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB(L_10, AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); return L_11; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::UpdatePhoneNumberCredentialAsync(Firebase.Auth.PhoneAuthCredential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* FirebaseUser_UpdatePhoneNumberCredentialAsync_m16E18D7355E6F33EDF414929A7C01434AB3CDF73 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mC50C31A1110640CCDEB660DD2F20E5551C290AD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* V_0 = NULL; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E V_1; memset((&V_1), 0, sizeof(V_1)); { U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* L_0 = (U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31*)il2cpp_codegen_object_new(U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_il2cpp_TypeInfo_var); NullCheck(L_0); U3CUpdatePhoneNumberCredentialAsyncU3Ed__17__ctor_m2E5FB0696BCB74D7546513C561D0C492D4A8119A(L_0, NULL); V_0 = L_0; U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* L_1 = V_0; NullCheck(L_1); L_1->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this); U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* L_2 = V_0; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_3 = ___0_credential; NullCheck(L_2); L_2->___credential_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_2->___credential_2), (void*)L_3); U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_5; L_5 = AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A(AsyncTaskMethodBuilder_1_Create_m08004C12B375839141E21BF82317022F7D25C17A_RuntimeMethod_var); NullCheck(L_4); L_4->___U3CU3Et__builder_1 = L_5; Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&L_4->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* L_6 = V_0; NullCheck(L_6); L_6->___U3CU3E1__state_0 = (-1); U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* L_7 = V_0; NullCheck(L_7); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E L_8 = L_7->___U3CU3Et__builder_1; V_1 = L_8; AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mC50C31A1110640CCDEB660DD2F20E5551C290AD7((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mC50C31A1110640CCDEB660DD2F20E5551C290AD7_RuntimeMethod_var); U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* L_9 = V_0; NullCheck(L_9); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_10 = (&L_9->___U3CU3Et__builder_1); Task_1_tE57E3A2330CE37367B7296D598E85906D967FF5B* L_11; L_11 = AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB(L_10, AsyncTaskMethodBuilder_1_get_Task_m74EB0E9238E3623C672E749625777BE9E54EE9BB_RuntimeMethod_var); return L_11; } } // System.Boolean Firebase.Auth.FirebaseUser::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUser_IsValid_m745FA6B0AF38AF4988B188E019F0621C27DED2DA (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { bool V_0 = false; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_1 = NULL; bool V_2 = false; bool V_3 = false; { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_0 = __this->___authProxy_2; V_0 = (bool)((!(((RuntimeObject*)(FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_002e; } } { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_2 = __this->___authProxy_2; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseAuth_get_CurrentUserInternal_m76685B1D0EA260C696452867B4B69CD1AE0682EB(L_2, NULL); V_1 = L_3; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = V_1; V_2 = (bool)((!(((RuntimeObject*)(FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_5 = V_2; if (!L_5) { goto IL_002d; } } { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = FirebaseUserInternal_IsValid_m7E42C62FF198752458F152C51344C3FCEFCD1936(L_6, NULL); V_3 = L_7; goto IL_0032; } IL_002d: { } IL_002e: { V_3 = (bool)0; goto IL_0032; } IL_0032: { bool L_8 = V_3; return L_8; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUser::TokenAsync(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* FirebaseUser_TokenAsync_m5F491471AC130DC08B520E3622BB7A25075B582E (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, bool ___0_forceRefresh, const RuntimeMethod* method) { Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); bool L_1 = ___0_forceRefresh; NullCheck(L_0); Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_2; L_2 = FirebaseUserInternal_TokenAsync_mA96D1ACFD6F61DCC6EB63B37A71FFFF7EEA00DB2(L_0, L_1, NULL); V_0 = L_2; goto IL_0010; } IL_0010: { Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUser::UpdateEmailAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUser_UpdateEmailAsync_m310C1A050D9F87A3C22C6502D079E8DA965B9B3C (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, String_t* ___0_email, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); String_t* L_1 = ___0_email; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = FirebaseUserInternal_UpdateEmailAsync_mCB7C0D9A809263A3E923C57609749021E07AD010(L_0, L_1, NULL); V_0 = L_2; goto IL_0010; } IL_0010: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUser::UpdatePasswordAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUser_UpdatePasswordAsync_mE2735AF67C997D7CB3F25C23A67A55D110FD447C (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, String_t* ___0_password, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); String_t* L_1 = ___0_password; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = FirebaseUserInternal_UpdatePasswordAsync_m42B71C6FB5BB0C90D617555DF4A045211061517F(L_0, L_1, NULL); V_0 = L_2; goto IL_0010; } IL_0010: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUser::ReauthenticateAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUser_ReauthenticateAsync_m27BB7504DDE3036B93021D05F3E79471E9920E9A (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = FirebaseUserInternal_ReauthenticateAsync_m89DBD8202DFF5DC94AFD4E9CF1027D20DE620BEB(L_0, L_1, NULL); V_0 = L_2; goto IL_0010; } IL_0010: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUser::SendEmailVerificationAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUser_SendEmailVerificationAsync_m55EA6835556B8B46C95DD1A92712A259882F5E5C (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = FirebaseUserInternal_SendEmailVerificationAsync_m1DAC2E2F31B84893AB7BAD42A8A98CBA91B9D408(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; return L_2; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUser::UpdateUserProfileAsync(Firebase.Auth.UserProfile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUser_UpdateUserProfileAsync_m5B9264DA1787BE70D6E9149B13C60F1A62524C2A (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* ___0_profile, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_1 = ___0_profile; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = FirebaseUserInternal_UpdateUserProfileAsync_mF5513ECB713C96BF5AC686E6F1DEAA55C2885997(L_0, L_1, NULL); V_0 = L_2; goto IL_0010; } IL_0010: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUser::ReloadAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUser_ReloadAsync_m264E6C626F479F1149E37F3A2C109E74AA71F6D3 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = FirebaseUserInternal_ReloadAsync_mABE1DA4A5A21DB0AAD9A2DFD62FCF69F638E4D5E(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; return L_2; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUser::DeleteAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUser_DeleteAsync_m4512D85F24C18939977A84505D6735DC6E91BE50 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = FirebaseUserInternal_DeleteAsync_mBCA210E1150F90975572A3F3E82AFA35F353FD54(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; return L_2; } } // System.String Firebase.Auth.FirebaseUser::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUser_get_DisplayName_m813DCB1BFDE089FBF49FF697E77A48C85183CC6C (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = FirebaseUserInternal_get_DisplayName_m7AE7D2405723402AF8B077C90007C4E4E91A50F8(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { String_t* L_2 = V_0; return L_2; } } // System.String Firebase.Auth.FirebaseUser::get_Email() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUser_get_Email_mA5E5359FFA20465E1D5570BC3FCC645648BAAAF0 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = FirebaseUserInternal_get_Email_mCC7C7A6DFA70AF0230E5A4BB98B0303B2A6E3A66(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { String_t* L_2 = V_0; return L_2; } } // System.Boolean Firebase.Auth.FirebaseUser::get_IsAnonymous() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUser_get_IsAnonymous_m5C693B036A43BF079A728277286FB575925A7C3F (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { bool V_0 = false; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); bool L_1; L_1 = FirebaseUserInternal_get_IsAnonymous_mF68E918831AC976DF0D8CCFD8100A397EBA3A633(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { bool L_2 = V_0; return L_2; } } // System.Boolean Firebase.Auth.FirebaseUser::get_IsEmailVerified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUser_get_IsEmailVerified_m1EAB49CBF9EDA039C9537E83B4F61EAB478A5AC1 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { bool V_0 = false; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); bool L_1; L_1 = FirebaseUserInternal_get_IsEmailVerified_m38AC16129CB008F7628041CD334F957D22320E6B(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { bool L_2 = V_0; return L_2; } } // Firebase.Auth.UserMetadata Firebase.Auth.FirebaseUser::get_Metadata() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* FirebaseUser_get_Metadata_mCAC0D9A80BA225FBFB679C7F8C23B00116AD1CAC (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_1; L_1 = FirebaseUserInternal_get_Metadata_m1B67D951AC75F18684A698C20976A7A6935BAF8A(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_2 = V_0; return L_2; } } // System.String Firebase.Auth.FirebaseUser::get_PhoneNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUser_get_PhoneNumber_m879165AF173CDC96FEF04ADA6580AF96B1A699D8 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = FirebaseUserInternal_get_PhoneNumber_m72A02BE94CC02C45E7F9E6442DD198EEAF351695(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { String_t* L_2 = V_0; return L_2; } } // System.Uri Firebase.Auth.FirebaseUser::get_PhotoUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* FirebaseUser_get_PhotoUrl_m3622B893897FE5BD498CDB1A50FDEBF0E8729D3E (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = FirebaseUserInternal_get_PhotoUrlInternal_m36ABA516CEB887571B4CE7658FAA9D013B21214F(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2; L_2 = FirebaseApp_UrlStringToUri_mD212E37D37B2F0DE5EE30CDAAB0E95E5E87B4F79(L_1, NULL); V_0 = L_2; goto IL_0014; } IL_0014: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = V_0; return L_3; } } // System.Collections.Generic.IEnumerable`1 Firebase.Auth.FirebaseUser::get_ProviderData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FirebaseUser_get_ProviderData_mD54174A048FF80D1D4D0456C977C5FF144370A03 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = FirebaseUserInternal_get_ProviderData_m91554C5DDBD305CFA62848194E2B0EC19C7A44AC(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { RuntimeObject* L_2 = V_0; return L_2; } } // System.String Firebase.Auth.FirebaseUser::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUser_get_ProviderId_m22843206D20375ADB027CF2A7FF81C4AC27C40A8 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = FirebaseUserInternal_get_ProviderId_mFDB54BABF2388D4A1E4AC3ECB259155B5FA4C17C(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { String_t* L_2 = V_0; return L_2; } } // System.String Firebase.Auth.FirebaseUser::get_UserId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUser_get_UserId_mAF49403FBD3030631002AAC0B21BAE9E4F9473E0 (FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0; L_0 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = FirebaseUserInternal_get_UserId_mF931510E87A894DF69B9F1C1F9603E04D42487A0(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { String_t* L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__5::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5__ctor_m5C8A84E71BF9D8ECD050F2566D893723E1D1D4F7 (U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__5::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_MoveNext_m11104C5FFCAD9C5EB8C574875072406B2872CFD2 (U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m1E90152E106E332356650E1739279E86E8454560_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* V_1 = NULL; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 V_2; memset((&V_2), 0, sizeof(V_2)); U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_5 = __this->___provider_2; NullCheck(L_4); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_6; L_6 = FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED_m471CAFC4AFA401F01127B0234B2CAACB89077865(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_7; L_7 = Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7(L_6, Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C((&V_2), TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m1E90152E106E332356650E1739279E86E8454560(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E_m1E90152E106E332356650E1739279E86E8454560_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_15; L_15 = TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E((&V_2), TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteSignInResult_mFBBA5929C134B87A9E5E5A09CE06EC18714D62AC(L_17, L_18, NULL); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_22 = (&__this->___U3CU3Et__builder_1); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_SetStateMachine_mD4A4FA07FF3F986768182FE553BCC7AE4DB6918F (U3CReauthenticateWithProviderAsync_DEPRECATEDU3Ed__5_t02BA96860E216E3D291CBE7E8FDEEC397BD6930E* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__6::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsyncU3Ed__6__ctor_m7204180B85F39D333BCC9FA55F0EC627DFF96A77 (U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsyncU3Ed__6_MoveNext_m3B99B16CEDD64BBCB1E09A1DC81820883818D124 (U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_mCC73BBB23F13E1EC580D6D6925EC9F3D11077159_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* V_1 = NULL; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 V_2; memset((&V_2), 0, sizeof(V_2)); U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_5 = __this->___provider_2; NullCheck(L_4); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_6; L_6 = FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_m3D928EB6761C000D0241354E55DDA4C26B5F6F56(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_7; L_7 = Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888(L_6, Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC((&V_2), TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_mCC73BBB23F13E1EC580D6D6925EC9F3D11077159(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB_mCC73BBB23F13E1EC580D6D6925EC9F3D11077159_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_15; L_15 = TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E((&V_2), TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteAuthResult_m4005C8421EE1196F94981E1732517A17C75DC2BC(L_17, L_18, NULL); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_22 = (&__this->___U3CU3Et__builder_1); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__6::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateWithProviderAsyncU3Ed__6_SetStateMachine_mC6B1BC3A1A92F1BE910AA94A4B816FEC040276E0 (U3CReauthenticateWithProviderAsyncU3Ed__6_t0645BFC384E09686EAB4D3477163AC119159DBCB* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__7::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7__ctor_m3C3D6550847BDA439EAB803B257258EE751799AA (U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__7::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_MoveNext_mC944C7D890D389346751AA68BC61EB6E8E0F5409 (U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m19D13B07375AD153C9CC9043E14AB77040E8423F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* V_1 = NULL; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 V_2; memset((&V_2), 0, sizeof(V_2)); U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_5 = __this->___provider_2; NullCheck(L_4); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_6; L_6 = FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED_mEE621F252EC00877A4217239EC61459013C49D82(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_7; L_7 = Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7(L_6, Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C((&V_2), TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m19D13B07375AD153C9CC9043E14AB77040E8423F(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954_m19D13B07375AD153C9CC9043E14AB77040E8423F_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_15; L_15 = TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E((&V_2), TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteSignInResult_mFBBA5929C134B87A9E5E5A09CE06EC18714D62AC(L_17, L_18, NULL); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_22 = (&__this->___U3CU3Et__builder_1); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__7::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_SetStateMachine_mF7DC0C742B2C60ED2BBE7A7B8F50CEE2AEEC9E7B (U3CLinkWithProviderAsync_DEPRECATEDU3Ed__7_t02AB4A9BCA4653FA2E51A6A6CDE048D383B12954* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__8::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsyncU3Ed__8__ctor_mA4C3A05D3FD8C8B75D7CF67A1385442FA851D9EF (U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__8::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsyncU3Ed__8_MoveNext_mD656BAD790D632B1844CB3A8848904ECD750EB00 (U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m126CA390E6170A4D1D9D996F2BCA5C144182748A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* V_1 = NULL; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 V_2; memset((&V_2), 0, sizeof(V_2)); U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_5 = __this->___provider_2; NullCheck(L_4); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_6; L_6 = FirebaseUserInternal_LinkWithProviderInternalAsync_m53C6E548D32B03DC231CDB4A1BF3E3BC1E3FAF49(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_7; L_7 = Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888(L_6, Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC((&V_2), TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m126CA390E6170A4D1D9D996F2BCA5C144182748A(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681_m126CA390E6170A4D1D9D996F2BCA5C144182748A_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_15; L_15 = TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E((&V_2), TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteAuthResult_m4005C8421EE1196F94981E1732517A17C75DC2BC(L_17, L_18, NULL); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_22 = (&__this->___U3CU3Et__builder_1); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__8::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithProviderAsyncU3Ed__8_SetStateMachine_m68DDC620F7ABDD343AFCD194D9AEFEE96144A4DB (U3CLinkWithProviderAsyncU3Ed__8_tAD0B2A903DAF74E63B266793981B4ABEB98DD681* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__9::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9__ctor_m34DEB3A5B253824A7292047C0B8E96B853080E02 (U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__9::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_MoveNext_mDAAC10D036954FAC33ACE115A92C5E6172519DCC (U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m4076DF1DE7DF2AAD75F2E788FB6F3D2657822BB0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* V_1 = NULL; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 V_2; memset((&V_2), 0, sizeof(V_2)); U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_5 = __this->___credential_2; NullCheck(L_4); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_6; L_6 = FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync_m742D7AF8533358EDDBF626166794CCB9D681A1D4(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_7; L_7 = Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7(L_6, Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C((&V_2), TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m4076DF1DE7DF2AAD75F2E788FB6F3D2657822BB0(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729_m4076DF1DE7DF2AAD75F2E788FB6F3D2657822BB0_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_15; L_15 = TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E((&V_2), TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteSignInResult_mFBBA5929C134B87A9E5E5A09CE06EC18714D62AC(L_17, L_18, NULL); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_22 = (&__this->___U3CU3Et__builder_1); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__9::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_SetStateMachine_mA030A0D5B078FACC01F693EE5D3E0CF4A44C6116 (U3CLinkAndRetrieveDataWithCredentialAsyncU3Ed__9_t5105D2B1541EA5C92A719490BD6955E4B3DDD729* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__10::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10__ctor_mB364E6D484B4CC30B788D29297C7602175725E77 (U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__10::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_MoveNext_m5196C676057D2A32A91AF843D9DAEE12C868739F (U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_m27958327CCF2DD512D4F68ECDFC64F7EEE3D318E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* V_1 = NULL; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 V_2; memset((&V_2), 0, sizeof(V_2)); U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0064_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_5 = __this->___credential_2; NullCheck(L_4); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_6; L_6 = FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED_m8796830A5B1D6011F2C5FAFF1D4D7AEC1B40FFF9(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_7; L_7 = Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F(L_6, Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45((&V_2), TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); if (L_8) { goto IL_0080_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_10 = V_2; __this->___U3CU3Eu__1_5 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_m27958327CCF2DD512D4F68ECDFC64F7EEE3D318E(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624_m27958327CCF2DD512D4F68ECDFC64F7EEE3D318E_RuntimeMethod_var); goto IL_00c0; } IL_0064_1: { TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_12 = __this->___U3CU3Eu__1_5; V_2 = L_12; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* L_13 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0080_1: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_15; L_15 = TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400((&V_2), TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_16 = __this->___U3CU3E4__this_3; V_1 = L_16; goto IL_00ab; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0091; } throw e; } CATCH_0091: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_17 = (&__this->___U3CU3Et__builder_1); Exception_t* L_18 = V_4; AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B(L_17, L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c0; }// end catch (depth: 1) IL_00ab: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_19 = (&__this->___U3CU3Et__builder_1); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_20 = V_1; AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859(L_19, L_20, AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); } IL_00c0: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__10::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_SetStateMachine_m8F75AEF0FD157E6141EEE482F60CE18851E307DE (U3CLinkWithCredentialAsync_DEPRECATEDU3Ed__10_t4AB688C5CB3A10D592028BBD0D4BC2C74FB8A624* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__11::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsyncU3Ed__11__ctor_m7A8183632789AB7CE4BEF5F76F80FA2348BCFEAD (U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__11::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsyncU3Ed__11_MoveNext_m616DFE327349EA7B681E6FC2628C4D034C03F965 (U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_m8A34F95A0C8638D297439EF8A860224BC9CEFCB8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* V_1 = NULL; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 V_2; memset((&V_2), 0, sizeof(V_2)); U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_5 = __this->___credential_2; NullCheck(L_4); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_6; L_6 = FirebaseUserInternal_LinkWithCredentialInternalAsync_m821C7AA604946EAA9AE14510476C100F6104BFA9(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_7; L_7 = Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888(L_6, Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC((&V_2), TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_m8A34F95A0C8638D297439EF8A860224BC9CEFCB8(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1_m8A34F95A0C8638D297439EF8A860224BC9CEFCB8_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_15; L_15 = TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E((&V_2), TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteAuthResult_m4005C8421EE1196F94981E1732517A17C75DC2BC(L_17, L_18, NULL); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_22 = (&__this->___U3CU3Et__builder_1); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__11::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLinkWithCredentialAsyncU3Ed__11_SetStateMachine_m3BB3CDB10807CDF0A70F025E92DC2E8DC5D29D41 (U3CLinkWithCredentialAsyncU3Ed__11_t4B0003F5BE32AC200140F160BCAA450AC86B6ED1* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__12::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12__ctor_mEB295F7757C125CFF7196A088DBFE684C4CB30FA (U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__12::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_MoveNext_mFCE76B02C14E94FCD2DEF4FC735FF2544C4D8F45 (U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_mFA07ED2B1CF68034B9E890670E0C53169815854B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* V_1 = NULL; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 V_2; memset((&V_2), 0, sizeof(V_2)); U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_5 = __this->___credential_2; NullCheck(L_4); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_6; L_6 = FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED_m2051C0D3DB29B7CE8357214D3F74A358C8CFBE78(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_7; L_7 = Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7(L_6, Task_1_GetAwaiter_mCDCCA4821C94D4BAB7453BB96C16EA1CFDFBF6C7_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C((&V_2), TaskAwaiter_1_get_IsCompleted_m3FD42E0D53475670870F027EC8217A9DF6251D2C_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_mFA07ED2B1CF68034B9E890670E0C53169815854B(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210_TisU3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5_mFA07ED2B1CF68034B9E890670E0C53169815854B_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t2C35C5FB0D6971F516F533F0CC0BA62FEF153210)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_15; L_15 = TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E((&V_2), TaskAwaiter_1_GetResult_mD8DB01A27509DE0A3CA2031293DAAF3C9BF5380E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteSignInResult_mFBBA5929C134B87A9E5E5A09CE06EC18714D62AC(L_17, L_18, NULL); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m0F718E298BC89CD0EEF50854248BB6B23A82F88E_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t01CAB75ABFE9D89339CD3CA7EB53C255E6123B35* L_22 = (&__this->___U3CU3Et__builder_1); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_m7732714EF9F1B03DDED523C2419CD121996A04C0_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__12::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_SetStateMachine_mA8C668512361C740C60CDBF0C6889A4CB37F3B41 (U3CReauthenticateAndRetrieveDataAsync_DEPRECATEDU3Ed__12_tAB3D3BFCC32A6F8D23FCE5BF3EFDAB4B04A227B5* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__13::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsyncU3Ed__13__ctor_m3A70CEE4B1E14D3C4B96A35CB508C03A73DA549E (U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_MoveNext_m1CE1A995A94464F3AA7F6A68F70758CB63C06C0C (U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m6169BEB34213A2A7ADE7439E2488778A30918A06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* V_1 = NULL; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 V_2; memset((&V_2), 0, sizeof(V_2)); U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_5 = __this->___credential_2; NullCheck(L_4); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_6; L_6 = FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_m1A7D66207D294E0C608397EF0FDCF86FCE126C89(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_7; L_7 = Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888(L_6, Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC((&V_2), TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m6169BEB34213A2A7ADE7439E2488778A30918A06(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A_m6169BEB34213A2A7ADE7439E2488778A30918A06_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_15; L_15 = TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E((&V_2), TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteAuthResult_m4005C8421EE1196F94981E1732517A17C75DC2BC(L_17, L_18, NULL); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_22 = (&__this->___U3CU3Et__builder_1); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__13::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_SetStateMachine_m80CBD2478794C96319D79F326D95D82F40D3B42B (U3CReauthenticateAndRetrieveDataAsyncU3Ed__13_t84C054EB5B9A1EBFEF95012D6121C83B13CB851A* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__14::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsync_DEPRECATEDU3Ed__14__ctor_m128ECAE84FCCA913CF9B9512F1A5A6E4C8C70055 (U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsync_DEPRECATEDU3Ed__14_MoveNext_m7468CEF3E8A29070C0C47FA1B594D07B98A63E36 (U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_m9109C9DBC49999C89353DE83192E085EB458FBDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* V_1 = NULL; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 V_2; memset((&V_2), 0, sizeof(V_2)); U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0064_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; String_t* L_5 = __this->___provider_2; NullCheck(L_4); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_6; L_6 = FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED_m821148B06ADAB5B4E5AE76425CB53B4151C4C4E0(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_7; L_7 = Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F(L_6, Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45((&V_2), TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); if (L_8) { goto IL_0080_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_10 = V_2; __this->___U3CU3Eu__1_5 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_m9109C9DBC49999C89353DE83192E085EB458FBDA(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1_m9109C9DBC49999C89353DE83192E085EB458FBDA_RuntimeMethod_var); goto IL_00c0; } IL_0064_1: { TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_12 = __this->___U3CU3Eu__1_5; V_2 = L_12; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* L_13 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0080_1: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_15; L_15 = TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400((&V_2), TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_16 = __this->___U3CU3E4__this_3; V_1 = L_16; goto IL_00ab; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0091; } throw e; } CATCH_0091: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_17 = (&__this->___U3CU3Et__builder_1); Exception_t* L_18 = V_4; AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B(L_17, L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c0; }// end catch (depth: 1) IL_00ab: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_19 = (&__this->___U3CU3Et__builder_1); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_20 = V_1; AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859(L_19, L_20, AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); } IL_00c0: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__14::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsync_DEPRECATEDU3Ed__14_SetStateMachine_mEBAA8E7D6CBC9ABFA9FF11F47E408AE3D18B05E8 (U3CUnlinkAsync_DEPRECATEDU3Ed__14_t9E11AE6681D4507538B54958124E0AAFB50A25D1* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__15::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsyncU3Ed__15__ctor_mEC1C18662186D415D97CE6169AC36EA9BFF40614 (U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsyncU3Ed__15_MoveNext_m10E027CDAE4AFB810B517B2C2D57177B3DDC27CA (U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m270ADA43ED25C9F592D32FA8EEC99A150C23792B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* V_1 = NULL; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 V_2; memset((&V_2), 0, sizeof(V_2)); U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0067_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; String_t* L_5 = __this->___provider_2; NullCheck(L_4); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_6; L_6 = FirebaseUserInternal_UnlinkInternalAsync_m967CFA57C17EE1A10919A3B4006AACDCA728BC34(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_7; L_7 = Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888(L_6, Task_1_GetAwaiter_mC5095A88BA2DD0224A0620B89D0C8635FF489888_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC((&V_2), TaskAwaiter_1_get_IsCompleted_m9BFB1CE06D604F8D2AA79B5DF9F53D4BCB4F7CDC_RuntimeMethod_var); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m270ADA43ED25C9F592D32FA8EEC99A150C23792B(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90_TisU3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2_m270ADA43ED25C9F592D32FA8EEC99A150C23792B_RuntimeMethod_var); goto IL_00ed; } IL_0067_1: { TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_t855DC0482B9F8F8E3862AB6CF0BE4E83EC6FDF90)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_15; L_15 = TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E((&V_2), TaskAwaiter_1_GetResult_m50699F799812044A66C1BE7AAEB79E9AF7E2201E_RuntimeMethod_var); __this->___U3CU3Es__3_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)L_15); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_16 = __this->___U3CU3Es__3_6; __this->___U3CresultU3E5__2_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresultU3E5__2_5), (void*)L_16); __this->___U3CU3Es__3_6 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__3_6), (void*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)NULL); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_17 = __this->___U3CU3E4__this_3; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_18 = __this->___U3CresultU3E5__2_5; NullCheck(L_17); FirebaseUser_CompleteAuthResult_m4005C8421EE1196F94981E1732517A17C75DC2BC(L_17, L_18, NULL); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_19 = __this->___U3CresultU3E5__2_5; V_1 = L_19; goto IL_00d8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_20 = (&__this->___U3CU3Et__builder_1); Exception_t* L_21 = V_4; AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m888EF4EF0B5E229B8DE79768A9679FB58A220272_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ed; }// end catch (depth: 1) IL_00d8: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t909C028D68AD04341F962482B8718B6B56BE4DA2* L_22 = (&__this->___U3CU3Et__builder_1); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_23 = V_1; AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_mCB635B780F97E0D4FCC0BEF1F7AC8FF398703F03_RuntimeMethod_var); } IL_00ed: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__15::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnlinkAsyncU3Ed__15_SetStateMachine_mA3C075078B673028EDFD682B259D0D9435F3B6A6 (U3CUnlinkAsyncU3Ed__15_tB480FBCFAE4CE50A0763185CE110D0CDB971A2D2* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__16::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16__ctor_mB8F4849FB719C978B8FAC831EE9E550DDE804740 (U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__16::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_MoveNext_mC56751BF934AB10E6D4D028D1EA07BF3D8546BAA (U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_mDE9032B6F864D538E9BE122804BF86A68E7E0632_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* V_1 = NULL; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 V_2; memset((&V_2), 0, sizeof(V_2)); U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0064_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_5 = __this->___credential_2; NullCheck(L_4); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_6; L_6 = FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m6CCD9B91061E3EB5440A0C05535D7366C4F4DFBB(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_7; L_7 = Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F(L_6, Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45((&V_2), TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); if (L_8) { goto IL_0080_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_10 = V_2; __this->___U3CU3Eu__1_5 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_mDE9032B6F864D538E9BE122804BF86A68E7E0632(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30_mDE9032B6F864D538E9BE122804BF86A68E7E0632_RuntimeMethod_var); goto IL_00c0; } IL_0064_1: { TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_12 = __this->___U3CU3Eu__1_5; V_2 = L_12; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* L_13 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0080_1: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_15; L_15 = TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400((&V_2), TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_16 = __this->___U3CU3E4__this_3; V_1 = L_16; goto IL_00ab; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0091; } throw e; } CATCH_0091: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_17 = (&__this->___U3CU3Et__builder_1); Exception_t* L_18 = V_4; AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B(L_17, L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c0; }// end catch (depth: 1) IL_00ab: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_19 = (&__this->___U3CU3Et__builder_1); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_20 = V_1; AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859(L_19, L_20, AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); } IL_00c0: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__16::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_SetStateMachine_mF8248C0A2D880C3BB9F2841C49B04925F91EF73F (U3CUpdatePhoneNumberCredentialAsync_DEPRECATEDU3Ed__16_tE68232877C7F2424D613FB4EC88EBC72F924EF30* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.FirebaseUser/d__17::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsyncU3Ed__17__ctor_m2E5FB0696BCB74D7546513C561D0C492D4A8119A (U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.FirebaseUser/d__17::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_MoveNext_mCB546CA3BB57BEC6E41F9F928B1B78666541D9D6 (U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mFC34ED5D0EB8CFC960A635EBA520252D6B241EDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* V_1 = NULL; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 V_2; memset((&V_2), 0, sizeof(V_2)); U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; } try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_000c_1; } } { goto IL_000e_1; } IL_000c_1: { goto IL_0064_1; } IL_000e_1: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2 = __this->___U3CU3E4__this_3; NullCheck(L_2); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_3; L_3 = FirebaseUser_GetValidFirebaseUserInternal_mC92DBB38B93B8DE64E8CD83213D2E7D6F5423A99(L_2, NULL); __this->___U3CuserInternalU3E5__1_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserInternalU3E5__1_4), (void*)L_3); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_4 = __this->___U3CuserInternalU3E5__1_4; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_5 = __this->___credential_2; NullCheck(L_4); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_6; L_6 = FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m6CCD9B91061E3EB5440A0C05535D7366C4F4DFBB(L_4, L_5, NULL); NullCheck(L_6); TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_7; L_7 = Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F(L_6, Task_1_GetAwaiter_mCEDE30A3C31D91CE34912EE84A54182FF23A146F_RuntimeMethod_var); V_2 = L_7; bool L_8; L_8 = TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45((&V_2), TaskAwaiter_1_get_IsCompleted_m5D9CCD5535EA4C5EC98409A21714A912948CCF45_RuntimeMethod_var); if (L_8) { goto IL_0080_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_10 = V_2; __this->___U3CU3Eu__1_5 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); V_3 = __this; AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mFC34ED5D0EB8CFC960A635EBA520252D6B241EDC(L_11, (&V_2), (&V_3), AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9_TisU3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31_mFC34ED5D0EB8CFC960A635EBA520252D6B241EDC_RuntimeMethod_var); goto IL_00c0; } IL_0064_1: { TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9 L_12 = __this->___U3CU3Eu__1_5; V_2 = L_12; TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9* L_13 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_13, sizeof(TaskAwaiter_1_tF6B168BE504626E41AC70B045ACBF4CC48DA07A9)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0080_1: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_15; L_15 = TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400((&V_2), TaskAwaiter_1_GetResult_m5743D37CF586085076F358EC86061455D7E40400_RuntimeMethod_var); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_16 = __this->___U3CU3E4__this_3; V_1 = L_16; goto IL_00ab; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0091; } throw e; } CATCH_0091: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_17 = (&__this->___U3CU3Et__builder_1); Exception_t* L_18 = V_4; AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B(L_17, L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mEC6B8CDA7C94F98DA25EBA1438C1339659F90D6B_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c0; }// end catch (depth: 1) IL_00ab: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t9BE4BF1977C535949459BFC4B5CFFCD59C090E5E* L_19 = (&__this->___U3CU3Et__builder_1); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_20 = V_1; AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859(L_19, L_20, AsyncTaskMethodBuilder_1_SetResult_m9D6984040D649922ED91DD33A37ECCBBAAFCF859_RuntimeMethod_var); } IL_00c0: { return; } } // System.Void Firebase.Auth.FirebaseUser/d__17::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_SetStateMachine_mB6F63C0EEDF1A038E4613C3AC7113D1031AE2B7D (U3CUpdatePhoneNumberCredentialAsyncU3Ed__17_t2B4267CFA61CD1FDAAEAFA7515E4B28523D01A31* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DEFAULT_CALL ReversePInvokeWrapper_PhoneAuthProvider_VerificationCompletedHandler_DEPRECATED_m51050E3706EC7901E6DE55E7ADD36627BE76D868(int32_t ___0_callbackId, intptr_t ___1_credential) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation PhoneAuthProvider_VerificationCompletedHandler_DEPRECATED_m51050E3706EC7901E6DE55E7ADD36627BE76D868(___0_callbackId, ___1_credential, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_PhoneAuthProvider_VerificationCompletedHandler_m1908E067FBA7D0523B22DF76F34160260C9853A8(int32_t ___0_callbackId, intptr_t ___1_credential) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation PhoneAuthProvider_VerificationCompletedHandler_m1908E067FBA7D0523B22DF76F34160260C9853A8(___0_callbackId, ___1_credential, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_PhoneAuthProvider_VerificationFailedHandler_m5C2381D34CDDDEC8B8ABEB91816F694C69389C89(int32_t ___0_callbackId, char* ___1_error) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___1_error' to managed representation String_t* ____1_error_unmarshaled = NULL; ____1_error_unmarshaled = il2cpp_codegen_marshal_string_result(___1_error); // Managed method invocation PhoneAuthProvider_VerificationFailedHandler_m5C2381D34CDDDEC8B8ABEB91816F694C69389C89(___0_callbackId, ____1_error_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_PhoneAuthProvider_CodeSentHandler_m0085620DFFF492AC07A692C3F1F1D5FDD9A1B10D(int32_t ___0_callbackId, char* ___1_verificationId, intptr_t ___2_token) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___1_verificationId' to managed representation String_t* ____1_verificationId_unmarshaled = NULL; ____1_verificationId_unmarshaled = il2cpp_codegen_marshal_string_result(___1_verificationId); // Managed method invocation PhoneAuthProvider_CodeSentHandler_m0085620DFFF492AC07A692C3F1F1D5FDD9A1B10D(___0_callbackId, ____1_verificationId_unmarshaled, ___2_token, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_PhoneAuthProvider_TimeOutHandler_m23FEC91423C3DBADF29DB5BF6D13E1E936659AD7(int32_t ___0_callbackId, char* ___1_verificationId) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___1_verificationId' to managed representation String_t* ____1_verificationId_unmarshaled = NULL; ____1_verificationId_unmarshaled = il2cpp_codegen_marshal_string_result(___1_verificationId); // Managed method invocation PhoneAuthProvider_TimeOutHandler_m23FEC91423C3DBADF29DB5BF6D13E1E936659AD7(___0_callbackId, ____1_verificationId_unmarshaled, NULL); } // System.Int32 Firebase.Auth.PhoneAuthProvider::SaveCallbacks(Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED,Firebase.Auth.PhoneAuthProvider/VerificationCompleted,Firebase.Auth.PhoneAuthProvider/VerificationFailed,Firebase.Auth.PhoneAuthProvider/CodeSent,Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PhoneAuthProvider_SaveCallbacks_mAF77FFC3EF9F1AC178A1F402104D30F6D556BEDD (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___0_verificationCompleted_DEPRECATED, VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* ___1_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___2_verificationFailed, CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* ___3_codeSent, CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* ___4_timeOut, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mE4759E7AD2DB6ABAFC8B05EDC7C19E97DA81F61F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* V_1 = NULL; Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; { il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); int32_t L_0 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___uidGenerator_0; int32_t L_1 = L_0; ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___uidGenerator_0 = ((int32_t)il2cpp_codegen_add(L_1, 1)); V_0 = L_1; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_2 = (PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54*)il2cpp_codegen_object_new(PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54_il2cpp_TypeInfo_var); NullCheck(L_2); PhoneAuthDelegates__ctor_m9E605B58247D0BE125651079AB0684975FBD2624(L_2, NULL); PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_3 = L_2; VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* L_4 = ___0_verificationCompleted_DEPRECATED; NullCheck(L_3); L_3->___verificationCompleted_DEPRECATED_0 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___verificationCompleted_DEPRECATED_0), (void*)L_4); PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_5 = L_3; VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* L_6 = ___1_verificationCompleted; NullCheck(L_5); L_5->___verificationCompleted_1 = L_6; Il2CppCodeGenWriteBarrier((void**)(&L_5->___verificationCompleted_1), (void*)L_6); PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_7 = L_5; VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_8 = ___2_verificationFailed; NullCheck(L_7); L_7->___verificationFailed_2 = L_8; Il2CppCodeGenWriteBarrier((void**)(&L_7->___verificationFailed_2), (void*)L_8); PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_9 = L_7; CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* L_10 = ___3_codeSent; NullCheck(L_9); L_9->___codeSent_3 = L_10; Il2CppCodeGenWriteBarrier((void**)(&L_9->___codeSent_3), (void*)L_10); PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_11 = L_9; CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* L_12 = ___4_timeOut; NullCheck(L_11); L_11->___timeOut_4 = L_12; Il2CppCodeGenWriteBarrier((void**)(&L_11->___timeOut_4), (void*)L_12); V_1 = L_11; Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_13 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; V_2 = L_13; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005b: {// begin finally (depth: 1) { bool L_14 = V_3; if (!L_14) { goto IL_0065; } } { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_15 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_15, NULL); } IL_0065: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_16 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_16, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_17 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; int32_t L_18 = V_0; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_19 = V_1; NullCheck(L_17); Dictionary_2_set_Item_mE4759E7AD2DB6ABAFC8B05EDC7C19E97DA81F61F(L_17, L_18, L_19, Dictionary_2_set_Item_mE4759E7AD2DB6ABAFC8B05EDC7C19E97DA81F61F_RuntimeMethod_var); goto IL_0066; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0066: { int32_t L_20 = V_0; V_4 = L_20; goto IL_006b; } IL_006b: { int32_t L_21 = V_4; return L_21; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerificationCompletedHandler_DEPRECATED(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerificationCompletedHandler_DEPRECATED_m51050E3706EC7901E6DE55E7ADD36627BE76D868 (int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CVerificationCompletedHandler_DEPRECATEDU3Eb__0_m27BD920FE0238522AFA6E736400DE76B02409FEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* V_0 = NULL; { U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* L_0 = (U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass10_0__ctor_m72478404B58757C246F48CE396D90CE4AE26ED07(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* L_1 = V_0; intptr_t L_2 = ___1_credential; NullCheck(L_1); L_1->___credential_0 = L_2; U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* L_3 = V_0; int32_t L_4 = ___0_callbackId; NullCheck(L_3); L_3->___callbackId_1 = L_4; U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* L_5 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_6); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass10_0_U3CVerificationCompletedHandler_DEPRECATEDU3Eb__0_m27BD920FE0238522AFA6E736400DE76B02409FEF_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); ExceptionAggregator_Wrap_m634CB376212591B294956C0EEAECF47DA7D1DA73(L_6, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerificationCompletedHandler(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerificationCompletedHandler_m1908E067FBA7D0523B22DF76F34160260C9853A8 (int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_0_U3CVerificationCompletedHandlerU3Eb__0_m9D525FC077220BB65905AA816F2C2A2370D27D09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* V_0 = NULL; { U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* L_0 = (U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass11_0__ctor_m0497BF7204E671EB6604C71ECBE662D3D804CE97(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* L_1 = V_0; intptr_t L_2 = ___1_credential; NullCheck(L_1); L_1->___credential_0 = L_2; U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* L_3 = V_0; int32_t L_4 = ___0_callbackId; NullCheck(L_3); L_3->___callbackId_1 = L_4; U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* L_5 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_6); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass11_0_U3CVerificationCompletedHandlerU3Eb__0_m9D525FC077220BB65905AA816F2C2A2370D27D09_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); ExceptionAggregator_Wrap_m634CB376212591B294956C0EEAECF47DA7D1DA73(L_6, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerificationFailedHandler(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerificationFailedHandler_m5C2381D34CDDDEC8B8ABEB91816F694C69389C89 (int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass12_0_U3CVerificationFailedHandlerU3Eb__0_m8776C73D36CABC97D8CBEB536B17AA468B6DD3D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* V_0 = NULL; { U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* L_0 = (U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass12_0__ctor_m39564978568ECAD5B52412D58D8837960E4E117F(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* L_1 = V_0; int32_t L_2 = ___0_callbackId; NullCheck(L_1); L_1->___callbackId_0 = L_2; U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* L_3 = V_0; String_t* L_4 = ___1_error; NullCheck(L_3); L_3->___error_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___error_1), (void*)L_4); U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* L_5 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_6); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass12_0_U3CVerificationFailedHandlerU3Eb__0_m8776C73D36CABC97D8CBEB536B17AA468B6DD3D4_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); ExceptionAggregator_Wrap_m634CB376212591B294956C0EEAECF47DA7D1DA73(L_6, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::CodeSentHandler(System.Int32,System.String,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_CodeSentHandler_m0085620DFFF492AC07A692C3F1F1D5FDD9A1B10D (int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_U3CCodeSentHandlerU3Eb__0_mEFF402122E674C78A7884F1BFC598CB9D30E9251_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* V_0 = NULL; { U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* L_0 = (U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass13_0__ctor_m9D10A9817B8FCC20BBEFA77F9BD558DACB34355F(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* L_1 = V_0; intptr_t L_2 = ___2_token; NullCheck(L_1); L_1->___token_0 = L_2; U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* L_3 = V_0; int32_t L_4 = ___0_callbackId; NullCheck(L_3); L_3->___callbackId_1 = L_4; U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* L_5 = V_0; String_t* L_6 = ___1_verificationId; NullCheck(L_5); L_5->___verificationId_2 = L_6; Il2CppCodeGenWriteBarrier((void**)(&L_5->___verificationId_2), (void*)L_6); U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* L_7 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_8); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass13_0_U3CCodeSentHandlerU3Eb__0_mEFF402122E674C78A7884F1BFC598CB9D30E9251_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); ExceptionAggregator_Wrap_m634CB376212591B294956C0EEAECF47DA7D1DA73(L_8, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::TimeOutHandler(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_TimeOutHandler_m23FEC91423C3DBADF29DB5BF6D13E1E936659AD7 (int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_U3CTimeOutHandlerU3Eb__0_mA54A105916B2353273552FEC454D5C4787F8C88D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* V_0 = NULL; { U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* L_0 = (U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass14_0__ctor_m2F4E98F9546B3CB7122F5C04C9696C750E5A955B(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* L_1 = V_0; int32_t L_2 = ___0_callbackId; NullCheck(L_1); L_1->___callbackId_0 = L_2; U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* L_3 = V_0; String_t* L_4 = ___1_verificationId; NullCheck(L_3); L_3->___verificationId_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___verificationId_1), (void*)L_4); U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* L_5 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_6); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass14_0_U3CTimeOutHandlerU3Eb__0_mA54A105916B2353273552FEC454D5C4787F8C88D_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(ExceptionAggregator_t79259EF5E7CCF32340080CFAC267848A89DA90E3_il2cpp_TypeInfo_var); ExceptionAggregator_Wrap_m634CB376212591B294956C0EEAECF47DA7D1DA73(L_6, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::InitializeCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_InitializeCallbacks_mCBF03370DF8830BAD66D92ADBBD0A2C71BE17A6D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); bool L_0 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___callbacksInitialized_8; V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___callbacksInitialized_8 = (bool)1; VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* L_2 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationCompletedDelegate_DEPRECATED_3; VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* L_3 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationCompletedDelegate_4; VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* L_4 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationFailedDelegate_5; CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* L_5 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___codeSentDelegate_6; TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* L_6 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___timeOutDelegate_7; PhoneAuthProviderInternal_SetCallbacks_m4B2568AB610562E0B9DD05932177E258D2AAC1A2(L_2, L_3, L_4, L_5, L_6, NULL); } IL_0034: { return; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerifyPhoneNumber(System.String,System.UInt32,Firebase.Auth.ForceResendingToken,Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED,Firebase.Auth.PhoneAuthProvider/VerificationFailed) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerifyPhoneNumber_m0DEA104F1AE8061EED9468DCC2148CD5909C642C (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, String_t* ___0_phoneNumber, uint32_t ___1_autoVerifyTimeOutMs, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___2_forceResendingToken, VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___3_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___4_verificationFailed, const RuntimeMethod* method) { { String_t* L_0 = ___0_phoneNumber; uint32_t L_1 = ___1_autoVerifyTimeOutMs; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_2 = ___2_forceResendingToken; VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* L_3 = ___3_verificationCompleted; VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_4 = ___4_verificationFailed; PhoneAuthProvider_VerifyPhoneNumber_m8BC14E6EFAB2D94ABAFBEE5529491B7993C9A5F9(__this, L_0, L_1, L_2, L_3, L_4, (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF*)NULL, (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E*)NULL, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerifyPhoneNumber(System.String,System.UInt32,Firebase.Auth.ForceResendingToken,Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED,Firebase.Auth.PhoneAuthProvider/VerificationFailed,Firebase.Auth.PhoneAuthProvider/CodeSent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerifyPhoneNumber_mFA44FF0E3E7FEB82B30360B75662ED8F4624A8DE (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, String_t* ___0_phoneNumber, uint32_t ___1_autoVerifyTimeOutMs, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___2_forceResendingToken, VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___3_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___4_verificationFailed, CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* ___5_codeSent, const RuntimeMethod* method) { { String_t* L_0 = ___0_phoneNumber; uint32_t L_1 = ___1_autoVerifyTimeOutMs; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_2 = ___2_forceResendingToken; VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* L_3 = ___3_verificationCompleted; VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_4 = ___4_verificationFailed; CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* L_5 = ___5_codeSent; PhoneAuthProvider_VerifyPhoneNumber_m8BC14E6EFAB2D94ABAFBEE5529491B7993C9A5F9(__this, L_0, L_1, L_2, L_3, L_4, L_5, (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E*)NULL, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerifyPhoneNumber(System.String,System.UInt32,Firebase.Auth.ForceResendingToken,Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED,Firebase.Auth.PhoneAuthProvider/VerificationFailed,Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerifyPhoneNumber_m4C479431E95A1AFFC29471FF8492440D6E5853A3 (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, String_t* ___0_phoneNumber, uint32_t ___1_autoVerifyTimeOutMs, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___2_forceResendingToken, VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___3_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___4_verificationFailed, CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* ___5_codeAutoRetrievalTimeOut, const RuntimeMethod* method) { { String_t* L_0 = ___0_phoneNumber; uint32_t L_1 = ___1_autoVerifyTimeOutMs; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_2 = ___2_forceResendingToken; VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* L_3 = ___3_verificationCompleted; VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_4 = ___4_verificationFailed; CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* L_5 = ___5_codeAutoRetrievalTimeOut; PhoneAuthProvider_VerifyPhoneNumber_m8BC14E6EFAB2D94ABAFBEE5529491B7993C9A5F9(__this, L_0, L_1, L_2, L_3, L_4, (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF*)NULL, L_5, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerifyPhoneNumber(System.String,System.UInt32,Firebase.Auth.ForceResendingToken,Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED,Firebase.Auth.PhoneAuthProvider/VerificationFailed,Firebase.Auth.PhoneAuthProvider/CodeSent,Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerifyPhoneNumber_m8BC14E6EFAB2D94ABAFBEE5529491B7993C9A5F9 (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, String_t* ___0_phoneNumber, uint32_t ___1_autoVerifyTimeOutMs, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___2_forceResendingToken, VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* ___3_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___4_verificationFailed, CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* ___5_codeSent, CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* ___6_codeAutoRetrievalTimeOut, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* V_2 = NULL; bool V_3 = false; { VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* L_0 = ___3_verificationCompleted; VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_1 = ___4_verificationFailed; CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* L_2 = ___5_codeSent; CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* L_3 = ___6_codeAutoRetrievalTimeOut; il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); int32_t L_4; L_4 = PhoneAuthProvider_SaveCallbacks_mAF77FFC3EF9F1AC178A1F402104D30F6D556BEDD(L_0, (VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0*)NULL, L_1, L_2, L_3, NULL); V_0 = L_4; PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_5 = __this->___InternalProvider_9; String_t* L_6 = ___0_phoneNumber; uint32_t L_7 = ___1_autoVerifyTimeOutMs; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_8 = ___2_forceResendingToken; int32_t L_9 = V_0; NullCheck(L_5); intptr_t L_10; L_10 = PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m871309AB0A164294CBA047C7BDEDEFF8EA251139(L_5, L_6, L_7, L_8, L_9, NULL); V_1 = L_10; Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_11 = __this->___cppListeners_2; V_2 = L_11; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0044: {// begin finally (depth: 1) { bool L_12 = V_3; if (!L_12) { goto IL_004e; } } { Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_13 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_13, NULL); } IL_004e: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_14 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_14, (&V_3), NULL); Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_15 = __this->___cppListeners_2; int32_t L_16 = V_0; intptr_t L_17 = V_1; NullCheck(L_15); Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD(L_15, L_16, L_17, Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD_RuntimeMethod_var); goto IL_004f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004f: { return; } } // System.Void Firebase.Auth.PhoneAuthProvider::VerifyPhoneNumber(Firebase.Auth.PhoneAuthOptions,Firebase.Auth.PhoneAuthProvider/VerificationCompleted,Firebase.Auth.PhoneAuthProvider/VerificationFailed,Firebase.Auth.PhoneAuthProvider/CodeSent,Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_VerifyPhoneNumber_m21C5BBDBFC570C41C3C9763F6AE6D11051713BF6 (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* ___0_options, VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* ___1_verificationCompleted, VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* ___2_verificationFailed, CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* ___3_codeSent, CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* ___4_codeAutoRetrievalTimeOut, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* V_2 = NULL; bool V_3 = false; { VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* L_0 = ___1_verificationCompleted; VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_1 = ___2_verificationFailed; CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* L_2 = ___3_codeSent; CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* L_3 = ___4_codeAutoRetrievalTimeOut; il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); int32_t L_4; L_4 = PhoneAuthProvider_SaveCallbacks_mAF77FFC3EF9F1AC178A1F402104D30F6D556BEDD((VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C*)NULL, L_0, L_1, L_2, L_3, NULL); V_0 = L_4; PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_5 = __this->___InternalProvider_9; PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_6 = ___0_options; int32_t L_7 = V_0; NullCheck(L_5); intptr_t L_8; L_8 = PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m259749CEC65BDD72734A52E3702E9237665823CE(L_5, L_6, L_7, NULL); V_1 = L_8; Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_9 = __this->___cppListeners_2; V_2 = L_9; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0040: {// begin finally (depth: 1) { bool L_10 = V_3; if (!L_10) { goto IL_004a; } } { Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_11 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_11, NULL); } IL_004a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_12 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_12, (&V_3), NULL); Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_13 = __this->___cppListeners_2; int32_t L_14 = V_0; intptr_t L_15 = V_1; NullCheck(L_13); Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD(L_13, L_14, L_15, Dictionary_2_Add_mDFDFE0E001065CA7063719DB397A5C867C187EDD_RuntimeMethod_var); goto IL_004b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004b: { return; } } // System.Void Firebase.Auth.PhoneAuthProvider::.ctor(Firebase.Auth.FirebaseAuth) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider__ctor_m909AA476B1361B9824979119CC373646A51878E2 (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_auth, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m97E7D12C9590422F3ECCA246F7433E3879AE66B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_0 = (Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574*)il2cpp_codegen_object_new(Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_m97E7D12C9590422F3ECCA246F7433E3879AE66B9(L_0, Dictionary_2__ctor_m97E7D12C9590422F3ECCA246F7433E3879AE66B9_RuntimeMethod_var); __this->___cppListeners_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___cppListeners_2), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); PhoneAuthProvider_InitializeCallbacks_mCBF03370DF8830BAD66D92ADBBD0A2C71BE17A6D(NULL); FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_1 = ___0_auth; PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_2; L_2 = PhoneAuthProviderInternal_GetInstance_mD0854A3A6F5DC04474992A154D89082E0AF997ED(L_1, NULL); __this->___InternalProvider_9 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___InternalProvider_9), (void*)L_2); return; } } // System.Void Firebase.Auth.PhoneAuthProvider::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider_Dispose_m8030AED5361B726920AF63071E30281AF156AED4 (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m392FA02193C96CD50987578CD37BFADE5E7ED2DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mFC2D734F52A61003414411FC1DF844187214621C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAA8FA6A0FC9A7051595D4D0AE67B29062C060248_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m3BAB7A1738C4096F06FB463B0E360D0532E65ADF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mF312F3965423FA5D86BCF7CE559E78AB64850807_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* V_0 = NULL; bool V_1 = false; Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1 V_2; memset((&V_2), 0, sizeof(V_2)); intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); { Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_0 = __this->___cppListeners_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007b: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0085; } } { Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0085: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_4 = __this->___cppListeners_2; NullCheck(L_4); ValueCollection_t9BB8A0119B0BBA328FF0FB53EC1025EA2C0FE349* L_5; L_5 = Dictionary_2_get_Values_mFC2D734F52A61003414411FC1DF844187214621C(L_4, Dictionary_2_get_Values_mFC2D734F52A61003414411FC1DF844187214621C_RuntimeMethod_var); NullCheck(L_5); Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1 L_6; L_6 = ValueCollection_GetEnumerator_mF312F3965423FA5D86BCF7CE559E78AB64850807(L_5, ValueCollection_GetEnumerator_mF312F3965423FA5D86BCF7CE559E78AB64850807_RuntimeMethod_var); V_2 = L_6; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004a_1: {// begin finally (depth: 2) Enumerator_Dispose_mAA8FA6A0FC9A7051595D4D0AE67B29062C060248((&V_2), Enumerator_Dispose_mAA8FA6A0FC9A7051595D4D0AE67B29062C060248_RuntimeMethod_var); return; }// end finally (depth: 2) }); try {// begin try (depth: 2) { goto IL_003f_2; } IL_0028_2: { intptr_t L_7; L_7 = Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_inline((&V_2), Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_RuntimeMethod_var); V_3 = L_7; PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_8 = __this->___InternalProvider_9; intptr_t L_9 = V_3; NullCheck(L_8); PhoneAuthProviderInternal_DestroyListenerImplInternal_m66FF943897F01668957B7379EDAA9C80C7E1C462(L_8, L_9, NULL); } IL_003f_2: { bool L_10; L_10 = Enumerator_MoveNext_m3BAB7A1738C4096F06FB463B0E360D0532E65ADF((&V_2), Enumerator_MoveNext_m3BAB7A1738C4096F06FB463B0E360D0532E65ADF_RuntimeMethod_var); if (L_10) { goto IL_0028_2; } } { goto IL_0059_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0059_1: { Dictionary_2_t1162512424A1243A90AED7D6453F2F3658C97574* L_11 = __this->___cppListeners_2; NullCheck(L_11); Dictionary_2_Clear_m392FA02193C96CD50987578CD37BFADE5E7ED2DD(L_11, Dictionary_2_Clear_m392FA02193C96CD50987578CD37BFADE5E7ED2DD_RuntimeMethod_var); PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_12 = __this->___InternalProvider_9; NullCheck(L_12); PhoneAuthProviderInternal_Dispose_m05D7DB5B9574219F8E6FDAC1E3D914E4A88E45E6(L_12, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0086; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0086: { return; } } // Firebase.Auth.PhoneAuthProvider Firebase.Auth.PhoneAuthProvider::GetInstance(Firebase.Auth.FirebaseAuth) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* PhoneAuthProvider_GetInstance_mF480D2BD4750ECF56041ACA9D9308F16539B72F0 (FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_auth, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mB5D533005E577A7C246F0F727C44F07C7374CF27_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBC922ED9464F76A4865E69F2424AFE1902138E39_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* V_0 = NULL; bool V_1 = false; PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* V_2 = NULL; bool V_3 = false; PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* V_4 = NULL; { il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* L_0 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___CachedProviders_10; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0044: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_004e; } } { Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004e: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); V_2 = (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11*)NULL; il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* L_4 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___CachedProviders_10; FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_5 = ___0_auth; NullCheck(L_4); bool L_6; L_6 = Dictionary_2_TryGetValue_mBC922ED9464F76A4865E69F2424AFE1902138E39(L_4, L_5, (&V_2), Dictionary_2_TryGetValue_mBC922ED9464F76A4865E69F2424AFE1902138E39_RuntimeMethod_var); V_3 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); bool L_7 = V_3; if (!L_7) { goto IL_003f_1; } } { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_8 = ___0_auth; PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* L_9 = (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11*)il2cpp_codegen_object_new(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); NullCheck(L_9); PhoneAuthProvider__ctor_m909AA476B1361B9824979119CC373646A51878E2(L_9, L_8, NULL); V_2 = L_9; il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* L_10 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___CachedProviders_10; FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_11 = ___0_auth; PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* L_12 = V_2; NullCheck(L_10); Dictionary_2_Add_mB5D533005E577A7C246F0F727C44F07C7374CF27(L_10, L_11, L_12, Dictionary_2_Add_mB5D533005E577A7C246F0F727C44F07C7374CF27_RuntimeMethod_var); } IL_003f_1: { PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* L_13 = V_2; V_4 = L_13; goto IL_004f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004f: { PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* L_14 = V_4; return L_14; } } // Firebase.Auth.Credential Firebase.Auth.PhoneAuthProvider::GetCredential_DEPRECATED(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* PhoneAuthProvider_GetCredential_DEPRECATED_m49440803C3FAB47BF6AF9390BDFF889E3B5BC01A (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, String_t* ___0_verificationId, String_t* ___1_verificationCode, const RuntimeMethod* method) { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_0 = __this->___InternalProvider_9; String_t* L_1 = ___0_verificationId; String_t* L_2 = ___1_verificationCode; NullCheck(L_0); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3; L_3 = PhoneAuthProviderInternal_GetCredential_DEPRECATED_m106DC4C546C0F59B1B259C57F42971855E8BFCBF(L_0, L_1, L_2, NULL); V_0 = L_3; goto IL_0011; } IL_0011: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_4 = V_0; return L_4; } } // Firebase.Auth.PhoneAuthCredential Firebase.Auth.PhoneAuthProvider::GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* PhoneAuthProvider_GetCredential_mBB2BAAB710D0934F6509173D74A79818A0949CFE (PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11* __this, String_t* ___0_verificationId, String_t* ___1_verificationCode, const RuntimeMethod* method) { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* V_0 = NULL; { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_0 = __this->___InternalProvider_9; String_t* L_1 = ___0_verificationId; String_t* L_2 = ___1_verificationCode; NullCheck(L_0); PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_3; L_3 = PhoneAuthProviderInternal_GetCredential_m797188F339B32C2851586DA91EB9103B79151072(L_0, L_1, L_2, NULL); V_0 = L_3; goto IL_0011; } IL_0011: { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_4 = V_0; return L_4; } } // System.Void Firebase.Auth.PhoneAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProvider__cctor_m78ABE1905DCE88DCB5E2DA4EEACE2470E72379F4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m604C1E3A2EA5D7FA04C07FE4EA978556F4A8D9E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mDFE9D4590AFCD2C8E3D2D8AA4D98ECB3491E3228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_CodeSentHandler_m0085620DFFF492AC07A692C3F1F1D5FDD9A1B10D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_TimeOutHandler_m23FEC91423C3DBADF29DB5BF6D13E1E936659AD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_VerificationCompletedHandler_DEPRECATED_m51050E3706EC7901E6DE55E7ADD36627BE76D868_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_VerificationCompletedHandler_m1908E067FBA7D0523B22DF76F34160260C9853A8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_VerificationFailedHandler_m5C2381D34CDDDEC8B8ABEB91816F694C69389C89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___uidGenerator_0 = 0; Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_0 = (Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB*)il2cpp_codegen_object_new(Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_mDFE9D4590AFCD2C8E3D2D8AA4D98ECB3491E3228(L_0, Dictionary_2__ctor_mDFE9D4590AFCD2C8E3D2D8AA4D98ECB3491E3228_RuntimeMethod_var); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1), (void*)L_0); VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* L_1 = (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7*)il2cpp_codegen_object_new(VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7_il2cpp_TypeInfo_var); NullCheck(L_1); VerificationCompletedDelegate_DEPRECATED__ctor_m2D5E0CC7194E96DDD6FA64C5A252194EB05A0EA4(L_1, NULL, (intptr_t)((void*)PhoneAuthProvider_VerificationCompletedHandler_DEPRECATED_m51050E3706EC7901E6DE55E7ADD36627BE76D868_RuntimeMethod_var), NULL); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationCompletedDelegate_DEPRECATED_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationCompletedDelegate_DEPRECATED_3), (void*)L_1); VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* L_2 = (VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4*)il2cpp_codegen_object_new(VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4_il2cpp_TypeInfo_var); NullCheck(L_2); VerificationCompletedDelegate__ctor_m155F0AA045C5E79AB3C4C0DE5649A0DDCF9F3AD5(L_2, NULL, (intptr_t)((void*)PhoneAuthProvider_VerificationCompletedHandler_m1908E067FBA7D0523B22DF76F34160260C9853A8_RuntimeMethod_var), NULL); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationCompletedDelegate_4 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationCompletedDelegate_4), (void*)L_2); VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* L_3 = (VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5*)il2cpp_codegen_object_new(VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5_il2cpp_TypeInfo_var); NullCheck(L_3); VerificationFailedDelegate__ctor_m72AFD93FB57C8910CE5DDE233B750613BE90A911(L_3, NULL, (intptr_t)((void*)PhoneAuthProvider_VerificationFailedHandler_m5C2381D34CDDDEC8B8ABEB91816F694C69389C89_RuntimeMethod_var), NULL); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationFailedDelegate_5 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___verificationFailedDelegate_5), (void*)L_3); CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* L_4 = (CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735*)il2cpp_codegen_object_new(CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735_il2cpp_TypeInfo_var); NullCheck(L_4); CodeSentDelegate__ctor_m39C6527D428C8A8703A37D961A0B72E98AFB7C8C(L_4, NULL, (intptr_t)((void*)PhoneAuthProvider_CodeSentHandler_m0085620DFFF492AC07A692C3F1F1D5FDD9A1B10D_RuntimeMethod_var), NULL); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___codeSentDelegate_6 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___codeSentDelegate_6), (void*)L_4); TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* L_5 = (TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427*)il2cpp_codegen_object_new(TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427_il2cpp_TypeInfo_var); NullCheck(L_5); TimeOutDelegate__ctor_mC2EE55BD942A5E96A63CF5CD366C9A1F27283B37(L_5, NULL, (intptr_t)((void*)PhoneAuthProvider_TimeOutHandler_m23FEC91423C3DBADF29DB5BF6D13E1E936659AD7_RuntimeMethod_var), NULL); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___timeOutDelegate_7 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___timeOutDelegate_7), (void*)L_5); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___callbacksInitialized_8 = (bool)0; Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3* L_6 = (Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3*)il2cpp_codegen_object_new(Dictionary_2_t73A0A3401AA650C9358869829F00BC843404F6E3_il2cpp_TypeInfo_var); NullCheck(L_6); Dictionary_2__ctor_m604C1E3A2EA5D7FA04C07FE4EA978556F4A8D9E2(L_6, Dictionary_2__ctor_m604C1E3A2EA5D7FA04C07FE4EA978556F4A8D9E2_RuntimeMethod_var); ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___CachedProviders_10 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___CachedProviders_10), (void*)L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_Multicast(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_credential, reinterpret_cast(currentDelegate->___method_3)); } } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenInst(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { NullCheck(___0_credential); typedef void (*FunctionPointerType) (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_credential, method); } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenStatic(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_credential, method); } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenStaticInvoker(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { InvokerActionInvoker1< Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_credential); } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_ClosedStaticInvoker(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_credential); } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenVirtual(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { NullCheck(___0_credential); VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_credential); } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenInterface(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { NullCheck(___0_credential); InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_credential); } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenGenericVirtual(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { NullCheck(___0_credential); GenericVirtualActionInvoker0::Invoke(method, ___0_credential); } void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenGenericInterface(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { NullCheck(___0_credential); GenericInterfaceActionInvoker0::Invoke(method, ___0_credential); } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompleted_DEPRECATED__ctor_m59D1A24DD3ABB3E2FB23326DB70AE20FA91AA6C2 (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_Multicast; } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED::Invoke(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_credential, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED::BeginInvoke(Firebase.Auth.Credential,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerificationCompleted_DEPRECATED_BeginInvoke_m1CA3654B63C9B8513B919642344864C1FCD99800 (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_credential; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted_DEPRECATED::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompleted_DEPRECATED_EndInvoke_m7A7553253A0436A76F644A0874347863A50B1248 (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_Multicast(VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_credential, reinterpret_cast(currentDelegate->___method_3)); } } void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_OpenInst(VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { NullCheck(___0_credential); typedef void (*FunctionPointerType) (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_credential, method); } void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_OpenStatic(VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_credential, method); } void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_OpenStaticInvoker(VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { InvokerActionInvoker1< PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_credential); } void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_ClosedStaticInvoker(VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_credential); } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompleted__ctor_mF686D78E1EC31045C62231FB6E0015E25D3BCD8F (VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_Multicast; } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted::Invoke(Firebase.Auth.PhoneAuthCredential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7 (VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_credential, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProvider/VerificationCompleted::BeginInvoke(Firebase.Auth.PhoneAuthCredential,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerificationCompleted_BeginInvoke_mDEB50855F67E2FA86E7572BF20B14EFFFDCC3088 (VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_credential; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationCompleted::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompleted_EndInvoke_mA993CB4D655B88F273EDB9776A116332FDBD3B18 (VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_Multicast(VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_error, reinterpret_cast(currentDelegate->___method_3)); } } void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_OpenInst(VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { NullCheck(___0_error); typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_error, method); } void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_OpenStatic(VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_error, method); } void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_OpenStaticInvoker(VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { InvokerActionInvoker1< String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_error); } void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_ClosedStaticInvoker(VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_error); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8 (VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_error' to native representation char* ____0_error_marshaled = NULL; ____0_error_marshaled = il2cpp_codegen_marshal_string(___0_error); // Native function invocation il2cppPInvokeFunc(____0_error_marshaled); // Marshaling cleanup of parameter '___0_error' native representation il2cpp_codegen_marshal_free(____0_error_marshaled); ____0_error_marshaled = NULL; } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationFailed::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationFailed__ctor_mADE6F9B13B9C5038816F9F134772EE967133D03F (VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_Multicast; } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationFailed::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721 (VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_error, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProvider/VerificationFailed::BeginInvoke(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerificationFailed_BeginInvoke_m8934387527CB39668486985BF69CE56A7481E056 (VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_error; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.PhoneAuthProvider/VerificationFailed::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationFailed_EndInvoke_m5A2A07B90303BDE78B1300C50A2E704503A7C041 (VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_Multicast(CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_verificationId, ___1_forceResendingToken, reinterpret_cast(currentDelegate->___method_3)); } } void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_OpenInst(CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) { NullCheck(___0_verificationId); typedef void (*FunctionPointerType) (String_t*, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_verificationId, ___1_forceResendingToken, method); } void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_OpenStatic(CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (String_t*, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_verificationId, ___1_forceResendingToken, method); } void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_OpenStaticInvoker(CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) { InvokerActionInvoker2< String_t*, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_verificationId, ___1_forceResendingToken); } void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_ClosedStaticInvoker(CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, String_t*, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_verificationId, ___1_forceResendingToken); } // System.Void Firebase.Auth.PhoneAuthProvider/CodeSent::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeSent__ctor_m608063BD558B107334084BAA23822246BAE693DB (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 1; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_Multicast; } // System.Void Firebase.Auth.PhoneAuthProvider/CodeSent::Invoke(System.String,Firebase.Auth.ForceResendingToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658 (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_verificationId, ___1_forceResendingToken, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProvider/CodeSent::BeginInvoke(System.String,Firebase.Auth.ForceResendingToken,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CodeSent_BeginInvoke_mA11D693A775465CA0EB04765B352C66ED0385A72 (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_verificationId; __d_args[1] = ___1_forceResendingToken; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } // System.Void Firebase.Auth.PhoneAuthProvider/CodeSent::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeSent_EndInvoke_m1681CE408BC04ED7DF936819F4C878F7A3C842E2 (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_Multicast(CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_verificationId, reinterpret_cast(currentDelegate->___method_3)); } } void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_OpenInst(CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { NullCheck(___0_verificationId); typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_verificationId, method); } void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_OpenStatic(CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_verificationId, method); } void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_OpenStaticInvoker(CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { InvokerActionInvoker1< String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_verificationId); } void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_ClosedStaticInvoker(CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_verificationId); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_verificationId' to native representation char* ____0_verificationId_marshaled = NULL; ____0_verificationId_marshaled = il2cpp_codegen_marshal_string(___0_verificationId); // Native function invocation il2cppPInvokeFunc(____0_verificationId_marshaled); // Marshaling cleanup of parameter '___0_verificationId' native representation il2cpp_codegen_marshal_free(____0_verificationId_marshaled); ____0_verificationId_marshaled = NULL; } // System.Void Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeAutoRetrievalTimeOut__ctor_m3233797E15B1E7B16318F7857B32E728893ED6E4 (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_Multicast; } // System.Void Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09 (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_verificationId, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut::BeginInvoke(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CodeAutoRetrievalTimeOut_BeginInvoke_mD36D4EA4B9F5F5F7085A56A9D75FA215EFB1840B (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_verificationId; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.PhoneAuthProvider/CodeAutoRetrievalTimeOut::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeAutoRetrievalTimeOut_EndInvoke_mB77658643318DB3633AE03E60467F9AE15527233 (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.PhoneAuthProvider/PhoneAuthDelegates::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthDelegates__ctor_m9E605B58247D0BE125651079AB0684975FBD2624 (PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m72478404B58757C246F48CE396D90CE4AE26ED07 (U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CVerificationCompletedHandler_DEPRECATEDU3Eb__0_m27BD920FE0238522AFA6E736400DE76B02409FEF (U3CU3Ec__DisplayClass10_0_t46EB2F5F2B058433EC96CE04D8F1628B9EEA10AA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* V_1 = NULL; bool V_2 = false; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* V_3 = NULL; bool V_4 = false; int32_t G_B4_0 = 0; { intptr_t L_0 = __this->___credential_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_1); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_1, L_0, (bool)1, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_2 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0063: {// begin finally (depth: 1) { bool L_3 = V_2; if (!L_3) { goto IL_006d; } } { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_006d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_6 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; int32_t L_7 = __this->___callbackId_1; NullCheck(L_6); bool L_8; L_8 = Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1(L_6, L_7, (&V_3), Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); if (!L_8) { goto IL_003f_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_9 = V_3; NullCheck(L_9); VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* L_10 = L_9->___verificationCompleted_DEPRECATED_0; G_B4_0 = ((!(((RuntimeObject*)(VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); goto IL_0040_1; } IL_003f_1: { G_B4_0 = 0; } IL_0040_1: { V_4 = (bool)G_B4_0; bool L_11 = V_4; if (!L_11) { goto IL_0057_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_12 = V_3; NullCheck(L_12); VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* L_13 = L_12->___verificationCompleted_DEPRECATED_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_14 = V_0; NullCheck(L_13); VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_inline(L_13, L_14, NULL); goto IL_0060_1; } IL_0057_1: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_15 = V_0; NullCheck(L_15); Credential_Dispose_m442C8D4C0921BAB54013A17D1BBC9D4A340398BC(L_15, NULL); } IL_0060_1: { goto IL_006e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006e: { 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 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m0497BF7204E671EB6604C71ECBE662D3D804CE97 (U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass11_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CVerificationCompletedHandlerU3Eb__0_m9D525FC077220BB65905AA816F2C2A2370D27D09 (U3CU3Ec__DisplayClass11_0_t39F2A72D4EE889DB20175BCA6633ACF5A7178C68* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* V_0 = NULL; Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* V_1 = NULL; bool V_2 = false; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* V_3 = NULL; bool V_4 = false; int32_t G_B4_0 = 0; { intptr_t L_0 = __this->___credential_0; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_1 = (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*)il2cpp_codegen_object_new(PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9_il2cpp_TypeInfo_var); NullCheck(L_1); PhoneAuthCredential__ctor_m3F6695FA6E0239C9A1F5E516E2343F45FD55D429(L_1, L_0, (bool)1, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_2 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0063: {// begin finally (depth: 1) { bool L_3 = V_2; if (!L_3) { goto IL_006d; } } { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_006d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_6 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; int32_t L_7 = __this->___callbackId_1; NullCheck(L_6); bool L_8; L_8 = Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1(L_6, L_7, (&V_3), Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); if (!L_8) { goto IL_003f_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_9 = V_3; NullCheck(L_9); VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* L_10 = L_9->___verificationCompleted_1; G_B4_0 = ((!(((RuntimeObject*)(VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); goto IL_0040_1; } IL_003f_1: { G_B4_0 = 0; } IL_0040_1: { V_4 = (bool)G_B4_0; bool L_11 = V_4; if (!L_11) { goto IL_0057_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_12 = V_3; NullCheck(L_12); VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* L_13 = L_12->___verificationCompleted_1; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_14 = V_0; NullCheck(L_13); VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_inline(L_13, L_14, NULL); goto IL_0060_1; } IL_0057_1: { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_15 = V_0; NullCheck(L_15); Credential_Dispose_m442C8D4C0921BAB54013A17D1BBC9D4A340398BC(L_15, NULL); } IL_0060_1: { goto IL_006e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006e: { 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 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m39564978568ECAD5B52412D58D8837960E4E117F (U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass12_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CVerificationFailedHandlerU3Eb__0_m8776C73D36CABC97D8CBEB536B17AA468B6DD3D4 (U3CU3Ec__DisplayClass12_0_tC7415069F898C494F51A76C0742A23AE0AE3CF03* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* V_0 = NULL; bool V_1 = false; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* V_2 = NULL; bool V_3 = false; int32_t G_B4_0 = 0; { il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_0 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004e: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0058; } } { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0058: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_4 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; int32_t L_5 = __this->___callbackId_0; NullCheck(L_4); bool L_6; L_6 = Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1(L_4, L_5, (&V_2), Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); if (!L_6) { goto IL_0032_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_7 = V_2; NullCheck(L_7); VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_8 = L_7->___verificationFailed_2; G_B4_0 = ((!(((RuntimeObject*)(VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); goto IL_0033_1; } IL_0032_1: { G_B4_0 = 0; } IL_0033_1: { V_3 = (bool)G_B4_0; bool L_9 = V_3; if (!L_9) { goto IL_004b_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_10 = V_2; NullCheck(L_10); VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* L_11 = L_10->___verificationFailed_2; String_t* L_12 = __this->___error_1; NullCheck(L_11); VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_inline(L_11, L_12, NULL); } IL_004b_1: { goto IL_0059; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0059: { 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 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m9D10A9817B8FCC20BBEFA77F9BD558DACB34355F (U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass13_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0_U3CCodeSentHandlerU3Eb__0_mEFF402122E674C78A7884F1BFC598CB9D30E9251 (U3CU3Ec__DisplayClass13_0_t56073D13574FCFAF7B5CCFAE54AF78C402C2E070* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* V_0 = NULL; Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* V_1 = NULL; bool V_2 = false; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* V_3 = NULL; bool V_4 = false; int32_t G_B4_0 = 0; { intptr_t L_0 = __this->___token_0; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_1 = (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*)il2cpp_codegen_object_new(ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015_il2cpp_TypeInfo_var); NullCheck(L_1); ForceResendingToken__ctor_m0D6DFBA2FC29D1B3BA1EE59428F5783B6FC2A813(L_1, L_0, (bool)1, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_2 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0069: {// begin finally (depth: 1) { bool L_3 = V_2; if (!L_3) { goto IL_0073; } } { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_0073: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_6 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; int32_t L_7 = __this->___callbackId_1; NullCheck(L_6); bool L_8; L_8 = Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1(L_6, L_7, (&V_3), Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); if (!L_8) { goto IL_003f_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_9 = V_3; NullCheck(L_9); CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* L_10 = L_9->___codeSent_3; G_B4_0 = ((!(((RuntimeObject*)(CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); goto IL_0040_1; } IL_003f_1: { G_B4_0 = 0; } IL_0040_1: { V_4 = (bool)G_B4_0; bool L_11 = V_4; if (!L_11) { goto IL_005d_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_12 = V_3; NullCheck(L_12); CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* L_13 = L_12->___codeSent_3; String_t* L_14 = __this->___verificationId_2; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_15 = V_0; NullCheck(L_13); CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_inline(L_13, L_14, L_15, NULL); goto IL_0066_1; } IL_005d_1: { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_16 = V_0; NullCheck(L_16); ForceResendingToken_Dispose_m61E9016E40F2571A3DB20741D5FDCB6AF46F51FF(L_16, NULL); } IL_0066_1: { goto IL_0074; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0074: { 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 Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m2F4E98F9546B3CB7122F5C04C9696C750E5A955B (U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProvider/<>c__DisplayClass14_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3CTimeOutHandlerU3Eb__0_mA54A105916B2353273552FEC454D5C4787F8C88D (U3CU3Ec__DisplayClass14_0_tECAB321D10404D34B2AFC2518E5C3625A89D2146* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* V_0 = NULL; bool V_1 = false; PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* V_2 = NULL; bool V_3 = false; int32_t G_B4_0 = 0; { il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_0 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004e: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0058; } } { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0058: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var); Dictionary_2_t744458D5578D45C02F5535D6CC4CD1CF8012C5BB* L_4 = ((PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_StaticFields*)il2cpp_codegen_static_fields_for(PhoneAuthProvider_t21AD7AFDB8048F880A424C0A8E4EDEBFC3C9DE11_il2cpp_TypeInfo_var))->___authCallbacks_1; int32_t L_5 = __this->___callbackId_0; NullCheck(L_4); bool L_6; L_6 = Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1(L_4, L_5, (&V_2), Dictionary_2_TryGetValue_m14B18CEC8799229014E49E9418EFF92FC6E04EE1_RuntimeMethod_var); if (!L_6) { goto IL_0032_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_7 = V_2; NullCheck(L_7); CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* L_8 = L_7->___timeOut_4; G_B4_0 = ((!(((RuntimeObject*)(CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); goto IL_0033_1; } IL_0032_1: { G_B4_0 = 0; } IL_0033_1: { V_3 = (bool)G_B4_0; bool L_9 = V_3; if (!L_9) { goto IL_004b_1; } } { PhoneAuthDelegates_tAF4435EFB837B62CBC6603F94139CC7DE665BF54* L_10 = V_2; NullCheck(L_10); CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* L_11 = L_10->___timeOut_4; String_t* L_12 = __this->___verificationId_1; NullCheck(L_11); CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_inline(L_11, L_12, NULL); } IL_004b_1: { goto IL_0059; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0059: { 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 Firebase.Auth.UserInfoInterfaceList::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterfaceList::getCPtr(Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserInfoInterfaceList_getCPtr_mBD3088D0DD9F76137A2D5C3A26DA2D5F0DCA67BB (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterfaceList::swigRelease(Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserInfoInterfaceList_swigRelease_mBD712B38C39C12C66674D957A73B6E8D1DA9138E (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_swigRelease_mBD712B38C39C12C66674D957A73B6E8D1DA9138E_RuntimeMethod_var))); } IL_0022: { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_9 = ___0_obj; NullCheck(L_9); UserInfoInterfaceList_Dispose_m5557A4C61CEBDF0BDE2E547FF9AD9A45BF5EE23C(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Finalize_mD87F34DA6097611DF14931E8EFD82BCB18AAE4B8 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(7 /* System.Void Firebase.Auth.UserInfoInterfaceList::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Dispose_m5557A4C61CEBDF0BDE2E547FF9AD9A45BF5EE23C (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(7 /* System.Void Firebase.Auth.UserInfoInterfaceList::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Dispose_m762CE3D8A9AB4E0B499441635367D7B5B106919A (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_UserInfoInterfaceList_m673388B29961D491797C27A1E10A1B179E8F60CC(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_mE59A29430A00F421B29641D6E19EF87906D4EAE0 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_2 = NULL; RuntimeObject* V_3 = NULL; { UserInfoInterfaceList__ctor_m5CD33019D8119E4FADCC6072DDAC4D19F5654C91(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList__ctor_mE59A29430A00F421B29641D6E19EF87906D4EAE0_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0045: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_3; if (!L_6) { goto IL_0056; } } { RuntimeObject* L_7 = V_3; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7); } IL_0056: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003b_1; } IL_0025_1: { RuntimeObject* L_8 = V_1; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8); V_2 = ((UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)CastclassClass((RuntimeObject*)L_9, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var)); UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_10 = V_2; UserInfoInterfaceList_Add_m05896D857CD98864AF32EB53ACE66B4B4CF1B54F(__this, L_10, NULL); } IL_003b_1: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0025_1; } } { goto IL_0057; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0057: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_mF8EE71C38F7924DF2D7EB2368D9B938F79066310 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t1CEDE3C0F786FB53F92DE3C513556F4BB341F5E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tC4386F40E9114DB9B83563866D7496EC12D3A133_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_2 = NULL; { UserInfoInterfaceList__ctor_m5CD33019D8119E4FADCC6072DDAC4D19F5654C91(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList__ctor_mF8EE71C38F7924DF2D7EB2368D9B938F79066310_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t1CEDE3C0F786FB53F92DE3C513556F4BB341F5E5_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0040: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_004a; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_004a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0036_1; } IL_0025_1: { RuntimeObject* L_7 = V_1; NullCheck(L_7); UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_8; L_8 = InterfaceFuncInvoker0< UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tC4386F40E9114DB9B83563866D7496EC12D3A133_il2cpp_TypeInfo_var, L_7); V_2 = L_8; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_9 = V_2; UserInfoInterfaceList_Add_m05896D857CD98864AF32EB53ACE66B4B4CF1B54F(__this, L_9, NULL); } IL_0036_1: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0025_1; } } { goto IL_004b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004b: { return; } } // System.Boolean Firebase.Auth.UserInfoInterfaceList::get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserInfoInterfaceList_get_IsFixedSize_mA2C4F600AB85A5D8A8D67E227872CD3B87B35019 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Boolean Firebase.Auth.UserInfoInterfaceList::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserInfoInterfaceList_get_IsReadOnly_m71CB8CF0F9AC08943CE11E8895C6C50A5D67005D (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceList_get_Item_m90DE22481B4283FE04B767F1E9982542EC24BF81 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, const RuntimeMethod* method) { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_0 = NULL; { int32_t L_0 = ___0_index; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_1; L_1 = UserInfoInterfaceList_getitem_m4F540665DCA102083266DAC5C125C598E43FEDE7(__this, L_0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_2 = V_0; return L_2; } } // System.Void Firebase.Auth.UserInfoInterfaceList::set_Item(System.Int32,Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_set_Item_m655854A422A853E35AED423519F5CBCFE40826A0 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___1_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_1 = ___1_value; UserInfoInterfaceList_setitem_m099056215DB1DB0B4E10256E8C003CBB81C54060(__this, L_0, L_1, NULL); return; } } // System.Int32 Firebase.Auth.UserInfoInterfaceList::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UserInfoInterfaceList_get_Capacity_m9B18410248AC1776C6F19551878BF894F1319C06 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = UserInfoInterfaceList_capacity_m74067E276B9A730DDA6D074A2CA4302BF46E9EC4(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Void Firebase.Auth.UserInfoInterfaceList::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_set_Capacity_m42B4ED737FCE1593983C944B184ABAC4EBE1F8D8 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_value, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___0_value; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0010; } } { int32_t L_1 = ___0_value; uint32_t L_2; L_2 = UserInfoInterfaceList_size_m7207A009DCB6AF05E9CDAFC7D2369DE72E05B506(__this, NULL); G_B3_0 = ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))? 1 : 0); goto IL_0011; } IL_0010: { G_B3_0 = 1; } IL_0011: { V_0 = (bool)G_B3_0; bool L_3 = V_0; if (!L_3) { goto IL_0020; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_set_Capacity_m42B4ED737FCE1593983C944B184ABAC4EBE1F8D8_RuntimeMethod_var))); } IL_0020: { int32_t L_5 = ___0_value; UserInfoInterfaceList_reserve_m75762E0C463ADCDDED1BF16B2FAE378775DF0F6E(__this, L_5, NULL); return; } } // System.Int32 Firebase.Auth.UserInfoInterfaceList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = UserInfoInterfaceList_size_m7207A009DCB6AF05E9CDAFC7D2369DE72E05B506(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Boolean Firebase.Auth.UserInfoInterfaceList::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserInfoInterfaceList_get_IsSynchronized_m5C57F16CA0FADE2D7CC4DC5FA9965D1022DD7290 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Void Firebase.Auth.UserInfoInterfaceList::CopyTo(Firebase.Auth.UserInfoInterface[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_CopyTo_mA45506B87B7869153B1095B0BD04BBD82EB76665 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* ___0_array, const RuntimeMethod* method) { { UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_0 = ___0_array; int32_t L_1; L_1 = UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752(__this, NULL); UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911(__this, 0, L_0, 0, L_1, NULL); return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::CopyTo(Firebase.Auth.UserInfoInterface[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_CopyTo_m89A09FDA1095E0A2041F1DF5394BE6775FB03FC9 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { { UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_0 = ___0_array; int32_t L_1 = ___1_arrayIndex; int32_t L_2; L_2 = UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752(__this, NULL); UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911(__this, 0, L_0, L_1, L_2, NULL); return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::CopyTo(System.Int32,Firebase.Auth.UserInfoInterface[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; bool V_7 = false; int32_t G_B13_0 = 0; { UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_0 = ___1_array; V_0 = (bool)((((RuntimeObject*)(UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___0_index; V_1 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_002c; } } { 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_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911_RuntimeMethod_var))); } IL_002c: { int32_t L_6 = ___2_arrayIndex; V_2 = (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_0044; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911_RuntimeMethod_var))); } IL_0044: { int32_t L_9 = ___3_count; V_3 = (bool)((((int32_t)L_9) < ((int32_t)0))? 1 : 0); bool L_10 = V_3; if (!L_10) { goto IL_005d; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_11); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911_RuntimeMethod_var))); } IL_005d: { UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_12 = ___1_array; NullCheck((RuntimeArray*)L_12); int32_t L_13; L_13 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F((RuntimeArray*)L_12, NULL); V_4 = (bool)((((int32_t)L_13) > ((int32_t)1))? 1 : 0); bool L_14 = V_4; if (!L_14) { goto IL_007c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_15); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911_RuntimeMethod_var))); } IL_007c: { int32_t L_16 = ___0_index; int32_t L_17 = ___3_count; int32_t L_18; L_18 = UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752(__this, NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_16, L_17))) > ((int32_t)L_18))) { goto IL_0093; } } { int32_t L_19 = ___2_arrayIndex; int32_t L_20 = ___3_count; UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_21 = ___1_array; NullCheck(L_21); G_B13_0 = ((((int32_t)((int32_t)il2cpp_codegen_add(L_19, L_20))) > ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))? 1 : 0); goto IL_0094; } IL_0093: { G_B13_0 = 1; } IL_0094: { V_5 = (bool)G_B13_0; bool L_22 = V_5; if (!L_22) { goto IL_00a5; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_23); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_CopyTo_mE94C183711F6736A50806BFA362BFCE685111911_RuntimeMethod_var))); } IL_00a5: { V_6 = 0; goto IL_00c5; } IL_00aa: { UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_24 = ___1_array; int32_t L_25 = ___0_index; int32_t L_26 = V_6; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_27; L_27 = UserInfoInterfaceList_getitemcopy_mE34ACE1AAF1E237E390FAC743A276BDA01FDE99F(__this, ((int32_t)il2cpp_codegen_add(L_25, L_26)), NULL); int32_t L_28 = ___2_arrayIndex; int32_t L_29 = V_6; NullCheck((RuntimeArray*)L_24); Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8((RuntimeArray*)L_24, L_27, ((int32_t)il2cpp_codegen_add(L_28, L_29)), NULL); int32_t L_30 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_00c5: { int32_t L_31 = V_6; int32_t L_32 = ___3_count; V_7 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0); bool L_33 = V_7; if (L_33) { goto IL_00aa; } } { return; } } // Firebase.Auth.UserInfoInterface[] Firebase.Auth.UserInfoInterfaceList::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* UserInfoInterfaceList_ToArray_m472A8A09AC49E04B8868D57713E70FE8C77C0CAE (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* V_0 = NULL; UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* V_1 = NULL; { int32_t L_0; L_0 = UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752(__this, NULL); UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_1 = (UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35*)(UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35*)SZArrayNew(UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_2 = V_0; UserInfoInterfaceList_CopyTo_mA45506B87B7869153B1095B0BD04BBD82EB76665(__this, L_2, NULL); UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_3 = V_0; V_1 = L_3; goto IL_0019; } IL_0019: { UserInfoInterfaceU5BU5D_t474D5A34CCD91022AA5566C6416E4E0004C97F35* L_4 = V_1; return L_4; } } // System.Collections.Generic.IEnumerator`1 Firebase.Auth.UserInfoInterfaceList::global::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UserInfoInterfaceList_globalU3AU3ASystem_Collections_Generic_IEnumerableU3CFirebase_Auth_UserInfoInterfaceU3E_GetEnumerator_m88C7FCD1496BD53FC623BADAD2B75ACE67AD0BB0 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_0 = (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0*)il2cpp_codegen_object_new(UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0_il2cpp_TypeInfo_var); NullCheck(L_0); UserInfoInterfaceListEnumerator__ctor_mD779D3ABD54FE75D99807B1DCB0057CBED38B929(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Collections.IEnumerator Firebase.Auth.UserInfoInterfaceList::global::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UserInfoInterfaceList_globalU3AU3ASystem_Collections_IEnumerable_GetEnumerator_m0968E2A0F5FBD9C19AA92999F0242B081289B7BD (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_0 = (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0*)il2cpp_codegen_object_new(UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0_il2cpp_TypeInfo_var); NullCheck(L_0); UserInfoInterfaceListEnumerator__ctor_mD779D3ABD54FE75D99807B1DCB0057CBED38B929(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator Firebase.Auth.UserInfoInterfaceList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* UserInfoInterfaceList_GetEnumerator_mEF5AF122029F528CE0EB3066AA7A8FBC28BD4ED4 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* V_0 = NULL; { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_0 = (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0*)il2cpp_codegen_object_new(UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0_il2cpp_TypeInfo_var); NullCheck(L_0); UserInfoInterfaceListEnumerator__ctor_mD779D3ABD54FE75D99807B1DCB0057CBED38B929(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_1 = V_0; return L_1; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Clear_m796BE28FBFB91A78AD3A6D175991474F56644DDB (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_Clear_m84D08D44EAC78AFA7E3FFE81DE622A9C15AB6E6D(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_Clear_m796BE28FBFB91A78AD3A6D175991474F56644DDB_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Add(Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Add_m05896D857CD98864AF32EB53ACE66B4B4CF1B54F (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___0_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_1 = ___0_x; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = UserInfoInterface_getCPtr_m0C41B730B4D9E054EF32258C836334EF121E38AB(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_Add_m2B9AF38C693CE4493A351353AEAB00D4AEAC2D1D(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_Add_m05896D857CD98864AF32EB53ACE66B4B4CF1B54F_RuntimeMethod_var))); } IL_0022: { return; } } // System.UInt32 Firebase.Auth.UserInfoInterfaceList::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UserInfoInterfaceList_size_m7207A009DCB6AF05E9CDAFC7D2369DE72E05B506 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AuthUtilPINVOKE_UserInfoInterfaceList_size_m066B7CC65DD89DDE33C4C20ADB14048D02E463F6(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_size_m7207A009DCB6AF05E9CDAFC7D2369DE72E05B506_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.UInt32 Firebase.Auth.UserInfoInterfaceList::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UserInfoInterfaceList_capacity_m74067E276B9A730DDA6D074A2CA4302BF46E9EC4 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AuthUtilPINVOKE_UserInfoInterfaceList_capacity_mE9760BA44D016925A3810839F4CB7EFB0F4D7CDF(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_capacity_m74067E276B9A730DDA6D074A2CA4302BF46E9EC4_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.Void Firebase.Auth.UserInfoInterfaceList::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_reserve_m75762E0C463ADCDDED1BF16B2FAE378775DF0F6E (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, uint32_t ___0_n, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint32_t L_1 = ___0_n; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_reserve_mC5E211BE4577AE92D940F7606BB467395F91C27D(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_reserve_m75762E0C463ADCDDED1BF16B2FAE378775DF0F6E_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_m5CD33019D8119E4FADCC6072DDAC4D19F5654C91 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_UserInfoInterfaceList__SWIG_0_mADEE06A8877BAB33A513BBA6AF68BCF51C9C7EA5(NULL); UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList__ctor_m5CD33019D8119E4FADCC6072DDAC4D19F5654C91_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::.ctor(Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_m9AA8CAC9160F1ABB36CDD26BFE14D182496BBE67 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_0 = ___0_other; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = UserInfoInterfaceList_getCPtr_mBD3088D0DD9F76137A2D5C3A26DA2D5F0DCA67BB(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_new_UserInfoInterfaceList__SWIG_1_mA89F74AD67A08EB5CB70737436AEB490FDA4551A(L_1, NULL); UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList__ctor_m9AA8CAC9160F1ABB36CDD26BFE14D182496BBE67_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList__ctor_m9887BEA74DB82AAFD0C3D9D448C233B029B3826C (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_capacity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___0_capacity; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_new_UserInfoInterfaceList__SWIG_2_m091DAC05EADC98A3B0A406CDA76AE62D6FA47A33(L_0, NULL); UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135(__this, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList__ctor_m9887BEA74DB82AAFD0C3D9D448C233B029B3826C_RuntimeMethod_var))); } IL_001e: { return; } } // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceList_getitemcopy_mE34ACE1AAF1E237E390FAC743A276BDA01FDE99F (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_0 = NULL; bool V_1 = false; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_UserInfoInterfaceList_getitemcopy_m06E4941EA4EBE0E74733708D5BF4558ED8C412AD(L_0, L_1, NULL); UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_3 = (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)il2cpp_codegen_object_new(UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var); NullCheck(L_3); UserInfoInterface__ctor_mBC0F4C86070AE545C35D518F3CAD3860D9BB73BC(L_3, L_2, (bool)1, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_getitemcopy_mE34ACE1AAF1E237E390FAC743A276BDA01FDE99F_RuntimeMethod_var))); } IL_0023: { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_7 = V_0; V_2 = L_7; goto IL_0027; } IL_0027: { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_8 = V_2; return L_8; } } // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceList_getitem_m4F540665DCA102083266DAC5C125C598E43FEDE7 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_0 = NULL; bool V_1 = false; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_UserInfoInterfaceList_getitem_mF4D49DD6ECF0A4F9A5492D0462C4DFEC0AADF02F(L_0, L_1, NULL); UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_3 = (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)il2cpp_codegen_object_new(UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var); NullCheck(L_3); UserInfoInterface__ctor_mBC0F4C86070AE545C35D518F3CAD3860D9BB73BC(L_3, L_2, (bool)0, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_getitem_m4F540665DCA102083266DAC5C125C598E43FEDE7_RuntimeMethod_var))); } IL_0023: { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_7 = V_0; V_2 = L_7; goto IL_0027; } IL_0027: { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_8 = V_2; return L_8; } } // System.Void Firebase.Auth.UserInfoInterfaceList::setitem(System.Int32,Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_setitem_m099056215DB1DB0B4E10256E8C003CBB81C54060 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___1_val, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_2 = ___1_val; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = UserInfoInterface_getCPtr_m0C41B730B4D9E054EF32258C836334EF121E38AB(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_setitem_m74C18CCB527EFA9D1F7043DE3DB1B19C94148800(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_setitem_m099056215DB1DB0B4E10256E8C003CBB81C54060_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::AddRange(Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_AddRange_m7EF616A4A55DD7651C5E8B82832EA952C735DDD1 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___0_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_1 = ___0_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = UserInfoInterfaceList_getCPtr_mBD3088D0DD9F76137A2D5C3A26DA2D5F0DCA67BB(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_AddRange_m5D8FEEC796E689E797B8101B2F45F4E2D0827B0C(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_AddRange_m7EF616A4A55DD7651C5E8B82832EA952C735DDD1_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.Auth.UserInfoInterfaceList Firebase.Auth.UserInfoInterfaceList::GetRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* UserInfoInterfaceList_GetRange_m11F580D491CC1A5C3C0291A34C7A0CD6BB7480AE (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* V_1 = NULL; bool V_2 = false; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* V_3 = NULL; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_UserInfoInterfaceList_GetRange_m71D0DB0E3D46E8D844D645468971E851134B812C(L_0, L_1, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0025; } } { intptr_t L_7 = V_0; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_8 = (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD*)il2cpp_codegen_object_new(UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD_il2cpp_TypeInfo_var); NullCheck(L_8); UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135(L_8, L_7, (bool)1, NULL); G_B3_0 = L_8; goto IL_0026; } IL_0025: { G_B3_0 = ((UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD*)(NULL)); } IL_0026: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0036; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_GetRange_m11F580D491CC1A5C3C0291A34C7A0CD6BB7480AE_RuntimeMethod_var))); } IL_0036: { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_12 = V_1; V_3 = L_12; goto IL_003a; } IL_003a: { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Insert(System.Int32,Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Insert_m3D31F6B02A764C29E309CDEB77C73987799D273C (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___1_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_2 = ___1_x; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = UserInfoInterface_getCPtr_m0C41B730B4D9E054EF32258C836334EF121E38AB(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_Insert_mB88C0140E716EFD64BA921F1B3371B33FFF2F172(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_Insert_m3D31F6B02A764C29E309CDEB77C73987799D273C_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::InsertRange(System.Int32,Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_InsertRange_mA8A46CD3CC878BB7DC78289B94546055F7079FCB (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = UserInfoInterfaceList_getCPtr_mBD3088D0DD9F76137A2D5C3A26DA2D5F0DCA67BB(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_InsertRange_mD188FBBAC9A64621D810523EBAA83B0926A18DA2(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_InsertRange_mA8A46CD3CC878BB7DC78289B94546055F7079FCB_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_RemoveAt_m24769EBB25D600D72F696DB1B3DDF68B230AB6A2 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_RemoveAt_mBEBC4FE5E0C4997CFA9A011464BEC44EEE9713B6(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_RemoveAt_m24769EBB25D600D72F696DB1B3DDF68B230AB6A2_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_RemoveRange_m7CC0F50EFB373CA0886D0B82567497CBB1DEDBA2 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_RemoveRange_m2E322992A632E130E899C0C0090C56784DFCBC2A(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_RemoveRange_m7CC0F50EFB373CA0886D0B82567497CBB1DEDBA2_RuntimeMethod_var))); } IL_001e: { return; } } // Firebase.Auth.UserInfoInterfaceList Firebase.Auth.UserInfoInterfaceList::Repeat(Firebase.Auth.UserInfoInterface,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* UserInfoInterfaceList_Repeat_m2413999106705BBE0114FFFC1A0E438FA1FC77EF (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___0_value, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* V_1 = NULL; bool V_2 = false; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* V_3 = NULL; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* G_B3_0 = NULL; { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_0 = ___0_value; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = UserInfoInterface_getCPtr_m0C41B730B4D9E054EF32258C836334EF121E38AB(L_0, NULL); int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_UserInfoInterfaceList_Repeat_m1A1EAFAFC655320BEE367A7FD6232269086CA0D1(L_1, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0024; } } { intptr_t L_7 = V_0; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_8 = (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD*)il2cpp_codegen_object_new(UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD_il2cpp_TypeInfo_var); NullCheck(L_8); UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135(L_8, L_7, (bool)1, NULL); G_B3_0 = L_8; goto IL_0025; } IL_0024: { G_B3_0 = ((UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD*)(NULL)); } IL_0025: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0035; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_Repeat_m2413999106705BBE0114FFFC1A0E438FA1FC77EF_RuntimeMethod_var))); } IL_0035: { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_12 = V_1; V_3 = L_12; goto IL_0039; } IL_0039: { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Reverse_mD1E08F431592D2B1D6982891324F4A1919F7265F (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_Reverse__SWIG_0_mC0C879E2622C0BF34C53953D642CD100C456CD3E(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_Reverse_mD1E08F431592D2B1D6982891324F4A1919F7265F_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::Reverse(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_Reverse_m2E713B89F60024CC8C86ABD365FCFB3666C98EA2 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_Reverse__SWIG_1_m2E24466BC2C31473F502CB755BA83445C65C8526(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_Reverse_m2E713B89F60024CC8C86ABD365FCFB3666C98EA2_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList::SetRange(System.Int32,Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceList_SetRange_mFE1CD6228775262E19515FBF315C4D81E31FBFA7 (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* __this, int32_t ___0_index, UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = UserInfoInterfaceList_getCPtr_mBD3088D0DD9F76137A2D5C3A26DA2D5F0DCA67BB(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserInfoInterfaceList_SetRange_mC283408BCEFA728FDD15D729579FDDCB88F22C39(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceList_SetRange_mFE1CD6228775262E19515FBF315C4D81E31FBFA7_RuntimeMethod_var))); } IL_0023: { 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 Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::.ctor(Firebase.Auth.UserInfoInterfaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceListEnumerator__ctor_mD779D3ABD54FE75D99807B1DCB0057CBED38B929 (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* ___0_collection, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_0 = ___0_collection; __this->___collectionRef_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___collectionRef_0), (void*)L_0); __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_1 = __this->___collectionRef_0; NullCheck(L_1); int32_t L_2; L_2 = UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752(L_1, NULL); __this->___currentSize_3 = L_2; return; } } // Firebase.Auth.UserInfoInterface Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5 (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* V_3 = NULL; { int32_t L_0 = __this->___currentIndex_1; V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_2); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->___currentIndex_1; int32_t L_4 = __this->___currentSize_3; V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0038; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_6); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5_RuntimeMethod_var))); } IL_0038: { RuntimeObject* L_7 = __this->___currentObject_2; V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0050; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5_RuntimeMethod_var))); } IL_0050: { RuntimeObject* L_10 = __this->___currentObject_2; V_3 = ((UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)CastclassClass((RuntimeObject*)L_10, UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062_il2cpp_TypeInfo_var)); goto IL_005e; } IL_005e: { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_11 = V_3; return L_11; } } // System.Object Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::global::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UserInfoInterfaceListEnumerator_globalU3AU3ASystem_Collections_IEnumerator_get_Current_mEBF7E9B8E62AEAE652555C0FEB9943919CD0A19E (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_0; L_0 = UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Boolean Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserInfoInterfaceListEnumerator_MoveNext_mA06DD7C328BC883784EDBD2898CCF8AC09899E35 (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t G_B3_0 = 0; { UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752(L_0, NULL); V_0 = L_1; int32_t L_2 = __this->___currentIndex_1; int32_t L_3 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) >= ((int32_t)L_3))) { goto IL_0023; } } { int32_t L_4 = V_0; int32_t L_5 = __this->___currentSize_3; G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_1 = (bool)G_B3_0; bool L_6 = V_1; V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_0053; } } { int32_t L_8 = __this->___currentIndex_1; __this->___currentIndex_1 = ((int32_t)il2cpp_codegen_add(L_8, 1)); UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_9 = __this->___collectionRef_0; int32_t L_10 = __this->___currentIndex_1; NullCheck(L_9); UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_11; L_11 = UserInfoInterfaceList_get_Item_m90DE22481B4283FE04B767F1E9982542EC24BF81(L_9, L_10, NULL); __this->___currentObject_2 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)L_11); goto IL_005c; } IL_0053: { __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); } IL_005c: { bool L_12 = V_1; V_3 = L_12; goto IL_0060; } IL_0060: { bool L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceListEnumerator_Reset_m84D9BD111102E2BB9576D2117D87E57374790933 (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, const RuntimeMethod* method) { bool V_0 = false; { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = UserInfoInterfaceList_get_Count_mD452E4D40103FDC7BB2AFBC3D191568F81388752(L_0, NULL); int32_t L_2 = __this->___currentSize_3; V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0035; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterfaceListEnumerator_Reset_m84D9BD111102E2BB9576D2117D87E57374790933_RuntimeMethod_var))); } IL_0035: { return; } } // System.Void Firebase.Auth.UserInfoInterfaceList/UserInfoInterfaceListEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterfaceListEnumerator_Dispose_mABC4CAA0F542118D3553710150D459FE856E399F (UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* __this, const RuntimeMethod* method) { { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_Future_User_SWIG_CompletionDispatcher_m4D8780428EE377272E731A6E9988328C64CFC82E(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation Future_User_SWIG_CompletionDispatcher_m4D8780428EE377272E731A6E9988328C64CFC82E(___0_key, NULL); } // System.Void Firebase.Auth.Future_User::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User__ctor_m4921804BE72053DD67804F59F83DBDC31CC33B59 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_Future_User_SWIGUpcast_m8351BB3FFF59BBB0E79A615DE27479EE2D490B27(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_User::getCPtr(Firebase.Auth.Future_User) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_User_getCPtr_m80281C3D9F5398C3F875CBE59934B4F73963E6D3 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_User::swigRelease(Firebase.Auth.Future_User) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_User_swigRelease_mEBF68599EBC5F688201408065639246B6644A124 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_swigRelease_mEBF68599EBC5F688201408065639246B6644A124_RuntimeMethod_var))); } IL_0022: { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.Future_User::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Dispose_m11787F5815D6E96F1210F52467F4E15D22E5D914 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; Future_User_SetCompletionData_m9B0F0C6E70D2635D44B671021F34588C0E995491(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_Future_User_mDE5DCFBB612138DDA4A71F05AE25A3FC55385D53(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.Future_User::GetTask(Firebase.Auth.Future_User) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* Future_User_GetTask_m9EB1DEC8936B897DEC8AB0F4CF1E25F8871AF00A (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mC46419BB62CE470D6A5EF5177D88980F148CE5AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* V_0 = NULL; bool V_1 = false; Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* V_2 = NULL; bool V_3 = false; { U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_0 = (U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_m249348EDFCD5F2A76A0C282F5F94481231B9D57A(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_1 = V_0; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_3 = V_0; TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_4 = (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85*)il2cpp_codegen_object_new(TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36(L_4, TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_m882B63921C8EAF5A22A08AFD6851BE6F4400A48C(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0042; } } { U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_7 = V_0; NullCheck(L_7); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_8 = L_7->___tcs_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_mAC5AB6C8BD341602F66565E1E8B2DAB5B03E172E(NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5(L_8, L_9, TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_10 = V_0; NullCheck(L_10); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_11 = L_10->___tcs_1; NullCheck(L_11); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_12; L_12 = TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_inline(L_11, TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); V_2 = L_12; goto IL_00a0; } IL_0042: { U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_13 = V_0; NullCheck(L_13); Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_14 = L_13->___fu_0; NullCheck(L_14); int32_t L_15; L_15 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_14, NULL); V_3 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007a; } } { U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_17 = V_0; NullCheck(L_17); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_18 = L_17->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_19 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_19); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_19, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_18); TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5(L_18, L_19, TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_20 = V_0; NullCheck(L_20); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_21 = L_20->___tcs_1; NullCheck(L_21); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_22; L_22 = TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_inline(L_21, TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); V_2 = L_22; goto IL_00a0; } IL_007a: { U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_23 = V_0; NullCheck(L_23); Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_24 = L_23->___fu_0; U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_25 = V_0; Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* L_26 = (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C*)il2cpp_codegen_object_new(Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C_il2cpp_TypeInfo_var); NullCheck(L_26); Action__ctor_m36EB2EEF5DEC591F7A825B3DDEBE00060E132492(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mC46419BB62CE470D6A5EF5177D88980F148CE5AB_RuntimeMethod_var), NULL); NullCheck(L_24); Future_User_SetOnCompletionCallback_mE74D483740D50328FEED02B74BC8C4D36B072844(L_24, L_26, NULL); U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* L_27 = V_0; NullCheck(L_27); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_28 = L_27->___tcs_1; NullCheck(L_28); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_29; L_29 = TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_inline(L_28, TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); V_2 = L_29; goto IL_00a0; } IL_00a0: { Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_30 = V_2; return L_30; } } // System.Void Firebase.Auth.Future_User::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_ThrowIfDisposed_m63693BBFEEC103A351DEBA56ADE6E028547A46E6 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_ThrowIfDisposed_m63693BBFEEC103A351DEBA56ADE6E028547A46E6_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.Auth.Future_User::SetOnCompletionCallback(Firebase.Auth.Future_User/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SetOnCompletionCallback_mE74D483740D50328FEED02B74BC8C4D36B072844 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mEC5C75419C4794BBD2BDC871F63F20C180956259_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m0125750016304D2457B5851E166252BA80B34C2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_SWIG_CompletionDispatcher_m4D8780428EE377272E731A6E9988328C64CFC82E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { Future_User_ThrowIfDisposed_m63693BBFEEC103A351DEBA56ADE6E028547A46E6(__this, NULL); SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* L_2 = (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_m230CBDCDB23532B178FCCEEFF97D4CB2B9402FD3(L_2, NULL, (intptr_t)((void*)Future_User_SWIG_CompletionDispatcher_m4D8780428EE377272E731A6E9988328C64CFC82E_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* L_7 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* L_9 = (Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732*)il2cpp_codegen_object_new(Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_mEC5C75419C4794BBD2BDC871F63F20C180956259(L_9, Dictionary_2__ctor_mEC5C75419C4794BBD2BDC871F63F20C180956259_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); int32_t L_10 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* L_12 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_m0125750016304D2457B5851E166252BA80B34C2A(L_12, L_13, L_14, Dictionary_2_set_Item_m0125750016304D2457B5851E166252BA80B34C2A_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = Future_User_SWIG_OnCompletion_m4423B04C2D94704B96D6F9658E3A595B32281BE6(__this, L_15, L_16, NULL); Future_User_SetCompletionData_m9B0F0C6E70D2635D44B671021F34588C0E995491(__this, L_17, NULL); return; } } // System.Void Firebase.Auth.Future_User::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SetCompletionData_m9B0F0C6E70D2635D44B671021F34588C0E995491 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Future_User_SWIG_FreeCompletionData_m8E982035D9FF5447A2E906C30C7967ED9A559047(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Future_User_SWIG_FreeCompletionData_m8E982035D9FF5447A2E906C30C7967ED9A559047(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.Auth.Future_User::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SWIG_CompletionDispatcher_m4D8780428EE377272E731A6E9988328C64CFC82E (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mFA48B358BD9B09CBF4EB6578D59B3F9C16B167E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m8DE99D67967291A3EA1E9FC95A5D2C7628E8E910_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C*)NULL; il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* L_4 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* L_5 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m8DE99D67967291A3EA1E9FC95A5D2C7628E8E910(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_m8DE99D67967291A3EA1E9FC95A5D2C7628E8E910_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Dictionary_2_t105F85A15BF9481F3725B84078FC8A7B5DDC3732* L_9 = ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_mFA48B358BD9B09CBF4EB6578D59B3F9C16B167E4(L_9, L_10, Dictionary_2_Remove_mFA48B358BD9B09CBF4EB6578D59B3F9C16B167E4_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* L_14 = V_0; NullCheck(L_14); Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.Auth.Future_User::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User__ctor_mA2C672227290927171A33146B5F4E86926EE7C5D (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_Future_User_mB79540024B7BD8E8A7CC5ADA7CED3669E04715D0(NULL); Future_User__ctor_m4921804BE72053DD67804F59F83DBDC31CC33B59(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User__ctor_mA2C672227290927171A33146B5F4E86926EE7C5D_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.Auth.Future_User::SWIG_OnCompletion(Firebase.Auth.Future_User/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_User_SWIG_OnCompletion_m4423B04C2D94704B96D6F9658E3A595B32281BE6 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_Future_User_SWIG_OnCompletion_m296C5844E099430387E2F721F1D6A24FD54AF941(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_SWIG_OnCompletion_m4423B04C2D94704B96D6F9658E3A595B32281BE6_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.Auth.Future_User::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_SWIG_FreeCompletionData_m8E982035D9FF5447A2E906C30C7967ED9A559047 (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_Future_User_SWIG_FreeCompletionData_m16CD2E54C4795526F2E88CAAEF710CB068C1C42C(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_SWIG_FreeCompletionData_m8E982035D9FF5447A2E906C30C7967ED9A559047_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.Auth.FirebaseUserInternal Firebase.Auth.Future_User::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* Future_User_GetResult_mA956D1F4D4D94CBDB0625A2E092EFAE32B04FD53 (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_1 = NULL; bool V_2 = false; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_3 = NULL; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_Future_User_GetResult_m0C533833AEE8C39D03639B1C4E7118AF22C643F4(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_6 = (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)il2cpp_codegen_object_new(FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); NullCheck(L_6); FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_GetResult_mA956D1F4D4D94CBDB0625A2E092EFAE32B04FD53_RuntimeMethod_var))); } IL_0034: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_11 = V_3; return L_11; } } // System.Void Firebase.Auth.Future_User::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User__cctor_m272E15A5111BCD75464C3C58B28A736273E51D2E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_Multicast(Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_OpenInst(Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_OpenStatic(Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_OpenStaticInvoker(Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_ClosedStaticInvoker(Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.Auth.Future_User/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m36EB2EEF5DEC591F7A825B3DDEBE00060E132492 (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_Multicast; } // System.Void Firebase.Auth.Future_User/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_User/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m44767AAC20BAF2157AA3DB56CB2D30ECEA43DF60 (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.Auth.Future_User/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_m48197699767FC4D1F14D46CE89F8CD933AD1312A (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_Multicast(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_OpenInst(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_OpenStatic(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_OpenStaticInvoker(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_ClosedStaticInvoker(SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78 (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.Auth.Future_User/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m230CBDCDB23532B178FCCEEFF97D4CB2B9402FD3 (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF_Multicast; } // System.Void Firebase.Auth.Future_User/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_m2B9306AF3FF81D93F90BB7460F660398C0BC0EFF (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_User/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_m3022EED7A5312D4C30853AF751BA66E21763C29A (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, 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; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.Future_User/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_m86A41139FB711E7ABA21850B38AC8C35221926CC (SWIG_CompletionDelegate_tB4CF397F15014F9BEA59F667A633E7F832DB7C78* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.Future_User/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m249348EDFCD5F2A76A0C282F5F94481231B9D57A (U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.Future_User/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mC46419BB62CE470D6A5EF5177D88980F148CE5AB (U3CU3Ec__DisplayClass5_0_tF18E120CCE6DF944BADA0613281D1B8558FDBB3F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024_1; } } { TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3(L_3, TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3_RuntimeMethod_var); goto IL_0074_1; } IL_0024_1: { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_005a_1; } } { TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_8 = __this->___tcs_1; int32_t L_9 = V_1; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_10 = __this->___fu_0; NullCheck(L_10); String_t* L_11; L_11 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_10, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_12 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_12); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_12, L_9, L_11, NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5(L_8, L_12, TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); goto IL_0073_1; } IL_005a_1: { TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_13 = __this->___tcs_1; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_14 = __this->___fu_0; NullCheck(L_14); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_15; L_15 = Future_User_GetResult_mA956D1F4D4D94CBDB0625A2E092EFAE32B04FD53(L_14, NULL); NullCheck(L_13); TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50(L_13, L_15, TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50_RuntimeMethod_var); } IL_0073_1: { } IL_0074_1: { goto IL_008e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_16 = V_3; String_t* L_17; L_17 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_16, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_17, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008e; }// end catch (depth: 1) IL_008e: { Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_18 = __this->___fu_0; NullCheck(L_18); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_18, 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_Future_User_Value_SWIG_CompletionDispatcher_m036B6D57C82F913FFB66D5489C0179EDC564FC59(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation Future_User_Value_SWIG_CompletionDispatcher_m036B6D57C82F913FFB66D5489C0179EDC564FC59(___0_key, NULL); } // System.Void Firebase.Auth.Future_User_Value::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value__ctor_m14887AF37C4B8ABD1CCE73C9B83EA2F31160C27D (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_Future_User_Value_SWIGUpcast_mF415E84A8F57AEE800312B9F5764E5FCD05051B5(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_User_Value::getCPtr(Firebase.Auth.Future_User_Value) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_User_Value_getCPtr_m741AF88C54A3E04877228921FE475952E461EB45 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_User_Value::swigRelease(Firebase.Auth.Future_User_Value) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_User_Value_swigRelease_mE93239C7AB01D51665D9E5577E281FF6FC3E6ABB (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_Value_swigRelease_mE93239C7AB01D51665D9E5577E281FF6FC3E6ABB_RuntimeMethod_var))); } IL_0022: { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.Future_User_Value::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_Dispose_m9BB8AE3D3DDE8E7BAD7D001439648ED0C8577B8D (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; Future_User_Value_SetCompletionData_m47FBD8AFAD5E506314F6DBA8FD369277EEA4BA8C(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_Future_User_Value_m8A1407E210F9CEE757D4B04FBDF43F515C0018E6(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.Future_User_Value::GetTask(Firebase.Auth.Future_User_Value) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* Future_User_Value_GetTask_mE97A45EC729085FBCD1524B36AF27BDC28BBE4F0 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m46C3ED1D8AAB93383BCD2C6332327C710B910ACB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* V_0 = NULL; bool V_1 = false; Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* V_2 = NULL; bool V_3 = false; { U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_0 = (U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_mE713A7182F38142042311F2A46DB422A5C2001C9(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_1 = V_0; Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_3 = V_0; TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_4 = (TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85*)il2cpp_codegen_object_new(TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36(L_4, TaskCompletionSource_1__ctor_m59824C00941AF42C38C40CBB54D3008E4958DC36_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_m882B63921C8EAF5A22A08AFD6851BE6F4400A48C(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0042; } } { U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_7 = V_0; NullCheck(L_7); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_8 = L_7->___tcs_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_mAC5AB6C8BD341602F66565E1E8B2DAB5B03E172E(NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5(L_8, L_9, TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_10 = V_0; NullCheck(L_10); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_11 = L_10->___tcs_1; NullCheck(L_11); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_12; L_12 = TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_inline(L_11, TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); V_2 = L_12; goto IL_00a0; } IL_0042: { U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_13 = V_0; NullCheck(L_13); Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_14 = L_13->___fu_0; NullCheck(L_14); int32_t L_15; L_15 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_14, NULL); V_3 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007a; } } { U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_17 = V_0; NullCheck(L_17); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_18 = L_17->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_19 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_19); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_19, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_18); TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5(L_18, L_19, TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_20 = V_0; NullCheck(L_20); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_21 = L_20->___tcs_1; NullCheck(L_21); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_22; L_22 = TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_inline(L_21, TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); V_2 = L_22; goto IL_00a0; } IL_007a: { U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_23 = V_0; NullCheck(L_23); Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_24 = L_23->___fu_0; U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_25 = V_0; Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* L_26 = (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764*)il2cpp_codegen_object_new(Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764_il2cpp_TypeInfo_var); NullCheck(L_26); Action__ctor_mC7FD9B3E971C6847B5D59A27E41042D614EB666B(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m46C3ED1D8AAB93383BCD2C6332327C710B910ACB_RuntimeMethod_var), NULL); NullCheck(L_24); Future_User_Value_SetOnCompletionCallback_m40A88DAA891B2987C668FD7FF90769A9B306BD68(L_24, L_26, NULL); U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* L_27 = V_0; NullCheck(L_27); TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_28 = L_27->___tcs_1; NullCheck(L_28); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_29; L_29 = TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_inline(L_28, TaskCompletionSource_1_get_Task_mBDF08562A57D1B591F8310967900041A14173D26_RuntimeMethod_var); V_2 = L_29; goto IL_00a0; } IL_00a0: { Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_30 = V_2; return L_30; } } // System.Void Firebase.Auth.Future_User_Value::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_ThrowIfDisposed_m8BB288995D398853A4206DD629350E66AF630EA3 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_Value_ThrowIfDisposed_m8BB288995D398853A4206DD629350E66AF630EA3_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.Auth.Future_User_Value::SetOnCompletionCallback(Firebase.Auth.Future_User_Value/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SetOnCompletionCallback_m40A88DAA891B2987C668FD7FF90769A9B306BD68 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m691858CD73CFC92DA416F88C6CC43E03682D2E99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m819D55AE059DF993AA1B45BCBFC6F8976E4E76BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_Value_SWIG_CompletionDispatcher_m036B6D57C82F913FFB66D5489C0179EDC564FC59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { Future_User_Value_ThrowIfDisposed_m8BB288995D398853A4206DD629350E66AF630EA3(__this, NULL); SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* L_2 = (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_mBA611893F0762DEE7DE06764E98336673CE244D3(L_2, NULL, (intptr_t)((void*)Future_User_Value_SWIG_CompletionDispatcher_m036B6D57C82F913FFB66D5489C0179EDC564FC59_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* L_7 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* L_9 = (Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12*)il2cpp_codegen_object_new(Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_m691858CD73CFC92DA416F88C6CC43E03682D2E99(L_9, Dictionary_2__ctor_m691858CD73CFC92DA416F88C6CC43E03682D2E99_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); int32_t L_10 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* L_12 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_m819D55AE059DF993AA1B45BCBFC6F8976E4E76BC(L_12, L_13, L_14, Dictionary_2_set_Item_m819D55AE059DF993AA1B45BCBFC6F8976E4E76BC_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = Future_User_Value_SWIG_OnCompletion_m2A950EFEE92730145865B7D9CA435CA6CC7B5793(__this, L_15, L_16, NULL); Future_User_Value_SetCompletionData_m47FBD8AFAD5E506314F6DBA8FD369277EEA4BA8C(__this, L_17, NULL); return; } } // System.Void Firebase.Auth.Future_User_Value::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SetCompletionData_m47FBD8AFAD5E506314F6DBA8FD369277EEA4BA8C (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); Future_User_Value_SWIG_FreeCompletionData_m8532EAEC789C9A45A6919D6509FF2418FAD0279D(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); Future_User_Value_SWIG_FreeCompletionData_m8532EAEC789C9A45A6919D6509FF2418FAD0279D(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.Auth.Future_User_Value::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SWIG_CompletionDispatcher_m036B6D57C82F913FFB66D5489C0179EDC564FC59 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mF27BC1BDAC0D49B68E7C33C8ADA0AD583D37FF10_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD634763B80A733494D0600EB69C7D4BE0E7B67AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764*)NULL; il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* L_4 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* L_5 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_mD634763B80A733494D0600EB69C7D4BE0E7B67AC(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_mD634763B80A733494D0600EB69C7D4BE0E7B67AC_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); Dictionary_2_t1BA6D836E1C9757099AF4083FE1F6CE95BD70A12* L_9 = ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_mF27BC1BDAC0D49B68E7C33C8ADA0AD583D37FF10(L_9, L_10, Dictionary_2_Remove_mF27BC1BDAC0D49B68E7C33C8ADA0AD583D37FF10_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* L_14 = V_0; NullCheck(L_14); Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.Auth.Future_User_Value::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value__ctor_m7F6EF7D99DC69D8E12A9C27E5C9C9FDE37C9F608 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_Future_User_Value_mA1F243F40B6DE48A09531C6A199AE63CDBFBE115(NULL); Future_User_Value__ctor_m14887AF37C4B8ABD1CCE73C9B83EA2F31160C27D(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_Value__ctor_m7F6EF7D99DC69D8E12A9C27E5C9C9FDE37C9F608_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.Auth.Future_User_Value::SWIG_OnCompletion(Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_User_Value_SWIG_OnCompletion_m2A950EFEE92730145865B7D9CA435CA6CC7B5793 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_Future_User_Value_SWIG_OnCompletion_m7FB5A301F58ADAAC36FC703D1303AA173E72D7BD(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_Value_SWIG_OnCompletion_m2A950EFEE92730145865B7D9CA435CA6CC7B5793_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.Auth.Future_User_Value::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value_SWIG_FreeCompletionData_m8532EAEC789C9A45A6919D6509FF2418FAD0279D (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_Future_User_Value_SWIG_FreeCompletionData_m7EF3FD980F285411B942BC8D8EA82F9A8A4D153C(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_Value_SWIG_FreeCompletionData_m8532EAEC789C9A45A6919D6509FF2418FAD0279D_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.Auth.FirebaseUserInternal Firebase.Auth.Future_User_Value::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* Future_User_Value_GetResult_m3B3EB58FAC8A11C661A715CDCA356171A53DEB91 (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_0 = NULL; bool V_1 = false; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_Future_User_Value_GetResult_m1C550DEE942CEF3D7AABEE6E52292D5AC97AE699(L_0, NULL); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_2 = (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)il2cpp_codegen_object_new(FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); NullCheck(L_2); FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_User_Value_GetResult_m3B3EB58FAC8A11C661A715CDCA356171A53DEB91_RuntimeMethod_var))); } IL_0022: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_7 = V_2; return L_7; } } // System.Void Firebase.Auth.Future_User_Value::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_User_Value__cctor_mF6D66DE1AE3471BD32EB70592B3FF182A5387786 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_StaticFields*)il2cpp_codegen_static_fields_for(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_Multicast(Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_OpenInst(Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_OpenStatic(Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_OpenStaticInvoker(Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_ClosedStaticInvoker(Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764 (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.Auth.Future_User_Value/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mC7FD9B3E971C6847B5D59A27E41042D614EB666B (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_Multicast; } // System.Void Firebase.Auth.Future_User_Value/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572 (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_User_Value/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m83009866066FC05F4D634A3FC39583E3979EB9C7 (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.Auth.Future_User_Value/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_m575D8A7C5200C794C46968BBA17260CA49D58E9E (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_Multicast(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_OpenInst(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_OpenStatic(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_OpenStaticInvoker(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_ClosedStaticInvoker(SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144 (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_mBA611893F0762DEE7DE06764E98336673CE244D3 (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F_Multicast; } // System.Void Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_m35A17F02FDBBCA5111CFD640C6ABE36F668B189F (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_mD497282754FBA738F3BA709FD4BAD1986D13CA21 (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, 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; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.Future_User_Value/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_m75CE260E9F6CE4143C284FE506AA2F9C9FEDBC02 (SWIG_CompletionDelegate_tAF9E301A88DCA1BC338F672DB240C824229FA144* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mE713A7182F38142042311F2A46DB422A5C2001C9 (U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.Future_User_Value/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m46C3ED1D8AAB93383BCD2C6332327C710B910ACB (U3CU3Ec__DisplayClass5_0_tE08ED0BC46C4211D6C0A349313309C2B199D0D19* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024_1; } } { TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3(L_3, TaskCompletionSource_1_SetCanceled_mA00260A942A64C68C4B971CF5124B79508556BB3_RuntimeMethod_var); goto IL_0074_1; } IL_0024_1: { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_005a_1; } } { TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_8 = __this->___tcs_1; int32_t L_9 = V_1; Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_10 = __this->___fu_0; NullCheck(L_10); String_t* L_11; L_11 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_10, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_12 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_12); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_12, L_9, L_11, NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5(L_8, L_12, TaskCompletionSource_1_SetException_mCE2E66D5FBCAE70987BF706FD532AEE4A2D504B5_RuntimeMethod_var); goto IL_0073_1; } IL_005a_1: { TaskCompletionSource_1_t6430A4D05AA3E6208D69D20D448E73EDACBBCC85* L_13 = __this->___tcs_1; Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_14 = __this->___fu_0; NullCheck(L_14); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_15; L_15 = Future_User_Value_GetResult_m3B3EB58FAC8A11C661A715CDCA356171A53DEB91(L_14, NULL); NullCheck(L_13); TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50(L_13, L_15, TaskCompletionSource_1_SetResult_mB24F96643DD2D3BD284AD405CE10E32182EBEB50_RuntimeMethod_var); } IL_0073_1: { } IL_0074_1: { goto IL_008e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_16 = V_3; String_t* L_17; L_17 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_16, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_17, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008e; }// end catch (depth: 1) IL_008e: { Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_18 = __this->___fu_0; NullCheck(L_18); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_18, 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_Future_FetchProvidersResult_SWIG_CompletionDispatcher_m6548176F98E38CFC11F12D52294E7B9CE00DE174(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation Future_FetchProvidersResult_SWIG_CompletionDispatcher_m6548176F98E38CFC11F12D52294E7B9CE00DE174(___0_key, NULL); } // System.Void Firebase.Auth.Future_FetchProvidersResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult__ctor_mC11976CEE9C12D78CD1DAB12B7D51DDB02F33697 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_Future_FetchProvidersResult_SWIGUpcast_m9D3A7E3E2F8CD2A9C5C5276DEC316F8A8EEF79A1(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_FetchProvidersResult::getCPtr(Firebase.Auth.Future_FetchProvidersResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_FetchProvidersResult_getCPtr_mB2D0783F0018824F9CCE94A60BA1BAC70F7BA567 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_FetchProvidersResult::swigRelease(Firebase.Auth.Future_FetchProvidersResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_FetchProvidersResult_swigRelease_mE1383CED708BE430A47D7B61183747C103E5CD67 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_FetchProvidersResult_swigRelease_mE1383CED708BE430A47D7B61183747C103E5CD67_RuntimeMethod_var))); } IL_0022: { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_Dispose_mE99F184E1C7642C3D6D03126DB87EB17A15A35B0 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; Future_FetchProvidersResult_SetCompletionData_mAA489C150F87A4CA5F66584C3C1251EC934BF506(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_Future_FetchProvidersResult_mEB3A1B0084093E8A8A037FB1F24CEB2D5AC81F2C(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.Future_FetchProvidersResult::GetTask(Firebase.Auth.Future_FetchProvidersResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* Future_FetchProvidersResult_GetTask_m422702F16DF05BC80050A68B293B2B78FD4384C4 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_t4477986639BB97A112AEC3593AFDC013A068518C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_m2266982177BF698EC7DACA9BCB426258568514FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mDCCD25DCBB644412508949A62532D694FD5F73E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* V_0 = NULL; bool V_1 = false; Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* V_2 = NULL; bool V_3 = false; { U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_0 = (U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_m45D5C92BD0DFCFE1420BE2C6A44BCE6B921B97C0(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_1 = V_0; Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_3 = V_0; TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_4 = (TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4*)il2cpp_codegen_object_new(TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_m2266982177BF698EC7DACA9BCB426258568514FE(L_4, TaskCompletionSource_1__ctor_m2266982177BF698EC7DACA9BCB426258568514FE_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_m882B63921C8EAF5A22A08AFD6851BE6F4400A48C(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0042; } } { U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_7 = V_0; NullCheck(L_7); TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_8 = L_7->___tcs_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_mAC5AB6C8BD341602F66565E1E8B2DAB5B03E172E(NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271(L_8, L_9, TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_10 = V_0; NullCheck(L_10); TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_11 = L_10->___tcs_1; NullCheck(L_11); Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* L_12; L_12 = TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_inline(L_11, TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_RuntimeMethod_var); V_2 = L_12; goto IL_00a0; } IL_0042: { U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_13 = V_0; NullCheck(L_13); Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_14 = L_13->___fu_0; NullCheck(L_14); int32_t L_15; L_15 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_14, NULL); V_3 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007a; } } { U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_17 = V_0; NullCheck(L_17); TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_18 = L_17->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_19 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_19); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_19, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_18); TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271(L_18, L_19, TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_20 = V_0; NullCheck(L_20); TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_21 = L_20->___tcs_1; NullCheck(L_21); Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* L_22; L_22 = TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_inline(L_21, TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_RuntimeMethod_var); V_2 = L_22; goto IL_00a0; } IL_007a: { U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_23 = V_0; NullCheck(L_23); Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_24 = L_23->___fu_0; U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_25 = V_0; Action_t4477986639BB97A112AEC3593AFDC013A068518C* L_26 = (Action_t4477986639BB97A112AEC3593AFDC013A068518C*)il2cpp_codegen_object_new(Action_t4477986639BB97A112AEC3593AFDC013A068518C_il2cpp_TypeInfo_var); NullCheck(L_26); Action__ctor_mED013CD4D2386504592384A3A6F1D45D83BDF2D2(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mDCCD25DCBB644412508949A62532D694FD5F73E9_RuntimeMethod_var), NULL); NullCheck(L_24); Future_FetchProvidersResult_SetOnCompletionCallback_m74D029ED3B63E212B1567E6C1F547EC71EEF4312(L_24, L_26, NULL); U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* L_27 = V_0; NullCheck(L_27); TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_28 = L_27->___tcs_1; NullCheck(L_28); Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* L_29; L_29 = TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_inline(L_28, TaskCompletionSource_1_get_Task_mC0FD9A0743710CB3C98FDDA8F213F451EB16AF09_RuntimeMethod_var); V_2 = L_29; goto IL_00a0; } IL_00a0: { Task_1_tB462149201177ED15C2B6D4F4F62D4B0DFC71564* L_30 = V_2; return L_30; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_ThrowIfDisposed_mD0FFC0D95E39BB6679FAB10E03BEFD1D6DE09455 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_FetchProvidersResult_ThrowIfDisposed_mD0FFC0D95E39BB6679FAB10E03BEFD1D6DE09455_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::SetOnCompletionCallback(Firebase.Auth.Future_FetchProvidersResult/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SetOnCompletionCallback_m74D029ED3B63E212B1567E6C1F547EC71EEF4312 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, Action_t4477986639BB97A112AEC3593AFDC013A068518C* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m90D9C126D4010129E4D76450BB159CA48BD1A639_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m33928DB3C7C757256F9672E8C16F1A5C65A3CCE8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_FetchProvidersResult_SWIG_CompletionDispatcher_m6548176F98E38CFC11F12D52294E7B9CE00DE174_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { Future_FetchProvidersResult_ThrowIfDisposed_mD0FFC0D95E39BB6679FAB10E03BEFD1D6DE09455(__this, NULL); SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* L_2 = (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_mAABA8EFE6C10556C8423025CD11BAC1A2038D37E(L_2, NULL, (intptr_t)((void*)Future_FetchProvidersResult_SWIG_CompletionDispatcher_m6548176F98E38CFC11F12D52294E7B9CE00DE174_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* L_7 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* L_9 = (Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742*)il2cpp_codegen_object_new(Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_m90D9C126D4010129E4D76450BB159CA48BD1A639(L_9, Dictionary_2__ctor_m90D9C126D4010129E4D76450BB159CA48BD1A639_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); int32_t L_10 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* L_12 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_t4477986639BB97A112AEC3593AFDC013A068518C* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_m33928DB3C7C757256F9672E8C16F1A5C65A3CCE8(L_12, L_13, L_14, Dictionary_2_set_Item_m33928DB3C7C757256F9672E8C16F1A5C65A3CCE8_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = Future_FetchProvidersResult_SWIG_OnCompletion_m35DB2AAE14E45ADB294B4AA354A9F8A71F85B0F7(__this, L_15, L_16, NULL); Future_FetchProvidersResult_SetCompletionData_mAA489C150F87A4CA5F66584C3C1251EC934BF506(__this, L_17, NULL); return; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SetCompletionData_mAA489C150F87A4CA5F66584C3C1251EC934BF506 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); Future_FetchProvidersResult_SWIG_FreeCompletionData_m8510B8A4FE8AD17CE9D13625C6C7C582A0FB4BF5(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); Future_FetchProvidersResult_SWIG_FreeCompletionData_m8510B8A4FE8AD17CE9D13625C6C7C582A0FB4BF5(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SWIG_CompletionDispatcher_m6548176F98E38CFC11F12D52294E7B9CE00DE174 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m9862D0A198CC0D9E5D0F23EAADE64B395253417E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m1F1A68A81F91AE4FFD8E8927AD5F9191CDBE9335_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_t4477986639BB97A112AEC3593AFDC013A068518C* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_t4477986639BB97A112AEC3593AFDC013A068518C*)NULL; il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* L_4 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* L_5 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m1F1A68A81F91AE4FFD8E8927AD5F9191CDBE9335(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_m1F1A68A81F91AE4FFD8E8927AD5F9191CDBE9335_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); Dictionary_2_t1E2ACBEB1B32C9C4FA46BA0493FD05D1C7FEB742* L_9 = ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_m9862D0A198CC0D9E5D0F23EAADE64B395253417E(L_9, L_10, Dictionary_2_Remove_m9862D0A198CC0D9E5D0F23EAADE64B395253417E_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_t4477986639BB97A112AEC3593AFDC013A068518C* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_t4477986639BB97A112AEC3593AFDC013A068518C*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_t4477986639BB97A112AEC3593AFDC013A068518C* L_14 = V_0; NullCheck(L_14); Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult__ctor_m1FFFC90C717C96FD6C47DE7FE38585A714F87B55 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_Future_FetchProvidersResult_m637E1EED4E17DD07DA2114AF477FE3D91C63AE4E(NULL); Future_FetchProvidersResult__ctor_mC11976CEE9C12D78CD1DAB12B7D51DDB02F33697(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_FetchProvidersResult__ctor_m1FFFC90C717C96FD6C47DE7FE38585A714F87B55_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.Auth.Future_FetchProvidersResult::SWIG_OnCompletion(Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_FetchProvidersResult_SWIG_OnCompletion_m35DB2AAE14E45ADB294B4AA354A9F8A71F85B0F7 (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_Future_FetchProvidersResult_SWIG_OnCompletion_m048159AB970F755F9D71A4D20B7A5338D148A0BE(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_FetchProvidersResult_SWIG_OnCompletion_m35DB2AAE14E45ADB294B4AA354A9F8A71F85B0F7_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult_SWIG_FreeCompletionData_m8510B8A4FE8AD17CE9D13625C6C7C582A0FB4BF5 (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_Future_FetchProvidersResult_SWIG_FreeCompletionData_m1B7C09B88E7B7B16FFA5C720C4A1936F6ECC0161(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_FetchProvidersResult_SWIG_FreeCompletionData_m8510B8A4FE8AD17CE9D13625C6C7C582A0FB4BF5_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.Auth.FetchProvidersResult Firebase.Auth.Future_FetchProvidersResult::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* Future_FetchProvidersResult_GetResult_mE7663CF0C3E0EF4DECE95BDD5E6FDCFD046705FD (Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* V_0 = NULL; bool V_1 = false; FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_Future_FetchProvidersResult_GetResult_m55A6802B6786928A1E4C0BA9A73D19E2F09BA45B(L_0, NULL); FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* L_2 = (FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035*)il2cpp_codegen_object_new(FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035_il2cpp_TypeInfo_var); NullCheck(L_2); FetchProvidersResult__ctor_mC602DBB1677CA3FDAF3C78A8A84EEFBA603613AC(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_FetchProvidersResult_GetResult_mE7663CF0C3E0EF4DECE95BDD5E6FDCFD046705FD_RuntimeMethod_var))); } IL_0022: { FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* L_7 = V_2; return L_7; } } // System.Void Firebase.Auth.Future_FetchProvidersResult::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_FetchProvidersResult__cctor_mB834C8ACC11B9E5947BF443E4B08FC51BA0B0394 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_StaticFields*)il2cpp_codegen_static_fields_for(Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_Multicast(Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_t4477986639BB97A112AEC3593AFDC013A068518C* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_OpenInst(Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_OpenStatic(Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_OpenStaticInvoker(Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_ClosedStaticInvoker(Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_t4477986639BB97A112AEC3593AFDC013A068518C (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.Auth.Future_FetchProvidersResult/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mED013CD4D2386504592384A3A6F1D45D83BDF2D2 (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_Multicast; } // System.Void Firebase.Auth.Future_FetchProvidersResult/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_FetchProvidersResult/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m1C4A4E5BA7DAB85419667E4989C3BCE0CC228FCD (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.Auth.Future_FetchProvidersResult/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_mEF0D3BE94F2CF0B327440A4C922C071D75B10A8B (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_Multicast(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_OpenInst(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_OpenStatic(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_OpenStaticInvoker(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_ClosedStaticInvoker(SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554 (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_mAABA8EFE6C10556C8423025CD11BAC1A2038D37E (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7_Multicast; } // System.Void Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_m768282388531399897AEB400FD03A4C7F724DBC7 (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_mA66E5E854D959CAC36D21DE9D2EB03212E1A8D4E (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, 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; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.Future_FetchProvidersResult/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_m2DD98C46A339F86B7205B618E4450CABEDEFD72E (SWIG_CompletionDelegate_t74D6A7A9C1563D7F8E5E41689C4ABFB87BDB9554* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m45D5C92BD0DFCFE1420BE2C6A44BCE6B921B97C0 (U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.Future_FetchProvidersResult/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mDCCD25DCBB644412508949A62532D694FD5F73E9 (U3CU3Ec__DisplayClass5_0_tF71F29A8BBD4D46F45C304EBF9A8794366B67F88* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_mD5E0462480B33F208A2D737D22738A16FDC032DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_m6B8FBA194BF2F4EAFAD14B7B35D12ED390169665_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024_1; } } { TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_mD5E0462480B33F208A2D737D22738A16FDC032DB(L_3, TaskCompletionSource_1_SetCanceled_mD5E0462480B33F208A2D737D22738A16FDC032DB_RuntimeMethod_var); goto IL_0074_1; } IL_0024_1: { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_005a_1; } } { TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_8 = __this->___tcs_1; int32_t L_9 = V_1; Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_10 = __this->___fu_0; NullCheck(L_10); String_t* L_11; L_11 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_10, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_12 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_12); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_12, L_9, L_11, NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271(L_8, L_12, TaskCompletionSource_1_SetException_m4D6E8625EB8ADCFAE3862165A4CB9AECCF3CB271_RuntimeMethod_var); goto IL_0073_1; } IL_005a_1: { TaskCompletionSource_1_tFB0546395B1A6A8FD02FCDE6F58D91CFE1E862E4* L_13 = __this->___tcs_1; Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_14 = __this->___fu_0; NullCheck(L_14); FetchProvidersResult_t40819EDBD59FA39A3C18603E1F730AAAEBE27035* L_15; L_15 = Future_FetchProvidersResult_GetResult_mE7663CF0C3E0EF4DECE95BDD5E6FDCFD046705FD(L_14, NULL); NullCheck(L_13); TaskCompletionSource_1_SetResult_m6B8FBA194BF2F4EAFAD14B7B35D12ED390169665(L_13, L_15, TaskCompletionSource_1_SetResult_m6B8FBA194BF2F4EAFAD14B7B35D12ED390169665_RuntimeMethod_var); } IL_0073_1: { } IL_0074_1: { goto IL_008e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_16 = V_3; String_t* L_17; L_17 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_16, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_17, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008e; }// end catch (depth: 1) IL_008e: { Future_FetchProvidersResult_t8491A463780FCAF021874D78CD48B6C0895F64F9* L_18 = __this->___fu_0; NullCheck(L_18); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_18, 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_Future_Credential_SWIG_CompletionDispatcher_mDBC959C906C72BBE841104033FF963C03AD7B152(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation Future_Credential_SWIG_CompletionDispatcher_mDBC959C906C72BBE841104033FF963C03AD7B152(___0_key, NULL); } // System.Void Firebase.Auth.Future_Credential::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential__ctor_mF1CFD43F25E5F1B1D304813B1915091EEC208672 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_Future_Credential_SWIGUpcast_m4C455D1D06160DC07B3ED7290BDAB8E7B696CE48(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_Credential::getCPtr(Firebase.Auth.Future_Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_Credential_getCPtr_mB1203D9EAB33BA3B48693EB62D401BA0F05CCC52 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_Credential::swigRelease(Firebase.Auth.Future_Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_Credential_swigRelease_mE330ADA44C5ABA35B71F30716114274FD8575836 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_Credential_swigRelease_mE330ADA44C5ABA35B71F30716114274FD8575836_RuntimeMethod_var))); } IL_0022: { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.Future_Credential::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_Dispose_mBCEB7F6C180B7776C1001E7BFE7857C102829753 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; Future_Credential_SetCompletionData_mC52F20260D4A1FD30775F2777F907D5FD09D4C09(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_Future_Credential_mEED0DFA6288DCCF59A150A683C98758CDD334C51(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.Future_Credential::GetTask(Firebase.Auth.Future_Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* Future_Credential_GetTask_m55AA4DBD39C6A741385B180FCB789173336ACE38 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_m19716986E0050CE20E5BABEF1C9D9B4FEE4AFC01_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m8495CFEBDEB6486E784189C87C6D5E02CDB46E65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* V_0 = NULL; bool V_1 = false; Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* V_2 = NULL; bool V_3 = false; { U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_0 = (U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_m1C4898DE04AA128FCCF0092368C1C13FC3D20EFD(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_1 = V_0; Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_3 = V_0; TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_4 = (TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF*)il2cpp_codegen_object_new(TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_m19716986E0050CE20E5BABEF1C9D9B4FEE4AFC01(L_4, TaskCompletionSource_1__ctor_m19716986E0050CE20E5BABEF1C9D9B4FEE4AFC01_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_m882B63921C8EAF5A22A08AFD6851BE6F4400A48C(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0042; } } { U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_7 = V_0; NullCheck(L_7); TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_8 = L_7->___tcs_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tE736A8E3A7119D121CB6D496E3E1C282C8C9B89A_il2cpp_TypeInfo_var); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_mAC5AB6C8BD341602F66565E1E8B2DAB5B03E172E(NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2(L_8, L_9, TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_10 = V_0; NullCheck(L_10); TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_11 = L_10->___tcs_1; NullCheck(L_11); Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* L_12; L_12 = TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_inline(L_11, TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_RuntimeMethod_var); V_2 = L_12; goto IL_00a0; } IL_0042: { U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_13 = V_0; NullCheck(L_13); Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_14 = L_13->___fu_0; NullCheck(L_14); int32_t L_15; L_15 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_14, NULL); V_3 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007a; } } { U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_17 = V_0; NullCheck(L_17); TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_18 = L_17->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_19 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_19); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_19, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_18); TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2(L_18, L_19, TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_20 = V_0; NullCheck(L_20); TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_21 = L_20->___tcs_1; NullCheck(L_21); Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* L_22; L_22 = TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_inline(L_21, TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_RuntimeMethod_var); V_2 = L_22; goto IL_00a0; } IL_007a: { U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_23 = V_0; NullCheck(L_23); Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_24 = L_23->___fu_0; U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_25 = V_0; Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* L_26 = (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C*)il2cpp_codegen_object_new(Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C_il2cpp_TypeInfo_var); NullCheck(L_26); Action__ctor_mFD3B7AC4409456851E85B94393A8EBD712B7CC99(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m8495CFEBDEB6486E784189C87C6D5E02CDB46E65_RuntimeMethod_var), NULL); NullCheck(L_24); Future_Credential_SetOnCompletionCallback_m228718997E918364FD51BF608ECB4BE4938E9244(L_24, L_26, NULL); U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* L_27 = V_0; NullCheck(L_27); TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_28 = L_27->___tcs_1; NullCheck(L_28); Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* L_29; L_29 = TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_inline(L_28, TaskCompletionSource_1_get_Task_m371480B6767B6B63001E735DF7E813B5964A16BA_RuntimeMethod_var); V_2 = L_29; goto IL_00a0; } IL_00a0: { Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* L_30 = V_2; return L_30; } } // System.Void Firebase.Auth.Future_Credential::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_ThrowIfDisposed_m5B022E133BC6CC95AB2ED25790223A6ABC0848E8 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_Credential_ThrowIfDisposed_m5B022E133BC6CC95AB2ED25790223A6ABC0848E8_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.Auth.Future_Credential::SetOnCompletionCallback(Firebase.Auth.Future_Credential/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SetOnCompletionCallback_m228718997E918364FD51BF608ECB4BE4938E9244 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3FBDD7A4D9D672DE4A4463B3BB01E51445C6EA5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m138297EDED1ADE10D062E2207E6D36DC396C8AB0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_Credential_SWIG_CompletionDispatcher_mDBC959C906C72BBE841104033FF963C03AD7B152_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { Future_Credential_ThrowIfDisposed_m5B022E133BC6CC95AB2ED25790223A6ABC0848E8(__this, NULL); SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* L_2 = (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_m1C85E3F7AE98C449BE374D7BF3A9BD64C41E8049(L_2, NULL, (intptr_t)((void*)Future_Credential_SWIG_CompletionDispatcher_mDBC959C906C72BBE841104033FF963C03AD7B152_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* L_7 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* L_9 = (Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893*)il2cpp_codegen_object_new(Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_m3FBDD7A4D9D672DE4A4463B3BB01E51445C6EA5C(L_9, Dictionary_2__ctor_m3FBDD7A4D9D672DE4A4463B3BB01E51445C6EA5C_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); int32_t L_10 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* L_12 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_m138297EDED1ADE10D062E2207E6D36DC396C8AB0(L_12, L_13, L_14, Dictionary_2_set_Item_m138297EDED1ADE10D062E2207E6D36DC396C8AB0_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = Future_Credential_SWIG_OnCompletion_mB01E2D0B7DB8BE5E6D09D46F79CC0A19EFFDAC13(__this, L_15, L_16, NULL); Future_Credential_SetCompletionData_mC52F20260D4A1FD30775F2777F907D5FD09D4C09(__this, L_17, NULL); return; } } // System.Void Firebase.Auth.Future_Credential::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SetCompletionData_mC52F20260D4A1FD30775F2777F907D5FD09D4C09 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); Future_Credential_SWIG_FreeCompletionData_m242A44F953550BDF1B4DBE9C4254D4F494B439AE(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); Future_Credential_SWIG_FreeCompletionData_m242A44F953550BDF1B4DBE9C4254D4F494B439AE(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.Auth.Future_Credential::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SWIG_CompletionDispatcher_mDBC959C906C72BBE841104033FF963C03AD7B152 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m06E65C16C4D141FDE3625AF3C62751D7FA7E348F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAE863B4F26CF30A66D563485B2F331346EADC608_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C*)NULL; il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* L_4 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* L_5 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_mAE863B4F26CF30A66D563485B2F331346EADC608(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_mAE863B4F26CF30A66D563485B2F331346EADC608_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); Dictionary_2_t2477119CF3B413F5508D7A585BDE4A3430AA7893* L_9 = ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_m06E65C16C4D141FDE3625AF3C62751D7FA7E348F(L_9, L_10, Dictionary_2_Remove_m06E65C16C4D141FDE3625AF3C62751D7FA7E348F_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* L_14 = V_0; NullCheck(L_14); Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.Auth.Future_Credential::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential__ctor_m965C20127A1303195E7872713413BDAB1C8A7F16 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_Future_Credential_m71718D2549474AFC5DA452418375D0317747F4E8(NULL); Future_Credential__ctor_mF1CFD43F25E5F1B1D304813B1915091EEC208672(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_Credential__ctor_m965C20127A1303195E7872713413BDAB1C8A7F16_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.Auth.Future_Credential::SWIG_OnCompletion(Firebase.Auth.Future_Credential/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_Credential_SWIG_OnCompletion_mB01E2D0B7DB8BE5E6D09D46F79CC0A19EFFDAC13 (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_Future_Credential_SWIG_OnCompletion_m2B19DC16E0E135C896B1FC22AA142C1013290F62(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_Credential_SWIG_OnCompletion_mB01E2D0B7DB8BE5E6D09D46F79CC0A19EFFDAC13_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.Auth.Future_Credential::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential_SWIG_FreeCompletionData_m242A44F953550BDF1B4DBE9C4254D4F494B439AE (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_Future_Credential_SWIG_FreeCompletionData_m17B6CD38384A8AFC1E0241755D5ABC0A1C0A3026(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_Credential_SWIG_FreeCompletionData_m242A44F953550BDF1B4DBE9C4254D4F494B439AE_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.Auth.Credential Firebase.Auth.Future_Credential::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* Future_Credential_GetResult_m54302D2098CE55728974ADAE2EEDCCF6F074416D (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_Future_Credential_GetResult_mC63CA8A18E5A33B37818E8231B4CAA0148F882B1(L_0, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_2 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_2); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_Credential_GetResult_m54302D2098CE55728974ADAE2EEDCCF6F074416D_RuntimeMethod_var))); } IL_0022: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_7 = V_2; return L_7; } } // System.Void Firebase.Auth.Future_Credential::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_Credential__cctor_m70A644F298D296865B025507A74C503C12F1E859 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_StaticFields*)il2cpp_codegen_static_fields_for(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_Multicast(Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_OpenInst(Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_OpenStatic(Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_OpenStaticInvoker(Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_ClosedStaticInvoker(Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.Auth.Future_Credential/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mFD3B7AC4409456851E85B94393A8EBD712B7CC99 (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_Multicast; } // System.Void Firebase.Auth.Future_Credential/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6 (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_Credential/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m13825D523AF2D3D4E6D3C95EC1C752FEC8FDB75F (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.Auth.Future_Credential/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_m57185C9693E83A92BD3873DE3815933F7FDFDA2A (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_Multicast(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_OpenInst(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_OpenStatic(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_OpenStaticInvoker(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_ClosedStaticInvoker(SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257 (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.Auth.Future_Credential/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m1C85E3F7AE98C449BE374D7BF3A9BD64C41E8049 (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96_Multicast; } // System.Void Firebase.Auth.Future_Credential/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_m99082A90DFBECBB3D42C8C580FF6BCF52145DE96 (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_Credential/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_mB2BB91DBFCB55703B26D93B690482A99146A81A8 (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, 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; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.Future_Credential/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_m5E308133FD6200C49B0B8E64A759D125B8A084A2 (SWIG_CompletionDelegate_t9E662009E934925D7D7A44DE7174BE598500E257* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.Future_Credential/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m1C4898DE04AA128FCCF0092368C1C13FC3D20EFD (U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.Future_Credential/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m8495CFEBDEB6486E784189C87C6D5E02CDB46E65 (U3CU3Ec__DisplayClass5_0_t366B427CCBF4732DFDD9C68CEFE81BF0C5C57C6D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_m7841DB5DDB52E7C5858CDA741146A40DEE0D0AFE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_mE07E25F560D3703658667713772C9438F0F8A246_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024_1; } } { TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_m7841DB5DDB52E7C5858CDA741146A40DEE0D0AFE(L_3, TaskCompletionSource_1_SetCanceled_m7841DB5DDB52E7C5858CDA741146A40DEE0D0AFE_RuntimeMethod_var); goto IL_0074_1; } IL_0024_1: { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_005a_1; } } { TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_8 = __this->___tcs_1; int32_t L_9 = V_1; Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_10 = __this->___fu_0; NullCheck(L_10); String_t* L_11; L_11 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_10, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_12 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_12); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_12, L_9, L_11, NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2(L_8, L_12, TaskCompletionSource_1_SetException_mBEFC44B048476214046BC2F3C297FCEC9FC935C2_RuntimeMethod_var); goto IL_0073_1; } IL_005a_1: { TaskCompletionSource_1_tB3CA5B8DFD7A2F8179D8F2CEC4B43547795D44EF* L_13 = __this->___tcs_1; Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_14 = __this->___fu_0; NullCheck(L_14); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_15; L_15 = Future_Credential_GetResult_m54302D2098CE55728974ADAE2EEDCCF6F074416D(L_14, NULL); NullCheck(L_13); TaskCompletionSource_1_SetResult_mE07E25F560D3703658667713772C9438F0F8A246(L_13, L_15, TaskCompletionSource_1_SetResult_mE07E25F560D3703658667713772C9438F0F8A246_RuntimeMethod_var); } IL_0073_1: { } IL_0074_1: { goto IL_008e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_16 = V_3; String_t* L_17; L_17 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_16, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_17, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008e; }// end catch (depth: 1) IL_008e: { Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_18 = __this->___fu_0; NullCheck(L_18); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_18, 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_Future_SignInResult_SWIG_CompletionDispatcher_mE57EB1ACB935E22D888F6246FEC34F190F0FFAC9(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation Future_SignInResult_SWIG_CompletionDispatcher_mE57EB1ACB935E22D888F6246FEC34F190F0FFAC9(___0_key, NULL); } // System.Void Firebase.Auth.Future_SignInResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult__ctor_m6787E96505AC3506F675ABCBAB619B744CA12F15 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_Future_SignInResult_SWIGUpcast_m5471CFE57E9370BBB945C87538A9D74994C143D1(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_SignInResult::getCPtr(Firebase.Auth.Future_SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_SignInResult_getCPtr_m071EB1B71B17E59246CAC49A173719091032928B (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_SignInResult::swigRelease(Firebase.Auth.Future_SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_SignInResult_swigRelease_mEA3C512912747802B173E421EB789A6B748526FB (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_SignInResult_swigRelease_mEA3C512912747802B173E421EB789A6B748526FB_RuntimeMethod_var))); } IL_0022: { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.Future_SignInResult::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_Dispose_m7C839126D9231C373E62E7580326CD5529A7B23D (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; Future_SignInResult_SetCompletionData_m7DE364310B86799DF1644ADCDB75886823892842(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_Future_SignInResult_m54B525CE7E105797186E4DBCEA8A93BEB58A4DBC(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.Future_SignInResult::GetTask(Firebase.Auth.Future_SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* Future_SignInResult_GetTask_m0739599F218A91A1B8BB6058C0B16B8B9A99DBD2 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_m6EE834A71E669A05963244F129F98528EF201DF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_mA1E3180730F059B97A398DB6D13B06494C38E76D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m64CDC05AD790D4B14D1C441616206E7E20C48093_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* V_0 = NULL; bool V_1 = false; Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* V_2 = NULL; { U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_0 = (U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_mBC153EC56BC4672860530091F7E813F960A85B72(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_1 = V_0; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_3 = V_0; TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_4 = (TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF*)il2cpp_codegen_object_new(TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_m6EE834A71E669A05963244F129F98528EF201DF3(L_4, TaskCompletionSource_1__ctor_m6EE834A71E669A05963244F129F98528EF201DF3_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_5 = V_0; NullCheck(L_5); Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_6 = L_5->___fu_0; NullCheck(L_6); int32_t L_7; L_7 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_6, NULL); V_1 = (bool)((((int32_t)L_7) == ((int32_t)2))? 1 : 0); bool L_8 = V_1; if (!L_8) { goto IL_0051; } } { U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_9 = V_0; NullCheck(L_9); TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_10 = L_9->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_11 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_11); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_11, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_10); TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2(L_10, L_11, TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_12 = V_0; NullCheck(L_12); TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_13 = L_12->___tcs_1; NullCheck(L_13); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_14; L_14 = TaskCompletionSource_1_get_Task_mA1E3180730F059B97A398DB6D13B06494C38E76D_inline(L_13, TaskCompletionSource_1_get_Task_mA1E3180730F059B97A398DB6D13B06494C38E76D_RuntimeMethod_var); V_2 = L_14; goto IL_0077; } IL_0051: { U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_15 = V_0; NullCheck(L_15); Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_16 = L_15->___fu_0; U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_17 = V_0; Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* L_18 = (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213*)il2cpp_codegen_object_new(Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213_il2cpp_TypeInfo_var); NullCheck(L_18); Action__ctor_m12F6F2FFDF01C09B0C7328A5548FA027ED14C9B5(L_18, L_17, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m64CDC05AD790D4B14D1C441616206E7E20C48093_RuntimeMethod_var), NULL); NullCheck(L_16); Future_SignInResult_SetOnCompletionCallback_mE7241FFBCA181CA250A9509B26E4D1526566B9F5(L_16, L_18, NULL); U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* L_19 = V_0; NullCheck(L_19); TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_20 = L_19->___tcs_1; NullCheck(L_20); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_21; L_21 = TaskCompletionSource_1_get_Task_mA1E3180730F059B97A398DB6D13B06494C38E76D_inline(L_20, TaskCompletionSource_1_get_Task_mA1E3180730F059B97A398DB6D13B06494C38E76D_RuntimeMethod_var); V_2 = L_21; goto IL_0077; } IL_0077: { Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_22 = V_2; return L_22; } } // System.Void Firebase.Auth.Future_SignInResult::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_ThrowIfDisposed_mC33F550412F814691CD69030C39447A115DDC571 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_SignInResult_ThrowIfDisposed_mC33F550412F814691CD69030C39447A115DDC571_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.Auth.Future_SignInResult::SetOnCompletionCallback(Firebase.Auth.Future_SignInResult/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SetOnCompletionCallback_mE7241FFBCA181CA250A9509B26E4D1526566B9F5 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mBBEA8F79B7FC7122AFCC4E43E45233789A2773D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mBF93808FE00A2DC1294FC1DA48F0F57ABE3A72BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_SWIG_CompletionDispatcher_mE57EB1ACB935E22D888F6246FEC34F190F0FFAC9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { Future_SignInResult_ThrowIfDisposed_mC33F550412F814691CD69030C39447A115DDC571(__this, NULL); SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* L_2 = (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_m14A25703FB7CA83685268EC343AD7F834BEB05DC(L_2, NULL, (intptr_t)((void*)Future_SignInResult_SWIG_CompletionDispatcher_mE57EB1ACB935E22D888F6246FEC34F190F0FFAC9_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* L_7 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* L_9 = (Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D*)il2cpp_codegen_object_new(Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_mBBEA8F79B7FC7122AFCC4E43E45233789A2773D7(L_9, Dictionary_2__ctor_mBBEA8F79B7FC7122AFCC4E43E45233789A2773D7_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); int32_t L_10 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* L_12 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_mBF93808FE00A2DC1294FC1DA48F0F57ABE3A72BF(L_12, L_13, L_14, Dictionary_2_set_Item_mBF93808FE00A2DC1294FC1DA48F0F57ABE3A72BF_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = Future_SignInResult_SWIG_OnCompletion_m9AEF6A955BFFFAF4A3E7563CDD40AE07AC8AA788(__this, L_15, L_16, NULL); Future_SignInResult_SetCompletionData_m7DE364310B86799DF1644ADCDB75886823892842(__this, L_17, NULL); return; } } // System.Void Firebase.Auth.Future_SignInResult::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SetCompletionData_m7DE364310B86799DF1644ADCDB75886823892842 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Future_SignInResult_SWIG_FreeCompletionData_mC8ADA14B113080E8C06017D653399FFB1F1A6C35(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Future_SignInResult_SWIG_FreeCompletionData_mC8ADA14B113080E8C06017D653399FFB1F1A6C35(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.Auth.Future_SignInResult::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SWIG_CompletionDispatcher_mE57EB1ACB935E22D888F6246FEC34F190F0FFAC9 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m1E33D70721C9755765F798E1ABA2498306494333_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m3CB10761C77C89E72B860393CB858A0F1956BE68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213*)NULL; il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* L_4 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* L_5 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m3CB10761C77C89E72B860393CB858A0F1956BE68(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_m3CB10761C77C89E72B860393CB858A0F1956BE68_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Dictionary_2_t84836633E27564B891DA38BBE4B4F5E85FB7E45D* L_9 = ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_m1E33D70721C9755765F798E1ABA2498306494333(L_9, L_10, Dictionary_2_Remove_m1E33D70721C9755765F798E1ABA2498306494333_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* L_14 = V_0; NullCheck(L_14); Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.Auth.Future_SignInResult::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult__ctor_m16A1FA81D39B4530E9977342501B58AAEE5763BD (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_Future_SignInResult_m6BB7063E00F579D6A29A5AA292DF372956B5505F(NULL); Future_SignInResult__ctor_m6787E96505AC3506F675ABCBAB619B744CA12F15(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_SignInResult__ctor_m16A1FA81D39B4530E9977342501B58AAEE5763BD_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.Auth.Future_SignInResult::SWIG_OnCompletion(Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_SignInResult_SWIG_OnCompletion_m9AEF6A955BFFFAF4A3E7563CDD40AE07AC8AA788 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_Future_SignInResult_SWIG_OnCompletion_mEC7857CAAAE3088AD88D548069B8C16E04273DFA(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_SignInResult_SWIG_OnCompletion_m9AEF6A955BFFFAF4A3E7563CDD40AE07AC8AA788_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.Auth.Future_SignInResult::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult_SWIG_FreeCompletionData_mC8ADA14B113080E8C06017D653399FFB1F1A6C35 (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_Future_SignInResult_SWIG_FreeCompletionData_mD35B1DF8A6C1BF15E8A44935E0943421EC93EB8A(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_SignInResult_SWIG_FreeCompletionData_mC8ADA14B113080E8C06017D653399FFB1F1A6C35_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.Auth.SignInResult Firebase.Auth.Future_SignInResult::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* Future_SignInResult_GetResult_m7780792E33BBE23C7991AA8488DA2ABDE95D22C7 (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* V_0 = NULL; bool V_1 = false; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_Future_SignInResult_GetResult_mE3A4B5217FD68BE85A020222F5E38AA7911726D3(L_0, NULL); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_2 = (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)il2cpp_codegen_object_new(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945_il2cpp_TypeInfo_var); NullCheck(L_2); SignInResult__ctor_m6CA19890915175934C25A30860764F2E6A6225AF(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_SignInResult_GetResult_m7780792E33BBE23C7991AA8488DA2ABDE95D22C7_RuntimeMethod_var))); } IL_0022: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_7 = V_2; return L_7; } } // System.Void Firebase.Auth.Future_SignInResult::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_SignInResult__cctor_m12C8026892FD9B00148C4FA3DF13E9CAB2361165 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_StaticFields*)il2cpp_codegen_static_fields_for(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_Multicast(Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_OpenInst(Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_OpenStatic(Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_OpenStaticInvoker(Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_ClosedStaticInvoker(Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213 (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.Auth.Future_SignInResult/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m12F6F2FFDF01C09B0C7328A5548FA027ED14C9B5 (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_Multicast; } // System.Void Firebase.Auth.Future_SignInResult/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_SignInResult/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_mDC8095836E8BA570685F4E909FB24385F8968A5C (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.Auth.Future_SignInResult/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_mADEF3966B4669C3297587EBF04BBD89594F98B9A (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_Multicast(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_OpenInst(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_OpenStatic(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_OpenStaticInvoker(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_ClosedStaticInvoker(SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m14A25703FB7CA83685268EC343AD7F834BEB05DC (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446_Multicast; } // System.Void Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_mCE7BA0FB21487A8D9ACB124E6B0D9B7F619F5446 (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_m2B41227085179BC49BF150417C90F0506B82FA66 (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, 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; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.Future_SignInResult/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_m8BDCAB2964C08D1544A9090BD54F9CBBD682FA24 (SWIG_CompletionDelegate_tBF82F8CD52E738A53F766723168DEE904CF7940A* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mBC153EC56BC4672860530091F7E813F960A85B72 (U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.Future_SignInResult/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m64CDC05AD790D4B14D1C441616206E7E20C48093 (U3CU3Ec__DisplayClass5_0_t9AF335C4B4F32B0E718F1D91B2A4989F0C4CFACF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_mD5C3835B49CD073127534C902839933A50BF951D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_m7F89711A0F5AF31BA2214368247576F1CF172D23_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0027_1; } } { TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_mD5C3835B49CD073127534C902839933A50BF951D(L_3, TaskCompletionSource_1_SetCanceled_mD5C3835B49CD073127534C902839933A50BF951D_RuntimeMethod_var); goto IL_00ae_1; } IL_0027_1: { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_0094_1; } } { int32_t L_8 = V_1; V_3 = (bool)((((int32_t)L_8) == ((int32_t)((int32_t)10)))? 1 : 0); bool L_9 = V_3; if (!L_9) { goto IL_0072_1; } } { TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_10 = __this->___tcs_1; int32_t L_11 = V_1; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_12 = __this->___fu_0; NullCheck(L_12); String_t* L_13; L_13 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_12, NULL); Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_14 = __this->___fu_0; NullCheck(L_14); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_15; L_15 = Future_SignInResult_GetResult_m7780792E33BBE23C7991AA8488DA2ABDE95D22C7(L_14, NULL); FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* L_16 = (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9*)il2cpp_codegen_object_new(FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9_il2cpp_TypeInfo_var); NullCheck(L_16); FirebaseAccountLinkException__ctor_mC646B3809344B11186F9B6B44DAC7113E66B75BE(L_16, L_11, L_13, L_15, NULL); NullCheck(L_10); TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2(L_10, L_16, TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2_RuntimeMethod_var); goto IL_0091_1; } IL_0072_1: { TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_17 = __this->___tcs_1; int32_t L_18 = V_1; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_19 = __this->___fu_0; NullCheck(L_19); String_t* L_20; L_20 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_19, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_21 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_21); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_21, L_18, L_20, NULL); NullCheck(L_17); TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2(L_17, L_21, TaskCompletionSource_1_SetException_m16827CE93E6729A4DFDD7210510CBBF5E32817F2_RuntimeMethod_var); } IL_0091_1: { goto IL_00ad_1; } IL_0094_1: { TaskCompletionSource_1_t49D13F120C96CB33C1BDC538125A5AFC9EC846BF* L_22 = __this->___tcs_1; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_23 = __this->___fu_0; NullCheck(L_23); SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_24; L_24 = Future_SignInResult_GetResult_m7780792E33BBE23C7991AA8488DA2ABDE95D22C7(L_23, NULL); NullCheck(L_22); TaskCompletionSource_1_SetResult_m7F89711A0F5AF31BA2214368247576F1CF172D23(L_22, L_24, TaskCompletionSource_1_SetResult_m7F89711A0F5AF31BA2214368247576F1CF172D23_RuntimeMethod_var); } IL_00ad_1: { } IL_00ae_1: { goto IL_00ca; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b1; } throw e; } CATCH_00b1: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_25 = V_4; String_t* L_26; L_26 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_25, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_26, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ca; }// end catch (depth: 1) IL_00ca: { Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_27 = __this->___fu_0; NullCheck(L_27); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_27, 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_Future_AuthResult_SWIG_CompletionDispatcher_m0B49E077F46D697D7017C1A9AB3D681CF90DCA92(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation Future_AuthResult_SWIG_CompletionDispatcher_m0B49E077F46D697D7017C1A9AB3D681CF90DCA92(___0_key, NULL); } // System.Void Firebase.Auth.Future_AuthResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_Future_AuthResult_SWIGUpcast_m146C300378B5CA71E97B6D2C260F4269996991B3(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_AuthResult::getCPtr(Firebase.Auth.Future_AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_AuthResult_getCPtr_m31A77195F954742424D8300428AA54947B8B77BE (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Future_AuthResult::swigRelease(Firebase.Auth.Future_AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Future_AuthResult_swigRelease_m5679585DD5E06B1BF1650790E22766084CAC3585 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_AuthResult_swigRelease_m5679585DD5E06B1BF1650790E22766084CAC3585_RuntimeMethod_var))); } IL_0022: { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.Future_AuthResult::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_Dispose_mB27831425BCF823DDBC4F55B046D01E5C6820ADF (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; Future_AuthResult_SetCompletionData_m3FA6DF3280DE08002EB035B431DB07A23CE48B61(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_Future_AuthResult_mC32B8A5A8AA4281450E6EABBCE748BB136B74588(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.Future_AuthResult::GetTask(Firebase.Auth.Future_AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* Future_AuthResult_GetTask_m559E0FF210CB3FC204CB5621BD0578465F84553D (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_m2BEDEDE282DF9F80F7E8446F8A8FFAA27664234B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_mC2F9C2E0B92462A6A42893BE7201C705E1ED2A91_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mD45F93454ABFB485732DBC4709C78D6C50563399_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* V_0 = NULL; bool V_1 = false; Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* V_2 = NULL; { U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_0 = (U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_mDB0E6AB5A1F121270A8EBAF1EE23A08EDCB2F87F(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_1 = V_0; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_3 = V_0; TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_4 = (TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274*)il2cpp_codegen_object_new(TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_m2BEDEDE282DF9F80F7E8446F8A8FFAA27664234B(L_4, TaskCompletionSource_1__ctor_m2BEDEDE282DF9F80F7E8446F8A8FFAA27664234B_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_5 = V_0; NullCheck(L_5); Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_6 = L_5->___fu_0; NullCheck(L_6); int32_t L_7; L_7 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_6, NULL); V_1 = (bool)((((int32_t)L_7) == ((int32_t)2))? 1 : 0); bool L_8 = V_1; if (!L_8) { goto IL_0051; } } { U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_9 = V_0; NullCheck(L_9); TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_10 = L_9->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_11 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_11); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_11, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_10); TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C(L_10, L_11, TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_12 = V_0; NullCheck(L_12); TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_13 = L_12->___tcs_1; NullCheck(L_13); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_14; L_14 = TaskCompletionSource_1_get_Task_mC2F9C2E0B92462A6A42893BE7201C705E1ED2A91_inline(L_13, TaskCompletionSource_1_get_Task_mC2F9C2E0B92462A6A42893BE7201C705E1ED2A91_RuntimeMethod_var); V_2 = L_14; goto IL_0077; } IL_0051: { U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_15 = V_0; NullCheck(L_15); Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_16 = L_15->___fu_0; U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_17 = V_0; Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* L_18 = (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83*)il2cpp_codegen_object_new(Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83_il2cpp_TypeInfo_var); NullCheck(L_18); Action__ctor_m51FBE5B639D28B17E133913692C78A4464ECAC58(L_18, L_17, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mD45F93454ABFB485732DBC4709C78D6C50563399_RuntimeMethod_var), NULL); NullCheck(L_16); Future_AuthResult_SetOnCompletionCallback_mB9BB47A3F31B4B01661F55EE8244D91C17C81F3B(L_16, L_18, NULL); U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* L_19 = V_0; NullCheck(L_19); TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_20 = L_19->___tcs_1; NullCheck(L_20); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_21; L_21 = TaskCompletionSource_1_get_Task_mC2F9C2E0B92462A6A42893BE7201C705E1ED2A91_inline(L_20, TaskCompletionSource_1_get_Task_mC2F9C2E0B92462A6A42893BE7201C705E1ED2A91_RuntimeMethod_var); V_2 = L_21; goto IL_0077; } IL_0077: { Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_22 = V_2; return L_22; } } // System.Void Firebase.Auth.Future_AuthResult::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_ThrowIfDisposed_m0C881BD43B1ED4410B3211C607AA602DE1AE8754 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_AuthResult_ThrowIfDisposed_m0C881BD43B1ED4410B3211C607AA602DE1AE8754_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.Auth.Future_AuthResult::SetOnCompletionCallback(Firebase.Auth.Future_AuthResult/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SetOnCompletionCallback_mB9BB47A3F31B4B01661F55EE8244D91C17C81F3B (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5DF9C35E65BB1FBE1C971657ABE9E790D4D5313D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m61295AAE76B7C0DF064AA8D5D8967B550A5C58ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_SWIG_CompletionDispatcher_m0B49E077F46D697D7017C1A9AB3D681CF90DCA92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { Future_AuthResult_ThrowIfDisposed_m0C881BD43B1ED4410B3211C607AA602DE1AE8754(__this, NULL); SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* L_2 = (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_m41C4D92096467037A766B2D609DF55BA4AE71ED1(L_2, NULL, (intptr_t)((void*)Future_AuthResult_SWIG_CompletionDispatcher_m0B49E077F46D697D7017C1A9AB3D681CF90DCA92_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* L_7 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* L_9 = (Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F*)il2cpp_codegen_object_new(Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_m5DF9C35E65BB1FBE1C971657ABE9E790D4D5313D(L_9, Dictionary_2__ctor_m5DF9C35E65BB1FBE1C971657ABE9E790D4D5313D_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); int32_t L_10 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* L_12 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_m61295AAE76B7C0DF064AA8D5D8967B550A5C58ED(L_12, L_13, L_14, Dictionary_2_set_Item_m61295AAE76B7C0DF064AA8D5D8967B550A5C58ED_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = Future_AuthResult_SWIG_OnCompletion_mF5BA5B774968A3A08BF6989693A20305B2AA8A1E(__this, L_15, L_16, NULL); Future_AuthResult_SetCompletionData_m3FA6DF3280DE08002EB035B431DB07A23CE48B61(__this, L_17, NULL); return; } } // System.Void Firebase.Auth.Future_AuthResult::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SetCompletionData_m3FA6DF3280DE08002EB035B431DB07A23CE48B61 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Future_AuthResult_SWIG_FreeCompletionData_m5B3706BF4AA107CB23BE2FF45F8F6684D2D12B8F(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Future_AuthResult_SWIG_FreeCompletionData_m5B3706BF4AA107CB23BE2FF45F8F6684D2D12B8F(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.Auth.Future_AuthResult::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SWIG_CompletionDispatcher_m0B49E077F46D697D7017C1A9AB3D681CF90DCA92 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m0D6F8466AB2499D49E1E86C75997D6A04689BD27_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m0B810BCBD328126CE57D519E019A8F24384C1FCF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83*)NULL; il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* L_4 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* L_5 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m0B810BCBD328126CE57D519E019A8F24384C1FCF(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_m0B810BCBD328126CE57D519E019A8F24384C1FCF_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Dictionary_2_t1FAD1830BC949ED971259204978A6F1F856B933F* L_9 = ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_m0D6F8466AB2499D49E1E86C75997D6A04689BD27(L_9, L_10, Dictionary_2_Remove_m0D6F8466AB2499D49E1E86C75997D6A04689BD27_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* L_14 = V_0; NullCheck(L_14); Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.Auth.Future_AuthResult::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult__ctor_mA1458648B2F16142C9D491FB413D2BBCCC38AD8E (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_Future_AuthResult_mEFBB10D0D05EA814925C8511E88C09446AD99FA2(NULL); Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_AuthResult__ctor_mA1458648B2F16142C9D491FB413D2BBCCC38AD8E_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.Auth.Future_AuthResult::SWIG_OnCompletion(Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Future_AuthResult_SWIG_OnCompletion_mF5BA5B774968A3A08BF6989693A20305B2AA8A1E (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_Future_AuthResult_SWIG_OnCompletion_mD799BAA41D01A7E1E2E87FF0C1A49EFAB14D79A9(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_AuthResult_SWIG_OnCompletion_mF5BA5B774968A3A08BF6989693A20305B2AA8A1E_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.Auth.Future_AuthResult::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult_SWIG_FreeCompletionData_m5B3706BF4AA107CB23BE2FF45F8F6684D2D12B8F (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_Future_AuthResult_SWIG_FreeCompletionData_m50525B9BEA037ED1D0D073950A07C8691B4FD08F(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_AuthResult_SWIG_FreeCompletionData_m5B3706BF4AA107CB23BE2FF45F8F6684D2D12B8F_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.Auth.AuthResult Firebase.Auth.Future_AuthResult::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* Future_AuthResult_GetResult_m6A8D6B95FC14192D7D34972537604A2F4670C517 (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* V_0 = NULL; bool V_1 = false; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_Future_AuthResult_GetResult_m3199FB842DE67ACD42076EDD1CEBFB292E0E14D5(L_0, NULL); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_2 = (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)il2cpp_codegen_object_new(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA_il2cpp_TypeInfo_var); NullCheck(L_2); AuthResult__ctor_m1F2FECA61C633FED2E5E3F3670CB9A356B8C3CE7(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Future_AuthResult_GetResult_m6A8D6B95FC14192D7D34972537604A2F4670C517_RuntimeMethod_var))); } IL_0022: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_7 = V_2; return L_7; } } // System.Void Firebase.Auth.Future_AuthResult::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_AuthResult__cctor_mA47A1368A301F3E1BB6F61E2A4E4BC703021303C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_StaticFields*)il2cpp_codegen_static_fields_for(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_Multicast(Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_OpenInst(Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_OpenStatic(Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_OpenStaticInvoker(Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_ClosedStaticInvoker(Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83 (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.Auth.Future_AuthResult/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m51FBE5B639D28B17E133913692C78A4464ECAC58 (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_Multicast; } // System.Void Firebase.Auth.Future_AuthResult/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_AuthResult/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m359E788D77523B7EFCFA34E3891A529FA8866C05 (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.Auth.Future_AuthResult/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_mA9AAA7549EDF30B5355B0BDDE6F09042B491ECD7 (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_Multicast(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_OpenInst(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_OpenStatic(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_OpenStaticInvoker(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_ClosedStaticInvoker(SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m41C4D92096467037A766B2D609DF55BA4AE71ED1 (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E_Multicast; } // System.Void Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_m84E7DE6C6E0CF300D01C923D89953A9F74EB8B7E (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_mE42484F0D64B51387B54B503E561DA22EABFAA0A (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, 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; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.Auth.Future_AuthResult/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_mDA79DDC9FBB547BAD7C8FABAE2306CBE4BA07315 (SWIG_CompletionDelegate_tDBA30C5A67741B1019B61FF9D48DD130CE6393DC* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mDB0E6AB5A1F121270A8EBAF1EE23A08EDCB2F87F (U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Auth.Future_AuthResult/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mD45F93454ABFB485732DBC4709C78D6C50563399 (U3CU3Ec__DisplayClass5_0_tA8CAF1584FF0C35A572CA55B383958F44E219818* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_m453979C8E5C1A683B1C07F09828F25510DC21A4F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_m9B64D530E25A4DA92564F6B615E9C2BB306D21F5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0027_1; } } { TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_m453979C8E5C1A683B1C07F09828F25510DC21A4F(L_3, TaskCompletionSource_1_SetCanceled_m453979C8E5C1A683B1C07F09828F25510DC21A4F_RuntimeMethod_var); goto IL_00ae_1; } IL_0027_1: { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_0094_1; } } { int32_t L_8 = V_1; V_3 = (bool)((((int32_t)L_8) == ((int32_t)((int32_t)10)))? 1 : 0); bool L_9 = V_3; if (!L_9) { goto IL_0072_1; } } { TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_10 = __this->___tcs_1; int32_t L_11 = V_1; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_12 = __this->___fu_0; NullCheck(L_12); String_t* L_13; L_13 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_12, NULL); Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_14 = __this->___fu_0; NullCheck(L_14); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_15; L_15 = Future_AuthResult_GetResult_m6A8D6B95FC14192D7D34972537604A2F4670C517(L_14, NULL); FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* L_16 = (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9*)il2cpp_codegen_object_new(FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9_il2cpp_TypeInfo_var); NullCheck(L_16); FirebaseAccountLinkException__ctor_m26DA862642C81FE8D7C56ADF82A835115BAB05DF(L_16, L_11, L_13, L_15, NULL); NullCheck(L_10); TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C(L_10, L_16, TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C_RuntimeMethod_var); goto IL_0091_1; } IL_0072_1: { TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_17 = __this->___tcs_1; int32_t L_18 = V_1; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_19 = __this->___fu_0; NullCheck(L_19); String_t* L_20; L_20 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_19, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_21 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_21); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_21, L_18, L_20, NULL); NullCheck(L_17); TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C(L_17, L_21, TaskCompletionSource_1_SetException_m71C3EAC31182A39ABEB742D1478CF6572F4BA24C_RuntimeMethod_var); } IL_0091_1: { goto IL_00ad_1; } IL_0094_1: { TaskCompletionSource_1_tA7D35E202C7858F7B9E092F07BFBDBCF1CEF1274* L_22 = __this->___tcs_1; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_23 = __this->___fu_0; NullCheck(L_23); AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_24; L_24 = Future_AuthResult_GetResult_m6A8D6B95FC14192D7D34972537604A2F4670C517(L_23, NULL); NullCheck(L_22); TaskCompletionSource_1_SetResult_m9B64D530E25A4DA92564F6B615E9C2BB306D21F5(L_22, L_24, TaskCompletionSource_1_SetResult_m9B64D530E25A4DA92564F6B615E9C2BB306D21F5_RuntimeMethod_var); } IL_00ad_1: { } IL_00ae_1: { goto IL_00ca; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b1; } throw e; } CATCH_00b1: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_25 = V_4; String_t* L_26; L_26 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_25, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_26, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ca; }// end catch (depth: 1) IL_00ca: { Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_27 = __this->___fu_0; NullCheck(L_27); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_27, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Auth.Credential::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Credential::getCPtr(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.Credential::swigRelease(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Credential_swigRelease_mE94889D23B295D89D608143775A6AE39DFA14EE0 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Credential_swigRelease_mE94889D23B295D89D608143775A6AE39DFA14EE0_RuntimeMethod_var))); } IL_0022: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_9 = ___0_obj; NullCheck(L_9); Credential_Dispose_m442C8D4C0921BAB54013A17D1BBC9D4A340398BC(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.Credential::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential_Finalize_mF29D83866FC90FBD5CF9D6932E5497A8AD475F69 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.Credential::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.Credential::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential_Dispose_m442C8D4C0921BAB54013A17D1BBC9D4A340398BC (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.Credential::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.Credential::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential_Dispose_m45A76A45D0F3A85A3DBC050A08FB0055DD38C7B3 (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_Credential_m9BBFD0335963236DDC1ACD3F4F34C50A395083E7(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.Auth.Credential::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Credential__ctor_mC2CE84952D27CA719150BD969993918D03D4F6AF (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_Credential_m610F752E3E54826B1E025F52F377000A9161560F(NULL); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Credential__ctor_mC2CE84952D27CA719150BD969993918D03D4F6AF_RuntimeMethod_var))); } IL_001d: { return; } } // System.Boolean Firebase.Auth.Credential::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Credential_IsValid_mA9D0FE856631B352E3397671F4C6F724E503621B (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); bool L_1; L_1 = AuthUtilPINVOKE_Credential_IsValid_mAEEBFB81870EECE907E638F93D32D624BFA92F73(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Credential_IsValid_mA9D0FE856631B352E3397671F4C6F724E503621B_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.String Firebase.Auth.Credential::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Credential_get_Provider_mDD1FF002246E86461A1CFD937D2F6ACE9474C9DC (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_Credential_Provider_get_mDAF5FC55AA8B21C98462BF7E2457533E1AA39D92(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Credential_get_Provider_mDD1FF002246E86461A1CFD937D2F6ACE9474C9DC_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; 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 Firebase.Auth.PhoneAuthCredential::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthCredential__ctor_m3F6695FA6E0239C9A1F5E516E2343F45FD55D429 (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_PhoneAuthCredential_SWIGUpcast_m028339E41A14922D865CFBAFDCADC43905340DAD(L_0, NULL); bool L_2 = ___1_cMemoryOwn; Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(__this, L_1, L_2, NULL); intptr_t L_3 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), __this, L_3, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_4; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthCredential::getCPtr(Firebase.Auth.PhoneAuthCredential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthCredential_getCPtr_m5CB859667F0D5D9102FF42460989EE58894F675D (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthCredential::swigRelease(Firebase.Auth.PhoneAuthCredential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthCredential_swigRelease_m5979C9798557F21DD3BD663F28A6D5A20E9BF2D8 (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthCredential_swigRelease_m5979C9798557F21DD3BD663F28A6D5A20E9BF2D8_RuntimeMethod_var))); } IL_0022: { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_8 = ___0_obj; NullCheck(L_8); ((Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)L_8)->___swigCMemOwn_1 = (bool)0; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_9 = ___0_obj; NullCheck(L_9); Credential_Dispose_m442C8D4C0921BAB54013A17D1BBC9D4A340398BC(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.PhoneAuthCredential::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthCredential_Dispose_mFF93274CC24BA6CDED8AC32C47D96A4A2AE89E53 (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0070: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_007a; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_007a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = ((Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)__this)->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { ((Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_PhoneAuthCredential_mDA8C34DC7EC371C2C41B972FCC5658ED14A4AB2C(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_14 = ___0_disposing; Credential_Dispose_m45A76A45D0F3A85A3DBC050A08FB0055DD38C7B3(__this, L_14, NULL); goto IL_007b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007b: { return; } } // System.String Firebase.Auth.PhoneAuthCredential::get_SmsCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PhoneAuthCredential_get_SmsCode_mEB5044B34866CF8940EA6996A87C8EC7F0FBCCC4 (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0; L_0 = PhoneAuthCredential_get_SmsCodeInternal_m6EB47204C93AC9E3A21D171DE6DAC2E040EE7139(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { String_t* L_1 = V_0; return L_1; } } // System.Void Firebase.Auth.PhoneAuthCredential::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthCredential__ctor_mB9D7949118CC45390020DB65617722AB0B360E4E (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_PhoneAuthCredential__SWIG_0_mDD9CE35D78F2E9757A8CAC619325FFA69ABAECC0(NULL); PhoneAuthCredential__ctor_m3F6695FA6E0239C9A1F5E516E2343F45FD55D429(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthCredential__ctor_mB9D7949118CC45390020DB65617722AB0B360E4E_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.PhoneAuthCredential::.ctor(Firebase.Auth.PhoneAuthCredential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthCredential__ctor_m0B40F9FF236B92128364A25DB312E7A7C8FA313D (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_0 = ___0_rhs; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = PhoneAuthCredential_getCPtr_m5CB859667F0D5D9102FF42460989EE58894F675D(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_new_PhoneAuthCredential__SWIG_1_mFE3EE8B6E2F4901AF8C217CE9BCFB77DB80F9717(L_1, NULL); PhoneAuthCredential__ctor_m3F6695FA6E0239C9A1F5E516E2343F45FD55D429(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthCredential__ctor_m0B40F9FF236B92128364A25DB312E7A7C8FA313D_RuntimeMethod_var))); } IL_0023: { return; } } // System.String Firebase.Auth.PhoneAuthCredential::get_SmsCodeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PhoneAuthCredential_get_SmsCodeInternal_m6EB47204C93AC9E3A21D171DE6DAC2E040EE7139 (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_PhoneAuthCredential_SmsCodeInternal_get_mAEBBF84646F109268C680F03945959BEA4E16414(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthCredential_get_SmsCodeInternal_m6EB47204C93AC9E3A21D171DE6DAC2E040EE7139_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; 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 Firebase.Auth.EmailAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmailAuthProvider__cctor_m247BBD1FDEC315D901F5CEFD7CE5B92FC5175791 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // Firebase.Auth.Credential Firebase.Auth.EmailAuthProvider::GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* EmailAuthProvider_GetCredential_m7C000C842A905AEF8E1E1BD279DFDFABB1012F6D (String_t* ___0_email, String_t* ___1_password, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_email; String_t* L_1 = ___1_password; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_EmailAuthProvider_GetCredential_mC8AA0629B38F1F42960F8E11D50586AF4AF54A17(L_0, L_1, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_3); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_3, L_2, (bool)1, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmailAuthProvider_GetCredential_m7C000C842A905AEF8E1E1BD279DFDFABB1012F6D_RuntimeMethod_var))); } IL_001e: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_8 = V_2; return L_8; } } // System.String Firebase.Auth.EmailAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EmailAuthProvider_get_ProviderId_m3C651A38C2355D7968E6ED93B1595967F13C2C73 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_EmailAuthProvider_ProviderId_get_m6A0D568B734B049A50C9CB6ED1B21677A989DA99(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmailAuthProvider_get_ProviderId_m3C651A38C2355D7968E6ED93B1595967F13C2C73_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; 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 Firebase.Auth.FacebookAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacebookAuthProvider__cctor_mBEA8072BC0DFCA6F5948354BA7FD2FE4DC36C226 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // Firebase.Auth.Credential Firebase.Auth.FacebookAuthProvider::GetCredential(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* FacebookAuthProvider_GetCredential_m41642C9CF298996A3669DBF8AA9C30A501B8ABEA (String_t* ___0_accessToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_accessToken; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FacebookAuthProvider_GetCredential_mAE4DA92C0C4599D635B7E5F9D87BCF2295115E67(L_0, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_2 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_2); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacebookAuthProvider_GetCredential_m41642C9CF298996A3669DBF8AA9C30A501B8ABEA_RuntimeMethod_var))); } IL_001d: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_7 = V_2; return L_7; } } // System.String Firebase.Auth.FacebookAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FacebookAuthProvider_get_ProviderId_m268602E04184A4B5066A36DBC2BAA27E7911DA38 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_FacebookAuthProvider_ProviderId_get_m43593ECD251DDEC303945C4473118EC3A8A00FD7(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacebookAuthProvider_get_ProviderId_m268602E04184A4B5066A36DBC2BAA27E7911DA38_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; 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 Firebase.Auth.GameCenterAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameCenterAuthProvider__cctor_mCD69E95DF6BAB5F4DF36E3A53AC35C620D3B08A6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // System.Threading.Tasks.Task`1 Firebase.Auth.GameCenterAuthProvider::GetCredentialAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* GameCenterAuthProvider_GetCredentialAsync_m7986FE664DCB6099C60E73517824116131735BDE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_GameCenterAuthProvider_GetCredential_m96E5BF5E1F8DB4800F3B6F28B82A77149C5901DF(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GameCenterAuthProvider_GetCredentialAsync_m7986FE664DCB6099C60E73517824116131735BDE_RuntimeMethod_var))); } IL_0016: { intptr_t L_4 = V_0; Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B* L_5 = (Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B*)il2cpp_codegen_object_new(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); NullCheck(L_5); Future_Credential__ctor_mF1CFD43F25E5F1B1D304813B1915091EEC208672(L_5, L_4, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_Credential_t7733BF5B5990C5E583935B64EC777BAB92C6968B_il2cpp_TypeInfo_var); Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* L_6; L_6 = Future_Credential_GetTask_m55AA4DBD39C6A741385B180FCB789173336ACE38(L_5, NULL); V_2 = L_6; goto IL_0025; } IL_0025: { Task_1_t5EF5E206A5E9225C3C7C0E33244770D92A63F667* L_7 = V_2; return L_7; } } // System.Boolean Firebase.Auth.GameCenterAuthProvider::IsPlayerAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameCenterAuthProvider_IsPlayerAuthenticated_m7F9908B681BCEA2C38EEE22BA2F4DE4978004BD4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); bool L_0; L_0 = AuthUtilPINVOKE_GameCenterAuthProvider_IsPlayerAuthenticated_mC02993367B38C5571BF493E03CE43E85AE8F3052(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GameCenterAuthProvider_IsPlayerAuthenticated_m7F9908B681BCEA2C38EEE22BA2F4DE4978004BD4_RuntimeMethod_var))); } IL_0016: { bool L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { bool L_5 = V_2; return L_5; } } // System.String Firebase.Auth.GameCenterAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameCenterAuthProvider_get_ProviderId_mFF1964C3ED91F653597AADD0848AC3F70624F292 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_GameCenterAuthProvider_ProviderId_get_m8AB5E19BBCA539E1452B974677687CADDDBF12AC(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GameCenterAuthProvider_get_ProviderId_mFF1964C3ED91F653597AADD0848AC3F70624F292_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; 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 Firebase.Auth.GitHubAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GitHubAuthProvider__cctor_mA9CAC615F5FDDF1A24CFE391EF5103F5891DDC1A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // Firebase.Auth.Credential Firebase.Auth.GitHubAuthProvider::GetCredential(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* GitHubAuthProvider_GetCredential_m7BCF2C645E177DBF060AAF2CD62FFB48E0EB6950 (String_t* ___0_token, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_token; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_GitHubAuthProvider_GetCredential_mC8AD3C0C31E47A8C5955138E9092917FD20547EC(L_0, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_2 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_2); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GitHubAuthProvider_GetCredential_m7BCF2C645E177DBF060AAF2CD62FFB48E0EB6950_RuntimeMethod_var))); } IL_001d: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_7 = V_2; return L_7; } } // System.String Firebase.Auth.GitHubAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GitHubAuthProvider_get_ProviderId_mD61509969C5E880EA33A295AC1EF4EC67779482D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_GitHubAuthProvider_ProviderId_get_mEE28BBDF64FCF26FD33449A539A83368C7DA34C5(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GitHubAuthProvider_get_ProviderId_mD61509969C5E880EA33A295AC1EF4EC67779482D_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; 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 Firebase.Auth.GoogleAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoogleAuthProvider__cctor_mADD148E7CEA017F1ABEDCC47DB0D4459DC707338 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // Firebase.Auth.Credential Firebase.Auth.GoogleAuthProvider::GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* GoogleAuthProvider_GetCredential_m908C6090ED39CA7687DF6DC7878728729D137827 (String_t* ___0_idToken, String_t* ___1_accessToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_idToken; String_t* L_1 = ___1_accessToken; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_GoogleAuthProvider_GetCredential_m98D471DEBF8A1C50200D407F52FF1C73AA74CA95(L_0, L_1, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_3); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_3, L_2, (bool)1, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GoogleAuthProvider_GetCredential_m908C6090ED39CA7687DF6DC7878728729D137827_RuntimeMethod_var))); } IL_001e: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_8 = V_2; return L_8; } } // System.String Firebase.Auth.GoogleAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GoogleAuthProvider_get_ProviderId_m56F79B660CDEA352939466EC493353AC789DEE5C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_GoogleAuthProvider_ProviderId_get_mA422F1920FD6D0F31226B987968FB97823E59A43(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GoogleAuthProvider_get_ProviderId_m56F79B660CDEA352939466EC493353AC789DEE5C_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; 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 Firebase.Auth.MicrosoftAuthProvider::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrosoftAuthProvider__ctor_mCEE638EB8EC6D9D4BB39B53F222EE6907D5386FA (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.MicrosoftAuthProvider::getCPtr(Firebase.Auth.MicrosoftAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F MicrosoftAuthProvider_getCPtr_mEB14239FEC64D8B476F9C7FA319954DA14314AA6 (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.MicrosoftAuthProvider::swigRelease(Firebase.Auth.MicrosoftAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F MicrosoftAuthProvider_swigRelease_m849DC41D88F075B66B1FBA454BECD27AACBD6E49 (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MicrosoftAuthProvider_swigRelease_m849DC41D88F075B66B1FBA454BECD27AACBD6E49_RuntimeMethod_var))); } IL_0022: { MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* L_9 = ___0_obj; NullCheck(L_9); MicrosoftAuthProvider_Dispose_mA217BAA722AFC66962166F7C397037B916B52401(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.MicrosoftAuthProvider::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrosoftAuthProvider_Finalize_mC4FF3E2E1B79071D5F04EC20DC6BE7EDC1858185 (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.MicrosoftAuthProvider::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.MicrosoftAuthProvider::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrosoftAuthProvider_Dispose_mA217BAA722AFC66962166F7C397037B916B52401 (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.MicrosoftAuthProvider::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.MicrosoftAuthProvider::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrosoftAuthProvider_Dispose_m49A244AD8C836A267DB4D763DB9EDD3437B2EEF0 (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_MicrosoftAuthProvider_mDC7D173D25F8265E2724ADF7D77942EACC7818B8(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.String Firebase.Auth.MicrosoftAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MicrosoftAuthProvider_get_ProviderId_mE850A92B22F36EBC182E0FEB68626D2B28B0B9E2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_MicrosoftAuthProvider_ProviderId_get_m63FD8380A3E0EBEFE8585E7B5710DDE1371AC9FB(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MicrosoftAuthProvider_get_ProviderId_mE850A92B22F36EBC182E0FEB68626D2B28B0B9E2_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; return L_5; } } // System.Void Firebase.Auth.MicrosoftAuthProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrosoftAuthProvider__ctor_m0175B98E6B53CF2E3C8D8A16711FFEC195AF127D (MicrosoftAuthProvider_t1A48E1924709F0E75D40EC14A3483B7FA602B1F3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_MicrosoftAuthProvider_m32C2337EE380D971488314D0AD5B9569A707209A(NULL); MicrosoftAuthProvider__ctor_mCEE638EB8EC6D9D4BB39B53F222EE6907D5386FA(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MicrosoftAuthProvider__ctor_m0175B98E6B53CF2E3C8D8A16711FFEC195AF127D_RuntimeMethod_var))); } IL_001d: { 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 Firebase.Auth.OAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OAuthProvider__cctor_mB68285BEEA3EF8F555CBEF643FE6741A90C1ADBB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // Firebase.Auth.Credential Firebase.Auth.OAuthProvider::GetCredential(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* OAuthProvider_GetCredential_mA1057D8A5079223F1AC2F6E9BB7A14DC1B7DB702 (String_t* ___0_ProviderId, String_t* ___1_idToken, String_t* ___2_accessToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_ProviderId; String_t* L_1 = ___1_idToken; String_t* L_2 = ___2_accessToken; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_OAuthProvider_GetCredential__SWIG_0_m9B75B080347BF359E309F935CA73EE4B57A14C69(L_0, L_1, L_2, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_4 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_4); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_4, L_3, (bool)1, NULL); V_0 = L_4; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_001f; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OAuthProvider_GetCredential_mA1057D8A5079223F1AC2F6E9BB7A14DC1B7DB702_RuntimeMethod_var))); } IL_001f: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_8 = V_0; V_2 = L_8; goto IL_0023; } IL_0023: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_9 = V_2; return L_9; } } // Firebase.Auth.Credential Firebase.Auth.OAuthProvider::GetCredential(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* OAuthProvider_GetCredential_mCF0382BCEDD4CCF455789CC8572DCF2EBBDB2F64 (String_t* ___0_ProviderId, String_t* ___1_idToken, String_t* ___2_rawNonce, String_t* ___3_accessToken, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_ProviderId; String_t* L_1 = ___1_idToken; String_t* L_2 = ___2_rawNonce; String_t* L_3 = ___3_accessToken; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_4; L_4 = AuthUtilPINVOKE_OAuthProvider_GetCredential__SWIG_1_m18AC8A6D36AD9B910FF73EDE81E32320E29D8C28(L_0, L_1, L_2, L_3, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_5 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_5); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_5, L_4, (bool)1, NULL); V_0 = L_5; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_6; L_6 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_6; bool L_7 = V_1; if (!L_7) { goto IL_0020; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_8; L_8 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OAuthProvider_GetCredential_mCF0382BCEDD4CCF455789CC8572DCF2EBBDB2F64_RuntimeMethod_var))); } IL_0020: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_9 = V_0; V_2 = L_9; goto IL_0024; } IL_0024: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_10 = V_2; 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 Firebase.Auth.PhoneAuthProviderInternal::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal__ctor_m1D8C04B0B1383E7771E8A8A93C17515407FC9607 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthProviderInternal::getCPtr(Firebase.Auth.PhoneAuthProviderInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthProviderInternal_getCPtr_m3DA090C9AE29B7F7990CB1662A78A2FA672C2183 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthProviderInternal::swigRelease(Firebase.Auth.PhoneAuthProviderInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthProviderInternal_swigRelease_m3B1A5EE9C8A6B477135B44ED70C694A59E7F8F20 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_swigRelease_m3B1A5EE9C8A6B477135B44ED70C694A59E7F8F20_RuntimeMethod_var))); } IL_0022: { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_9 = ___0_obj; NullCheck(L_9); PhoneAuthProviderInternal_Dispose_m05D7DB5B9574219F8E6FDAC1E3D914E4A88E45E6(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.PhoneAuthProviderInternal::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_Finalize_mFE8A537CED909B1FC558062768526D0010E52845 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.PhoneAuthProviderInternal::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.PhoneAuthProviderInternal::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_Dispose_m05D7DB5B9574219F8E6FDAC1E3D914E4A88E45E6 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.PhoneAuthProviderInternal::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthProviderInternal::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_Dispose_m24994BE6805CCB5F85BF84F04B73F29D770E9A10 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0066: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0070; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0070: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005c_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004a_1; } } { __this->___swigCMemOwn_1 = (bool)0; MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0* L_11 = (MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0_il2cpp_TypeInfo_var))); NullCheck(L_11); MethodAccessException__ctor_m9680ABEB23DA1898812AF8AAA8FAF6F7CADD12B0(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDABCE729268A676A97D9D1EC324478A8E03CD75)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_Dispose_m24994BE6805CCB5F85BF84F04B73F29D770E9A10_RuntimeMethod_var))); } IL_004a_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005c_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0071; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0071: { return; } } // Firebase.Auth.PhoneAuthCredential Firebase.Auth.PhoneAuthProviderInternal::GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* PhoneAuthProviderInternal_GetCredential_m797188F339B32C2851586DA91EB9103B79151072 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, String_t* ___0_verificationId, String_t* ___1_verificationCode, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* V_0 = NULL; bool V_1 = false; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_verificationId; String_t* L_2 = ___1_verificationCode; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_PhoneAuthProviderInternal_GetCredential_mFCACC5EF4DEE6668200113E1025C437D1E1746CA(L_0, L_1, L_2, NULL); PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_4 = (PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*)il2cpp_codegen_object_new(PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9_il2cpp_TypeInfo_var); NullCheck(L_4); PhoneAuthCredential__ctor_m3F6695FA6E0239C9A1F5E516E2343F45FD55D429(L_4, L_3, (bool)1, NULL); V_0 = L_4; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0024; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_GetCredential_m797188F339B32C2851586DA91EB9103B79151072_RuntimeMethod_var))); } IL_0024: { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_8 = V_0; V_2 = L_8; goto IL_0028; } IL_0028: { PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_9 = V_2; return L_9; } } // Firebase.Auth.Credential Firebase.Auth.PhoneAuthProviderInternal::GetCredential_DEPRECATED(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* PhoneAuthProviderInternal_GetCredential_DEPRECATED_m106DC4C546C0F59B1B259C57F42971855E8BFCBF (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, String_t* ___0_verificationId, String_t* ___1_verificationCode, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_verificationId; String_t* L_2 = ___1_verificationCode; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_PhoneAuthProviderInternal_GetCredential_DEPRECATED_mB2C885DFD5C51F080DDCDE9C6DF638DB6D06BE53(L_0, L_1, L_2, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_4 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_4); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_4, L_3, (bool)1, NULL); V_0 = L_4; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0024; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_GetCredential_DEPRECATED_m106DC4C546C0F59B1B259C57F42971855E8BFCBF_RuntimeMethod_var))); } IL_0024: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_8 = V_0; V_2 = L_8; goto IL_0028; } IL_0028: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_9 = V_2; return L_9; } } // Firebase.Auth.PhoneAuthProviderInternal Firebase.Auth.PhoneAuthProviderInternal::GetInstance(Firebase.Auth.FirebaseAuth) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* PhoneAuthProviderInternal_GetInstance_mD0854A3A6F5DC04474992A154D89082E0AF997ED (FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* ___0_auth, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* V_0 = NULL; bool V_1 = false; PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* V_2 = NULL; { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_0 = ___0_auth; il2cpp_codegen_runtime_class_init_inline(FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF_il2cpp_TypeInfo_var); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = FirebaseAuth_getCPtr_mF3D3A8469B4C252267CB1EBAC51D24A9DD11B6B8(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_PhoneAuthProviderInternal_GetInstance_m632B14F423442FF16C572D8FC1ED26DBC19D48F6(L_1, NULL); PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_3 = (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD*)il2cpp_codegen_object_new(PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD_il2cpp_TypeInfo_var); NullCheck(L_3); PhoneAuthProviderInternal__ctor_m1D8C04B0B1383E7771E8A8A93C17515407FC9607(L_3, L_2, (bool)0, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_GetInstance_mD0854A3A6F5DC04474992A154D89082E0AF997ED_RuntimeMethod_var))); } IL_0022: { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_7 = V_0; V_2 = L_7; goto IL_0026; } IL_0026: { PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* L_8 = V_2; return L_8; } } // System.String Firebase.Auth.PhoneAuthProviderInternal::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PhoneAuthProviderInternal_get_ProviderId_mC6EA414473840EB77652B13282BCAEE8A5426130 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_PhoneAuthProviderInternal_ProviderId_get_m268CDD3E72BFB5E6B3D2F383EED6211FBCF9FCB8(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_get_ProviderId_mC6EA414473840EB77652B13282BCAEE8A5426130_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; return L_5; } } // System.IntPtr Firebase.Auth.PhoneAuthProviderInternal::VerifyPhoneNumberInternal(System.String,System.UInt32,Firebase.Auth.ForceResendingToken,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m871309AB0A164294CBA047C7BDEDEFF8EA251139 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, String_t* ___0_phone_number, uint32_t ___1_auto_verify_time_out_ms, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___2_token, int32_t ___3_callback_id, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_phone_number; uint32_t L_2 = ___1_auto_verify_time_out_ms; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_3 = ___2_token; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; L_4 = ForceResendingToken_getCPtr_mB4C0DD60CDFA62DDD8DD041DA0983413FC7D6F69(L_3, NULL); int32_t L_5 = ___3_callback_id; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_6; L_6 = AuthUtilPINVOKE_PhoneAuthProviderInternal_VerifyPhoneNumberInternal__SWIG_0_mA290F71BE109F0343663C353DA29337818EB12A3(L_0, L_1, L_2, L_4, L_5, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_7; bool L_8 = V_1; if (!L_8) { goto IL_0026; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m871309AB0A164294CBA047C7BDEDEFF8EA251139_RuntimeMethod_var))); } IL_0026: { intptr_t L_10 = V_0; V_2 = L_10; goto IL_002a; } IL_002a: { intptr_t L_11 = V_2; return L_11; } } // System.IntPtr Firebase.Auth.PhoneAuthProviderInternal::VerifyPhoneNumberInternal(Firebase.Auth.PhoneAuthOptions,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m259749CEC65BDD72734A52E3702E9237665823CE (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* ___0_options, int32_t ___1_callback_id, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_1 = ___0_options; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = PhoneAuthOptions_getCPtr_mD1D2B451CB3085A47E17F1E72089209613FAF19D(L_1, NULL); int32_t L_3 = ___1_callback_id; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_4; L_4 = AuthUtilPINVOKE_PhoneAuthProviderInternal_VerifyPhoneNumberInternal__SWIG_1_mEA4162081C6E3F65FAC92FDFB75505709112E17A(L_0, L_2, L_3, NULL); V_0 = L_4; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_VerifyPhoneNumberInternal_m259749CEC65BDD72734A52E3702E9237665823CE_RuntimeMethod_var))); } IL_0023: { intptr_t L_8 = V_0; V_2 = L_8; goto IL_0027; } IL_0027: { intptr_t L_9 = V_2; return L_9; } } // System.Void Firebase.Auth.PhoneAuthProviderInternal::DestroyListenerImplInternal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_DestroyListenerImplInternal_m66FF943897F01668957B7379EDAA9C80C7E1C462 (PhoneAuthProviderInternal_t155CCF6D78109E164BA5FFE25EC3415BCB6558BD* __this, intptr_t ___0_listener, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; intptr_t L_1 = ___0_listener; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_PhoneAuthProviderInternal_DestroyListenerImplInternal_mD925379203712DFED35B212AE3BB08BB4FFAED56(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_DestroyListenerImplInternal_m66FF943897F01668957B7379EDAA9C80C7E1C462_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.PhoneAuthProviderInternal::SetCallbacks(Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED,Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate,Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate,Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate,Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthProviderInternal_SetCallbacks_m4B2568AB610562E0B9DD05932177E258D2AAC1A2 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* ___0_completedCallbackDEPRECATED, VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* ___1_completedCallback, VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* ___2_failedCallback, CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* ___3_sentCallback, TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* ___4_timeOutCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* L_0 = ___0_completedCallbackDEPRECATED; VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* L_1 = ___1_completedCallback; VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* L_2 = ___2_failedCallback; CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* L_3 = ___3_sentCallback; TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* L_4 = ___4_timeOutCallback; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_PhoneAuthProviderInternal_SetCallbacks_mD898E49D1F9A297072DBFCD835B1F73FFA959B1C(L_0, L_1, L_2, L_3, L_4, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_5; bool L_6 = V_0; if (!L_6) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthProviderInternal_SetCallbacks_m4B2568AB610562E0B9DD05932177E258D2AAC1A2_RuntimeMethod_var))); } IL_001c: { 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 void VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_Multicast(VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_callbackId, ___1_credential, reinterpret_cast(currentDelegate->___method_3)); } } void VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_OpenInst(VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_credential, method); } void VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_OpenStatic(VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_credential, method); } void VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_OpenStaticInvoker(VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { InvokerActionInvoker2< int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_callbackId, ___1_credential); } void VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_ClosedStaticInvoker(VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_callbackId, ___1_credential); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_callbackId, ___1_credential); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate_DEPRECATED__ctor_m2D5E0CC7194E96DDD6FA64C5A252194EB05A0EA4 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306_Multicast; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED::Invoke(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate_DEPRECATED_Invoke_m7A544135A7EE6F32923D72EED57B83080CF8F306 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_callbackId, ___1_credential, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED::BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerificationCompletedDelegate_DEPRECATED_BeginInvoke_m7257EA771ECACB676F7FD9E04DC291FE3C078FF1 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, int32_t ___0_callbackId, intptr_t ___1_credential, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, 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*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_callbackId); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___1_credential); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate_DEPRECATED::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate_DEPRECATED_EndInvoke_m12BD58B74D95847EDB4FC105D9025191FA975BB2 (VerificationCompletedDelegate_DEPRECATED_t9C42EC20A22F71522F604997AE2A0D765A6DACD7* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_Multicast(VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_callbackId, ___1_credential, reinterpret_cast(currentDelegate->___method_3)); } } void VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_OpenInst(VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_credential, method); } void VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_OpenStatic(VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_credential, method); } void VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_OpenStaticInvoker(VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { InvokerActionInvoker2< int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_callbackId, ___1_credential); } void VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_ClosedStaticInvoker(VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_callbackId, ___1_credential); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4 (VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_callbackId, ___1_credential); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate__ctor_m155F0AA045C5E79AB3C4C0DE5649A0DDCF9F3AD5 (VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476_Multicast; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate::Invoke(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate_Invoke_mB29E3CABBC96916A2354AEAE6123BAB493016476 (VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_callbackId, ___1_credential, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate::BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerificationCompletedDelegate_BeginInvoke_m3C64E4D4DDF42A9F6346018DE7209E9AAF63B479 (VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, int32_t ___0_callbackId, intptr_t ___1_credential, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, 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*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_callbackId); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___1_credential); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationCompletedDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationCompletedDelegate_EndInvoke_m6BB9ED9ECAF3AB77C4AF0B58F3A12643E10799E8 (VerificationCompletedDelegate_tF55B9109A15CAB9EF2CAECDEDA082D6FA15C10C4* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_Multicast(VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_callbackId, ___1_error, reinterpret_cast(currentDelegate->___method_3)); } } void VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_OpenInst(VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_error, method); } void VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_OpenStatic(VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_error, method); } void VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_OpenStaticInvoker(VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { InvokerActionInvoker2< int32_t, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_callbackId, ___1_error); } void VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_ClosedStaticInvoker(VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, int32_t, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_callbackId, ___1_error); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5 (VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___1_error' to native representation char* ____1_error_marshaled = NULL; ____1_error_marshaled = il2cpp_codegen_marshal_string(___1_error); // Native function invocation il2cppPInvokeFunc(___0_callbackId, ____1_error_marshaled); // Marshaling cleanup of parameter '___1_error' native representation il2cpp_codegen_marshal_free(____1_error_marshaled); ____1_error_marshaled = NULL; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationFailedDelegate__ctor_m72AFD93FB57C8910CE5DDE233B750613BE90A911 (VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1_Multicast; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate::Invoke(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationFailedDelegate_Invoke_m1C4A777948D5D9B6E233EB6283CB2EB8690E4BA1 (VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_callbackId, ___1_error, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate::BeginInvoke(System.Int32,System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerificationFailedDelegate_BeginInvoke_m470D1A083EDB1677600EFFAC07B5FE7919DF7A14 (VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, int32_t ___0_callbackId, String_t* ___1_error, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, 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; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_callbackId); __d_args[1] = ___1_error; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/VerificationFailedDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerificationFailedDelegate_EndInvoke_m96A047491C01B4AB87F449BE6C48F2734FFDEFF7 (VerificationFailedDelegate_t0774384FF44CDE5C89A4A85ED4C2CD6045F5CFD5* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_Multicast(CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_callbackId, ___1_verificationId, ___2_token, reinterpret_cast(currentDelegate->___method_3)); } } void CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_OpenInst(CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_verificationId, ___2_token, method); } void CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_OpenStatic(CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_verificationId, ___2_token, method); } void CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_OpenStaticInvoker(CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { InvokerActionInvoker3< int32_t, String_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_callbackId, ___1_verificationId, ___2_token); } void CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_ClosedStaticInvoker(CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { InvokerActionInvoker4< RuntimeObject*, int32_t, String_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_callbackId, ___1_verificationId, ___2_token); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735 (CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, char*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___1_verificationId' to native representation char* ____1_verificationId_marshaled = NULL; ____1_verificationId_marshaled = il2cpp_codegen_marshal_string(___1_verificationId); // Native function invocation il2cppPInvokeFunc(___0_callbackId, ____1_verificationId_marshaled, ___2_token); // Marshaling cleanup of parameter '___1_verificationId' native representation il2cpp_codegen_marshal_free(____1_verificationId_marshaled); ____1_verificationId_marshaled = NULL; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeSentDelegate__ctor_m39C6527D428C8A8703A37D961A0B72E98AFB7C8C (CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418_Multicast; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate::Invoke(System.Int32,System.String,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeSentDelegate_Invoke_m53D23D0B1BE3982726DF1AAA0427A28D4A429418 (CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_callbackId, ___1_verificationId, ___2_token, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate::BeginInvoke(System.Int32,System.String,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CodeSentDelegate_BeginInvoke_m3B272081F20F03C502AC50D23542E64C808C2F6A (CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, intptr_t ___2_token, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, 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*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_callbackId); __d_args[1] = ___1_verificationId; __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_token); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/CodeSentDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeSentDelegate_EndInvoke_m0FD7585FB0BF682D8CD202DFBC146A12BC550321 (CodeSentDelegate_t5FE776456B1600539EA3FCADF4F155821F843735* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_Multicast(TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_callbackId, ___1_verificationId, reinterpret_cast(currentDelegate->___method_3)); } } void TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_OpenInst(TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_verificationId, method); } void TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_OpenStatic(TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_callbackId, ___1_verificationId, method); } void TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_OpenStaticInvoker(TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { InvokerActionInvoker2< int32_t, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_callbackId, ___1_verificationId); } void TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_ClosedStaticInvoker(TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, int32_t, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_callbackId, ___1_verificationId); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427 (TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___1_verificationId' to native representation char* ____1_verificationId_marshaled = NULL; ____1_verificationId_marshaled = il2cpp_codegen_marshal_string(___1_verificationId); // Native function invocation il2cppPInvokeFunc(___0_callbackId, ____1_verificationId_marshaled); // Marshaling cleanup of parameter '___1_verificationId' native representation il2cpp_codegen_marshal_free(____1_verificationId_marshaled); ____1_verificationId_marshaled = NULL; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeOutDelegate__ctor_mC2EE55BD942A5E96A63CF5CD366C9A1F27283B37 (TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8_Multicast; } // System.Void Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate::Invoke(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeOutDelegate_Invoke_mB1DC3DEE9728013B36878C6FF863E63919E8F8F8 (TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_callbackId, ___1_verificationId, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate::BeginInvoke(System.Int32,System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimeOutDelegate_BeginInvoke_mB6A61F1B944F62C5BB0860543F7AC29FDAF7FFE0 (TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, int32_t ___0_callbackId, String_t* ___1_verificationId, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, 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; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_callbackId); __d_args[1] = ___1_verificationId; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } // System.Void Firebase.Auth.PhoneAuthProviderInternal/TimeOutDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeOutDelegate_EndInvoke_mB0AA1636FCD9E5E5F3D51D57ABC2AD16FC0F8367 (TimeOutDelegate_t96FEFFA515EA85CB7B5C41E3413B7B8C168E2427* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 Firebase.Auth.ForceResendingToken::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForceResendingToken__ctor_m0D6DFBA2FC29D1B3BA1EE59428F5783B6FC2A813 (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.ForceResendingToken::getCPtr(Firebase.Auth.ForceResendingToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ForceResendingToken_getCPtr_mB4C0DD60CDFA62DDD8DD041DA0983413FC7D6F69 (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.ForceResendingToken::swigRelease(Firebase.Auth.ForceResendingToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ForceResendingToken_swigRelease_mDAF7B1B397FA37E1B3C916FAA0A5717267169A69 (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForceResendingToken_swigRelease_mDAF7B1B397FA37E1B3C916FAA0A5717267169A69_RuntimeMethod_var))); } IL_0022: { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_9 = ___0_obj; NullCheck(L_9); ForceResendingToken_Dispose_m61E9016E40F2571A3DB20741D5FDCB6AF46F51FF(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.ForceResendingToken::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForceResendingToken_Finalize_mB37E72776053D0934F6062ED028E47171F7EF51B (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) ForceResendingToken_Dispose_mBE2C4CFEF47A796A58001CA619EFCFC85B3D5689(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.ForceResendingToken::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForceResendingToken_Dispose_m61E9016E40F2571A3DB20741D5FDCB6AF46F51FF (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ForceResendingToken_Dispose_mBE2C4CFEF47A796A58001CA619EFCFC85B3D5689(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.ForceResendingToken::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForceResendingToken_Dispose_mBE2C4CFEF47A796A58001CA619EFCFC85B3D5689 (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_ForceResendingToken_m18E6CE43B5A109C55871748835E56723A8D8D435(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { 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 Firebase.Auth.PhoneAuthOptions::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions__ctor_m9EFF0E79BC274DF2971FC2C1D81AD72BFEFE93C2 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthOptions::getCPtr(Firebase.Auth.PhoneAuthOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthOptions_getCPtr_mD1D2B451CB3085A47E17F1E72089209613FAF19D (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.PhoneAuthOptions::swigRelease(Firebase.Auth.PhoneAuthOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F PhoneAuthOptions_swigRelease_mDD7177DE1B6EDB58BD3BA047D5C87E829639AB68 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions_swigRelease_mDD7177DE1B6EDB58BD3BA047D5C87E829639AB68_RuntimeMethod_var))); } IL_0022: { PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* L_9 = ___0_obj; NullCheck(L_9); PhoneAuthOptions_Dispose_m8D3685736FF84B2E27497640EE0DB2DCACF794BB(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.PhoneAuthOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_Finalize_mF0306BAB87AD0051115C11C12C63322B17CCBA46 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) PhoneAuthOptions_Dispose_m483025A29162276BE7061746D1CABA178F87FD06(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.PhoneAuthOptions::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_Dispose_m8D3685736FF84B2E27497640EE0DB2DCACF794BB (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PhoneAuthOptions_Dispose_m483025A29162276BE7061746D1CABA178F87FD06(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.PhoneAuthOptions::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_Dispose_m483025A29162276BE7061746D1CABA178F87FD06 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_PhoneAuthOptions_mBF0E20F7CB3A11766CEEB58A2BC987DBF6EA3E8D(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.Auth.PhoneAuthOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions__ctor_m6E33A7721CF6DAC6C961CB3B6E65BF5C2746CAD1 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_PhoneAuthOptions_mC7D7A7B1D61AD4D637CB90539E621052EF08322A(NULL); PhoneAuthOptions__ctor_m9EFF0E79BC274DF2971FC2C1D81AD72BFEFE93C2(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions__ctor_m6E33A7721CF6DAC6C961CB3B6E65BF5C2746CAD1_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.PhoneAuthOptions::set_ForceResendingToken(Firebase.Auth.ForceResendingToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_set_ForceResendingToken_m07A07A2FAA97F93E3ECAEDB6DCF07DAD5D461ACE (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_1 = ___0_value; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = ForceResendingToken_getCPtr_mB4C0DD60CDFA62DDD8DD041DA0983413FC7D6F69(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_PhoneAuthOptions_ForceResendingToken_set_mD983DDFC353E94D1585F9F40DC8E166B8F8F6B17(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions_set_ForceResendingToken_m07A07A2FAA97F93E3ECAEDB6DCF07DAD5D461ACE_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.Auth.ForceResendingToken Firebase.Auth.PhoneAuthOptions::get_ForceResendingToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* PhoneAuthOptions_get_ForceResendingToken_m6F684871541FF23106579A6C94E5743C7E46FF68 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* V_1 = NULL; bool V_2 = false; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* V_3 = NULL; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_PhoneAuthOptions_ForceResendingToken_get_mB74FE5ABD0B5BAB4A772BB5E500D56F6B40F10DA(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_6 = (ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*)il2cpp_codegen_object_new(ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015_il2cpp_TypeInfo_var); NullCheck(L_6); ForceResendingToken__ctor_m0D6DFBA2FC29D1B3BA1EE59428F5783B6FC2A813(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions_get_ForceResendingToken_m6F684871541FF23106579A6C94E5743C7E46FF68_RuntimeMethod_var))); } IL_0034: { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* L_11 = V_3; return L_11; } } // System.Void Firebase.Auth.PhoneAuthOptions::set_PhoneNumber(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_set_PhoneNumber_mF7B4A9D79AD693DDA1BDF4584EE13D01758B2D23 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_PhoneAuthOptions_PhoneNumber_set_m9320717016791B27AB93E12D910BB2D11484A7C3(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions_set_PhoneNumber_mF7B4A9D79AD693DDA1BDF4584EE13D01758B2D23_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.Auth.PhoneAuthOptions::get_PhoneNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PhoneAuthOptions_get_PhoneNumber_m1BC9B3F08FD09E661F7473F472FB6C4012623887 (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_PhoneAuthOptions_PhoneNumber_get_mC4089BD7D023A8CF8F139ABE728BDE77D9DDD00A(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions_get_PhoneNumber_m1BC9B3F08FD09E661F7473F472FB6C4012623887_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.Auth.PhoneAuthOptions::set_TimeoutInMilliseconds(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhoneAuthOptions_set_TimeoutInMilliseconds_m4CE6339316E3CC16102DF5B0BE08FFADB849BBDC (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, uint32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint32_t L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_PhoneAuthOptions_TimeoutInMilliseconds_set_mADCCF985BCC073834737FBCE30A0CB5CE633F7E0(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions_set_TimeoutInMilliseconds_m4CE6339316E3CC16102DF5B0BE08FFADB849BBDC_RuntimeMethod_var))); } IL_001d: { return; } } // System.UInt32 Firebase.Auth.PhoneAuthOptions::get_TimeoutInMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t PhoneAuthOptions_get_TimeoutInMilliseconds_m242C38D4D4EFDCF39F5AF18935E570C0C56629AE (PhoneAuthOptions_tC5EA27B3D13FBE317E5DD7620D0FF2A6C0EAC210* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AuthUtilPINVOKE_PhoneAuthOptions_TimeoutInMilliseconds_get_m83203396700EE6D7F1FDF9CB577FBD4757A6009A(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PhoneAuthOptions_get_TimeoutInMilliseconds_m242C38D4D4EFDCF39F5AF18935E570C0C56629AE_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; 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 Firebase.Auth.PlayGamesAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayGamesAuthProvider__cctor_m47CDEA63B2A16E3A27044B1962D20EF99AB70722 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // Firebase.Auth.Credential Firebase.Auth.PlayGamesAuthProvider::GetCredential(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* PlayGamesAuthProvider_GetCredential_m84260C76743EF618C2831E6137BD8030A067150A (String_t* ___0_serverAuthCode, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_serverAuthCode; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_PlayGamesAuthProvider_GetCredential_mC9874DABC744BC22B5A2E5F1CE15CBCDC845E7D9(L_0, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_2 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_2); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlayGamesAuthProvider_GetCredential_m84260C76743EF618C2831E6137BD8030A067150A_RuntimeMethod_var))); } IL_001d: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_7 = V_2; return L_7; } } // System.String Firebase.Auth.PlayGamesAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayGamesAuthProvider_get_ProviderId_mDCCE48D726A20502C51ED17BEB2C0FC1C18BDAC6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_PlayGamesAuthProvider_ProviderId_get_mC3D8AEAB202EE7BD425512DE419358E48502F393(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlayGamesAuthProvider_get_ProviderId_mDCCE48D726A20502C51ED17BEB2C0FC1C18BDAC6_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; 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 Firebase.Auth.TwitterAuthProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TwitterAuthProvider__cctor_m8AFB7E2498978ED52E5A07D8DC8A89424589B721 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // Firebase.Auth.Credential Firebase.Auth.TwitterAuthProvider::GetCredential(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* TwitterAuthProvider_GetCredential_mE96BA8159F64A94C3C66BF7B1CAD2CCB746C9A3F (String_t* ___0_token, String_t* ___1_secret, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; bool V_1 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_2 = NULL; { String_t* L_0 = ___0_token; String_t* L_1 = ___1_secret; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_TwitterAuthProvider_GetCredential_mE51C34A9E3FE46FCD3DCE5C50A7746FF3BBB4C37(L_0, L_1, NULL); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_3 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_3); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_3, L_2, (bool)1, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TwitterAuthProvider_GetCredential_mE96BA8159F64A94C3C66BF7B1CAD2CCB746C9A3F_RuntimeMethod_var))); } IL_001e: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_8 = V_2; return L_8; } } // System.String Firebase.Auth.TwitterAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TwitterAuthProvider_get_ProviderId_mEA8FBD6A81EC23ED4304ABF7FA9157C153086C1D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_TwitterAuthProvider_ProviderId_get_m26B817B21F3E813CA3DB9D593021683E879D3A57(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TwitterAuthProvider_get_ProviderId_mEA8FBD6A81EC23ED4304ABF7FA9157C153086C1D_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; 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 Firebase.Auth.YahooAuthProvider::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YahooAuthProvider__ctor_m4B61F9890AB0EDCE9B8581391C330A68A7ACF3FC (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.YahooAuthProvider::getCPtr(Firebase.Auth.YahooAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F YahooAuthProvider_getCPtr_m080F45F15758A0242BE13F64E010EB2E3AF1022F (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.YahooAuthProvider::swigRelease(Firebase.Auth.YahooAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F YahooAuthProvider_swigRelease_m3E7ADBBD1A8259AD74AFA0DB542B65CAA9AB1070 (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&YahooAuthProvider_swigRelease_m3E7ADBBD1A8259AD74AFA0DB542B65CAA9AB1070_RuntimeMethod_var))); } IL_0022: { YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* L_9 = ___0_obj; NullCheck(L_9); YahooAuthProvider_Dispose_m0B0E6E6A172E2D537D12C16BB6288B7CB8E683D2(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.YahooAuthProvider::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YahooAuthProvider_Finalize_m005A83FC1294E799C9200482E5A5359A06A2819D (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.YahooAuthProvider::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.YahooAuthProvider::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YahooAuthProvider_Dispose_m0B0E6E6A172E2D537D12C16BB6288B7CB8E683D2 (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.YahooAuthProvider::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.YahooAuthProvider::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YahooAuthProvider_Dispose_m5E2EACA8589173E3B835A1A473B1F9475D2E1E3A (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_YahooAuthProvider_m6C248AE5F5FD4A319EB64632F7B097EAFAD71D38(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.String Firebase.Auth.YahooAuthProvider::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* YahooAuthProvider_get_ProviderId_mA2E20977F47D7256C1A0A2122A79F1EAEFEE34C8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AuthUtilPINVOKE_YahooAuthProvider_ProviderId_get_mBD49D0D2F75C470715E7D04C0BD348C76766D3B6(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&YahooAuthProvider_get_ProviderId_mA2E20977F47D7256C1A0A2122A79F1EAEFEE34C8_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; return L_5; } } // System.Void Firebase.Auth.YahooAuthProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YahooAuthProvider__ctor_mC7621831CE920AAA77C6D9887F8AA926A1172C4D (YahooAuthProvider_tC64B04774E40ADE96509D17BD42041EEA879621B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_YahooAuthProvider_m283F08AA8AF9AD38D7A6AF2BD39BD0A2100FDFE0(NULL); YahooAuthProvider__ctor_m4B61F9890AB0EDCE9B8581391C330A68A7ACF3FC(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&YahooAuthProvider__ctor_mC7621831CE920AAA77C6D9887F8AA926A1172C4D_RuntimeMethod_var))); } IL_001d: { 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 Firebase.Auth.FederatedProviderData::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData__ctor_m559406D6862857B8E2E4A2559F2B1BCF99DA0FF3 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedProviderData::getCPtr(Firebase.Auth.FederatedProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FederatedProviderData_getCPtr_m1B53C2D9643BA8475971C650F71707D539D43B4E (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedProviderData::swigRelease(Firebase.Auth.FederatedProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FederatedProviderData_swigRelease_mC2902D7EE8D32FB4D7E0A867128A9C537408B132 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedProviderData_swigRelease_mC2902D7EE8D32FB4D7E0A867128A9C537408B132_RuntimeMethod_var))); } IL_0022: { FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* L_9 = ___0_obj; NullCheck(L_9); FederatedProviderData_Dispose_m8FF08F17DA7CBB75223E3380DF7AC674C64A2E55(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.FederatedProviderData::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData_Finalize_m9ED763DAB1F5212E367AC2FC4F86ACA4A1E51C56 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.FederatedProviderData::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.FederatedProviderData::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData_Dispose_m8FF08F17DA7CBB75223E3380DF7AC674C64A2E55 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.FederatedProviderData::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.FederatedProviderData::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData_Dispose_m0BC0B5D4BE48C46065C5CCDA85C6C1A58364520B (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_FederatedProviderData_m5D0DA853EC3C8FDB0D8F3F3DAAFC875E47040CF5(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.Auth.FederatedProviderData::set_ProviderId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData_set_ProviderId_m85A893151DF745FA52DBB2000ED06D9BF2D54C68 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_FederatedProviderData_ProviderId_set_mDC3A54ED17DE535A247F61F60483E5FD2376970D(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedProviderData_set_ProviderId_m85A893151DF745FA52DBB2000ED06D9BF2D54C68_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.Auth.FederatedProviderData::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FederatedProviderData_get_ProviderId_m498FF98128B41ADDFDC00DE242D81CF964B9F776 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_FederatedProviderData_ProviderId_get_m8717097C0A37497BF245478FDEE2EC709934F896(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedProviderData_get_ProviderId_m498FF98128B41ADDFDC00DE242D81CF964B9F776_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.Auth.FederatedProviderData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedProviderData__ctor_mF268CC2D0C305B956F399298D5E387A3D0D72652 (FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_FederatedProviderData_m8EF4D964B1AD254F7AC37BF9CD15BD76219048E3(NULL); FederatedProviderData__ctor_m559406D6862857B8E2E4A2559F2B1BCF99DA0FF3(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedProviderData__ctor_mF268CC2D0C305B956F399298D5E387A3D0D72652_RuntimeMethod_var))); } IL_001d: { 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 Firebase.Auth.FederatedOAuthProviderData::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedOAuthProviderData__ctor_mBED337F6A33CE2A5FA5121ECAFD5D87B2C885333 (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FederatedOAuthProviderData_SWIGUpcast_m0CA5EEDF5F8D803F9D14BC066B9577B552BBEB88(L_0, NULL); bool L_2 = ___1_cMemoryOwn; FederatedProviderData__ctor_m559406D6862857B8E2E4A2559F2B1BCF99DA0FF3(__this, L_1, L_2, NULL); intptr_t L_3 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), __this, L_3, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_4; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedOAuthProviderData::getCPtr(Firebase.Auth.FederatedOAuthProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FederatedOAuthProviderData_getCPtr_mD6D27CEE19C662611F374DA15585183160F8B851 (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.FederatedOAuthProviderData::swigRelease(Firebase.Auth.FederatedOAuthProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FederatedOAuthProviderData_swigRelease_m6ED9EE2339FE92C64B44368011F7B81FCE66E73F (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedOAuthProviderData_swigRelease_m6ED9EE2339FE92C64B44368011F7B81FCE66E73F_RuntimeMethod_var))); } IL_0022: { FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* L_8 = ___0_obj; NullCheck(L_8); ((FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682*)L_8)->___swigCMemOwn_1 = (bool)0; FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* L_9 = ___0_obj; NullCheck(L_9); FederatedProviderData_Dispose_m8FF08F17DA7CBB75223E3380DF7AC674C64A2E55(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.FederatedOAuthProviderData::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedOAuthProviderData_Dispose_m8C565B0FB42B199A8A1D7E8114C0CDE94E836F44 (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0070: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_007a; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_007a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = ((FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682*)__this)->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { ((FederatedProviderData_t817A9CD74E50256A8BEFBA6827DCD64085869682*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_FederatedOAuthProviderData_mB7B58576EECF463CF92FC312EC8B65BDCF03E3AD(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_14 = ___0_disposing; FederatedProviderData_Dispose_m0BC0B5D4BE48C46065C5CCDA85C6C1A58364520B(__this, L_14, NULL); goto IL_007b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007b: { return; } } // System.Void Firebase.Auth.FederatedOAuthProviderData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedOAuthProviderData__ctor_mC9EB367B00C42F863D603A657BCD2FAB1E756969 (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_FederatedOAuthProviderData__SWIG_0_m51C964C60949D2C7DFA7D8D129514F0B2F83BCFA(NULL); FederatedOAuthProviderData__ctor_mBED337F6A33CE2A5FA5121ECAFD5D87B2C885333(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedOAuthProviderData__ctor_mC9EB367B00C42F863D603A657BCD2FAB1E756969_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.FederatedOAuthProviderData::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedOAuthProviderData__ctor_m0DAFC83D173D76B919684AAED0F9D228A5B9E089 (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, String_t* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { String_t* L_0 = ___0_provider; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_new_FederatedOAuthProviderData__SWIG_1_m75C7810339A26419CD9B83EFA06C2EB8B1CCA47A(L_0, NULL); FederatedOAuthProviderData__ctor_mBED337F6A33CE2A5FA5121ECAFD5D87B2C885333(__this, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedOAuthProviderData__ctor_m0DAFC83D173D76B919684AAED0F9D228A5B9E089_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.Auth.FederatedOAuthProviderData::set_Scopes(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedOAuthProviderData_set_Scopes_mC54CB3235AE3EECCD1EE4116C3C0E1CE1DBCE827 (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; bool V_3 = false; { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_0 = (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)il2cpp_codegen_object_new(StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); NullCheck(L_0); StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70(L_0, NULL); V_0 = L_0; RuntimeObject* L_1 = ___0_value; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002c: {// begin finally (depth: 1) { RuntimeObject* L_3 = V_1; if (!L_3) { goto IL_0036; } } { RuntimeObject* L_4 = V_1; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_0036: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0022_1; } IL_0011_1: { RuntimeObject* L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_5); V_2 = L_6; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_7 = V_0; String_t* L_8 = V_2; NullCheck(L_7); StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B(L_7, L_8, NULL); } IL_0022_1: { RuntimeObject* L_9 = V_1; 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_0011_1; } } { goto IL_0037; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0037: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_2; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_12 = V_0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; L_13 = StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F(L_12, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_FederatedOAuthProviderData_Scopes_set_m7BF164A9BF36A0995878EA3BF72D2BDDF23406BB(L_11, L_13, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_14; L_14 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_3 = L_14; bool L_15 = V_3; if (!L_15) { goto IL_0058; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_16; L_16 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedOAuthProviderData_set_Scopes_mC54CB3235AE3EECCD1EE4116C3C0E1CE1DBCE827_RuntimeMethod_var))); } IL_0058: { return; } } // System.Collections.Generic.IEnumerable`1 Firebase.Auth.FederatedOAuthProviderData::get_Scopes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FederatedOAuthProviderData_get_Scopes_m3C78785FED7C9275F6CA0AA6B390002BCC0FF58F (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FederatedOAuthProviderData_Scopes_get_m74A2CA5541ABC2F779142E034A726F6C97D9BBFA(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_6 = (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)il2cpp_codegen_object_new(StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); NullCheck(L_6); StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedOAuthProviderData_get_Scopes_m3C78785FED7C9275F6CA0AA6B390002BCC0FF58F_RuntimeMethod_var))); } IL_0034: { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { RuntimeObject* L_11 = V_3; return L_11; } } // System.Void Firebase.Auth.FederatedOAuthProviderData::set_CustomParameters(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FederatedOAuthProviderData_set_CustomParameters_m1792DF8AD3C2B9A27BF94123774A0BBC0C2A56FF (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t3C6913E067AB1171D9894C79A396D8A8E90E311B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB*)il2cpp_codegen_object_new(StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var); NullCheck(L_0); StringStringMap__ctor_m5295C0F5394545250F06A5F0A53C9ABB48D67794(L_0, NULL); V_0 = L_0; RuntimeObject* L_1 = ___0_value; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IEnumerable_1_t3C6913E067AB1171D9894C79A396D8A8E90E311B_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002c: {// begin finally (depth: 1) { RuntimeObject* L_3 = V_1; if (!L_3) { goto IL_0036; } } { RuntimeObject* L_4 = V_1; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_0036: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0022_1; } IL_0011_1: { RuntimeObject* L_5 = V_1; NullCheck(L_5); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_6; L_6 = InterfaceFuncInvoker0< KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D_il2cpp_TypeInfo_var, L_5); V_2 = L_6; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_7 = V_0; KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_8 = V_2; NullCheck(L_7); StringStringMap_Add_mA5E43086723E81409FB93BD34211779B2B95B466(L_7, L_8, NULL); } IL_0022_1: { RuntimeObject* L_9 = V_1; 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_0011_1; } } { goto IL_0037; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0037: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_2; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_12 = V_0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; L_13 = StringStringMap_getCPtr_m9E30BAD269827991D469F743D10098904502616D(L_12, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_FederatedOAuthProviderData_CustomParameters_set_m8C921FFB2E88B87900FD05A661D0150692C6A0AF(L_11, L_13, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_14; L_14 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_3 = L_14; bool L_15 = V_3; if (!L_15) { goto IL_0058; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_16; L_16 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedOAuthProviderData_set_CustomParameters_m1792DF8AD3C2B9A27BF94123774A0BBC0C2A56FF_RuntimeMethod_var))); } IL_0058: { return; } } // System.Collections.Generic.IDictionary`2 Firebase.Auth.FederatedOAuthProviderData::get_CustomParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FederatedOAuthProviderData_get_CustomParameters_m18F507044D180F9695DC8D89ADC94CD9CC03356D (FederatedOAuthProviderData_t4A5AD4CBB4ACD54A60999A0DD116D8EB65FE778E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FederatedOAuthProviderData_CustomParameters_get_m0F481B6D48C8AF0109D274CBC483C6A789179CF8(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_6 = (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB*)il2cpp_codegen_object_new(StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var); NullCheck(L_6); StringStringMap__ctor_m493F3867E24E87A4D890A56366DAE5D3E2172E35(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FederatedOAuthProviderData_get_CustomParameters_m18F507044D180F9695DC8D89ADC94CD9CC03356D_RuntimeMethod_var))); } IL_0034: { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { RuntimeObject* L_11 = V_3; 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 Firebase.Auth.UserInfoInterface::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface__ctor_mBC0F4C86070AE545C35D518F3CAD3860D9BB73BC (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterface::getCPtr(Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserInfoInterface_getCPtr_m0C41B730B4D9E054EF32258C836334EF121E38AB (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserInfoInterface::swigRelease(Firebase.Auth.UserInfoInterface) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserInfoInterface_swigRelease_mC1EC1D9D3D7355D942CD50C2BE57206E6E19099A (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface_swigRelease_mC1EC1D9D3D7355D942CD50C2BE57206E6E19099A_RuntimeMethod_var))); } IL_0022: { UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_9 = ___0_obj; NullCheck(L_9); UserInfoInterface_Dispose_m10151E5E08983ADB015CF780456F34722AC3E998(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.UserInfoInterface::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface_Finalize_m06B83086DFE672E40B822A8056292229C09A4721 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(10 /* System.Void Firebase.Auth.UserInfoInterface::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.UserInfoInterface::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface_Dispose_m10151E5E08983ADB015CF780456F34722AC3E998 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(10 /* System.Void Firebase.Auth.UserInfoInterface::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.UserInfoInterface::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface_Dispose_m5FB1ACA215115E1BFC233C59D2C1B91B7848F3B0 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_UserInfoInterface_m8D0C46DE47E822CA27457B7AFA84FA550F6EE486(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Uri Firebase.Auth.UserInfoInterface::get_PhotoUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* UserInfoInterface_get_PhotoUrl_mCE42C8EEF130C3C91C8E54E62FF42295D838A0EE (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL; { String_t* L_0; L_0 = UserInfoInterface_get_PhotoUrlInternal_m45B1F726CA9206F5731F137FD05A6F8D47C3EDD1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = FirebaseApp_UrlStringToUri_mD212E37D37B2F0DE5EE30CDAAB0E95E5E87B4F79(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = V_0; return L_2; } } // System.String Firebase.Auth.UserInfoInterface::get_phone_number() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_phone_number_m84E1E2744F2EDE20A1FB4F4C9943CC7C44209F52 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0; L_0 = UserInfoInterface_get_PhoneNumberInternal_mEDB42136AA5FE265CD39B3A927D1C8574075A8C0(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { String_t* L_1 = V_0; return L_1; } } // System.String Firebase.Auth.UserInfoInterface::get_PhoneNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_PhoneNumber_m99B3A13E6CDA1FDA5C5ADD9142E7ABCBEECD7CE7 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0; L_0 = UserInfoInterface_get_PhoneNumberInternal_mEDB42136AA5FE265CD39B3A927D1C8574075A8C0(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { String_t* L_1 = V_0; return L_1; } } // System.String Firebase.Auth.UserInfoInterface::get_UserId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_UserId_m789311856DFE3585EB321D6CE4BFE55FBB222D6E (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserInfoInterface_UserId_get_m3428D7A0C57C6481EF6FB0491DA97F045CEE7C75(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface_get_UserId_m789311856DFE3585EB321D6CE4BFE55FBB222D6E_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.UserInfoInterface::get_Email() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_Email_m9AF15B59421B9A64E87AF6DEA14800F197F6E584 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserInfoInterface_Email_get_mD6EBAEDF0B1F5DC104D5781431ABF89C648A9219(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface_get_Email_m9AF15B59421B9A64E87AF6DEA14800F197F6E584_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.UserInfoInterface::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_DisplayName_m7AC6606E65DF9883078C26DD521A83C4056475A8 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserInfoInterface_DisplayName_get_m41D43B4B54197A1A095B371CD9B9F19F873A689E(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface_get_DisplayName_m7AC6606E65DF9883078C26DD521A83C4056475A8_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.UserInfoInterface::get_PhotoUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_PhotoUrlInternal_m45B1F726CA9206F5731F137FD05A6F8D47C3EDD1 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserInfoInterface_PhotoUrlInternal_get_mB065ADB3EA4D4B1EFC997C0C1BFB5F6096A49407(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface_get_PhotoUrlInternal_m45B1F726CA9206F5731F137FD05A6F8D47C3EDD1_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.UserInfoInterface::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_ProviderId_m7B1B9460E1F355033413B2AC957BBE257798D63E (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserInfoInterface_ProviderId_get_m2F29993DD1C4B6710D87D72F9D529CA903CE20E8(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface_get_ProviderId_m7B1B9460E1F355033413B2AC957BBE257798D63E_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.UserInfoInterface::get_PhoneNumberInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserInfoInterface_get_PhoneNumberInternal_mEDB42136AA5FE265CD39B3A927D1C8574075A8C0 (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserInfoInterface_PhoneNumberInternal_get_mE75FF6F7308B5F885BA3F14B33F1C354293FD9D9(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface_get_PhoneNumberInternal_mEDB42136AA5FE265CD39B3A927D1C8574075A8C0_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.Auth.UserInfoInterface::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfoInterface__ctor_m539E4D51D65E2328CA70BE3157B1419C7297C7DA (UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_UserInfoInterface_m58072F4E803A28136CF5970C7AC5ED4EC7D7CF0E(NULL); UserInfoInterface__ctor_mBC0F4C86070AE545C35D518F3CAD3860D9BB73BC(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserInfoInterface__ctor_m539E4D51D65E2328CA70BE3157B1419C7297C7DA_RuntimeMethod_var))); } IL_001d: { 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 Firebase.Auth.AdditionalUserInfo::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo__ctor_mD3F0AFCE49BCB78B6211583F74618C48877719A3 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.AdditionalUserInfo::getCPtr(Firebase.Auth.AdditionalUserInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F AdditionalUserInfo_getCPtr_mD68E535B407A3C2075EBAC7AC6D2D443FCE78B7A (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.AdditionalUserInfo::swigRelease(Firebase.Auth.AdditionalUserInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F AdditionalUserInfo_swigRelease_m0594C005351BE91AB434546239423E16F6FF3519 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdditionalUserInfo_swigRelease_m0594C005351BE91AB434546239423E16F6FF3519_RuntimeMethod_var))); } IL_0022: { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_9 = ___0_obj; NullCheck(L_9); AdditionalUserInfo_Dispose_mFA7D3C852204D8D46D7D4B6C5D2F235ADB910B21(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.AdditionalUserInfo::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo_Finalize_m112EE6CCB27ED1E430C9323B4D912C2CA5169DBA (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) AdditionalUserInfo_Dispose_m2DBAA691F9F3CDA185F34131BA1A0B3F0EDC1858(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.AdditionalUserInfo::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo_Dispose_mFA7D3C852204D8D46D7D4B6C5D2F235ADB910B21 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AdditionalUserInfo_Dispose_m2DBAA691F9F3CDA185F34131BA1A0B3F0EDC1858(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.AdditionalUserInfo::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo_Dispose_m2DBAA691F9F3CDA185F34131BA1A0B3F0EDC1858 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_AdditionalUserInfo_mE46DFA92DEDE9C180361CEEB436DD874DC445098(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Collections.Generic.IDictionary`2 Firebase.Auth.AdditionalUserInfo::get_Profile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdditionalUserInfo_get_Profile_m6CB9EA3BE31795DC3226060554B53082EAE5C08D (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0; L_0 = AdditionalUserInfo_get_ProfileInternal_mBBCD7E0755939DF2BB71098BB2324FBD31A7F32B(__this, NULL); RuntimeObject* L_1; L_1 = VariantExtension_ToStringVariantMap_mACA4BBD87B6ADEDD667AE41FBD3929BE7D0412E0(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { RuntimeObject* L_2 = V_0; return L_2; } } // System.String Firebase.Auth.AdditionalUserInfo::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdditionalUserInfo_get_ProviderId_m949B7B52FA6F627AC2B9B3EB5066C12D181B8A44 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_AdditionalUserInfo_ProviderId_get_m5754CD4AD5EDE2F67164515FE0ECDA5817C95B8F(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdditionalUserInfo_get_ProviderId_m949B7B52FA6F627AC2B9B3EB5066C12D181B8A44_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.AdditionalUserInfo::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdditionalUserInfo_get_UserName_m89A11AA02D263863109828FE000BDB4CDE9A1269 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_AdditionalUserInfo_UserName_get_m77E8E2832E2B9E25E45F2AEF4B8ACB71E0D9DFBB(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdditionalUserInfo_get_UserName_m89A11AA02D263863109828FE000BDB4CDE9A1269_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // Firebase.VariantVariantMap Firebase.Auth.AdditionalUserInfo::get_ProfileInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* AdditionalUserInfo_get_ProfileInternal_mBBCD7E0755939DF2BB71098BB2324FBD31A7F32B (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* V_1 = NULL; bool V_2 = false; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* V_3 = NULL; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_AdditionalUserInfo_ProfileInternal_get_mF79629F43218E38CAD5C57EA0CACC4B44114C621(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_6 = (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709*)il2cpp_codegen_object_new(VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709_il2cpp_TypeInfo_var); NullCheck(L_6); VariantVariantMap__ctor_m41C3F31D743DEF93EBA676BE557F1A70E4BE7334(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdditionalUserInfo_get_ProfileInternal_mBBCD7E0755939DF2BB71098BB2324FBD31A7F32B_RuntimeMethod_var))); } IL_0034: { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_11 = V_3; return L_11; } } // System.Void Firebase.Auth.AdditionalUserInfo::set_UpdatedCredential(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalUserInfo_set_UpdatedCredential_mDDFBC4742A6729E30DE13E21D36A2EFAE746759C (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_value; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_AdditionalUserInfo_UpdatedCredential_set_m55702AF91F9496048B894114EE31C95F67136D2F(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdditionalUserInfo_set_UpdatedCredential_mDDFBC4742A6729E30DE13E21D36A2EFAE746759C_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.Auth.Credential Firebase.Auth.AdditionalUserInfo::get_UpdatedCredential() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* AdditionalUserInfo_get_UpdatedCredential_m3191F9986023E9DD4648660053DAD00E00283CD3 (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_1 = NULL; bool V_2 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_3 = NULL; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_AdditionalUserInfo_UpdatedCredential_get_m8A28A2D9D35171B7F19525368097FA9D179CC90B(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_6 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_6); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdditionalUserInfo_get_UpdatedCredential_m3191F9986023E9DD4648660053DAD00E00283CD3_RuntimeMethod_var))); } IL_0034: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_11 = V_3; 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 Firebase.Auth.UserMetadata::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserMetadata__ctor_m1115EB42A4AE46606B426C1AF5DC261CC2F78F05 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserMetadata::getCPtr(Firebase.Auth.UserMetadata) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserMetadata_getCPtr_mC21B73B3C4479A18CA2BEEBB3AE5CA7B61ED533E (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserMetadata::swigRelease(Firebase.Auth.UserMetadata) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserMetadata_swigRelease_mFE02298CABF2D5EADE18F7E4B3601C87947C2AB9 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserMetadata_swigRelease_mFE02298CABF2D5EADE18F7E4B3601C87947C2AB9_RuntimeMethod_var))); } IL_0022: { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_9 = ___0_obj; NullCheck(L_9); UserMetadata_Dispose_mE6869B2A263AEA6AB19141BD1C0B55B06F8C8D94(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.UserMetadata::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserMetadata_Finalize_m53CD5C36146252ED81A6DE3A8488C25E1A9ED667 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.UserMetadata::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.UserMetadata::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserMetadata_Dispose_mE6869B2A263AEA6AB19141BD1C0B55B06F8C8D94 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Auth.UserMetadata::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.UserMetadata::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserMetadata_Dispose_mC322B2E021886109C366224607EB22ECDCE88E4C (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_UserMetadata_m7EB6C81132D23ED631EDC74F612AA9FA3C2F2858(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.Auth.UserMetadata::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserMetadata__ctor_m485ED112829AC8BD67501BEBB09173E5A78392A9 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_UserMetadata_m09503E7869131784EAA6FB64E5BA5F2AC2294091(NULL); UserMetadata__ctor_m1115EB42A4AE46606B426C1AF5DC261CC2F78F05(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserMetadata__ctor_m485ED112829AC8BD67501BEBB09173E5A78392A9_RuntimeMethod_var))); } IL_001d: { return; } } // System.UInt64 Firebase.Auth.UserMetadata::get_LastSignInTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UserMetadata_get_LastSignInTimestamp_m239906EFD17CB70025B3C90A6FE8CFA4AD63F3C3 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; bool V_1 = false; uint64_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = AuthUtilPINVOKE_UserMetadata_LastSignInTimestamp_get_m51EAC297BC64AA505A4C817B7AADD0FE994A577F(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserMetadata_get_LastSignInTimestamp_m239906EFD17CB70025B3C90A6FE8CFA4AD63F3C3_RuntimeMethod_var))); } IL_001c: { uint64_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint64_t L_6 = V_2; return L_6; } } // System.UInt64 Firebase.Auth.UserMetadata::get_CreationTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UserMetadata_get_CreationTimestamp_mE0F4E9A7FB4B5A57FC221FA6AC6F99B0AE82F3D1 (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; bool V_1 = false; uint64_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = AuthUtilPINVOKE_UserMetadata_CreationTimestamp_get_mBF8C0AE2ECD49CA5B75A69FB46FBF0F4F83DACCF(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserMetadata_get_CreationTimestamp_mE0F4E9A7FB4B5A57FC221FA6AC6F99B0AE82F3D1_RuntimeMethod_var))); } IL_001c: { uint64_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint64_t L_6 = V_2; 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 Firebase.Auth.SignInResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult__ctor_m6CA19890915175934C25A30860764F2E6A6225AF (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.SignInResult::getCPtr(Firebase.Auth.SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F SignInResult_getCPtr_mD7D1D794983E87EC6BEF7029616EAEBDA50304D8 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.SignInResult::swigRelease(Firebase.Auth.SignInResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F SignInResult_swigRelease_mB56F2AB759D1E379ADAA64D4E99A2DAC99773CFA (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignInResult_swigRelease_mB56F2AB759D1E379ADAA64D4E99A2DAC99773CFA_RuntimeMethod_var))); } IL_0022: { SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* L_9 = ___0_obj; NullCheck(L_9); SignInResult_Dispose_m156A265A3A09898CB658809A5860A7FC799A3828(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.SignInResult::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult_Finalize_m0D8D5C0620BAD50DBEB65701A5262B6E7AAB263A (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) SignInResult_Dispose_mCC91A169A17621AA9CAF720AA3CDB52A13504277(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.SignInResult::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult_Dispose_m156A265A3A09898CB658809A5860A7FC799A3828 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SignInResult_Dispose_mCC91A169A17621AA9CAF720AA3CDB52A13504277(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.SignInResult::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult_Dispose_mCC91A169A17621AA9CAF720AA3CDB52A13504277 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_SignInResult_mD87DE519E169438819B983D7028B410028583768(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // Firebase.Auth.FirebaseUser Firebase.Auth.SignInResult::get_User() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* SignInResult_get_User_m48AFC0BFADE1ED7429491FFC152FA3A89030DCD6 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* V_0 = NULL; FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* G_B3_0 = NULL; { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_0 = __this->___authProxy_2; if (L_0) { goto IL_000c; } } { G_B3_0 = ((FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A*)(NULL)); goto IL_0017; } IL_000c: { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_1 = __this->___authProxy_2; NullCheck(L_1); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2; L_2 = FirebaseAuth_get_CurrentUser_m99426341853624A9A11F81CFE5BEBCC293501ABF(L_1, NULL); G_B3_0 = L_2; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_3 = V_0; return L_3; } } // Firebase.Auth.FirebaseUserInternal Firebase.Auth.SignInResult::get_UserInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* SignInResult_get_UserInternal_m828B01396D8BE6BBFFC68C8C907A27917D583A45 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_1 = NULL; bool V_2 = false; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_3 = NULL; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_SignInResult_UserInternal_get_mAF0CCD6D1048DEEC5768CBA70F69E09E3518F00B(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_6 = (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)il2cpp_codegen_object_new(FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); NullCheck(L_6); FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignInResult_get_UserInternal_m828B01396D8BE6BBFFC68C8C907A27917D583A45_RuntimeMethod_var))); } IL_0034: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_11 = V_3; return L_11; } } // Firebase.Auth.AdditionalUserInfo Firebase.Auth.SignInResult::get_Info() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* SignInResult_get_Info_m462898DF82B7A376A0109DDBB4A053B4E37606B1 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* V_1 = NULL; bool V_2 = false; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* V_3 = NULL; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_SignInResult_Info_get_m1761FC51EB0EA45D2A2C359D530187BBBEEF6060(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_6 = (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A*)il2cpp_codegen_object_new(AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A_il2cpp_TypeInfo_var); NullCheck(L_6); AdditionalUserInfo__ctor_mD3F0AFCE49BCB78B6211583F74618C48877719A3(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignInResult_get_Info_m462898DF82B7A376A0109DDBB4A053B4E37606B1_RuntimeMethod_var))); } IL_0034: { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_11 = V_3; return L_11; } } // System.Void Firebase.Auth.SignInResult::set_Meta(Firebase.Auth.UserMetadata) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignInResult_set_Meta_m2035A693D73F87B94A6F468D05B10C1A23508321 (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_1 = ___0_value; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = UserMetadata_getCPtr_mC21B73B3C4479A18CA2BEEBB3AE5CA7B61ED533E(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_SignInResult_Meta_set_m93AE90668EB1E6A5EBB5C6FE443AB8495D593EF1(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignInResult_set_Meta_m2035A693D73F87B94A6F468D05B10C1A23508321_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.Auth.UserMetadata Firebase.Auth.SignInResult::get_Meta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* SignInResult_get_Meta_m9FEC80DC2F0688C1D9998EB832E85A0EF31A5EDE (SignInResult_t0237743B22D00F0796EC3735D24FDB4428111945* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* V_1 = NULL; bool V_2 = false; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* V_3 = NULL; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_SignInResult_Meta_get_mA4E32B65800482B143A3F6E44202E389D6CCE7C2(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_6 = (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4*)il2cpp_codegen_object_new(UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4_il2cpp_TypeInfo_var); NullCheck(L_6); UserMetadata__ctor_m1115EB42A4AE46606B426C1AF5DC261CC2F78F05(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignInResult_get_Meta_m9FEC80DC2F0688C1D9998EB832E85A0EF31A5EDE_RuntimeMethod_var))); } IL_0034: { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_11 = V_3; 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 Firebase.Auth.FirebaseUserInternal::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_SWIGUpcast_m62B657C34E2DD35E3717CF8E6CD231EF471ED2F1(L_0, NULL); bool L_2 = ___1_cMemoryOwn; UserInfoInterface__ctor_mBC0F4C86070AE545C35D518F3CAD3860D9BB73BC(__this, L_1, L_2, NULL); intptr_t L_3 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), __this, L_3, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_4; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.FirebaseUserInternal::getCPtr(Firebase.Auth.FirebaseUserInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseUserInternal_getCPtr_m5802B226541606BA166BC34E8F4A9576CD1AC9CF (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.FirebaseUserInternal::swigRelease(Firebase.Auth.FirebaseUserInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseUserInternal_swigRelease_m4E9A19640559E986A3AEAC099FF9A2B5B91D680B (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_swigRelease_m4E9A19640559E986A3AEAC099FF9A2B5B91D680B_RuntimeMethod_var))); } IL_0022: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_8 = ___0_obj; NullCheck(L_8); ((UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)L_8)->___swigCMemOwn_1 = (bool)0; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_9 = ___0_obj; NullCheck(L_9); UserInfoInterface_Dispose_m10151E5E08983ADB015CF780456F34722AC3E998(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.FirebaseUserInternal::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUserInternal_Dispose_m5A66869404E057D83CC10BF2B1EF9470DF1B3C75 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0070: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_007a; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_007a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = ((UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)__this)->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { ((UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_FirebaseUserInternal_m6C6D39E037FE08A390A92EA395502B8E0C94E249(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_14 = ___0_disposing; UserInfoInterface_Dispose_m5FB1ACA215115E1BFC233C59D2C1B91B7848F3B0(__this, L_14, NULL); goto IL_007b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007b: { return; } } // System.Void Firebase.Auth.FirebaseUserInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUserInternal__ctor_m0648A8DB4B5FEBF5A5509BB153CD5B9EA3B53128 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_FirebaseUserInternal__SWIG_0_mBFBB9AB4BD3A6E67B0E4910D28E5642A9655FCC3(NULL); FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal__ctor_m0648A8DB4B5FEBF5A5509BB153CD5B9EA3B53128_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.FirebaseUserInternal::.ctor(Firebase.Auth.FirebaseUserInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseUserInternal__ctor_m98064FC3CE051A7A2B742DE8AB196A3777418B14 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___0_arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_0 = ___0_arg0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = FirebaseUserInternal_getCPtr_m5802B226541606BA166BC34E8F4A9576CD1AC9CF(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_new_FirebaseUserInternal__SWIG_1_mCA2D531E3E47C5D271AE47C16C846B4B36531608(L_1, NULL); FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal__ctor_m98064FC3CE051A7A2B742DE8AB196A3777418B14_RuntimeMethod_var))); } IL_0023: { return; } } // System.Boolean Firebase.Auth.FirebaseUserInternal::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUserInternal_IsValid_m7E42C62FF198752458F152C51344C3FCEFCD1936 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); bool L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_IsValid_m9E5A9B7C6FED8F080C9096832A5051FEBB85BC85(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_IsValid_m7E42C62FF198752458F152C51344C3FCEFCD1936_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::TokenAsync(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* FirebaseUserInternal_TokenAsync_mA96D1ACFD6F61DCC6EB63B37A71FFFF7EEA00DB2 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, bool ___0_forceRefresh, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; bool L_1 = ___0_forceRefresh; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_FirebaseUserInternal_Token_m6930A6A38F1858CA6C4BC3B553BF4DFC04FE3ABA(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_TokenAsync_mA96D1ACFD6F61DCC6EB63B37A71FFFF7EEA00DB2_RuntimeMethod_var))); } IL_001d: { intptr_t L_6 = V_0; FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_7 = (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA*)il2cpp_codegen_object_new(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); NullCheck(L_7); FutureString__ctor_m9CB2C65B5F5E9E649EA262481D40CD4F758A218C(L_7, L_6, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_8; L_8 = FutureString_GetTask_m91682A6F5BAE6293E24AE084F088BDC360A98FB0(L_7, NULL); V_2 = L_8; goto IL_002c; } IL_002c: { Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_9 = V_2; return L_9; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::UpdateEmailAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_UpdateEmailAsync_mCB7C0D9A809263A3E923C57609749021E07AD010 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_email, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; String_t* L_1 = ___0_email; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_FirebaseUserInternal_UpdateEmail_m49A2F98479C4D8EAD0B29F092F53329F0DF225A6(L_0, L_1, NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_3 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_3); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_3, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_3, NULL); V_0 = L_4; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; V_1 = L_5; goto IL_001d; } IL_001d: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_1; return L_6; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::UpdatePasswordAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_UpdatePasswordAsync_m42B71C6FB5BB0C90D617555DF4A045211061517F (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_password, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; String_t* L_1 = ___0_password; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_FirebaseUserInternal_UpdatePassword_mB7028A77866DB5FF92816F465209B07AD12F0F49(L_0, L_1, NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_3 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_3); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_3, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_3, NULL); V_0 = L_4; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; V_1 = L_5; goto IL_001d; } IL_001d: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_1; return L_6; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::ReauthenticateAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_ReauthenticateAsync_m89DBD8202DFF5DC94AFD4E9CF1027D20DE620BEB (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_Reauthenticate_mA9F51F3CE4D66DEADB9C990F2CA8647BE782A9E3(L_0, L_2, NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_4 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_4); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_4, L_3, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_4, NULL); V_0 = L_5; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_0; V_1 = L_6; goto IL_0022; } IL_0022: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7 = V_1; return L_7; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateAndRetrieveDataInternalAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_m1A7D66207D294E0C608397EF0FDCF86FCE126C89 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_mFE14990E4AF06C9EFE578DCCD3D9FFF9A83E4A75(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_m1A7D66207D294E0C608397EF0FDCF86FCE126C89_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_8 = (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C*)il2cpp_codegen_object_new(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); NullCheck(L_8); Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_9; L_9 = Future_AuthResult_GetTask_m559E0FF210CB3FC204CB5621BD0578465F84553D(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED_m2051C0D3DB29B7CE8357214D3F74A358C8CFBE78 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED_mA9780229C89E7A876498C9C441C13826ACD9553B(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_ReauthenticateAndRetrieveDataInternalAsync_DEPRECATED_m2051C0D3DB29B7CE8357214D3F74A358C8CFBE78_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_8 = (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946*)il2cpp_codegen_object_new(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); NullCheck(L_8); Future_SignInResult__ctor_m6787E96505AC3506F675ABCBAB619B744CA12F15(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_9; L_9 = Future_SignInResult_GetTask_m0739599F218A91A1B8BB6058C0B16B8B9A99DBD2(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateWithProviderInternalAsync(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_m3D928EB6761C000D0241354E55DDA4C26B5F6F56 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_1 = ___0_provider; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = FederatedAuthProvider_getCPtr_m0F52276224DA51F5DCF38C5610E390DD17C1C6F5(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_m858F3AAF0C7674FB36F74BA88DEB2D99219DA978(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_m3D928EB6761C000D0241354E55DDA4C26B5F6F56_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_8 = (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C*)il2cpp_codegen_object_new(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); NullCheck(L_8); Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_9; L_9 = Future_AuthResult_GetTask_m559E0FF210CB3FC204CB5621BD0578465F84553D(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::ReauthenticateWithProviderInternalAsync_DEPRECATED(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED_m471CAFC4AFA401F01127B0234B2CAACB89077865 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_1 = ___0_provider; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = FederatedAuthProvider_getCPtr_m0F52276224DA51F5DCF38C5610E390DD17C1C6F5(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED_m36DFD2CB3D54DDBBABA83B8B3DEB15DF53E91878(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_ReauthenticateWithProviderInternalAsync_DEPRECATED_m471CAFC4AFA401F01127B0234B2CAACB89077865_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_8 = (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946*)il2cpp_codegen_object_new(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); NullCheck(L_8); Future_SignInResult__ctor_m6787E96505AC3506F675ABCBAB619B744CA12F15(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_9; L_9 = Future_SignInResult_GetTask_m0739599F218A91A1B8BB6058C0B16B8B9A99DBD2(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::SendEmailVerificationAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_SendEmailVerificationAsync_m1DAC2E2F31B84893AB7BAD42A8A98CBA91B9D408 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_SendEmailVerification_m395F0CCBCC7C3E6D9485666D452645DBD6915023(L_0, NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_2 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_2); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_2, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_2, NULL); V_0 = L_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; V_1 = L_4; goto IL_001c; } IL_001c: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_1; return L_5; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::UpdateUserProfileAsync(Firebase.Auth.UserProfile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_UpdateUserProfileAsync_mF5513ECB713C96BF5AC686E6F1DEAA55C2885997 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* ___0_profile, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_1 = ___0_profile; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = UserProfile_getCPtr_mFC6AA7B9195CDBB048237B72E121FCED9B0ACAB2(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_UpdateUserProfile_mA16F9D429D771F945FE0DFEE8D5E8A24D2DA503A(L_0, L_2, NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_4 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_4); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_4, L_3, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_4, NULL); V_0 = L_5; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_0; V_1 = L_6; goto IL_0022; } IL_0022: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7 = V_1; return L_7; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithCredentialInternalAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_LinkWithCredentialInternalAsync_m821C7AA604946EAA9AE14510476C100F6104BFA9 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_LinkWithCredentialInternalAsync_m5BCE372465FB759A80158CD36DE6180F6E9ED89C(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_LinkWithCredentialInternalAsync_m821C7AA604946EAA9AE14510476C100F6104BFA9_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_8 = (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C*)il2cpp_codegen_object_new(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); NullCheck(L_8); Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_9; L_9 = Future_AuthResult_GetTask_m559E0FF210CB3FC204CB5621BD0578465F84553D(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithCredentialInternalAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED_m8796830A5B1D6011F2C5FAFF1D4D7AEC1B40FFF9 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED_mC2696011FBF888E0C0D58B6FFC37DA59D01E8D35(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_LinkWithCredentialInternalAsync_DEPRECATED_m8796830A5B1D6011F2C5FAFF1D4D7AEC1B40FFF9_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_8 = (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236*)il2cpp_codegen_object_new(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); NullCheck(L_8); Future_User__ctor_m4921804BE72053DD67804F59F83DBDC31CC33B59(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_9; L_9 = Future_User_GetTask_m9EB1DEC8936B897DEC8AB0F4CF1E25F8871AF00A(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkAndRetrieveDataWithCredentialInternalAsync(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync_m742D7AF8533358EDDBF626166794CCB9D681A1D4 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync_mEB076547AC06E54140DB06CA4EC836B34B546E11(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_LinkAndRetrieveDataWithCredentialInternalAsync_m742D7AF8533358EDDBF626166794CCB9D681A1D4_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_8 = (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946*)il2cpp_codegen_object_new(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); NullCheck(L_8); Future_SignInResult__ctor_m6787E96505AC3506F675ABCBAB619B744CA12F15(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_9; L_9 = Future_SignInResult_GetTask_m0739599F218A91A1B8BB6058C0B16B8B9A99DBD2(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithProviderInternalAsync(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_LinkWithProviderInternalAsync_m53C6E548D32B03DC231CDB4A1BF3E3BC1E3FAF49 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_1 = ___0_provider; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = FederatedAuthProvider_getCPtr_m0F52276224DA51F5DCF38C5610E390DD17C1C6F5(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_LinkWithProviderInternalAsync_m04282B1447FE075BD53EFA498531CBD11F86FEFA(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_LinkWithProviderInternalAsync_m53C6E548D32B03DC231CDB4A1BF3E3BC1E3FAF49_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_8 = (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C*)il2cpp_codegen_object_new(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); NullCheck(L_8); Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_9; L_9 = Future_AuthResult_GetTask_m559E0FF210CB3FC204CB5621BD0578465F84553D(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::LinkWithProviderInternalAsync_DEPRECATED(Firebase.Auth.FederatedAuthProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED_mEE621F252EC00877A4217239EC61459013C49D82 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; FederatedAuthProvider_t54C5F79A13FD3C8CB5BD4096E92D34B764C1172E* L_1 = ___0_provider; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = FederatedAuthProvider_getCPtr_m0F52276224DA51F5DCF38C5610E390DD17C1C6F5(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED_mCF309207BEBAA011B0A18B5D382A3086C9F11279(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_LinkWithProviderInternalAsync_DEPRECATED_mEE621F252EC00877A4217239EC61459013C49D82_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946* L_8 = (Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946*)il2cpp_codegen_object_new(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); NullCheck(L_8); Future_SignInResult__ctor_m6787E96505AC3506F675ABCBAB619B744CA12F15(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_SignInResult_t0B9FC3F0F011330F1A8D6EDA59D52F7E236A4946_il2cpp_TypeInfo_var); Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_9; L_9 = Future_SignInResult_GetTask_m0739599F218A91A1B8BB6058C0B16B8B9A99DBD2(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_tE044B471A8697F8A4C48A034BFE61C09DB17BDE8* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::UnlinkInternalAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* FirebaseUserInternal_UnlinkInternalAsync_m967CFA57C17EE1A10919A3B4006AACDCA728BC34 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; String_t* L_1 = ___0_provider; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_FirebaseUserInternal_UnlinkInternalAsync_m65209A0D334F67B99E6BAFF62F6E380CA7A55121(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_UnlinkInternalAsync_m967CFA57C17EE1A10919A3B4006AACDCA728BC34_RuntimeMethod_var))); } IL_001d: { intptr_t L_6 = V_0; Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C* L_7 = (Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C*)il2cpp_codegen_object_new(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); NullCheck(L_7); Future_AuthResult__ctor_mAF31A24F6ADA2AD69B080B0DFBC8794B0F014F76(L_7, L_6, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_AuthResult_t72EE6B025B942F3B11962DB54D2C216F94F0C27C_il2cpp_TypeInfo_var); Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_8; L_8 = Future_AuthResult_GetTask_m559E0FF210CB3FC204CB5621BD0578465F84553D(L_7, NULL); V_2 = L_8; goto IL_002c; } IL_002c: { Task_1_tCA26548F28E5D7A2D76F47CF13869465F1F9BCB5* L_9 = V_2; return L_9; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::UnlinkInternalAsync_DEPRECATED(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED_m821148B06ADAB5B4E5AE76425CB53B4151C4C4E0 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, String_t* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; String_t* L_1 = ___0_provider; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AuthUtilPINVOKE_FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED_m1B3C587F18E9EF5EC8F1C5C64D72E1DFA570658A(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_UnlinkInternalAsync_DEPRECATED_m821148B06ADAB5B4E5AE76425CB53B4151C4C4E0_RuntimeMethod_var))); } IL_001d: { intptr_t L_6 = V_0; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_7 = (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236*)il2cpp_codegen_object_new(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); NullCheck(L_7); Future_User__ctor_m4921804BE72053DD67804F59F83DBDC31CC33B59(L_7, L_6, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_8; L_8 = Future_User_GetTask_m9EB1DEC8936B897DEC8AB0F4CF1E25F8871AF00A(L_7, NULL); V_2 = L_8; goto IL_002c; } IL_002c: { Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_9 = V_2; return L_9; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::UpdatePhoneNumberCredentialInternalAsync(Firebase.Auth.PhoneAuthCredential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_m61A6090662BD63CE7F705D8BD8F782B837816A93 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = PhoneAuthCredential_getCPtr_m5CB859667F0D5D9102FF42460989EE58894F675D(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_m85EF4BD088D5B1372BCD1993C1B0C9A682DA7001(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_m61A6090662BD63CE7F705D8BD8F782B837816A93_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E* L_8 = (Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E*)il2cpp_codegen_object_new(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); NullCheck(L_8); Future_User_Value__ctor_m14887AF37C4B8ABD1CCE73C9B83EA2F31160C27D(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_Value_tFD824C12BA3B19D20B37AA2783D2069231BC607E_il2cpp_TypeInfo_var); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_9; L_9 = Future_User_Value_GetTask_mE97A45EC729085FBCD1524B36AF27BDC28BBE4F0(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task`1 Firebase.Auth.FirebaseUserInternal::UpdatePhoneNumberCredentialInternalAsync_DEPRECATED(Firebase.Auth.Credential) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m6CCD9B91061E3EB5440A0C05535D7366C4F4DFBB (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = ___0_credential; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Credential_getCPtr_m8E7872F98919E36F7A67DF50D27AE2B890D38CC1(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m40296FFB026F0F4ED23E65AD1EB9853B1D204E64(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_UpdatePhoneNumberCredentialInternalAsync_DEPRECATED_m6CCD9B91061E3EB5440A0C05535D7366C4F4DFBB_RuntimeMethod_var))); } IL_0022: { intptr_t L_7 = V_0; Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236* L_8 = (Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236*)il2cpp_codegen_object_new(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); NullCheck(L_8); Future_User__ctor_m4921804BE72053DD67804F59F83DBDC31CC33B59(L_8, L_7, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(Future_User_t9D023CB6F4028F3276681CA0126A8206A5A9F236_il2cpp_TypeInfo_var); Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_9; L_9 = Future_User_GetTask_m9EB1DEC8936B897DEC8AB0F4CF1E25F8871AF00A(L_8, NULL); V_2 = L_9; goto IL_0031; } IL_0031: { Task_1_t61F8A044ACC84BD539C0E13DA904610C83BEB798* L_10 = V_2; return L_10; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::ReloadAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_ReloadAsync_mABE1DA4A5A21DB0AAD9A2DFD62FCF69F638E4D5E (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_Reload_m401074EE0530E1F3EFBB69AD384B0001ED734277(L_0, NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_2 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_2); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_2, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_2, NULL); V_0 = L_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; V_1 = L_4; goto IL_001c; } IL_001c: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_1; return L_5; } } // System.Threading.Tasks.Task Firebase.Auth.FirebaseUserInternal::DeleteAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseUserInternal_DeleteAsync_mBCA210E1150F90975572A3F3E82AFA35F353FD54 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_Delete_m1D098121D5C271A1D91EE984E90D1C9CDAF1C3FE(L_0, NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_2 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_2); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_2, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_2, NULL); V_0 = L_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; V_1 = L_4; goto IL_001c; } IL_001c: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_1; return L_5; } } // System.Boolean Firebase.Auth.FirebaseUserInternal::EqualToInternal(Firebase.Auth.FirebaseUserInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUserInternal_EqualToInternal_m606DCED7B0478EC56698F1621E881A35321C2538 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___0_user, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_1 = ___0_user; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = FirebaseUserInternal_getCPtr_m5802B226541606BA166BC34E8F4A9576CD1AC9CF(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); bool L_3; L_3 = AuthUtilPINVOKE_FirebaseUserInternal_EqualToInternal_mE54AA66F967964297E19B0A75D6E7A3FB568B2E1(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_EqualToInternal_m606DCED7B0478EC56698F1621E881A35321C2538_RuntimeMethod_var))); } IL_0022: { bool L_7 = V_0; V_2 = L_7; goto IL_0026; } IL_0026: { bool L_8 = V_2; return L_8; } } // System.String Firebase.Auth.FirebaseUserInternal::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_DisplayName_m7AE7D2405723402AF8B077C90007C4E4E91A50F8 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_DisplayName_get_m3C93A8719A628C7A80EE9991F39F425D68948736(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_DisplayName_m7AE7D2405723402AF8B077C90007C4E4E91A50F8_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.FirebaseUserInternal::get_Email() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_Email_mCC7C7A6DFA70AF0230E5A4BB98B0303B2A6E3A66 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_Email_get_mE5B1AEB06B6F08BE8CC18DF9F55A5CED3C333084(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_Email_mCC7C7A6DFA70AF0230E5A4BB98B0303B2A6E3A66_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Boolean Firebase.Auth.FirebaseUserInternal::get_IsAnonymous() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUserInternal_get_IsAnonymous_mF68E918831AC976DF0D8CCFD8100A397EBA3A633 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); bool L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_IsAnonymous_get_mCFCB3DD28DE2B87F99473B6230BA858C88176F9A(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_IsAnonymous_mF68E918831AC976DF0D8CCFD8100A397EBA3A633_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.Boolean Firebase.Auth.FirebaseUserInternal::get_IsEmailVerified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseUserInternal_get_IsEmailVerified_m38AC16129CB008F7628041CD334F957D22320E6B (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); bool L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_IsEmailVerified_get_mA19A238E389F98679CB3FD2534060D15E3695D12(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_IsEmailVerified_m38AC16129CB008F7628041CD334F957D22320E6B_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // Firebase.Auth.UserMetadata Firebase.Auth.FirebaseUserInternal::get_Metadata() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* FirebaseUserInternal_get_Metadata_m1B67D951AC75F18684A698C20976A7A6935BAF8A (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* V_1 = NULL; bool V_2 = false; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* V_3 = NULL; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_Metadata_get_m77CDFC1E6CFDCBA76D795A77459A97D7AF60747B(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_6 = (UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4*)il2cpp_codegen_object_new(UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4_il2cpp_TypeInfo_var); NullCheck(L_6); UserMetadata__ctor_m1115EB42A4AE46606B426C1AF5DC261CC2F78F05(L_6, L_5, (bool)1, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_Metadata_m1B67D951AC75F18684A698C20976A7A6935BAF8A_RuntimeMethod_var))); } IL_0034: { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { UserMetadata_t447259590DF0FD22E7ADB51A1221E7E90C8FD2A4* L_11 = V_3; return L_11; } } // System.String Firebase.Auth.FirebaseUserInternal::get_PhoneNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_PhoneNumber_m72A02BE94CC02C45E7F9E6442DD198EEAF351695 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_PhoneNumber_get_mE851EA6780C848F5BDD2E34989F18547BB1BA152(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_PhoneNumber_m72A02BE94CC02C45E7F9E6442DD198EEAF351695_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.FirebaseUserInternal::get_PhotoUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_PhotoUrlInternal_m36ABA516CEB887571B4CE7658FAA9D013B21214F (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_PhotoUrlInternal_get_m3DAFE0F28AC8B8FA8852ACC3230B9F0512900C2D(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_PhotoUrlInternal_m36ABA516CEB887571B4CE7658FAA9D013B21214F_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Collections.Generic.IEnumerable`1 Firebase.Auth.FirebaseUserInternal::get_ProviderData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FirebaseUserInternal_get_ProviderData_m91554C5DDBD305CFA62848194E2B0EC19C7A44AC (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF0C3B0DC4F8B2A59C33FB863ED194281EC61BD12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m541B0934AE9F99051BD7B9047A32C5677C06068D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* V_0 = NULL; List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485* V_1 = NULL; UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_ProviderData_get_m5E39E792A1DD53CEED0AF3EF6176387DEB92DE36(L_0, NULL); UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_2 = (UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD*)il2cpp_codegen_object_new(UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD_il2cpp_TypeInfo_var); NullCheck(L_2); UserInfoInterfaceList__ctor_m56EC0FEB943DAA55CDC00160C4A50A8DA02F6135(L_2, L_1, (bool)0, NULL); V_0 = L_2; List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485* L_3 = (List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485*)il2cpp_codegen_object_new(List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485_il2cpp_TypeInfo_var); NullCheck(L_3); List_1__ctor_m541B0934AE9F99051BD7B9047A32C5677C06068D(L_3, List_1__ctor_m541B0934AE9F99051BD7B9047A32C5677C06068D_RuntimeMethod_var); V_1 = L_3; UserInfoInterfaceList_tFF806AC5B98CE58BB5DFF517482E034261326EAD* L_4 = V_0; NullCheck(L_4); UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_5; L_5 = UserInfoInterfaceList_GetEnumerator_mEF5AF122029F528CE0EB3066AA7A8FBC28BD4ED4(L_4, NULL); V_2 = L_5; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003e: {// begin finally (depth: 1) { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_6 = V_2; if (!L_6) { goto IL_0048; } } { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_7 = V_2; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7); } IL_0048: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0034_1; } IL_0023_1: { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_8 = V_2; NullCheck(L_8); UserInfoInterface_t3FA671C36EBB6479D7F8BE1C1040D99E7E5D4062* L_9; L_9 = UserInfoInterfaceListEnumerator_get_Current_m14AEA93329DEA61DFEB6CB8201AD1BAEE62E03D5(L_8, NULL); V_3 = L_9; List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485* L_10 = V_1; RuntimeObject* L_11 = V_3; NullCheck(L_10); List_1_Add_mF0C3B0DC4F8B2A59C33FB863ED194281EC61BD12_inline(L_10, L_11, List_1_Add_mF0C3B0DC4F8B2A59C33FB863ED194281EC61BD12_RuntimeMethod_var); } IL_0034_1: { UserInfoInterfaceListEnumerator_tAAC978D9F54FC8CD885B9F223A70F4A6623ED4E0* L_12 = V_2; NullCheck(L_12); bool L_13; L_13 = UserInfoInterfaceListEnumerator_MoveNext_mA06DD7C328BC883784EDBD2898CCF8AC09899E35(L_12, NULL); if (L_13) { goto IL_0023_1; } } { goto IL_0049; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0049: { List_1_tAA20023747F93DB4435D3CB9F3B1F3FF7827E485* L_14 = V_1; V_4 = L_14; goto IL_004e; } IL_004e: { RuntimeObject* L_15 = V_4; return L_15; } } // System.String Firebase.Auth.FirebaseUserInternal::get_ProviderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_ProviderId_mFDB54BABF2388D4A1E4AC3ECB259155B5FA4C17C (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_ProviderId_get_m52F978C155E3B24701DF5569B3D31675CB6789B3(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_ProviderId_mFDB54BABF2388D4A1E4AC3ECB259155B5FA4C17C_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.String Firebase.Auth.FirebaseUserInternal::get_UserId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseUserInternal_get_UserId_mF931510E87A894DF69B9F1C1F9603E04D42487A0 (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_FirebaseUserInternal_UserId_get_mF3F02B5DA3C981AB817960FA8773F4CECDB184CA(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseUserInternal_get_UserId_mF931510E87A894DF69B9F1C1F9603E04D42487A0_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; 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 Firebase.Auth.UserProfile::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile__ctor_m0AE18A433AACF3445DAF6E29E0A15AD7C3720658 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserProfile::getCPtr(Firebase.Auth.UserProfile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserProfile_getCPtr_mFC6AA7B9195CDBB048237B72E121FCED9B0ACAB2 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.UserProfile::swigRelease(Firebase.Auth.UserProfile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F UserProfile_swigRelease_m3DB69A0410479E0A342BD6A8E14F071D75C7AE02 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserProfile_swigRelease_m3DB69A0410479E0A342BD6A8E14F071D75C7AE02_RuntimeMethod_var))); } IL_0022: { UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* L_9 = ___0_obj; NullCheck(L_9); UserProfile_Dispose_m41E29FEADAE5EFE7EDB716BEBE57E9D64D099772(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.UserProfile::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_Finalize_m166F0452883C1D3331543B634C5318EC4196FCB6 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) UserProfile_Dispose_m46CC758A881E9426B945B11BBFDA107286137B17(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.UserProfile::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_Dispose_m41E29FEADAE5EFE7EDB716BEBE57E9D64D099772 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UserProfile_Dispose_m46CC758A881E9426B945B11BBFDA107286137B17(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.UserProfile::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_Dispose_m46CC758A881E9426B945B11BBFDA107286137B17 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_UserProfile_mFF16260FA3516853A2688374ED38CC8AAC04F5A7(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Uri Firebase.Auth.UserProfile::get_PhotoUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* UserProfile_get_PhotoUrl_m4F4857B5692F9793907A85642809B70EC7C79B43 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL; { String_t* L_0; L_0 = UserProfile_get_PhotoUrlInternal_mF55523C4926C5D30D2567DF0E8DD5E6CD58ABC7C(__this, NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = FirebaseApp_UrlStringToUri_mD212E37D37B2F0DE5EE30CDAAB0E95E5E87B4F79(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = V_0; return L_2; } } // System.Void Firebase.Auth.UserProfile::set_PhotoUrl(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_set_PhotoUrl_mD56F2424639DE53E7BF42DB428DC69DE82F7D681 (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); String_t* L_1; L_1 = FirebaseApp_UriToUrlString_m8CB091C8680BBD2AE9DC26F788E73955A3A7F044(L_0, NULL); UserProfile_set_PhotoUrlInternal_m57BE4102C6F02E9E4350E20B32B92ADFB5AB949B(__this, L_1, NULL); return; } } // System.Void Firebase.Auth.UserProfile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile__ctor_m8DCD7AE22CB46C7DD542A76F42D9D310919B868A (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_UserProfile_mE12D222479F06C9BF8BD973F134347E9C9B59C36(NULL); UserProfile__ctor_m0AE18A433AACF3445DAF6E29E0A15AD7C3720658(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserProfile__ctor_m8DCD7AE22CB46C7DD542A76F42D9D310919B868A_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.Auth.UserProfile::set_DisplayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_set_DisplayName_m0761D316D0CF8072A09D5ECFFFDE8EEC2B19902E (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { String_t* L_0 = ___0_value; String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { G_B2_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_000b: { ___0_value = G_B2_0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = __this->___swigCPtr_0; String_t* L_3 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserProfile_DisplayName_set_m29AC9CB86AFEB2CEB1D5C7FC556892B08330C111(L_2, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0029; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserProfile_set_DisplayName_m0761D316D0CF8072A09D5ECFFFDE8EEC2B19902E_RuntimeMethod_var))); } IL_0029: { return; } } // System.String Firebase.Auth.UserProfile::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserProfile_get_DisplayName_m6C6E368540029E7A46EB9AF3CCAF601305210E9B (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserProfile_DisplayName_get_m00E28BD0E8B0F4E9F720F21E85540C50E7E1C2A0(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserProfile_get_DisplayName_m6C6E368540029E7A46EB9AF3CCAF601305210E9B_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.Auth.UserProfile::set_PhotoUrlInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProfile_set_PhotoUrlInternal_m57BE4102C6F02E9E4350E20B32B92ADFB5AB949B (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { String_t* L_0 = ___0_value; String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { G_B2_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_000b: { ___0_value = G_B2_0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = __this->___swigCPtr_0; String_t* L_3 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_UserProfile_PhotoUrlInternal_set_mDA6B5CA5E997F28250F7C0F845EBC2FC8058B24C(L_2, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0029; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserProfile_set_PhotoUrlInternal_m57BE4102C6F02E9E4350E20B32B92ADFB5AB949B_RuntimeMethod_var))); } IL_0029: { return; } } // System.String Firebase.Auth.UserProfile::get_PhotoUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UserProfile_get_PhotoUrlInternal_mF55523C4926C5D30D2567DF0E8DD5E6CD58ABC7C (UserProfile_t6D157B509640316F20D5DDD5A2BEA9FB952A269B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AuthUtilPINVOKE_UserProfile_PhotoUrlInternal_get_m94C675EF9323FEB5407F3654A544AD330A497E09(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UserProfile_get_PhotoUrlInternal_mF55523C4926C5D30D2567DF0E8DD5E6CD58ABC7C_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; 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 Firebase.Auth.AuthResult::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult__ctor_m1F2FECA61C633FED2E5E3F3670CB9A356B8C3CE7 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.AuthResult::getCPtr(Firebase.Auth.AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F AuthResult_getCPtr_m1D8B9B069A73257193089DA9A435617AF2EFE67B (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Auth.AuthResult::swigRelease(Firebase.Auth.AuthResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F AuthResult_swigRelease_mBC529868E40EAAD74D6D39B4875D8305B6471B57 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthResult_swigRelease_mBC529868E40EAAD74D6D39B4875D8305B6471B57_RuntimeMethod_var))); } IL_0022: { AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* L_9 = ___0_obj; NullCheck(L_9); AuthResult_Dispose_mDBC7FB5539965EA36B957137AD06D7FEE55ECAA3(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Auth.AuthResult::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult_Finalize_m0A93ABAB98E784A87FA19B098E921125C43E7B94 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) AuthResult_Dispose_mCB08D4B2EDB5A9ACDF41BDE01E203FA2AE1C5579(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Auth.AuthResult::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult_Dispose_mDBC7FB5539965EA36B957137AD06D7FEE55ECAA3 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AuthResult_Dispose_mCB08D4B2EDB5A9ACDF41BDE01E203FA2AE1C5579(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Auth.AuthResult::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult_Dispose_mCB08D4B2EDB5A9ACDF41BDE01E203FA2AE1C5579 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_delete_AuthResult_m13BE525C4EA52DAD5AA52F05EC000131F2B1BCB8(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // Firebase.Auth.AdditionalUserInfo Firebase.Auth.AuthResult::get_AdditionalUserInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* AuthResult_get_AdditionalUserInfo_m29E3005C23E699B8E8D76A6B91E1B7CE4887B426 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* V_0 = NULL; { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_0; L_0 = AuthResult_get_AdditionalUserInfoInternal_mA490EB3F8246DE072F325ABB0FC19EFDF62C96A1(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_1 = V_0; return L_1; } } // Firebase.Auth.Credential Firebase.Auth.AuthResult::get_Credential() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* AuthResult_get_Credential_mF981F088C8E4E1894672EAD6719B3E72D96D63E6 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_0 = NULL; { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_0; L_0 = AuthResult_get_CredentialInternal_mE10B98F7706B36B679A96FD86D2FB8253D19EEAE(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_1 = V_0; return L_1; } } // Firebase.Auth.FirebaseUser Firebase.Auth.AuthResult::get_User() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* AuthResult_get_User_mFA7304735A605A3EC6BE192FE7984F9BAA9C2736 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* V_0 = NULL; FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* G_B3_0 = NULL; { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_0 = __this->___authProxy_2; if (L_0) { goto IL_000c; } } { G_B3_0 = ((FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A*)(NULL)); goto IL_0017; } IL_000c: { FirebaseAuth_tD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF* L_1 = __this->___authProxy_2; NullCheck(L_1); FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_2; L_2 = FirebaseAuth_get_CurrentUser_m99426341853624A9A11F81CFE5BEBCC293501ABF(L_1, NULL); G_B3_0 = L_2; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { FirebaseUser_t119C5023B23CA61BCB1A51D0A2424DC7B4E42A3A* L_3 = V_0; return L_3; } } // Firebase.Auth.AdditionalUserInfo Firebase.Auth.AuthResult::get_AdditionalUserInfoInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* AuthResult_get_AdditionalUserInfoInternal_mA490EB3F8246DE072F325ABB0FC19EFDF62C96A1 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* V_1 = NULL; bool V_2 = false; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* V_3 = NULL; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_AuthResult_AdditionalUserInfoInternal_get_m3AEEBEE862C2B5890DD71A991EB3929C9E4F8FC5(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_6 = (AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A*)il2cpp_codegen_object_new(AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A_il2cpp_TypeInfo_var); NullCheck(L_6); AdditionalUserInfo__ctor_mD3F0AFCE49BCB78B6211583F74618C48877719A3(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthResult_get_AdditionalUserInfoInternal_mA490EB3F8246DE072F325ABB0FC19EFDF62C96A1_RuntimeMethod_var))); } IL_0034: { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { AdditionalUserInfo_tE61902D12F52B700B6E67687D56C2661EF90727A* L_11 = V_3; return L_11; } } // Firebase.Auth.Credential Firebase.Auth.AuthResult::get_CredentialInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* AuthResult_get_CredentialInternal_mE10B98F7706B36B679A96FD86D2FB8253D19EEAE (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_1 = NULL; bool V_2 = false; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* V_3 = NULL; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_AuthResult_CredentialInternal_get_m95FD51DEB8AF9B949CA553301AD7165598806CA6(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_6 = (Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)il2cpp_codegen_object_new(Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1_il2cpp_TypeInfo_var); NullCheck(L_6); Credential__ctor_m4A17C65E57E8B4CAA8F25248AA8E645B71F32B02(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthResult_get_CredentialInternal_mE10B98F7706B36B679A96FD86D2FB8253D19EEAE_RuntimeMethod_var))); } IL_0034: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* L_11 = V_3; return L_11; } } // System.Void Firebase.Auth.AuthResult::set_UserInternal(Firebase.Auth.FirebaseUserInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult_set_UserInternal_m1898FFEAB91446AD05FC8CC08C83CF42CEE47429 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_1 = ___0_value; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = FirebaseUserInternal_getCPtr_m5802B226541606BA166BC34E8F4A9576CD1AC9CF(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); AuthUtilPINVOKE_AuthResult_UserInternal_set_mCF940FA517E5FF756BBF1C1A7EC3619B4AD8B31C(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthResult_set_UserInternal_m1898FFEAB91446AD05FC8CC08C83CF42CEE47429_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.Auth.FirebaseUserInternal Firebase.Auth.AuthResult::get_UserInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* AuthResult_get_UserInternal_m2C2692CDC4987640751C1B5C88B44B790198FE96 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_1 = NULL; bool V_2 = false; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* V_3 = NULL; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AuthUtilPINVOKE_AuthResult_UserInternal_get_m19CE0FB18756675C5595B8A8FDBE7CA7836E3C24(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_0023; } } { intptr_t L_5 = V_0; FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_6 = (FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)il2cpp_codegen_object_new(FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87_il2cpp_TypeInfo_var); NullCheck(L_6); FirebaseUserInternal__ctor_m95B5E506974161C0E09C2D3A47BED8562EC531C6(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthResult_get_UserInternal_m2C2692CDC4987640751C1B5C88B44B790198FE96_RuntimeMethod_var))); } IL_0034: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_10 = V_1; V_3 = L_10; goto IL_0038; } IL_0038: { FirebaseUserInternal_t378F9F828E0880210605BF1B2407700FD84B1C87* L_11 = V_3; return L_11; } } // System.Void Firebase.Auth.AuthResult::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthResult__ctor_mAC46D99C6C9AEE28111F2F1CEEA03646B1722686 (AuthResult_t5BF95C4AB72884856E83E1580EFAB3355F0F9DAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AuthUtilPINVOKE_t1F2E0415FF5D0F19282D5F618361E28FC401F7A6_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AuthUtilPINVOKE_new_AuthResult_mFCA43D91B6DB6059BE7AE049FA607B3805A1BC31(NULL); AuthResult__ctor_m1F2FECA61C633FED2E5E3F3670CB9A356B8C3CE7(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthResult__ctor_mAC46D99C6C9AEE28111F2F1CEEA03646B1722686_RuntimeMethod_var))); } IL_001d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FirebaseAccountLinkException_set_ErrorCode_mFF4078C1E6CF6F5CC7753CEEAA631A4308F7C9A4_inline (FirebaseAccountLinkException_tD9A86E15DE52990C2D86D27A66DCE96C06CD32A9* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CErrorCodeU3Ek__BackingField_18 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VerificationCompleted_DEPRECATED_Invoke_m8934F0E3D99FB2CDF711BD656DEF94491E0592FF_inline (VerificationCompleted_DEPRECATED_tB903B99B4AB08BD3F3B1BBDF5D2CE462A0B8E46C* __this, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1* ___0_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Credential_t32FB2E0F8AAA0B6895D10531CE82C9FBD27E27D1*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_credential, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VerificationCompleted_Invoke_m934FD9191EA940D67412982DF8F6A58A1B0DF8D7_inline (VerificationCompleted_t003A4A4AAC4341245378F369D7064A0DB53AABD0* __this, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9* ___0_credential, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PhoneAuthCredential_t19373DD7075AD0B712B83AEA1AE4C84F0295C4B9*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_credential, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VerificationFailed_Invoke_m1DAE2F9907EF948C1017E056440F5FEA5AE50721_inline (VerificationFailed_t56C5EF9C73FFFF3A45710A8A27F75086F1E6F4E8* __this, String_t* ___0_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_error, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CodeSent_Invoke_m38CAA315E43C1D24ED526845904E750DE51E8658_inline (CodeSent_t0D599FACEEE704B076B9DE47DA7972D0EFA851EF* __this, String_t* ___0_verificationId, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015* ___1_forceResendingToken, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, ForceResendingToken_tBBF1A85A1C20D0BAC3056F21BA580E6958813015*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_verificationId, ___1_forceResendingToken, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CodeAutoRetrievalTimeOut_Invoke_m901307F0E2387A77DD91C6068FB84C43985F3E09_inline (CodeAutoRetrievalTimeOut_t94E750DB4BFF28626ABBD841B872AE088A38080E* __this, String_t* ___0_verificationId, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_verificationId, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->____handle_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mD0A5243978A9C45E0F19C49CF290539F912DEECA_inline (Action_tD73236A0B99956CAA0E15FAAFA848B02E8C8541C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m58D5EB960E91F34D9525548D1DAE58A617DEE572_inline (Action_t4857726CDB488921C1A1B34F9AF65A36C08DE764* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m1A1135D08DB4241ED0B4982766BED8A6E225833E_inline (Action_t4477986639BB97A112AEC3593AFDC013A068518C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m0FB2B97B21759BC9F0B3A6BE5EBDB169FE2CC3C6_inline (Action_t741B3C23DEE0090ABF177E1E5D12DD03E4C3123C* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m19FAA82B9BB93DB4393C3A6831C68FEDDD90C54A_inline (Action_tF03CCA541924FA9669CF16B95CBAF8CE11A45213* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mF552AD590A4B6DA12D9A461E17485BDA531F6B7D_inline (Action_tD5CBD8155142CD0DA74C965B16814ABBCBF3BF83* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t Enumerator_get_Current_m1A0DB9A93FE0F6F7D12AED89A8A59DC1789BF42F_gshared_inline (Enumerator_tE207334BD3A87678BF24B37367231EE348A1ECD1* __this, const RuntimeMethod* method) { { intptr_t L_0 = (intptr_t)__this->____currentValue_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) { { Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_0 = (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2*)__this->____task_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1; V_0 = L_1; int32_t L_2 = (int32_t)__this->____size_2; V_1 = L_2; int32_t L_3 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0; int32_t L_7 = V_1; RuntimeObject* L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject*)L_8); return; } IL_0034: { RuntimeObject* L_9 = ___0_item; (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); return; } }